Commit a732695ecfbfb72f6b1d0503b217679746549122
1 parent
4a747482
Exists in
ver2.3.0
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -1387,7 +1387,7 @@ func GetCashWechatFromSDK(uuid int, goldnum int, gameid, channel, openid, nickna |
1387 | 1387 | pnickname := "nickname=" + nickname |
1388 | 1388 | popenid := "openid=" + openid |
1389 | 1389 | pmoney := "money=" + strconv.Itoa(goldnum) |
1390 | - ptype := "typ=" + "6" //微信 | |
1390 | + ptype := "typ=" + "11" //微信 | |
1391 | 1391 | ped := "editcoin=1" |
1392 | 1392 | pcheco := "checkcoin=" + strconv.Itoa(checkcoin) |
1393 | 1393 | //pver := "ver=" + params.Ver | ... | ... |