## 政策列表
~~~[api]
get:/policy/policyList
*userId#用戶ID
*companyId#企業ID
*type#類型 1:首頁列表;2:首頁-政策推送;3:企業匹配;
<<<
success
{
"code": "00000",
"data": {
"policyList": [
{
"policyId": 1, // 政策ID
"policyTitle": "余杭區\"551\"計劃", // //
"listImgUrl": "http://cdnupd.xunkuyun.com/img_upload/project/c10225/uploadImage/normal/2021/01/20210120095305516165.png", // 圖片URL
"thumbImgUrl": "http://cdnupd.xunkuyun.com/img_upload/project/c10225/uploadImage/normal/2021/01/20210120095305516165.png", // 列表縮略圖
"createTime": "2021-01-19 09:33:42", // 添加時間
"policyTagList": [ // 政策標簽列表
{
"tagId": 1, // 標簽ID
"tagName": "熱門", // 標簽名稱
"tagIcon": "http://cdnupd.xunkuyun.com/img_upload/project/c10225/icon/icon_tag_ hot.png", // 標簽圖標
"tagNameColor": "#FE5C21;", // 名稱顏色
"backgroundColor": "#FFE1D8;" // 標簽背景色
},
...
],
"policyRewardList": [ // 政策獎勵支持列表
{
"rewardId": 1, // 獎勵ID
"rewardTitle": "創業支持", // 獎勵標題
"rewardContent": "100-600萬" // 獎勵內容
},
...
],
"policyDeclareConditionList": [ // 申報條件(詳情返回)
{
"declarePolicyId": 1, // 申報政策ID
"declareConditionId": 35, // 申報條件ID
"declareConditionTypes": "2", // 申報條件type 1:輸入;2:選擇(0:否;1:是;);
"declareConditionValue": "40", // 申報條件值
"declareConditionContent": "海外高層低于40%)。", // 申報條件內容
"isSatisfyCondition": "0" // 是否滿足申報條件 0:未設置(紅色?);1:滿足(藍色√);2:不滿足(黃色!);
}
...
],
"companyApplyStatus": "0", // 企業申請狀態 0:未申請;1:已申請;
"totalDeclareConditionCount": 2, // 總申報條件數
"companyDeclareConditionCount": 1 // 企業滿足條件數
},
]
},
"onceToken": "",
"info": "正常處理"
}
<<<
error{
"code": "10002",
"data": null,
"onceToken": "",
"info": "請求異常"
}
~~~