From 59e5e22797ebc919024a650091d880b0ae3e6569 Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Tue, 15 Nov 2016 16:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E9=9C=80=E8=A6=81=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=B0=B1=E8=B7=B3=E5=88=B0=20profile=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=AE=A9=E4=BB=96=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/order.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/order.js b/utils/order.js index 2f6c902..b1e5545 100644 --- a/utils/order.js +++ b/utils/order.js @@ -1,6 +1,7 @@ const app = getApp() function postBilling (data, resolve) { + data['token'] = app.globalData.token wx.request({ method: 'POST', url: `${app.globalData.API_URL}/orders`,