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

Commit a6f38fa4 authored by jiangxiulong's avatar jiangxiulong

feign adam

parent 7964866d
......@@ -50,6 +50,6 @@ public interface FeignAdamBaseClient {
@NotBlank(message = "临时票据不能为空")
@RequestParam(value = "otp") String otp);
@GetMapping(value = "check/depth", headers = {"Inner-Required=1"})
@GetMapping(value = "member/check/depth", headers = {"Inner-Required=1"})
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