This commit is contained in:
RickCole21 2020-12-24 16:18:52 +08:00
parent ec9b8df5c9
commit 5cc8c28dba

View File

@ -123,9 +123,13 @@ order: 21
```json ```json
{ {
"value": "xxxxxxx", "status": 0,
"filename": "xxxx.csv", "msg": "",
"url": "http://xxxx.xxx.xxx" "data": {
"value": "xxxxxxx",
"filename": "xxxx.csv",
"url": "http://xxxx.xxx.xxx"
}
} }
``` ```