Browse Source

Merge branch 'master' of http://git.shengws.com/xmg123/Xcx_New

XMLWAN 3 years ago
parent
commit
85574e58b5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      conf/app.conf
  2. 1 1
      controllers/xcx_mobile_api_controller.go/xcx_api_controller.go

+ 1 - 1
conf/app.conf View File

1
 appname = 小程序
1
 appname = 小程序
2
-httpport = 9539
2
+httpport = 9529
3
 runmode = dev
3
 runmode = dev
4
 
4
 
5
 #
5
 #

+ 1 - 1
controllers/xcx_mobile_api_controller.go/xcx_api_controller.go View File

212
 }
212
 }
213
 
213
 
214
 func (this *XcxApiController) GetDataInfo() {
214
 func (this *XcxApiController) GetDataInfo() {
215
-
215
+	
216
 	appid := this.GetString("appid")
216
 	appid := this.GetString("appid")
217
 	fmt.Println(appid)
217
 	fmt.Println(appid)
218
 	key := this.GetString("key")
218
 	key := this.GetString("key")