@@ -24,7 +24,7 @@
}
},
onLoad(options) {
- NET.request(API.getLogisticsDeatil + 'shunfeng/' + options.logisticCode, {}, 'POST').then(res => {
+ NET.request(API.getLogisticsDeatil + 'shunfeng/' + options.logisticCode, {}, 'GET').then(res => {
this.expressData = {
company: '顺丰',
logisticCode: res.data.logisticCode,