Browse Source

json encode jsApiParameters

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

2
mobile/plugins/payment/wxpay.php

@ -254,6 +254,8 @@ class wxpay
'signType' => $signType,
'paySign' => $paySign,
);
$jsApiParameters = json_encode($jsApiParameters);
// wxjsbridge
$js = '

Loading…
Cancel
Save