wangfei 6 years ago
parent
commit
b62095ff13
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      models/wechat/wechat.go

+ 1
- 1
models/wechat/wechat.go View File

@@ -1,7 +1,7 @@
1 1
 package wechat
2 2
 
3 3
 import (
4
-	"jcjy/demo/models"
4
+	"wechat-conf/models"
5 5
 	"wechat-conf/models/model"
6 6
 	"wechat-conf/utils"
7 7