curl --location --request POST '?c=config&a=getAssetConfig' \
--header 'Ak: 58df6c8b752b6028e8799ef34aa500ab' \
--header 'App: hza-pc-1d0s1' \
--header 'Sk: 441db3b112073c9bf3c568a22ebb42b7' \
--header 'Token;'{
"data": {
"member_vip_fee": 99,
"member_ratio": 1,
"member_vip_ratio": 2,
"member_min_amount": 1,
"corporate_vip_fee": 10000,
"corporate_ratio": 1,
"corporate_vip_ratio": 2,
"corporate_min_amount": 10000,
"fund": [
{
"min": 1,
"max": 99999,
"ratio": 2
},
{
"min": 100000,
"max": 999999,
"ratio": 3
},
{
"min": 1000000,
"max": 9999999,
"ratio": 4
},
{
"min": 1000000,
"max": 0,
"ratio": 5
}
],
"debenture_type": 1,
"debenture_transfer_fee_ratio": 3
},
"msg": "操作成功",
"code": 0
}