Authored by 张孝茹

物流详情

@@ -402,7 +402,8 @@ module.exports = class extends global.yoho.BaseModel { @@ -402,7 +402,8 @@ module.exports = class extends global.yoho.BaseModel {
402 return this.get({ 402 return this.get({
403 url: 'operations/api/v5/resource/get', 403 url: 'operations/api/v5/resource/get',
404 data: {content_code: CODE_LOGISTIC_BANNER}, 404 data: {content_code: CODE_LOGISTIC_BANNER},
405 - params: {code: 200} 405 + params: {code: 200}
  406 + api: global.yoho.ServiceAPI
406 }); 407 });
407 } 408 }
408 409