- api_component_token返回NULL?
appid为wx926fda84905a52ac 1、代码根本没修改过,结果现在就不返回结果了。tick都能收到。 $data = '{"component_appid":"'.$this->thirdAppId.'" ,"component_appsecret": "'.$this->thirdSecretID.'","component_verify_ticket": "'.$this->component_ticket.'"}'; 收到授权事件通知03,Index:ComponentVerifyTicket:ticket@@@HTZU7FeD5Idq-Bfm4uo-bsZVWHTBI5dddnbRtxuDAaFva****** [2021-12-07 08:54:30] 收到api_component_token1:,null 2、在postman里面直接调用返回结果: { "errcode": 41018, "errmsg": "missing component_appid rid: 61aeada5-127e44ec-115f0c81" }
2021-12-07 - api_component_token不返回结果?
appid为wx926fda84905a52ac 1、代码根本没修改过,结果现在就不返回结果了。tick都能收到。 收到授权事件通知03,Index:ComponentVerifyTicket:ticket@@@HTZU7FeD5Idq-Bfm4uo-bsZVWHTBI5dddnbRtxuDAaFva****** [2021-12-07 08:54:30] 收到api_component_token1:,null 2、在postman里面直接调用返回结果: { "errcode": 41018, "errmsg": "missing component_appid rid: 61aeada5-127e44ec-115f0c81" }
2021-12-07 - 关于小程序代码模板的疑问
作为第三方平台,若是某个模板已经被100个客户使用了,若是该模板有更新或者修改bug,那这100个客户的小程序代码如何更新?目前看来是需要100个客户都需要重新提交审核,既然是模板,能否做到对模板审核?若是不能,也应该能够快速审核100个客户的小程序,毕竟这部分的工作大多都重复的。
2018-06-20 - 小程序取帐号基本信息的API死活不通
GET URL:https://api.weixin.qq.com/cgi-bin/account/getaccountbasicinfo?access_token=总是返回如下错误码,没有任何提示信息,API文档中也找不到41033错误码,而我使用这个access_token去调用其他API操作又是没问题的,究竟啥原因?有没有人遇到过?object(stdClass)#48 (2) { ["errcode"] => int(41033) ["errmsg"] => string(23) " hint: [3yWVcA0687vr28]" }
2018-06-20