GET /admin/wallets/tenants/{tenant_id}/apps/{app_id}/policy
获取指定应用的钱包策略配置
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
租户ID |
app_id |
path |
string |
Yes |
|
|
|
应用ID |
Referenced Schemas
dto.WalletPolicyResponse
| Field | Type | Required | Example | Constraints | Description |
application_id |
string |
No |
app_example_001 |
|
|
auto_approve_limit |
string |
No |
1000.00 |
|
|
daily_withdraw_limit |
string |
No |
5000.00 |
|
|
max_balance |
string |
No |
100000.00 |
|
|
min_withdraw_amount |
string |
No |
10.00 |
|
|
monthly_withdraw_limit |
string |
No |
50000.00 |
|
|
supported_currencies |
string |
No |
CNY,USD |
|
|
tenant_id |
string |
No |
tnt_example_001 |
|
|
timezone |
string |
No |
Asia/Shanghai |
|
|
transfer_enabled |
boolean |
No |
True |
|
|
withdrawal_require_review |
boolean |
No |
True |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|