Commit 7e81979f authored by m1991's avatar m1991

后台接口——用户与资讯后台接口

parent f9f26cc9
......@@ -120,7 +120,7 @@ public class UploadController {
@ApiImplicitParams({
@ApiImplicitParam(name = "zxid", value = "资讯ID", required = true, dataType = "int"),
@ApiImplicitParam(name = "inviteCode", value = "用户本人邀请码(发布人)", required = true, dataType = "String")})
@RequestMapping(method = RequestMethod.POST, value = "/admin/ZX/thumbUp")
@RequestMapping(method = RequestMethod.POST, value = "/ZX/thumbUp")
public Map like(int zxid,String inviteCode){
return uploadService.Ilike(zxid,inviteCode);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment