# header参数:
| 字段名 | 类型|必填|说明|
| --- | --- |--- |--- |
| DIDI-TOKEN| string|是|md5(站点id + 64位token + DIDI-TOKEN-TIME)|
| DIDI-TOKEN-TIME| int64| 是|时间戳|
# POST参数:
| 字段名 | 类型|必填|说明|
| --- | --- |--- |--- |
| url| string| 是|网址链接 示例:https://didi.seowhy.com|
| title|string|是| 网址标题 |
| qq| int64|否| QQ号
| email |string|否| 邮箱 |
| other_list|array|否| 批量上链 案例 : array(array(url, title,qq,email),array(url, title,qq,email)) |
# 返回值:
| 字段名 |类型|说明|说明|
| --- | --- |--- |--- |
| code|int|是| 0=正常 1=异常
| msg| string|否 |描述