POST /admin/wallets/tenants/{tenant_id}/disputes/{dispute_id}/resolve
处理指定争议
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
租户ID |
dispute_id |
path |
string |
Yes |
|
|
|
争议ID |
Request Body
| Field | Type | Required | Example | Constraints | Description |
remark |
string |
No |
|
|
|
resolution |
string |
No |
|
|
|
Referenced Schemas
dto.ResolveDisputeResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.ResolveDisputeResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ResolveDisputeResult
| Field | Type | Required | Example | Constraints | Description |
dispute_id |
string |
No |
dsp_01ARZ3NDEKTSV4RRFFQ69G5FAV |
|
|
status |
string |
No |
resolved |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|