Преглед изворни кода

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,5 +1,5 @@
1 1
 appname = 小程序
2
-httpport = 9539
2
+httpport = 9529
3 3
 runmode = dev
4 4
 
5 5
 #

+ 1 - 1
controllers/xcx_mobile_api_controller.go/xcx_api_controller.go Прегледај датотеку

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