生成微信外跳接口
使用说明
创建短链条数限制:关联VIP权限,具体条数请参照服务定价。
请求
接口地址: https://www.wzsd.cc/api/openapi/createWxmiddle
请求方法: POST
请求示例: https://www.wzsd.cc/api/openapi/createWxmiddle
参数说明
参数名 | 类型 | 是否必传 | 默认值 | 描述 |
---|---|---|---|---|
app_key | string | 是 | - | 用户的 API 密钥 |
url | string | 是 | - | 跳转链接:必须以 http:// 或 https:// 开头的链接 |
link_name | string | 否 | - | 短链名称 |
返回参数说明
参数名 | 类型 | 描述 |
---|---|---|
status | int | 状态码:1,成功;0,失败 |
info | string | 状态说明,当status为0时,info为错误原因 |
data | object | 返回的数据 |
data.short_link | int | 短链链接 |
示例
{ "info": "success", "data": { "short_link": "http://bywwt02.oss-cn-wuhan-lr.aliyuncs.com/go/FFDA324" }, "status": 1 }