- 文档提到使用jssdk必须先配置,依赖appid,但实测不依赖即可拉起wx.chooseImage?
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#1 该文档提到使用jssdk任何功能必须先配置,必须依赖appid,但是实测, wx.chooseImage({ count: 1, // 默认9 sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 success: function (res) { var localIds = res.localIds; // 返回选定照片的本地ID列表,localId可以作为img标签的src属性显示图片 } }); 这个调用可以直接调用,请问具体哪些操作必须使用appid操作,appid必须是服务号的公众号appid吗?小程序如何实现jssdk调用?我们是isv开发模式。
2021-08-30 - 设置服务器域名API报错
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Server_Address_Configuration.html 该API之前可用,现在提示没有api权限: { "errcode": 48001, "errmsg": "api unauthorized rid: 60989b32-4cc70533-632d3eaf" }
2021-05-10 - 如何通过appid获取token,快速注册fastregister的api文档哪里又
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Register_Mini_Programs/fast_registration_of_mini_program.html [图片]
2021-02-24 - 国外组织机构代注册小程序
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Register_Mini_Programs/Fast_Registration_Interface_document.html 如果是国外组织机构,没有组织结构代码证,这方面能走通吗?代注册小程序
2021-01-11 - 文档中有错别字
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Third_party_platform_appid.html [图片]
2021-01-08