From 597ce2c87b4837bd10c2d13fdfc84567347f5578 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 06 十二月 2019 20:42:13 +0800
Subject: [PATCH] change RuleApply2All arg

---
 controllers/fileAnalysis.go |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/controllers/fileAnalysis.go b/controllers/fileAnalysis.go
index b644acd..0bf98dd 100644
--- a/controllers/fileAnalysis.go
+++ b/controllers/fileAnalysis.go
@@ -46,6 +46,12 @@
 	Status int `json:"status" binding:"required"`
 }
 
+const (
+	File_Img_Id_Pre = "img_"
+	File_Video_Id_Pre = "video_"
+	File_Audio_Id_Pre = "audio_"
+)
+
 // @Security ApiKeyAuth
 // @Summary 寮�鍚垨鏆傚仠鏂囦欢鍒嗘瀽
 // @Description 寮�鍚垨鏆傚仠鏂囦欢鍒嗘瀽

--
Gitblit v1.8.0