Authored by Targaryen

app_version-const

1 /* 1 /*
2 * @Author: Targaryen 2 * @Author: Targaryen
3 * @Date: 2016-05-18 10:02:21 3 * @Date: 2016-05-18 10:02:21
4 - * @Last Modified by: Targaryen  
5 - * @Last Modified time: 2016-05-18 11:39:11 4 + * @Last Modified by: Targaryen
  5 + * @Last Modified time: 2017-05-19 14:17:08
6 */ 6 */
7 7
8 'use strict'; 8 'use strict';
@@ -342,7 +342,8 @@ let getintroData = (data, req) => { @@ -342,7 +342,8 @@ let getintroData = (data, req) => {
342 let getintroIntro = (data) => { 342 let getintroIntro = (data) => {
343 return api.get('', { 343 return api.get('', {
344 method: 'app.product.intro', 344 method: 'app.product.intro',
345 - product_skn: data.productskn 345 + product_skn: data.productskn,
  346 + app_version: '5.6.0'
346 }, { 347 }, {
347 cache: true 348 cache: true
348 }).then(result => { 349 }).then(result => {