Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
2877aea7f32e4e279a67a219173e38374782d49d
1 parent
bc37e3b0
修复部分手机浏览器//不支持问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Pay/aliwap/AliwapService.php
library/Plugin/Pay/aliwap/AliwapService.php
View file @
2877aea
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment