Commit 4d29792d authored by quwei's avatar quwei 🤸🏼

sync data

parent 9a8721ca
# 获取下载地址
> URL: http://localhost:9202/downloadCenter/download/2
>
> Origin Url: http://localhost:9202/downloadCenter/download/{taskId}
>
> Type: GET
### Request headers
|Header Name| Header Value|
|---------|------|
|Authorization|eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ0ZW5hbnRJZCI6MSwidXNlcl9rZXkiOiIyYTAxMGY4Zi05Yjc4LTQzZGQtOTkzOC00NDJhYTlmMmE0MzAiLCJ1c2VybmFtZSI6ImFkbWluIn0.U-gOXcDRVSse1XLLuM_gTFu6lUqNI-xnIBK9el1NzrFnp8UX8MstT01o97bEc8pQL9aI4W0oQmRqUXNKYb-yYw|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
|taskId|Number|2||
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": null,
"data": "http://sy.esvtek.com:15001/file/download/direct/C27DBA10392E199EEA1B394121AF0B40FA04CE7780397B775653323C4C4CDA7730A9AC56EE2430D2CE282BC4D1F1D963"
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"java.lang.String":"No comment,Type =String"
},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment