## 淘寶客邀請碼
~~~[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
}
~~~