Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTCB/COS/ComponentTCBBatchDownloadFileResponse.json

13 lines
300 B
JSON
Raw Normal View History

2021-08-06 14:00:59 +08:00
{
"errcode": 0,
"errmsg": "ok",
"file_list": [
{
"fileid": "cloud://test2-4a89da.7465-test2-4a89da/A.png",
"download_url": "https://7465-test2-4a89da-1258717764.tcb.qcloud.la/A.png",
"status": 0,
"errmsg": "ok"
}
]
2022-05-06 20:29:27 +08:00
}