This commit is contained in:
wangchuxiao
2023-03-16 16:10:08 +08:00
parent 23c704e93b
commit 12d25e91bf
2 changed files with 12 additions and 11 deletions
-3
View File
@@ -14,9 +14,6 @@ type apiResponse struct {
}
func apiSuccess(data any) *apiResponse {
log.ZDebug(context.Background(), "apiSuccess", "resp", &apiResponse{
Data: data,
})
return &apiResponse{
Data: data,
}