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
Rock Zhang
9 years ago
Commit
0b9ceef5d28ee27571026da9d7d241558f58bd5a
1 parent
a69398b5
修改有货币中间banner的位置码,修改有货币过期提醒的判定逻辑
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
library/Api/Yohobuy.php
template/m.yohobuy.com/actions/index/home/currency-new.phtml
yohobuy/m.yohobuy.com/application/models/Index/User.php
library/Api/Yohobuy.php
View file @
0b9ceef
...
...
@@ -31,10 +31,10 @@ class Yohobuy
// /* 测试环境 */
// const API_URL = 'http://testapi.yoho.cn:28078/';
const
API_URL
=
'http://192.168.102.205:8080/gateway/'
;
// 先临时使用网关
const
SERVICE_URL
=
'http://testservice.yoho.cn:28077/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
const
API_OLD
=
'http://test2.open.yohobuy.com/'
;
// const API_URL = 'http://192.168.102.205:8080/gateway/'; // 先临时使用网关
// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_OLD = 'http://test2.open.yohobuy.com/';
/* 预览环境 */
// const API_URL = 'http://preapi.yoho.cn/';
...
...
@@ -44,10 +44,10 @@ class Yohobuy
// const API_OLD = 'http://api2.open.yohobuy.com/';
/* PC重构地址 */
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_OLD = 'http://api2.open.yohobuy.com/';
const
API_URL
=
'http://test2.open.yohobuy.com/'
;
const
SERVICE_URL
=
'http://test.service.api.yohobuy.com/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
const
API_OLD
=
'http://api2.open.yohobuy.com/'
;
/**
* 私钥列表
...
...
template/m.yohobuy.com/actions/index/home/currency-new.phtml
View file @
0b9ceef
...
...
@@ -10,12 +10,12 @@
个
YOHO
币
</p>
<a
href=
"/home/currencyDetail"
class=
"more"
>查看明细</a>
{
{#notice
}
}
{
{#
if
notice
}
}
<div
class=
"coin-tip"
>
<span
class=
"icon"
>!</span>
{
{notice
}
}
</div>
{
{/
notice
}
}
{
{/
if
}
}
{
{/
yohoCoin
}
}
</div>
<div
class=
"banner"
>
...
...
yohobuy/m.yohobuy.com/application/models/Index/User.php
View file @
0b9ceef
...
...
@@ -19,7 +19,7 @@ use Plugin\Images;
*/
class
UserModel
{
const
CODE_YOHOCOIN_BANNER
=
'
a2ec977c027d0cd9cdccb356ddf16b08
'
;
const
CODE_YOHOCOIN_BANNER
=
'
05afedf76886d732573f10f7451a1703
'
;
/**
* 处理用户个人详情数据
...
...
Please
register
or
login
to post a comment