收藏
回答

后台调用小程序订阅消息,服务器80端口http能调通,服务器非80端口https报48001未授权?

http 80端口可以调通,换成https非80不行

{

    "success"true,

    "msg""",

    "data": {

        "errcode"48001,

        "errmsg""api unauthorized hints: [gdNCRu4MRa-3ZhyPA!]"

    },

    "tag"""

}


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

2 个回答

  • 云深不知处
    云深不知处
    2020-06-28

    存在这种可能,需要验证一下

    2020-06-28
    有用
    回复
  • 小k
    小k
    2020-06-28

    估计是你的token失效了

    2020-06-28
    有用
    回复 5
    • 云深不知处
      云深不知处
      2020-06-28
      {
          "success": true,
          "msg": "",
          "data": {
              "errcode": 48001,
              "errmsg": "api unauthorized hints: [lgNC5WPfe-vPg3dA!]"
          },
          "tag": ""
      }
      2020-06-28
      回复
    • 云深不知处
      云深不知处
      2020-06-28
      不行
      2020-06-28
      回复
    • 云深不知处
      云深不知处
      2020-06-28
      本地测试
      {
          "success": true,
          "msg": "",
          "data": {
              "errcode": 0,
              "errmsg": "ok"
          },
          "tag": ""
      }
      2020-06-28
      回复
    • 云深不知处
      云深不知处
      2020-06-28
      token 都是一样的

      34_ovPpSG0HOo4rgjOacjPISx0qIByiBdbbLStAYUJcw2DsxuflxFnWBJiUsESEr3wv4MrFH4og9GtF89WB1vuGOVYb_j24hy7R29eI-irQTnQ7PbWxgzf7bkqhimMwWwMW6UT86a-UPP6NyXG0XVRfAAABZV

      token有问题,系统会报token错误的信息
      2020-06-28
      回复
    • 云深不知处
      云深不知处
      2020-06-28
      token问题 非常感谢
      2020-06-28
      回复
登录 后发表内容
问题标签