master
wangxinglong 2022-03-15 16:06:56 +08:00
parent eab731af2c
commit cb93ebc368
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ class Coupon extends Base
$toBalanceData = [
'partner_trade_no' => $mch_billno,// 商户订单号,需保持唯一性(只能是字母或者数字,不能包含有符号)
'openid' => $account->open_id,
'openid' => $distributionUser->open_id,
'check_name' => 'NO_CHECK',// NO_CHECK不校验真实姓名, FORCE_CHECK强校验真实姓名
'amount' => $amount * 100, //单位为分不小于100
'desc' => '优惠券分销,分销者领取奖励',