微信小程序分类查询(优惠券错误)完成

This commit is contained in:
2023-09-29 00:50:27 +08:00
parent fb902f09da
commit f607542eab
22 changed files with 290 additions and 40 deletions

View File

@@ -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);
}