自定义短链接
# 自定义短链接
## 请求地址
``` URL
/api/index
```
## 请求参数
| 参数名称 | 默认值 | 说明 |是否必填
| -------- | ----------------------- | ------------ |-
| _handler | TGPage | |是
| _method | CreateCustomizeShortUrl | |是
| url | | 链接地址 |是
| short | | 自定义短链接 |是
| mid | | 素材id ,可为空|否
| jump | | 0素材跳转1直接跳转 |是
## 请求响应
``` json
{
"code":1,
"msg":null,
"data":{
"url":"短链接地址",
"shareImg":"分享图片",
"shareTitle":"分享标题",
}
}
```