mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"data_list": [
|
|
{
|
|
"cloud_id": "xxx",
|
|
"json": {
|
|
"cloudID": "xxx",
|
|
"data": {
|
|
"stepInfoList": [
|
|
{
|
|
"timestamp": 1603641600,
|
|
"step": 1234
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |