# web-ssm **Repository Path**: cy-code/web-ssm ## Basic Information - **Project Name**: web-ssm - **Description**: 小程序后台接口代码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-24 - **Last Updated**: 2021-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 附件上传接口 http://localhost:8080/file/SaveAttach 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{"AttachGuid":"45f0c5f9-cad2-49e6-887d-b38dfcbc23de","AttachName":"9d36fc17-2f38-46f3-8838-09860b7291f3","AttachLength":"112","AttachUrl":"www.baidu.com","OwnerUserGuid":"9d36fc17-2f38-46f3-8838-09860b7291f3","AlbumGuid":"9d36fc17-2f38-46f3-8838-09860b7291f3","AttachType":"jpg","MessageItemGuid":"9d36fc17-2f38-46f3-8838-09860b7291f3","MessageItemGuid":"9d36fc17-2f38-46f3-8838-09860b7291f3"}} 2.删除文件 http://localhost:8080/file/DeleteAttach 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{"AttachGuids":"4054f-e-87656311178d1233de"}} 3.获取某个相册的文件个数 http://localhost:8080/file/getAllAttachCountByAlbumGuid 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{"AlbumGuid":"4054f-e-87656311178d1233de"}} 4. 获取某个附件 http://localhost:8080/file/getAttachByGuid 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{"AttachGuid":"45f0c5f9-cad2-49e6-887d-b38dfcbc23de"}} 5.分页获取文件数据 http://localhost:8080/file/getAttachByAlbumGuid 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{"AlbumGuid":"9d36fc17-2f38-46f3-8838-09860b7291f3","index":"1","currentPageCount":"5"}} 6.获取所有文件数量 http://localhost:8080/file/getAllAttachCount 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{}} 7.新增反馈 http://localhost:8080/feedback/SaveFeedBack 参数:{"ValidateData":"Epoint_WebSerivce_**##0601","paras":{"UserGuid":"9d36fc17-2f38-46f3-8838-09860b7291f3","Content":"1","DisplayName":"5"}}