接口地址:https://www.mxnzp.com/api/shortlink/create |
---|
返回格式:json |
请求方式:get |
请求示例:https://www.mxnzp.com/api/shortlink/create?url=url&app_secret=your&app_id=your |
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
app_secret | string | 必填 | app_secret 扫码关注公众号 |
app_id | string | 必填 | app_id 扫码关注公众号 |
url | string | 必填 | 待生成短链的url地址,需要先用urf-8进行BASE64加密再传入 |
名称 | 类型 | 说明 |
---|---|---|
shortUrl | string | 生成好的短链,可以直接访问 |
url | string | 你传入的原链接内容 |
错误码 | 说明 |
---|---|
0 | app_id或者app_secret不合法 |