diff --git a/utils/profile.js b/utils/profile.js index 2e97431..fc94180 100644 --- a/utils/profile.js +++ b/utils/profile.js @@ -11,6 +11,7 @@ function getZichanSlides (resolve) { function getCustomerInfo (data, cb) { data['code'] = app.globalData.code + data['encrypted'] = app.globalData.encrypted app.request({ url: `${app.globalData.API_URL}/sessions/new`, data: data,