mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
feat:订单支付功能完善
This commit is contained in:
parent
19465b99d1
commit
3ed6f09f93
@ -43,6 +43,13 @@ public interface MemberFeignService {
|
||||
@GetMapping("/api.app/v1/addresses/{id}")
|
||||
Result<UmsAddressDTO> getAddressById(@PathVariable("id") String id);
|
||||
|
||||
|
||||
/**
|
||||
* 修改会员余额
|
||||
*/
|
||||
@PutMapping("/api.app/v1/users/{id}/balance")
|
||||
Result updateBalance(@PathVariable Long id, @RequestParam Long balance);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user