Skip to content

Commit

Permalink
Merge pull request #35 from SMALL-/patch-1
Browse files Browse the repository at this point in the history
更新两个接口
  • Loading branch information
zoujingli committed Oct 10, 2019
2 parents f8cce57 + 402e58f commit d37d0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wechat/WechatScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function getJsSign($url, $timestamp = 0, $noncestr = '', $appid = '', $ac
"timestamp" => $data['timestamp'],
"signature" => Tools::getSignature($data, 'sha1'),
'jsApiList' => array(
'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', 'onMenuShareQZone',
'updateTimelineShareData', 'updateAppMessageShareData', 'onMenuShareQQ', 'onMenuShareWeibo', 'onMenuShareQZone',
'hideOptionMenu', 'showOptionMenu', 'hideMenuItems', 'showMenuItems', 'hideAllNonBaseMenuItem', 'showAllNonBaseMenuItem',
'chooseImage', 'previewImage', 'uploadImage', 'downloadImage', 'closeWindow', 'scanQRCode', 'chooseWXPay',
'translateVoice', 'getNetworkType', 'openLocation', 'getLocation',
Expand Down

0 comments on commit d37d0c1

Please sign in to comment.