Ver Fonte

接口验证

linwu há 2 anos atrás
pai
commit
e61180c8e5

+ 1 - 0
public/themes/default/views/mobile/module/section/html_end.blade.php

@@ -100,6 +100,7 @@
     wx.checkJsApi({
         jsApiList: ['updateAppMessageShareData','updateTimelineShareData','openLocation'], // 需要检测的JS接口列表,所有JS接口列表见附录2,
         success: function(res) {
+            console.log(res);
             // 以键值对的形式返回,可用的api值true,不可用为false
             // 如:{"checkResult":{"chooseImage":true},"errMsg":"checkJsApi:ok"}
         }