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

Commit b7f1c1aa authored by 张国柄's avatar 张国柄

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

parent 6f4c6b13
...@@ -31,6 +31,6 @@ public interface FeignAdamBaseClient { ...@@ -31,6 +31,6 @@ public interface FeignAdamBaseClient {
* @param uid 用户ID * @param uid 用户ID
* @return 是否会员:true-是 * @return 是否会员:true-是
*/ */
@GetMapping("member/check/{uid}") @GetMapping("member/check")
ResponseDto<Boolean> isMember(@PathVariable(value = "uid") String uid); ResponseDto<Boolean> isMember(@RequestParam 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