qingjie 10 місяців тому
батько
коміт
2a7d8bcfbd

+ 8 - 7
seamless/en/API_release_version.md

@@ -1,10 +1,11 @@
 # <font >API release version</font>
 
 
- | Version | Description | Update Date |
- |:--------:|:-----|:--------:|
- | 1.1.1 | (1)New API: Remaining free game times, used to obtain the remaining times in free games<br>(2)New API: Game Details, Get Web Game Details Record| 2024.9.20 |
-  | 1.1.2 | (1)Add API interface: Add game type description<br>| 2024.11.1 |
-   | 1.1.3 | (1)[Get gamelist] Increase the security of the gamelist interface<br>| 2024.11.15 |
-  |1.1.4| (1)[ Get player total profit] The type of the "inserttime" field returned by the API api/game/getgameinfo should be changed from string to int64, which is the timestamp type| 2024.11.27 |
-  |1.1.5| [ Game result] api/game/getgameinfo interface added parameters: "spjpbet"  | 2024.11.27 |
+ | Version | Description                                                                                                                                                                                      | Update Date |
+ | :-----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
+ |  1.1.1  | (1)New API: Remaining free game times, used to obtain the remaining times in free games<br>(2)New API: Game Details, Get Web Game Details Record                                             |  2024.9.20  |
+ |  1.1.2  | (1)Add API interface: Add game type description<br>                                                                                                                                            |  2024.11.1  |
+ |  1.1.3  | (1)[Get gamelist] Increase the security of the gamelist interface<br>                                                                                                                          | 2024.11.15  |
+ |  1.1.4  | (1)[ Get player total profit] The type of the "inserttime" field returned by the API api/game/getgameinfo should be changed from string to int64, which is the timestamp type                    | 2024.11.27  |
+ |  1.1.5  | [ Game result] api/game/getgameinfo interface added parameters: "spjpbet"                                                                                                                        | 2024.11.27  |
+ |  1.1.6  | [ Get transaction record] api/game/getgameinfo interface return value: "betscore","spjpbet","winscore","userscore","sptrevenue". Instead of keeping two decimal places, keep four decimal places | 2024.12.10  |

+ 1 - 1
seamless/en/README.md

@@ -4,5 +4,5 @@
 > **<div align="left" style="font-size: 64px;" >Integration 
 Document </div>** <br><br>
 **<div align="left" style="font-size: 24px;" >Seamless Mode</div>** <br>
-> **v1.1.5**<br>
+> **v1.1.6**<br>
 

+ 11 - 10
seamless/en/game_bet_list.md

@@ -49,26 +49,27 @@ http://{besofthost}/api/game/getgameinfo
     "transactions": [
         {
             "betid": "kpsh7vw0osn0",
-			"uuid": "66ebd03a6ba560b87c009835",
+			"transId": "667c009835",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.17",
-            "winscore": "0.02",
-            "userscore": "999998.74",
+            "betscore": "0.1712",
+            "spjpbet": "0.0123",
+            "winscore": "0.0245",
+            "userscore": "999998.7467",
             "inserttime": 1732500566495,
-            "sptrevenue": "0.06"
+             "sptrevenue": "0.0689"
         },{
             "betid": "oksjdhw0uh67",
-			"uuid": "98ebd03a6baud87653hnbo98",
+			"transId": "98e3hnbo98",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.02",
-            "winscore": "0.01",
-            "userscore": "999998.89",
+            "betscore": "0.0212",
+            "winscore": "0.0134",
+            "userscore": "999998.8956",
             "inserttime": 1732500566495,
-            "sptrevenue": "0.06"
+             "sptrevenue": "0.0678"
         }
     ]
 }

+ 1 - 0
seamless/zh/API_release_version.md

