收藏
回答

调用微信小程序后台API的 获取不限制的小程序码 返回 48001 是什么情况呢?

curl --request POST \

  --url 'https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=xxxxx' \

  --header 'Accept: */*' \

  --header 'Accept-Encoding: gzip, deflate, br' \

  --header 'Authorization: Beare ' \

  --header 'Connection: keep-alive' \

  --header 'Content-Type: application/json' \

  --header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0' \

  --data '{

 "scene": "X4WVPBXO",

 "check_path": false,

 "env_version": "develop"

} '

返回信息

{

"errcode": 48001,

"errmsg": "api unauthorized rid: 690183fd-5386c0b8-31ca65ba"

}


回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容