Query Merchant Balance V2

*Request address: /api/server/quota

*Request protocol: POST

*This interface does not require parameters to be transmitted

Return to Example 1 (General Wallet):

  {
"code": 10000, // Status code, 10000 Success, Other failures
"msg": "Request succeeded", // Return information
	"data": {
		"model": "1",
		"CNY": 100.100,
		"costRatio": 1.00,
		"ratios": [
			{
				"platfrom": "ag",
				"ratio": 0.090
			},
			{
				"platfrom": "ags",
				"ratio": 0.200
			},
			{
				"platfrom": "allbet",
				"ratio": 0.100
			},
			{
				"platfrom": "allbets",
				"ratio": 0.150
			},
			{
				"platfrom": "ap",
				"ratio": 0.140
			},
			{
				"platfrom": "as",
				"ratio": 0.110
			},
			{
				"platfrom": "avia",
				"ratio": 0.120
			},
			{
				"platfrom": "bbin",
				"ratio": 0.090
			},
			{
				"platfrom": "bg",
				"ratio": 0.070
			},
			{
				"platfrom": "boya",
				"ratio": 0.100
			},
			{
				"platfrom": "cmd",
				"ratio": 0.125
			},
			{
				"platfrom": "cq9",
				"ratio": 0.070
			}
		]
	}
}