小程序
小游戏
企业微信
微信支付
扫描小程序码分享
接口地址:https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=
appId:wx280eed08dfca7353
openId:ox3Uv0sDCzMpWDzM4xykY5jyM4-8
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
确认下公众号是否有这个接口权限,登陆公众号 接口权限列表 看下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
应该是你access_token传参错误了,你传的是第三方平台的component_access_token,而正确传参是 微信请求测试账户的access_token。
1、获取微信调用的请求参数中的$query_auth_code$值。
2、调用api接口 使用授权码获取授权信息,获取测试账户的authorizer_access_token
https://api.weixin.qq.com/cgi-bin/component/api_query_auth?component_access_token
3、调用api发送客服消息接口,access_token 参数的值是微信测试账户的authorizer_access_token
https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN
你好,核实是有调用成功的
权限开了
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
确认下公众号是否有这个接口权限,登陆公众号 接口权限列表 看下
应该是你access_token传参错误了,你传的是第三方平台的component_access_token,而正确传参是 微信请求测试账户的access_token。
1、获取微信调用的请求参数中的$query_auth_code$值。
2、调用api接口 使用授权码获取授权信息,获取测试账户的authorizer_access_token
https://api.weixin.qq.com/cgi-bin/component/api_query_auth?component_access_token
3、调用api发送客服消息接口,access_token 参数的值是微信测试账户的authorizer_access_token
https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN
你好,核实是有调用成功的
权限开了