gioco-plus/async-settled

There is no license information available for the latest version (v1.0.4) of this package.

v1.0.4 2022-08-19 03:20 UTC

This package is auto-updated.

Last update: 2024-04-19 07:23:49 UTC


README

使用方法

初始化

實體化物件

use GiocoPlus\AsyncSettled\AsyncSettled;
/**
 * AsyncSettled constructor.
 * @param string $opCode 營商代碼
 * @param string $vendorCode 遊戲商代碼
 * @param string $gameCode 遊戲代碼
 * @param string $parentBetId 父注編號
 * @param string $betId 下注編號
 * @param array $member 會員資料 (key 需 player_name & member_code)
 */
 
$asyncSettled = new AsyncSettled($opCode, $vendorCode, $gameCode, $parentBetId, $betId, $member);

使用方法

待寫