Commit 57233bad by liang ce

修改绑定第三方账号轮询参数

parent 9b7739dc
......@@ -48,7 +48,8 @@ create.Page({
}
requestNum++;
let data={
platform: this.data.platform
platform: this.data.platform,
ddUserId: getApp().globalData.userid
}
getThirdUserPlatForm(data).then(res => {
let relatedAppPlatformList = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment