Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
161ceac604232a3eb6fba90ad2a91703a52b118c
1 parent
dc0b9f68
合并HTTPS的修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
161ceac
...
...
@@ -867,7 +867,7 @@ class Helpers
if
(
empty
(
$cn_alphabet
))
{
$cn_alphabet
=
'goods.html'
;
}
return
'
http:
//item.yohobuy.com/product/pro_'
.
$product_id
.
'_'
.
$goods_id
.
'/'
.
$cn_alphabet
.
'.html'
;
return
'//item.yohobuy.com/product/pro_'
.
$product_id
.
'_'
.
$goods_id
.
'/'
.
$cn_alphabet
.
'.html'
;
}
/**
...
...
Please
register
or
login
to post a comment