@@ -53,6 +53,7 @@ func CodeAnalysis() gin.HandlerFunc {
}
if !ew.successful() {
+ // 对返回的错误信息格式进行代码检测
if len(rps) != 1 || rps["msg"] == "" {
panic(fmt.Sprintf("you need return %s but, %s", `{"msg":"content can't empty'"}`, string(ew.data)))