Showing
1 changed file
with
2 additions
and
3 deletions
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
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 | 4 | * @Last Modified by: Targaryen |
5 | - * @Last Modified time: 2017-05-19 14:17:08 | 5 | + * @Last Modified time: 2017-05-19 14:26:36 |
6 | */ | 6 | */ |
7 | 7 | ||
8 | 'use strict'; | 8 | 'use strict'; |
@@ -342,8 +342,7 @@ let getintroData = (data, req) => { | @@ -342,8 +342,7 @@ 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, | ||
346 | - app_version: '5.6.0' | 345 | + product_skn: data.productskn |
347 | }, { | 346 | }, { |
348 | cache: true | 347 | cache: true |
349 | }).then(result => { | 348 | }).then(result => { |
-
Please register or login to post a comment