分账提现接口
This commit is contained in:
@@ -130,4 +130,12 @@ public class UDistributionController {
|
||||
return CzgResult.success(distributionUserService.getInviteUser(id, page, size));
|
||||
}
|
||||
|
||||
/**
|
||||
* 提现详情
|
||||
*/
|
||||
@PostMapping("/withdraw/detail")
|
||||
public CzgResult<Map<String, Object>> withdraw(@RequestParam Long id, @RequestParam Long shopId) {
|
||||
return CzgResult.success(distributionUserService.withdrawDetail(StpKit.USER.getLoginIdAsLong(), shopId, id));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user