@@ -8,3 +8,4 @@
  | 1.1.3 | (1)[获得游戏列表] 增加gamelist接口安全性<br>                                                                    | 2024.11.15 |
  | 1.1.4 | (1)[游戏结果] api/game/getgameinfo 返回的 inserttime 字段类型,由string修改为int64,时间戳类型               | 2024.11.27 |
  | 1.1.5 | (1)[游戏结果] api/game/getgameinfo 增加参数 "spjpbet"     | 2024.11.27 |
+ | 1.1.6 | (1)[获得下注记录] "/api/game/getgameinfo"  返回值"betscore","spjpbet","winscore","userscore","sptrevenue"由保留两位小数改为保留四小数                                                                                                                                                                                     | 2024.12.10 |

+ 1 - 1
seamless/zh/README.md

@@ -3,5 +3,5 @@
 > **BE SOFT**<br>
 > **<div align="left" style="font-size: 64px;" >对接文档</div>** <br><br>
 **<div align="left" style="font-size: 24px;" >单一钱包模式</div>** <br>
-> **v1.1.5**<br>
+> **v1.1.6**<br>
 

+ 11 - 10
seamless/zh/game_bet_list.md

@@ -50,26 +50,27 @@ http://{besofthost}/api/game/getgameinfo
     "transactions": [
         {
             "betid": "kpsh7vw0osn0",
-			"uuid": "66ebd03a6ba560b87c009835",
+			"transId": "667c009835",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.17",
-            "winscore": "0.02",
-            "userscore": "999998.74",
+            "betscore": "0.1712",
+            "spjpbet": "0.0123",
+            "winscore": "0.0245",
+            "userscore": "999998.7467",
             "inserttime": 1732500566495,
-            "sptrevenue": "0.06"
+             "sptrevenue": "0.0689"
         },{
             "betid": "oksjdhw0uh67",
-			"uuid": "98ebd03a6baud87653hnbo98",
+			"transId": "98e3hnbo98",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.02",
-            "winscore": "0.01",
-            "userscore": "999998.89",
+            "betscore": "0.0212",
+            "winscore": "0.0134",
+            "userscore": "999998.8956",
             "inserttime": 1732500566495,
-            "sptrevenue": "0.06"
+             "sptrevenue": "0.0678"
         }
     ]
 }

+ 2 - 1
transfer/en/API_release_version.md

@@ -8,4 +8,5 @@
 | 1.1.3 | (1)[Get gamelist] Increase the security of the gamelist interface<br>| 2024.11.15 |
 |1.1.4| (1) [ Get transaction record] The type of the "inserttime" field returned by the API api/game/getgameinfo should be changed from string to int64, which is the timestamp type.<br>(2)[Get Balance Operation Log By Time][Get Transactions By Last Update Date][Get Balance Operation Log] The "createdate" field returned by the API /game/getbalanceoperationLog should be changed from string to int64 timestamp type. | 2024.11.27 |
   |1.1.5| [ Get transaction record] api/game/getgameinfo interface added parameters: "spjpbet"  | 2024.11.27 |
-  |1.1.6| [ Withdraw] api/game/withdraw interface delete parameters: "beforespreaderscore","afterspreaderscore"  | 2024.11.27 |
+  |1.1.6| [ Withdraw] api/game/withdraw interface delete return value: "beforespreaderscore","afterspreaderscore"  | 2024.12.09 |
+    |1.1.7| [ Get transaction record] api/game/getgameinfo interface return value: "betscore","spjpbet","winscore","userscore","sptrevenue". Instead of keeping two decimal places, keep four decimal places  | 2024.12.10 |

+ 1 - 1
transfer/en/README.md

@@ -4,5 +4,5 @@
 > **<div align="left" style="font-size: 64px;" >Integration 
 Document </div>** <br><br>
 **<div align="left" style="font-size: 24px;" >Transfer Mode</div>** <br>
-> **v1.1.6**<br>
+> **v1.1.7**<br>
 

+ 11 - 11
transfer/en/game_bet_list.md

