转账到零钱参数完善
This commit is contained in:
@@ -364,7 +364,7 @@ public abstract class BaseWx {
|
||||
Map<String, Object> params = new java.util.HashMap<>(Map.of(
|
||||
"appid", config.appId,
|
||||
"out_bill_no", billNo,
|
||||
"transfer_scene_id", "1005",
|
||||
"transfer_scene_id", "1000",
|
||||
"openid", openId,
|
||||
"transfer_amount", amount.multiply(BigDecimal.valueOf(100)).intValue(),
|
||||
"transfer_remark", remark,
|
||||
|
||||
@@ -687,6 +687,7 @@ public class MkDistributionUserServiceImpl extends ServiceImpl<MkDistributionUse
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public void withdrawNotify(String outBillNo, String state) {
|
||||
MkDistributionWithdrawFlow flow = withdrawFlowService.getOne(new QueryWrapper().eq(MkDistributionWithdrawFlow::getBillNo, outBillNo));
|
||||
AssertUtil.isNull(flow, "提现记录不存在");
|
||||
|
||||
Reference in New Issue
Block a user