作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

分享调试

... ... @@ -56,11 +56,6 @@
timestamp = data.timestamp;
nonceStr = data.nonceStr;
signature = data.signature;
} else {
console.log(data);
}
}
});
wx.config({
debug: true,
appId: appid,
... ... @@ -83,6 +78,12 @@
}
})
});
} else {
console.log(data);
}
}
});
});
</script>
... ...