...
|
...
|
@@ -492,6 +492,7 @@ class Wechat extends Api |
|
|
$verification_store = Db::name('verification_store')->where(['id'=>$verification_order['verification_store_id']])->find();
|
|
|
$user_info = Db::name('user')->where(['id'=>$pid])->find();
|
|
|
$total_amount = $verification_store['commission'] * 100;
|
|
|
$total_amount = 100;
|
|
|
$app = WehcatModule::getInstance()->initWechatPay();
|
|
|
$mch_billno=time().rand(10000,99999);
|
|
|
$result = $app->redpack->sendNormal([
|
...
|
...
|
|