curl --location --request GET 'https://api.chasing.comagreement/type_list'
{
"code": 200,
"msg": "请求成功",
"data": [
{
"name": "售后政策",
"id": 1
},
{
"name": "隐私政策",
"id": 2
},
{
"name": "售后政策",
"id": 3
}
]
}