mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
14 lines
239 B
JSON
14 lines
239 B
JSON
|
|
{
|
|||
|
|
"data": [
|
|||
|
|
{
|
|||
|
|
"id": 1,
|
|||
|
|
"name_en": "test1",
|
|||
|
|
"name_ch": "测试1"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": 2,
|
|||
|
|
"name_en": "test2",
|
|||
|
|
"name_ch": "测试2"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|