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

Commit 2f1c7ec2 authored by 张国柄's avatar 张国柄

fix:feign api for adam.isMember(...)

parent bfee5dcb
...@@ -32,5 +32,5 @@ public interface FeignAdamBaseClient { ...@@ -32,5 +32,5 @@ public interface FeignAdamBaseClient {
* @return 是否会员:true-是 * @return 是否会员:true-是
*/ */
@GetMapping("member/check") @GetMapping("member/check")
ResponseDto<Boolean> isMember(@RequestParam String uid); ResponseDto<Boolean> isMember(@RequestParam("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