This API function is to request to the Slot Jackpot meter in different currencies. If the currency is not entered, the default return amount is in RMB. The frequency of the call should be made to this API after every 1 minute otherwise it will throw an error.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "JackpotQuery" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Currency | Currency: USD Refer to Supported currencies | String (16) | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
Major | Major meter (in cents) | Int64 | Y |
Minor | Minor meter (in cents) | Int64 | Y |
Mini | Mini meter (in cents) | Int64 | Y |
ErrorMsgId | Error message: 0: Success 104: Service is not available | Byte | Y |
ErrorMsg | Error message detail | String | Y |