Player Point Control (RTP Adjustment)
It is used to control the RTP of a single player or multiple players, and supports merchants in enabling or disabling the function for a single player or multiple players. It also allows setting wheth
RtpControl
This API is provided by the OMG platform and is called by the integrator.
POST {OMG_BACKEND_URL}/api/v1/merchant/outer/rtp/control?trace_id=your_trace_id
Headers
Content-Type
"application/json; charset=utf-8"
sign
"your_sign_string"
Body
app_id
string
The unique identifier for the merchant, available in the merchant backend.
uname
string
User ID, matches the uname field used for player verification in the game. For multiple users, separate with commas, e.g., 106625,106626.
rtp
integer
When RTP is turned off, it does not need to be provided. Values: 7000, 7500, 8000, 8500, 9000, 9200, 9300, 9400, 9500, 9600, 9700, 9900 correspond to 70%–99% respectively.
switch
integer
Current switch: 1 = off, 2 = on. For example, when switch = 2, the RTP needs to be provided.
auto_cancel
integer
Whether to automatically cancel point control after reaching the specified RTP. 0 - Do not automatically cancel, 1 - Automatically cancel, default is 1.
Integrator Request Parameter Example (Single User)
Integrator Request Parameter Example (Multiple User)
OMG Platform Response Parameter Example
Response Example Parameter Descriptions
code
Yes
integer
Status Code
msg
Yes
string
Message
Error Code
Last updated