search
HomeWeChat AppletWeChat DevelopmentWeChat public account development: Convert long connections into short links through accesstoken

Business scenario: During the development process of WeChat public accounts, there are often some long links. If a QR code is generated at this time, the recognition will be slow during the scanning process. If it is stored in the database, it will cause the database to be corrupted. The field length needs to be set very long, so it is increasingly important to convert long links into short links.

Interface description document address:

mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1443433600&token=&lang=zh_CN

Interface calling URL: https: //api.weixin.qq.com/cgi-bin/shorturl?access_token=ACCESS_TOKEN

Interface request method: post

Interface parameter data: json

Interface transmission Reference example:

{"action":"long2short","long_url":"https:\/\/ss2.bdstatic.com\/kfoZeXSm1A5BphGlnYG\/icon\/7282.png"}

Interface return data:

{"errcode":0,"errmsg":"ok","short_url":"http:\/\/w.url.cn\/s\/An3qXvS"}

converted to json:

{
    "errcode":0,
    "errmsg":"ok",
    "short_url":"http://w.url.cn/s/An3qXvS"
}

The specific implementation code is as follows:

The effect is as shown:

Okay, this time we will explain how to convert a long URL into a short URL through the WeChat interface

The above is the detailed content of WeChat public account development: Convert long connections into short links through accesstoken. 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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.