- 三方服务商代开发公众号消息模版问题?
服务商appid wx656730804c2c5291 公众号appid wx558e6f83438f7873 【请求地址】: https://api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatekeywords?access_token=xxxx 【请求参数】:tid=TM00194 错误信息:{"errmsg":"tid does not exist rid: 64094d08-0184e16d-44b8b2fb","count":0,"data":[],"errcode":200014,"rid":"64094d08-0184e16d-44b8b2fb"}
2023-03-09 - 错误代码:61007,咋回事?
小程序代开发,接口错误代码:61007, 错误信息:api is unauthorized to component 小程序id wx49445c40059f4524 三方代开发平台id APPIDwx656730804c2c5291 调用getAuthorizerList 显示 (totalCount=21, list=[{authorizer_appid=wx49445c40059f4524, refresh_token=refreshtoken@@@xxxxxx, auth_time=1677033908} @
2023-02-22 - 第三方平台api, 提交代码审核, 收到的推送事件没有appId ?
<xml> <ToUserName><![CDATA[gh_fb9688c2a4b2]]></ToUserName> <FromUserName><![CDATA[od1P50M-fNQI5Gcq-trm4a7apsU8]]></FromUserName> <CreateTime>1488856741</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[weapp_audit_success]]></Event> <SuccTime>1488856741</SuccTime> </xml> 推送的消息只能获取小程序的原始的id ,有没办法能直接拿到appid ?
2022-08-12 - 上传照片获取mediaid的接口?
第三方平台Api 中的一些接口,比如【代商家管理小程序】--【设置小程序名称(https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/basic-info-management/setNickName.html)】中需要上传 照片的mediaid 可以使用下面链接的api.weixin.qq.com/wxa/uploadmedia 接口吗?https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/submit_audit.html
2022-07-26 - 上传mediaid问题?
第三方平台Api 中的一些接口,比如【代商家管理小程序】--【设置小程序名称(https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/basic-info-management/setNickName.html)】中需要上传 照片的mediaid 可以使用下面链接的api.weixin.qq.com/wxa/uploadmedia 接口吗?https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/submit_audit.html
2022-07-26 - 第三方平台Api 中参数 mediaid 如何获取?
第三方平台Api 中的一些接口,比如【代商家管理小程序】--【设置小程序名称(https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/basic-info-management/setNickName.html)】中需要上传 照片的mediaid ,但是第三方平台Api 并没有上传图片的接口,公众号下倒是有上传图片的接口,https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html, 是用公众号下的接口?如果真是这样,那不是还得去申请公众号?
2022-07-22 - scroll-view 定位
- 需求的场景描述(希望解决的问题) 页面的顶部有一组标签,举个例子 A,B,C...这样, 我点击A,可以使Scroll-view 滚动到A-view, 这个已经实现了,但是,当我继续滚动scroll-view 到B-view时,我希望,顶部的标签B 被选中。 - 希望提供的能力 [代码]scroll-view 再滚动的时候,怎么获取处于哪个锚点?[代码]
2018-04-09