GetUnfinishedGame_CN
该网络服务将获取用户最近十天內未完成的老虎机游戏. 每1秒钟可以调用10次,否则报错. 输出
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<?xml version="1.0" encoding="utf-8"?> <GetUnfinishedGameResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Username>DemoUser001</Username> <UnfinishedGameDetailList> <UnfinishedGameDetail> <GameCode>EG-SLOT-A036</GameCode> <BetAmount>10</BetAmount> </UnfinishedGameDetail> <UnfinishedGameDetail> <GameCode>EG-SLOT-A038</GameCode> <BetAmount>20</BetAmount> </UnfinishedGameDetail> <UnfinishedGameDetail> <GameCode>EG-SLOT-C003</GameCode> <BetAmount>40</BetAmount> </UnfinishedGameDetail> </UnfinishedGameDetailList> <ErrorMsgId>0</ErrorMsgId> <ErrorMsg>Success</ErrorMsg> </GetUnfinishedGameResponse> |