Skip to main content
POST
/
wallet
/
api
/
file
/
upload
上传文件
curl --request POST \
  --url http://localhost/wallet/api/file/upload
{
  "code": 123,
  "msg": "<string>",
  "data": [
    "<string>"
  ]
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

sign
string
required

签名

uploadType
string
required

上传类型

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
string[]