csx 4 lat temu
rodzic
commit
8c0b66b114
2 zmienionych plików z 7 dodań i 6 usunięć
  1. 5 4
      routers/router.go
  2. 2 2
      service/sz_his_service.go

+ 5 - 4
routers/router.go Wyświetl plik

1
 package routers
1
 package routers
2
 
2
 
3
 import (
3
 import (
4
-	"gdyb/controllers/sz"
4
+	"gdyb/controllers/sg"
5
+	//"gdyb/controllers/sz"
5
 	//"gdyb/controllers/sz"
6
 	//"gdyb/controllers/sz"
6
 	//admin_api "XT_New/controllers/admin_api_controllers"
7
 	//admin_api "XT_New/controllers/admin_api_controllers"
7
 	"github.com/astaxie/beego"
8
 	"github.com/astaxie/beego"
19
 		AllowCredentials: true,
20
 		AllowCredentials: true,
20
 	}))
21
 	}))
21
 
22
 
22
-	//sg.HisManagerApiRegistRouters()
23
-	//sg.GdybRegistRouters()
24
-	sz.SZHisManagerApiRegistRouters()
23
+	sg.HisManagerApiRegistRouters()
24
+	sg.GdybRegistRouters()
25
+	//sz.SZHisManagerApiRegistRouters()
25
 
26
 
26
 }
27
 }

+ 2 - 2
service/sz_his_service.go Wyświetl plik

260
 	inputMessage["transVersion"] = version_code // 交易编码
260
 	inputMessage["transVersion"] = version_code // 交易编码
261
 
261
 
262
 	inputData["akc190"] = mz_number
262
 	inputData["akc190"] = mz_number
263
-	inputData["aka130"] = "11"
263
+	inputData["aka130"] = "15"
264
 	inputData["bkc320"] = drug_doctor_code
264
 	inputData["bkc320"] = drug_doctor_code
265
 	inputData["ckc350"] = drug_doctor_name
265
 	inputData["ckc350"] = drug_doctor_name
266
 	inputData["aka030"] = "12"
266
 	inputData["aka030"] = "12"
312
 	inputData["aaz500"] = account
312
 	inputData["aaz500"] = account
313
 	inputData["bzz269"] = "000000"
313
 	inputData["bzz269"] = "000000"
314
 	inputData["akc190"] = mz_number
314
 	inputData["akc190"] = mz_number
315
-	inputData["aka130"] = "11"
315
+	inputData["aka130"] = "15"
316
 	inputData["bkc320"] = drug_doctor
316
 	inputData["bkc320"] = drug_doctor
317
 	inputData["ckc350"] = drug_doctor_name
317
 	inputData["ckc350"] = drug_doctor_name
318
 	inputData["aka030"] = "12"
318
 	inputData["aka030"] = "12"