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
 package wechat
1
 package wechat
2
 
2
 
3
 import (
3
 import (
4
-	"jcjy/demo/models"
4
+	"wechat-conf/models"
5
 	"wechat-conf/models/model"
5
 	"wechat-conf/models/model"
6
 	"wechat-conf/utils"
6
 	"wechat-conf/utils"
7
 
7