##備案狀態查詢
~~~[api]
get:/partner/icp/getIcpStatus.html
*partner_id#合作伙伴ID
*mainId=1#網站備案主接口返回的mainId
*sign=asdfasdfewe22qwer#數據驗證令牌
<<<
success
{
"status": true,
"message": "成功",
"mainStatus": "6",
"mainMessage": "管局通過",
"errorMessage": "",
"mainicpnumb": "閩ICP備1*****號", //主體備案號
"mainicppwd": "V*****4", //備案密碼
"web": {
"54": {
"webStatus": "6",
"webMessage": "管局通過",
"errorMessage": "",
"webicpnumb": "閩ICP備1*****號-4" //網站備案號
}
"98": {
"webStatus": "-3",
"webMessage": "內審退回",
"errorMessage": "主體下有****,請及時修改。",
"webicpnumb": ""
}
}
}
<<<
error
{
"status": 0,
"message": "未查到備案信息",
}
~~~
備案信息狀態分別為:
"0" => "本地保存",
"1" => "等待內審",
"-1" => "提交失敗",
"2" => "待受理",
"3" => "內審中",
"-2" => "撤回",
"4" => "內審通過",
"5" => "管局審核中",
"6" => "管局通過",
"-3" => "內審退回",
"-4" => "管局退回"
PS:當狀態為6時將為備案最終狀態