瀏覽代碼

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

XMLWAN 3 年之前
父節點
當前提交
85574e58b5
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      conf/app.conf
  2. 1 1
      controllers/xcx_mobile_api_controller.go/xcx_api_controller.go

+ 1 - 1
conf/app.conf 查看文件

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 查看文件

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")