...
|
...
|
@@ -302,7 +302,7 @@ |
|
|
timestamp: data.timestamp, // 必填,生成签名的时间戳
|
|
|
nonceStr: data.nonceStr, // 必填,生成签名的随机串
|
|
|
signature: data.signature,// 必填,签名(加密后,下文有实现)
|
|
|
jsApiList: ['chooseImage', 'uploadImage'] // 必填,需要使用的JS接口列表,开发文档上有所有接口名称,根据需要选用就好。
|
|
|
jsApiList: ['chooseImage'] // 必填,需要使用的JS接口列表,开发文档上有所有接口名称,根据需要选用就好。
|
|
|
});
|
|
|
});
|
|
|
|
...
|
...
|
|