bug
This commit is contained in:
@@ -16,6 +16,15 @@
|
||||
*
|
||||
* Reference:https://cloud.tencent.com/document/product/647/17275#Server
|
||||
*/
|
||||
function jiazai(){
|
||||
document.getElementById("make").style.display = "block"
|
||||
}
|
||||
function tingzhi(){
|
||||
document.getElementById("make").style.display = "none"
|
||||
|
||||
}
|
||||
jiazainum = 0;
|
||||
|
||||
function genTestUserSig(userID) {
|
||||
/**
|
||||
* 腾讯云 SDKAppId,需要替换为您自己账号下的 SDKAppId。
|
||||
@@ -61,11 +70,15 @@ function genTestUserSig(userID) {
|
||||
// userSig:userSig
|
||||
// };
|
||||
return new Promise((res)=>{
|
||||
jiazai()
|
||||
jiazainum++;
|
||||
$.ajax({
|
||||
url: window.url + 'userSig?userid=' + userID,
|
||||
headers: { "Authorization": "Bearer " + localStorage.getItem("token")},
|
||||
success(data){
|
||||
res({data: data.data, id: 1400435767})
|
||||
tingzhi()
|
||||
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user