## 淘宝客邀请码
~~~[api]
post:/api/qudao/applychannel
_ajax=1#1,
token='MDAwMDAwMDAwMJiwmOCOuoXdx62rooxreWSBjKiwv4zQqcZ8iWvJfZ6jj32Bow'#token
<<<
success
{
"code": 1,
"msg": "操作成功",
"data": "",
"url": "/api/Qudao/applychannel",
"wait": 3
}
<<<
error
{
"code": 0,
"msg": "授权用户未入驻!",
"data": "",
"url": "",
"wait": 3
}
~~~
## 渠道备案
~~~[api]
post:/api/qudao/beian
_ajax=1#1
<<<
success
{
"code": 1,
"msg": "操作成功",
"data": "",
"url": "/api/Qudao/applychannel",
"wait": 3
}
<<<
error
{
"code": 0,
"msg": "邀请码非法!请检查",
"data": "",
"url": "",
"wait": 3
}
~~~
## 渠道备案信息查看 (暂时不知道有什么用处)
~~~[api]
post:/api/qudao/queryinfo
_ajax=1#1
<<<
success
{
"code": 1,
"msg": "操作成功",
"data": "",
"url": "/api/Qudao/applychannel",
"wait": 3
}
<<<
error
{
"code": 0,
"msg": "邀请码非法!请检查",
"data": "",
"url": "",
"wait": 3
}
~~~