Browse Source

add norify url

master
dutsc 3 years ago
parent
commit
a582247018
  1. 2
      mobile/plugins/payment/wxpay.php

2
mobile/plugins/payment/wxpay.php

@ -255,7 +255,7 @@ class wxpay
'package' => $package,
'signType' => $signType,
'paySign' => $paySign,
'total_fee' => $total_fee,
'total_fee' => $total_fee.'',
);
$jsApiParameters = json_encode($jsApiParameters);

Loading…
Cancel
Save