正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -492,6 +492,7 @@ class Wechat extends Api | @@ -492,6 +492,7 @@ class Wechat extends Api | ||
492 | $verification_store = Db::name('verification_store')->where(['id'=>$verification_order['verification_store_id']])->find(); | 492 | $verification_store = Db::name('verification_store')->where(['id'=>$verification_order['verification_store_id']])->find(); |
493 | $user_info = Db::name('user')->where(['id'=>$pid])->find(); | 493 | $user_info = Db::name('user')->where(['id'=>$pid])->find(); |
494 | $total_amount = $verification_store['commission'] * 100; | 494 | $total_amount = $verification_store['commission'] * 100; |
495 | + $total_amount = 100; | ||
495 | $app = WehcatModule::getInstance()->initWechatPay(); | 496 | $app = WehcatModule::getInstance()->initWechatPay(); |
496 | $mch_billno=time().rand(10000,99999); | 497 | $mch_billno=time().rand(10000,99999); |
497 | $result = $app->redpack->sendNormal([ | 498 | $result = $app->redpack->sendNormal([ |
-
请 注册 或 登录 后发表评论