From 847da9b0c6f0719cf2b4acb17dbff122feb6c508 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 18:05:51 +0800
Subject: [PATCH] fix

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

diff --git a/controllers/fileAnalysis.go b/controllers/fileAnalysis.go
index 6fd5fa4..0bf98dd 100644
--- a/controllers/fileAnalysis.go
+++ b/controllers/fileAnalysis.go
@@ -38,7 +38,7 @@
 
 type SortVo struct {
 	Id string `json:"id" binding:"required"`
-	Direct int `json:"direct" binding:"required" example:"1:鍚戜笂锛�2锛氬悜涓�"`
+	Direct int `json:"direct" binding:"required"`
 }
 
 type FileStatusVo struct {
@@ -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