Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
zhangxiaoru
2017-01-10 16:12:28 +0800
Commit
7cd985459a1a01dda2d35c89bc9b2a028553d0e8
1 parent
1975b6a4
接口升级版本
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
apps/cart/models/pay.js
config/common.js
apps/cart/models/pay.js
View file @
7cd9854
...
...
@@ -16,8 +16,7 @@ const _ = require('lodash');
const
_getBanner
=
(
param
)
=>
{
return
serviceAPI
.
get
(
'operations/api/v5/resource/get'
,
{
content_code
:
param
.
contentCode
,
platform
:
'iphone'
,
app_version
:
'5.4'
platform
:
'iphone'
},
{
code
:
200
}).
then
((
result
)
=>
{
...
...
config/common.js
View file @
7cd9854
...
...
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'h5'
,
appVersion
:
'5.
3.0
'
,
// 调用api的版本
appVersion
:
'5.
4
'
,
// 调用api的版本
port
:
6001
,
siteUrl
:
'//m.yohobuy.com'
,
assetUrl
:
'//127.0.0.1:5001'
,
...
...
Please
register
or
login
to post a comment