记得上下班打卡 | git大法好,push需谨慎

Commit 549eeeb8 authored by jiangxiulong's avatar jiangxiulong

check/depth

parent 4f4595a6
......@@ -51,5 +51,5 @@ public interface FeignAdamBaseClient {
@RequestParam(value = "otp") String otp);
@GetMapping("check/depth")
ResponseDto<Boolean> isMember(@NotBlank(message = "用户ID不能为空") @RequestParam String uid);
ResponseDto<Boolean> isMember(@NotBlank(message = "用户ID不能为空") @RequestParam(value = "uid") String uid);
}
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