微信小程序分类查询(优惠券错误)完成
This commit is contained in:
@@ -22,5 +22,5 @@ public interface UserFeignClient {
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/api/user/leader/inner/getUserAddressByUserId/{userId}")
|
||||
LeaderAddressVo getUserAddressByUserId(@PathVariable(value = "userId") Long userId);
|
||||
LeaderAddressVo getUserAddressByUserId(@PathVariable("userId") Long userId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user