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