mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"data_list": [
|
|
{
|
|
"cloud_id": "xxx",
|
|
"json": {
|
|
"cloudID": "xxx",
|
|
"data": {
|
|
"stepInfoList": [
|
|
{
|
|
"timestamp": 1603641600,
|
|
"step": 1234
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|