Commit 7e41391d authored by 黎博's avatar 黎博

修改swagger2注释

parent 6c4f1c67
......@@ -77,7 +77,7 @@ public class GenLoanUserDataController {
return JsonResult.success(map);
}
@ApiOperation(value = "获取所有支持的用户状态")
@ApiOperation(value = "查询当前用户所处状态")
@GetMapping("/userStatus")
public JsonResult queryUserStatus(@RequestParam String namespace,
@RequestParam String phoneNo) {
......
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