请求URL
请求方式
字典类型 |
含义 |
xb_audit |
小班审核 |
xb_gy_adjust |
公益林调整类型 |
xb_tr_adjust |
天然林调整类型 |
gy_sqdj |
事权等级 |
gy_hn_sqdj |
湖南事权等级 |
gy_sllb |
森林类别 |
gy_hn_stqw |
生态区位 |
gy_ldbhdj |
林地保护等级 |
gy_gj_bhdj |
国家级公益林保护等级 |
tr_qy |
起源 |
accessory_type |
附件类型 |
model_type |
项目类型 |
audit_no_pass |
审核不通过意见 |
请求示例
/tc/sys/dict/query?dictCode=xb_audit
返回示例
{
"status": 200,
"message": "success",
"data": [
{
"itemText": "待审核",
"itemValue": "0"
},
{
"itemText": "审核中",
"itemValue": "1"
},
{
"itemText": "审核通过",
"itemValue": "2"
},
{
"itemText": "审核不通过",
"itemValue": "3"
}
],
"decryptFlag": false
}