curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/app/item/localcategory/query' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_type":"1"
}'
{
"cats":[
{
"cat_and_parent":[
{
"cat_id":"8888",
"cat_name":"餐饮",
"f_cat_id":"66666",
"cat_level":1,
"item_types":[
"1"
],
"cat_status":"AUDIT_PASSED"
}
]
}
]
}