Merge #1 into master from cc_20251112_wallet
fix:钱包提现返回结果修改 * cc_20251112_wallet: (1 commits squashed) - fix:钱包提现返回结果修改 Signed-off-by: 苏竹红 <accounts_68551bf01395375227aee211@mail.teambition.com> Reviewed-by: 苏竹红 <accounts_68551bf01395375227aee211@mail.teambition.com> Merged-by: 苏竹红 <accounts_68551bf01395375227aee211@mail.teambition.com> CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/1
This commit is contained in:
@@ -3,6 +3,7 @@ package com.cool.store.controller.webc;
|
||||
import com.cool.store.dto.wallet.OpenBasicInfoDTO;
|
||||
import com.cool.store.dto.wallet.PasswordDTO;
|
||||
import com.cool.store.dto.wallet.TradeRecordDTO;
|
||||
import com.cool.store.dto.wallet.WithDrawerDTO;
|
||||
import com.cool.store.request.wallet.*;
|
||||
import com.cool.store.response.ResponseResult;
|
||||
import com.cool.store.service.wallet.WalletService;
|
||||
@@ -116,7 +117,7 @@ public class MiniWalletController {
|
||||
|
||||
@ApiOperation("提现")
|
||||
@PostMapping("/withDrawer")
|
||||
public ResponseResult<Boolean> withDrawer(@RequestBody @Validated WalletWithDrawerRequest request) {
|
||||
public ResponseResult<WithDrawerDTO> withDrawer(@RequestBody @Validated WalletWithDrawerRequest request) {
|
||||
return ResponseResult.success(walletService.withDrawer(request));
|
||||
}
|
||||
@ApiOperation("根据门店编码查询开通基础信息")
|
||||
|
||||
Reference in New Issue
Block a user