|
@@ -66,7 +66,7 @@ export default {
|
|
|
const that = this
|
|
const that = this
|
|
|
try {
|
|
try {
|
|
|
const params = {
|
|
const params = {
|
|
|
- debug: false, // 开启调试模式,
|
|
|
|
|
|
|
+ debug: true, // 开启调试模式,
|
|
|
appId: appId, // 必填,企业号的唯一标识
|
|
appId: appId, // 必填,企业号的唯一标识
|
|
|
timestamp: timestamp, // 必填,生成签名的时间戳
|
|
timestamp: timestamp, // 必填,生成签名的时间戳
|
|
|
nonceStr: nonceStr, // 必填,生成签名的随机串
|
|
nonceStr: nonceStr, // 必填,生成签名的随机串
|