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