Commit 1ba3e34da8f2190f47f82e070e323e9632acec1d
1 parent
f693ef00
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -934,7 +934,7 @@ func GetCashFromSDK(uuid int, goldnum int, gameid, channel, openid, nickname, he |
934 | 934 | params.Money = goldnum |
935 | 935 | params.Openid = openid |
936 | 936 | params.Nickname = nickname |
937 | - params.Typ = 1 | |
937 | + params.Typ = 6 | |
938 | 938 | signtypestr := "sign_type=" + params.Sign_type |
939 | 939 | timestampstr := "time_stamp=" + strconv.Itoa(int(time.Now().Unix())) |
940 | 940 | paramgameid := "gameid=" + gameid | ... | ... |