|
|
@@ -59,8 +59,13 @@ Page({
|
|
|
var token = wx.getStorageSync('lbt_token_key');
|
|
|
// console.log('nowtoken',token);
|
|
|
wx.request({
|
|
|
- url: 'https://jingcai.hiwavo.com/three/order/express?tf_code='+that.data.order.express_order_no/* 773175419643033 */,
|
|
|
- method: 'GET',
|
|
|
+ url: 'https://jingcai.hiwavo.com/three/order/express',
|
|
|
+ data:{
|
|
|
+ tf_code:that.data.order.express_order_no,
|
|
|
+ express_code:this.data.order.express_code,
|
|
|
+ tel:this.data.order.tel
|
|
|
+ },
|
|
|
+ method: 'POST',
|
|
|
header: {
|
|
|
"content-type": "application/json",
|
|
|
"terminal": 'mini-program',
|