- 小程序提审素材是临时素材还是永久素材?
如题,如果是临时素材,可否用新增临时素材接口获取 media_id 呢
2022-08-15 - 第三方平台设置小程序的 uploaddomain 和 downloaddomain,调用成功却无效?
文档在此 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Mini_Program_Basic_Info/Server_Address_Configuration.html { "action": "set", "requestdomain": ["https://www.xx.com"], "wsrequestdomain": [], "uploaddomain": ["https://www.xx.com"], "downloaddomain": ["https://www.xx.com"], "udpdomain": [], "tcpdomain": [] } 调用设置接口正常,但是 action 设为 get 再去调接口时,返回的 uploaddomain 和 downloaddomain 为空,请问这是什么问题?
2022-08-12 - 服务商如何获取 appid 对应的 secret
https://pay.weixin.qq.com/wiki/doc/api/wxpay_v2/open/chapter7_1.shtml https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 服务商下单,需要 sub_openid,而获取 sub_openid 又需要 sub_appid 和 secret。 sub_appid 可以获取到,问题是 secret 怎么获取?
2021-08-15