feat: test ci cd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user