Browse Source

test503

master
dark 1 year ago
parent
commit
a380050a25
  1. 2
      internal/logic/test503logic.go

2
internal/logic/test503logic.go

@ -34,5 +34,5 @@ func (l *Test503Logic) Test503() (resp *types.Response, err error) {
}, nil }, nil
} }
return nil, httpresult.ErrorResultDefault("5031") return nil, httpresult.ErrorResultDefault("503")
} }

Loading…
Cancel
Save