默认提交
Showing
10 changed files
with
174 additions
and
88 deletions
-
Please register or sign in to post a comment
... | ... | @@ -20,7 +20,6 @@ function wxLogin() { |
}); | ||
} | ||
// 检查并获取sessionid | ||
function checkSessionId(sid) { | ||
return new Promise((resolve, reject) => { | ||
... | ... |