Commit 716c32b9248408b1aa893ca542618dcde23f9b1b
1 parent
7f6e630a
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
| ... | ... | @@ -169,7 +169,7 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { |
| 169 | 169 | checkcoin := 2 |
| 170 | 170 | if drawnum <= 150 { |
| 171 | 171 | //1.5挡位以下不需要审核 |
| 172 | - checkcoin = 1 | |
| 172 | + checkcoin = 2 //临时关闭u | |
| 173 | 173 | } |
| 174 | 174 | gold, err := GetCashFromSDK(uuid, drawnum, rdata.Gameid, rdata.Channel, rdata.Openid, rdata.Nickname, rdata.Headurl, rdata.Ver, checkcoin) |
| 175 | 175 | if err != nil { | ... | ... |