收藏
回答

小程序发送订阅消息报错48001?

调用小程序发送订阅消息接口:提示48001 errmsg: 'api unauthorized hints: [h.Oc5Knre-gJitQa!]'

appid:wxdc54360f197aa02d

日志:

{ status: 200,

  statusText: 'OK',

  headers:

   { connection: 'close',

     date: 'Fri, 29 May 2020 16:15:45 GMT',

     'content-type': 'application/json; encoding=utf-8',

     'content-length': '72' },

  config:

   { url:

      'https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=33_iatSsHvpYnTnqp0vqDc9SBwzCGYbM6vNtZUe9cGHV7zOEuXVAqzt1l-5fbyK7wScYfwtsAQyp8nmQQAjS6qELme8gPbFR5TRjPZtjE_X3YHxz5TEBOUBWfsb_eBh7P9ayazPLyq_hlfuMlxcWKZbAFASGV',

     method: 'post',

     data:

      '{"touser":"ouqrr0Otj6r6M1JThLv6njdnXSTg","template_id":"Nnl2GAtUYqWjUNSp3Lynb3_J_IYDwsfUVAolfr7Eops","miniprogram":{"appid":"wxdc54360f197aa02d","pagepath":"/pages/board/39"},"data":{"thing2":{"value":"123","color":"#173177"},"name1":{"value":null,"color":"#173177"},"thing3":{"value":"fdfd","color":"#173177"},"date4":{"value":"2020-5-30 12:15:44 AM","color":"#173177"}}}',

     headers:

      { Accept: 'application/json, text/plain, */*',

        'Content-Type': 'application/json;charset=utf-8',

        'User-Agent': 'axios/0.19.2',

        'Content-Length': 372 },

     transformRequest: [ [Function: transformRequest] ],

     transformResponse: [ [Function: transformResponse] ],

     timeout: 0,

     adapter: [Function: httpAdapter],

     xsrfCookieName: 'XSRF-TOKEN',

     xsrfHeaderName: 'X-XSRF-TOKEN',

     maxContentLength: -1,

     validateStatus: [Function: validateStatus] },

  request:

   ClientRequest {

     _events:

      [Object: null prototype] {

        socket: [Function],

        abort: [Function],

        aborted: [Function],

        error: [Function],

        timeout: [Function],

        prefinish: [Function: requestOnPrefinish] },

     _eventsCount: 6,

     _maxListeners: undefined,

     output: [],

     outputEncodings: [],

     outputCallbacks: [],

     outputSize: 0,

     writable: true,

     _last: true,

     chunkedEncoding: false,

     shouldKeepAlive: false,

     useChunkedEncodingByDefault: true,

     sendDate: false,

     _removedConnection: false,

     _removedContLen: false,

     _removedTE: false,

     _contentLength: null,

     _hasBody: true,

     _trailer: '',

     finished: true,

     _headerSent: true,

     socket:

      TLSSocket {

        _tlsOptions: [Object],

        _secureEstablished: true,

        _securePending: false,

        _newSessionPending: false,

        _controlReleased: true,

        _SNICallback: null,

        servername: 'api.weixin.qq.com',

        alpnProtocol: false,

        authorized: true,

        authorizationError: null,

        encrypted: true,

        _events: [Object],

        _eventsCount: 8,

        connecting: false,

        _hadError: false,

        _handle: [TLSWrap],

        _parent: null,

        _host: 'api.weixin.qq.com',

        _readableState: [ReadableState],

        readable: true,

        _maxListeners: undefined,

        _writableState: [WritableState],

        writable: false,

        allowHalfOpen: false,

        _sockname: null,

        _pendingData: null,

        _pendingEncoding: '',

        server: undefined,

        _server: null,

        ssl: [TLSWrap],

        _requestCert: true,

        _rejectUnauthorized: true,

        parser: null,

        _httpMessage: [Circular],

        [Symbol(res)]: [TLSWrap],

        [Symbol(asyncId)]: 2544,

        [Symbol(lastWriteQueueSize)]: 0,

        [Symbol(timeout)]: null,

        [Symbol(kBytesRead)]: 0,

        [Symbol(kBytesWritten)]: 0,

        [Symbol(connect-options)]: [Object] },

     connection:

      TLSSocket {

        _tlsOptions: [Object],

        _secureEstablished: true,

        _securePending: false,

        _newSessionPending: false,

        _controlReleased: true,

        _SNICallback: null,

        servername: 'api.weixin.qq.com',

        alpnProtocol: false,

        authorized: true,

        authorizationError: null,

        encrypted: true,

        _events: [Object],

        _eventsCount: 8,

        connecting: false,

        _hadError: false,

        _handle: [TLSWrap],

        _parent: null,

        _host: 'api.weixin.qq.com',

        _readableState: [ReadableState],

        readable: true,

        _maxListeners: undefined,

        _writableState: [WritableState],

        writable: false,

        allowHalfOpen: false,

        _sockname: null,

        _pendingData: null,

        _pendingEncoding: '',

        server: undefined,

        _server: null,

        ssl: [TLSWrap],

        _requestCert: true,

        _rejectUnauthorized: true,

        parser: null,

        _httpMessage: [Circular],

        [Symbol(res)]: [TLSWrap],

        [Symbol(asyncId)]: 2544,

        [Symbol(lastWriteQueueSize)]: 0,

        [Symbol(timeout)]: null,

        [Symbol(kBytesRead)]: 0,

        [Symbol(kBytesWritten)]: 0,

        [Symbol(connect-options)]: [Object] },

     _header:

      'POST /cgi-bin/message/template/send?access_token=33_iatSsHvpYnTnqp0vqDc9SBwzCGYbM6vNtZUe9cGHV7zOEuXVAqzt1l-5fbyK7wScYfwtsAQyp8nmQQAjS6qELme8gPbFR5TRjPZtjE_X3YHxz5TEBOUBWfsb_eBh7P9ayazPLyq_hlfuMlxcWKZbAFASGV HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json;charset=utf-8\r\nUser-Agent: axios/0.19.2\r\nContent-Length: 372\r\nHost: api.weixin.qq.com\r\nConnection: close\r\n\r\n',

     _onPendingData: [Function: noopPendingOutput],

     agent:

      Agent {

        _events: [Object],

        _eventsCount: 1,

        _maxListeners: undefined,

        defaultPort: 443,

        protocol: 'https:',

        options: [Object],

        requests: {},

        sockets: [Object],

        freeSockets: {},

        keepAliveMsecs: 1000,

        keepAlive: false,

        maxSockets: Infinity,

        maxFreeSockets: 256,

        maxCachedSessions: 100,

        _sessionCache: [Object] },

     socketPath: undefined,

     timeout: undefined,

     method: 'POST',

     path:

      '/cgi-bin/message/template/send?access_token=33_iatSsHvpYnTnqp0vqDc9SBwzCGYbM6vNtZUe9cGHV7zOEuXVAqzt1l-5fbyK7wScYfwtsAQyp8nmQQAjS6qELme8gPbFR5TRjPZtjE_X3YHxz5TEBOUBWfsb_eBh7P9ayazPLyq_hlfuMlxcWKZbAFASGV',

     _ended: true,

     res:

      IncomingMessage {

        _readableState: [ReadableState],

        readable: false,

        _events: [Object],

        _eventsCount: 3,

        _maxListeners: undefined,

        socket: [TLSSocket],

        connection: [TLSSocket],

        httpVersionMajor: 1,

        httpVersionMinor: 1,

        httpVersion: '1.1',

        complete: true,

        headers: [Object],

        rawHeaders: [Array],

        trailers: {},

        rawTrailers: [],

        aborted: false,

        upgrade: false,

        url: '',

        method: null,

        statusCode: 200,

        statusMessage: 'OK',

        client: [TLSSocket],

        _consuming: false,

        _dumped: false,

        req: [Circular],

        responseUrl:

         'https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=33_iatSsHvpYnTnqp0vqDc9SBwzCGYbM6vNtZUe9cGHV7zOEuXVAqzt1l-5fbyK7wScYfwtsAQyp8nmQQAjS6qELme8gPbFR5TRjPZtjE_X3YHxz5TEBOUBWfsb_eBh7P9ayazPLyq_hlfuMlxcWKZbAFASGV',

        redirects: [] },

     aborted: undefined,

     timeoutCb: null,

     upgradeOrConnect: false,

     parser: null,

     maxHeadersCount: null,

     _redirectable:

      Writable {

        _writableState: [WritableState],

        writable: true,

        _events: [Object],

        _eventsCount: 2,

        _maxListeners: undefined,

        _options: [Object],

        _redirectCount: 0,

        _redirects: [],

        _requestBodyLength: 372,

        _requestBodyBuffers: [],

        _onNativeResponse: [Function],

        _currentRequest: [Circular],

        _currentUrl:

         'https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=33_iatSsHvpYnTnqp0vqDc9SBwzCGYbM6vNtZUe9cGHV7zOEuXVAqzt1l-5fbyK7wScYfwtsAQyp8nmQQAjS6qELme8gPbFR5TRjPZtjE_X3YHxz5TEBOUBWfsb_eBh7P9ayazPLyq_hlfuMlxcWKZbAFASGV' },

     [Symbol(isCorked)]: false,

     [Symbol(outHeadersKey)]:

      [Object: null prototype] {

        accept: [Array],

        'content-type': [Array],

        'user-agent': [Array],

        'content-length': [Array],

        host: [Array] } },

  data:

   { errcode: 48001,

     errmsg: 'api unauthorized hints: [h.Oc5Knre-gJitQa!]' } }

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

1 个回答

登录 后发表内容
问题标签