POST Integral/GetExchange
图币兑换积分
Request Information
URI Parameters
None.
Body Parameters
APIExchangeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| coin |
图币 |
integer |
None. |
| integral |
积分 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"coin": 1,
"integral": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
消息分类
ApiResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": "sample string 2"
}