GET /admin/wallets/webhook-payloads/{id}
获取单条webhook回调记录详情
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
回调记录ID |
Referenced Schemas
dto.DataResponse-dto_WebhookPayloadResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.WebhookPayloadResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.WebhookPayloadResponse
webhook回调记录
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
2026-04-10T00:00:00Z |
|
创建 |
event_type |
string |
No |
payment.success |
|
事件类型 |
gateway |
string |
No |
wechat |
|
支付网关 |
id |
string |
No |
wh_abc123 |
|
记录ID |
status |
string |
No |
processed |
|
状态 |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|