mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
提现手续费设置为0
This commit is contained in:
@@ -189,7 +189,7 @@ public class AdapayMemberController extends BaseController {
|
||||
public AjaxResult drawCash(@RequestBody WithdrawDTO dto) {
|
||||
AjaxResult result;
|
||||
try {
|
||||
dto.setFeeAmt("5");
|
||||
dto.setFeeAmt("0");
|
||||
adapayService.drawCash(dto);
|
||||
result = AjaxResult.success();
|
||||
} catch (BusinessException e) {
|
||||
|
||||
Reference in New Issue
Block a user