feat: 添加租户成员充值功能及相关文档
This commit is contained in:
@@ -119,3 +119,15 @@ Authorization: Bearer {{ token }}
|
||||
"reason": "联调退款",
|
||||
"idempotency_key": "refund-{{ orderID }}-001"
|
||||
}
|
||||
|
||||
### Tenant Admin - Topup a tenant member
|
||||
@topupUserID = 2
|
||||
POST {{ host }}/t/{{ tenantCode }}/v1/admin/users/{{ topupUserID }}/topup
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{ token }}
|
||||
|
||||
{
|
||||
"amount": 1000,
|
||||
"reason": "联调充值",
|
||||
"idempotency_key": "topup-{{ topupUserID }}-001"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user