正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -119,10 +119,11 @@ class UserMoneyLogAudit extends Backend | @@ -119,10 +119,11 @@ class UserMoneyLogAudit extends Backend | ||
119 | //红包券充值比例 | 119 | //红包券充值比例 |
120 | $exp_ratio = Db::name('exp_ratio')->where(['id'=>1])->find(); | 120 | $exp_ratio = Db::name('exp_ratio')->where(['id'=>1])->find(); |
121 | $withdraw = $this->merchantPay($third['openid'],$user['nickname'],$row['money']*$exp_ratio['ratio']*0.01,'商户提现'); | 121 | $withdraw = $this->merchantPay($third['openid'],$user['nickname'],$row['money']*$exp_ratio['ratio']*0.01,'商户提现'); |
122 | + dump($withdraw); | ||
122 | if($withdraw['return_code'] == 'SUCCESS') { | 123 | if($withdraw['return_code'] == 'SUCCESS') { |
123 | if ($withdraw['result_code'] == 'SUCCESS') { | 124 | if ($withdraw['result_code'] == 'SUCCESS') { |
124 | // 提现成功,将余额扣除 | 125 | // 提现成功,将余额扣除 |
125 | - dump($withdraw); | 126 | + |
126 | } | 127 | } |
127 | } | 128 | } |
128 | } | 129 | } |
-
请 注册 或 登录 后发表评论