feat: test ci cd
This commit is contained in:
@@ -27,11 +27,3 @@ func outResponse(status utils.Status, msg string) *product.Response {
|
||||
Msg: msg,
|
||||
}
|
||||
}
|
||||
|
||||
// failErr 兼容仍返回 utils.Error 的旧错误码
|
||||
func failErr(err utils.Error) *product.Response {
|
||||
return &product.Response{
|
||||
Code: int32(err.GetCode()),
|
||||
Msg: err.GetMsg(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user