Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/TCB/TCBDescribeExtensionUploadInfoResponse.json

14 lines
310 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"Response": {
"FilesData": [
{
"CodeUri": "extension://xxx.zip",
"UploadUrl": "https://xxx",
"CustomKey": "",
"MaxSize": 30
}
],
"RequestId": "83793d78-b90b-4b1e-9454-d7b4f5317f01"
}
2022-05-06 20:29:27 +08:00
}