This commit is contained in:
yangduo 2025-02-21 19:12:53 +08:00
parent 59bf24896c
commit 0bde3a2312

View File

@ -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"`