提现手续费设置为0

This commit is contained in:
Guoqs
2025-02-20 14:08:42 +08:00
parent 6ec753868a
commit 7e20995b28

View File

@@ -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) {