Commit 382615d0 authored by Quxl's avatar Quxl

x

parent a133ae3e
...@@ -171,7 +171,7 @@ public class UserController { ...@@ -171,7 +171,7 @@ public class UserController {
return userService.sendSms(params); return userService.sendSms(params);
} }
@ApiOperation("小程序登陆") @ApiOperation("小程序注销")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", name = "openId", dataType = "String", required = false, value = "OPENID", defaultValue = ""), @ApiImplicitParam(paramType = "query", name = "openId", dataType = "String", required = false, value = "OPENID", defaultValue = ""),
@ApiImplicitParam(paramType = "query", name = "langID", dataType = "String", required = false, value = "语言", defaultValue = "936"), @ApiImplicitParam(paramType = "query", name = "langID", dataType = "String", required = false, value = "语言", defaultValue = "936"),
......
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