feat: test ci cd

This commit is contained in:
zzw
2026-08-11 17:12:37 +08:00
parent 72a3a26d72
commit 424e67acdc
24 changed files with 340 additions and 94 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ func (l *VerifyLogic) Verify(in *product.VerifyReq) (*product.Response, error) {
err = json.Unmarshal([]byte(v.Content), &content)
if err != nil {
log.Errorf("product verify content json: %v", err)
return failErr(utils.ErrorFormatDataError), nil
return failResponse(utils.ErrorFormatDataError), nil
}
items = append(items, &product.VerifyItem{
Name: row.Name,