Skip to main content
POST
Traditional Proposal Reserved Credit Application

Body

application/json
platform_id
string
required

Platform product ID

token
string
required

Verification code, md5(platform_id + uuid + account + type + credit + proposal_id + transaction_id + platform_secret)

uuid
string
required

Platform-defined unique request serial number

account
string
required

Player account

type
integer
required

Type: 1. Buy-in 2. Add-on 3. End proposal 4. Cancel

credit
integer
required

Amount, must be positive integer. Type 3 (End proposal) only allows 0. Type 4 (Cancel) only allows 0

proposal_id
integer
required

Player proposal ID, cannot be empty

transaction_id
string
required

Transaction serial number, must be unique and non-empty (1-128 characters, ASCII 32-126 printable characters only, ` and ~ are prohibited)

Response

200 - application/json

Success

code
integer

Error code

message
string

Error message

uuid
string

Custom unique request serial number

timestamp
integer

UNIX time, milliseconds

data
object