Home  >  Article  >  WeChat Applet  >  How to solve the problem of WeChat public account: Unauthorized API function

How to solve the problem of WeChat public account: Unauthorized API function

不言
不言Original
2018-06-27 14:53:184572browse

This article mainly introduces the WeChat public account prompt: Unauthorized API function problem solving related information. The solution to the prompt is provided here. Friends in need can refer to it

WeChat public No. Unauthorized API function

The return result of calling the api is as follows:

 200 OK
    Connection: keep-alive
    Date: Wed, 15 Oct 2014 09:00:17 GMT
    Server: nginx/1.4.4
    Content-Type: application/json; encoding=utf-8
    Content-Length: 45

    {
      "errcode": 48001, 
      "errmsg": "api unauthorized"
    }

Tips:

Unauthorized API function

The reason is: your WeChat official account has not passed the authentication.

WeChat Certification Statement:

Statement

  1. ##The new certification system provides safer and more rigorous authenticity Sexual authentication can also better protect the legitimate rights and interests of enterprises and users.

  2. After the entire WeChat authentication process is completed, the user will see the unique logo of the certified official account in WeChat.

  3. Supports public accounts of all organizational types to apply for new WeChat certification.

  4. After the account qualification review and certification is passed, the subscription account will obtain the custom menu interface permissions, and the service account will obtain all interface permissions in the advanced functional interface, multiple customer service interfaces, and can apply for WeChat payment . Detailed description of WeChat authentication process.

  5. Audit service fee: 300 yuan/time

The above is the entire content of this article, I hope it will be helpful to everyone’s study, more Please pay attention to the PHP Chinese website for related content!

Related recommendations:

How to solve errors in WeChat mini programs: {"baseresponse":{"errcode":-80002,"errmsg":""}}

About chooseImage in the WeChat applet to select pictures or take photos

The above is the detailed content of How to solve the problem of WeChat public account: Unauthorized API function. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn