修复重构后逻辑问题

This commit is contained in:
2025-11-21 12:59:05 +08:00
parent a245229bc2
commit 61ca0587c6
12 changed files with 60 additions and 157 deletions

View File

@@ -358,7 +358,7 @@ func (s *SftClient) verify(str []byte) (string, error) {
}
if resp.Code != "000000" {
return "", fmt.Errorf("请求业务响应失败: %s", u.Z(resp.Msg))
return "", fmt.Errorf("接口的响应失败: %s", u.Z(resp.Msg))
}
if resp.Sign == nil {