f
This commit is contained in:
@@ -308,7 +308,7 @@ func (s *ShumaiService) CallAPIForm(ctx context.Context, apiPath string, reqForm
|
||||
|
||||
shumaiErr := NewShumaiErrorFromCode(codeStr)
|
||||
if !shumaiErr.IsSuccess() {
|
||||
if shumaiErr.Message == "未知错误" && msg != "" {
|
||||
if msg != "" {
|
||||
shumaiErr = NewShumaiError(codeStr, msg)
|
||||
}
|
||||
if s.logger != nil {
|
||||
|
||||
Reference in New Issue
Block a user