A AuthMS API Wiki API Reference iam.tianv.com →

GET /admin/wallets/tenants/{tenant_id}/apps/{app_id}/policy

获取指定应用的钱包策略配置

钱包服务 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
tenant_id path string Yes 租户ID
app_id path string Yes 应用ID

Responses

StatusDescriptionSchema
200OKdto.WalletPolicyResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证或令牌无效gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.WalletPolicyResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No