|
@@ -80,6 +80,7 @@ class Wechat extends Core
|
|
*/
|
|
*/
|
|
public function page($order, $refer)
|
|
public function page($order, $refer)
|
|
{
|
|
{
|
|
|
|
+ $refer = urldecode($refer);
|
|
$tools = new \JsApiPay($this->config);
|
|
$tools = new \JsApiPay($this->config);
|
|
$info = $tools->GetJsApiParameters($order[1]);
|
|
$info = $tools->GetJsApiParameters($order[1]);
|
|
|
|
|