浏览代码

接口验证

linwu 2 年之前
父节点
当前提交
e61180c8e5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/themes/default/views/mobile/module/section/html_end.blade.php

+ 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"}
         }