100plus
共用
  • 更新日誌
  • 大廳
  • 遊戲
  • 盤面
  • 後台
專案
  • 淘金潮
  • 瘋狂辣椒
  • 香蕉猴
  • 撲克 X
  • 三隻小豬
  • 南瓜派對
  • 淘金潮-富豪版
  • 火雞快跑
  • 火爆777
  • 埃及豔后
  • 電一擊
  • 捕魚發大財
  • 野獸王國
  • Sizzling Hot Deluxe
  • MORE 野牛狂奔
共用
  • 更新日誌
  • 大廳
  • 遊戲
  • 盤面
  • 後台
專案
  • 淘金潮
  • 瘋狂辣椒
  • 香蕉猴
  • 撲克 X
  • 三隻小豬
  • 南瓜派對
  • 淘金潮-富豪版
  • 火雞快跑
  • 火爆777
  • 埃及豔后
  • 電一擊
  • 捕魚發大財
  • 野獸王國
  • Sizzling Hot Deluxe
  • MORE 野牛狂奔
  1. 遊戲
  • 遊戲
    • 取得進入遊戲資訊
      POST
    • 開始遊戲(SPIN)
      POST
    • 取得遊戲資訊
      POST
    • 取得玩家盤面資訊
      POST
  1. 遊戲

開始遊戲(SPIN)

Testing
POST
c/game/spin
Game
執行 SPIN 行為
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'c/game/spin' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Example 1
{
    "spinData": {
        "sp": {
            "moveState": [
                0,
                0,
                0
            ]
        },
        "external": {
            "count": 0,
            "prizeCount": [
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0
            ]
        },
        "winCondition": [],
        "rand_out_data_group_jp": {
            "prize_type": 0,
            "rtp": 0,
            "add_on_screen_score": [
                0.0008,
                0.001,
                0.0012,
                0.0014
            ],
            "add_on_buffer_score": [
                0.001,
                0.0012,
                0.0014,
                0.002
            ],
            "index": [
                0,
                0,
                0,
                0
            ]
        },
        "rand_out_data_plus_jp": {
            "status": [
                1
            ],
            "player_type": 1,
            "prize_type": 0,
            "add_on_screen_score": [
                0.00054
            ],
            "reduce_screen_score": [
                2574
            ],
            "index": [
                1
            ]
        },
        "roundNo": 0,
        "extraMission": {}
    },
    "player": {
        "playerId": "010327671",
        "account": "010327671",
        "curreny": "MYR",
        "symbol": " ",
        "balance": "999520",
        "entries": "0",
        "winning": "0",
        "revert": "0",
        "revertComp": "0"
    },
    "historyResult": "string",
    "status": "string"
}

Request

Body Params application/json
object {0}
Examples

Responses

🟢200Success
application/json
Body
spinData
object (SpinData) 
required
SPIN 結果的相關資料
sp
object 
required
特別遊戲資訊
external
object 
required
外部暫存資料結構
winCondition
array [object {1}] 
required
獎項資訊
Example:
[]
rand_out_data_group_jp
object 
required
群組 JP 機率結果
rand_out_data_plus_jp
object 
required
roundNo
integer <int32>
required
局號
extraMission
object 
optional
額外任務資訊
player
object (player) 
required
playerId
string 
optional
玩家ID
Example:
010327671
account
string 
optional
玩家帳號
Example:
010327671
curreny
string 
optional
幣別
Example:
MYR
symbol
string 
optional
幣別顯示符號,¥、RM、฿
Example:
balance
string 
optional
餘額
Example:
999520
entries
string 
optional
玩家entries值,單位為cent
Example:
0
winning
string 
optional
玩家winning值,單位為cent
Example:
0
revert
string 
optional
玩家revert值,單位為cent
Example:
0
revertComp
string 
optional
玩家revertComp值,單位為cent
Example:
0
historyResult
string 
required
BET結果(By Player),若遊玩種類為SPIN則返回空陣列
status
string 
required
請求狀態
🟠400Bad Request
Modified at 2024-08-26 09:55:23
Previous
取得進入遊戲資訊
Next
取得遊戲資訊
Built with