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

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

~feign.adam.base.api;

parent 49aedc47
......@@ -22,11 +22,11 @@ import java.util.List;
fallback = FallbackFactory.Default.class)
public interface FeignAdamBaseClient {
@GetMapping("adam/enters/query/depth")
@GetMapping("enters/query/depth")
ResponseDto<AdamEntersVo> queryEnters(@RequestParam("entersId") String entersId,
@RequestParam("uid") String uid);
@GetMapping("adam/addr/query/depth")
@GetMapping("addr/query/depth")
ResponseDto<AdamAddressesVo> queryAddresses(@RequestParam(value = "addrId") String addrId,
@RequestParam(value = "uid") String uid);
/**
......@@ -35,7 +35,7 @@ public interface FeignAdamBaseClient {
* @param uid 用户ID
* @return 是否会员:true-是
*/
@GetMapping("adam/member/check/depth")
@GetMapping("member/check/depth")
ResponseDto<Boolean> isMember(@RequestParam("uid") String uid);
@PostMapping("rsc/inquire/cuinfo")
......
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