From b4682ed34ef9e89649ded8723ffb4aaac63139e1 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 28 六月 2019 19:07:14 +0800
Subject: [PATCH] upload img and getFea

---
 extend/config/config.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extend/config/config.go b/extend/config/config.go
index 72db39f..e3ca7ee 100644
--- a/extend/config/config.go
+++ b/extend/config/config.go
@@ -11,6 +11,7 @@
 	JwtSecret string `mapstructure: "jwtSecret"`
 	JwtExpire string `mapstructure: "jwtExpire"`
 	Url       string `mapstructure: "url"`
+	ImageUrl  string `mapstructure: "imageUrl"`
 }
 
 var Server = &server{}

--
Gitblit v1.8.0