Authored by yyq

del client-type

... ... @@ -26,8 +26,7 @@ const getGlobalProductListAsync = (params, from) => {
const getGlobalProductDetailAsync = (skn, channelNum) => {
return globalApi.get('product/api/v2/detail/get', {
physical_channel: channelNum,
product_skn: skn,
client_type: 'iphone'
product_skn: skn
}, config.apiCache);
};
... ... @@ -35,8 +34,7 @@ const getGlobalProductHtmlAsync = (skn, channelNum) => {
return globalApi.get('product/api/v1/detail/gethtml', {
physical_channel: channelNum,
product_skn: skn,
return_type: 'html',
client_type: 'iphone'
return_type: 'html'
}, config.apiCache);
};
... ...