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