adjust
This commit is contained in:
parent
59bf24896c
commit
0bde3a2312
@ -272,7 +272,7 @@ func (iga *InGameApi) OrderInfo(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
if !iga.isNopayChannel(reqJson.AccountId) {
|
||||
if iga.isNopayChannel(reqJson.AccountId) {
|
||||
rspObj := struct {
|
||||
ErrorCode int32 `json:"errcode"`
|
||||
ErrMsg string `json:"errmsg"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user