gioco-plus/async-settled

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

v1.0.7 2024-08-20 09:07 UTC

This package is auto-updated.

Last update: 2024-12-20 10:03:47 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);

使用方法

待寫