@@ -76,27 +76,27 @@
     "transactions": [
         {
             "betid": "kpsh7vw0osn0",
-			"uuid": "66ebd03a6ba560b87c009835",
+			"transId": "667c009835",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "spjpbet": "0.01",
-            "betscore": "0.17",
-            "winscore": "0.02",
-            "userscore": "999998.74",
+            "betscore": "0.1712",
+            "spjpbet": "0.0123",
+            "winscore": "0.0245",
+            "userscore": "999998.7467",
             "inserttime": 1732500566495,
-             "sptrevenue": "0.06"
+             "sptrevenue": "0.0689"
         },{
             "betid": "oksjdhw0uh67",
-			"uuid": "98ebd03a6baud87653hnbo98",
+			"transId": "98e3hnbo98",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.02",
-            "winscore": "0.01",
-            "userscore": "999998.89",
+            "betscore": "0.0212",
+            "winscore": "0.0134",
+            "userscore": "999998.8956",
             "inserttime": 1732500566495,
-             "sptrevenue": "0.06"
+             "sptrevenue": "0.0678"
         }
     ]
 }

+ 3 - 1
transfer/zh/API_release_version.md

@@ -8,4 +8,6 @@
  | 1.1.3 | (1)[获得游戏列表] 增加gamelist接口安全性<br>                                                                                                                                                                                                                  | 2024.11.15 |
  | 1.1.4 | (1)[获得游戏下注记录] api/game/getgameinfo 返回的 inserttime 字段类型,由string修改为int64,时间戳类型<br>(2)[余额操作记录-时间][余额操作记录-玩家][获得交易记录] api/game/getbalanceoperationLog   返回的 createdate字段类型,,由string修改为int64时间戳类型 | 2024.11.27 |
  | 1.1.5 | (1)[获得游戏下注记录] api/game/getgameinfo 增加参数 "spjpbet"                                                                                                                                                                                                 | 2024.11.27 |
- | 1.1.6 | (1)[存取款] api/game/withdraw 删除参数"beforespreaderscore","afterspreaderscore"                                                                                                                                                                                            | 2024.11.27 |
+ | 1.1.6 | (1)[存取款] api/game/withdraw 删除参数"beforespreaderscore","afterspreaderscore"                                                                                                                                                                                            | 2024.12.09 |
+
+  | 1.1.7 | (1)[获得下注记录] "/api/game/getgameinfo"  返回值"betscore","spjpbet","winscore","userscore","sptrevenue"由保留两位小数改为保留四小数                                                                                                                                                                                     | 2024.12.10 |

+ 1 - 1
transfer/zh/README.md

@@ -3,5 +3,5 @@
 > **BE SOFT**<br>
 > **<div align="left" style="font-size: 64px;" >对接文档</div>** <br><br>
 **<div align="left" style="font-size: 24px;" >转账钱包模式</div>** <br>
-> **v1.1.6**<br>
+> **v1.1.7**<br>
 

+ 9 - 9
transfer/zh/game_bet_list.md

@@ -81,23 +81,23 @@
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.17",
-            "spjpbet": "0.01",
-            "winscore": "0.02",
-            "userscore": "999998.74",
+            "betscore": "0.1712",
+            "spjpbet": "0.0123",
+            "winscore": "0.0245",
+            "userscore": "999998.7467",
             "inserttime": 1732500566495,
-             "sptrevenue": "0.06"
+             "sptrevenue": "0.0689"
         },{
             "betid": "oksjdhw0uh67",
 			"transId": "98e3hnbo98",
             "useraccount": "test1",
             "gamename": "Splash Hunter novice",
             "tableid": "0",
-            "betscore": "0.02",
-            "winscore": "0.01",
-            "userscore": "999998.89",
+            "betscore": "0.0212",
+            "winscore": "0.0134",
+            "userscore": "999998.8956",
             "inserttime": 1732500566495,
-             "sptrevenue": "0.06"
+             "sptrevenue": "0.0678"
         }
     ]
 }