Showing
2 changed files
with
2 additions
and
3 deletions
@@ -16,8 +16,7 @@ const _ = require('lodash'); | @@ -16,8 +16,7 @@ const _ = require('lodash'); | ||
16 | const _getBanner = (param) => { | 16 | const _getBanner = (param) => { |
17 | return serviceAPI.get('operations/api/v5/resource/get', { | 17 | return serviceAPI.get('operations/api/v5/resource/get', { |
18 | content_code: param.contentCode, | 18 | content_code: param.contentCode, |
19 | - platform: 'iphone', | ||
20 | - app_version: '5.4' | 19 | + platform: 'iphone' |
21 | }, { | 20 | }, { |
22 | code: 200 | 21 | code: 200 |
23 | }).then((result) => { | 22 | }).then((result) => { |
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; | @@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; | ||
11 | 11 | ||
12 | module.exports = { | 12 | module.exports = { |
13 | app: 'h5', | 13 | app: 'h5', |
14 | - appVersion: '5.3.0', // 调用api的版本 | 14 | + appVersion: '5.4', // 调用api的版本 |
15 | port: 6001, | 15 | port: 6001, |
16 | siteUrl: '//m.yohobuy.com', | 16 | siteUrl: '//m.yohobuy.com', |
17 | assetUrl: '//127.0.0.1:5001', | 17 | assetUrl: '//127.0.0.1:5001', |
-
Please register or login to post a comment