Authored by 郝肖肖

修复部分手机浏览器//不支持问题

@@ -49,7 +49,7 @@ class AliwapService @@ -49,7 +49,7 @@ class AliwapService
49 'partner' => $this->config->partner, 49 'partner' => $this->config->partner,
50 '_input_charset' => $this->config->input_charset, 50 '_input_charset' => $this->config->input_charset,
51 'notify_url' => Yohobuy::SERVICE_NOTIFY . $this->config->notify_url, 51 'notify_url' => Yohobuy::SERVICE_NOTIFY . $this->config->notify_url,
52 - 'return_url' => Helpers::url($this->config->return_url), 52 + 'return_url' => Helpers::transHttpsUrl(Helpers::url($this->config->return_url)),
53 /* 业务参数 */ 53 /* 业务参数 */
54 'payment_type' => $this->config->payment_type, 54 'payment_type' => $this->config->payment_type,
55 'seller_id' => $this->config->partner, 55 'seller_id' => $this->config->partner,