登录
This commit is contained in:
@@ -16,6 +16,10 @@ let request = function (obj){
|
||||
}
|
||||
header['content-type'] = "application/x-www-form-urlencoded"
|
||||
}
|
||||
if(data == undefined){
|
||||
data = {}
|
||||
}
|
||||
data.openid = wx.getStorageSync("openid")
|
||||
return new Promise((res,rej)=>{
|
||||
wx.request({
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user