|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.controller; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.iformall.common.Result; |
|
|
|
import com.iformall.common.ResultData; |
|
|
|
@@ -164,6 +165,7 @@ public class WxCashOutController extends BaseController { |
|
|
|
@ApiOperation("微信B端提现") |
|
|
|
@PostMapping("cashout") |
|
|
|
public ResultData cashout(@RequestBody WxCashOut wxCashOut) { |
|
|
|
logger.info(">>>cashout>>>"+JSON.toJSONString(wxCashOut)); |
|
|
|
WxMerchantBUser buser = getLoginBUser(); |
|
|
|
CUser user = getCUser(); |
|
|
|
WxMerchant merchant = wxMerchantService.getById(buser.getMerchantId()); |
|
|
|
|