Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/SubMerchant/CardGetApplyProtocolResponse.json

21 lines
532 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"category": [
{
"primary_category_id": 1,
"category_name": "美食",
"secondary_category": [
{
"secondary_category_id": 101,
"category_name": "粤菜",
"need_qualification_stuffs": [
"food_service_license_id",
"food_service_license_bizmedia_id"
]
}
]
}
],
"errcode": 0,
"errmsg": "ok"
2022-05-06 20:29:27 +08:00
}