POST api/notfound/redirect
404做301定向跳转
Request Information
URI Parameters
None.
Body Parameters
SysNotFoundRedirectContractName | Description | Type | Additional information |
---|---|---|---|
url | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "url": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
404做301定向跳转
ReturnResultOfStringName | Description | Type | Additional information |
---|---|---|---|
data | string |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": "sample string 1", "code": 2, "message": "sample string 3" }