官网地址 https://vylai.com
详细文档带示例 详细接口文档
curl --location 'https://queueapi.vylai.com/openapi/upload' \ --header 'X-Auth-Token;' \ --form 'file=@""'
{ "code": 0, "msg": "string", "data": { "path": "string" } }