|
@@ -26,10 +26,10 @@ func Jsyb2201F() (string, string) {
|
26
|
26
|
|
27
|
27
|
input := make(map[string]interface{})
|
28
|
28
|
inputData := make(map[string]interface{})
|
29
|
|
- inputMessage["infno"] = "2201"
|
30
|
|
- inputData["psn_no"] = ""
|
31
|
|
- inputData["insutype"] = ""
|
32
|
|
- inputData["begntime"] = timeFormatOne
|
|
29
|
+ inputMessage["infno"] = "2201"
|
|
30
|
+ inputData["psn_no"] = "32090000000000001004606391"
|
|
31
|
+ inputData["insutype"] = "390"
|
|
32
|
+ inputData["begntime"] = timeFormatOne
|
33
|
33
|
|
34
|
34
|
|
35
|
35
|
|
|
@@ -45,12 +45,12 @@ func Jsyb2201F() (string, string) {
|
45
|
45
|
inputData["mdtrt_cert_type"] = "04"
|
46
|
46
|
inputData["mdtrt_cert_no"] = "320822197705194836|Y9gJ7nijh+DzGkn2W8El9YxSR0x1/zb2+tcA4a5fsVC4RLNACwi93U4Q9xEJVKKnN6LCbomuiCuxDOI+Skz/wsjlScPKIzyXxBcKl9ZrZjCrr+cRTRRKRdz6JqhoexGR/Cxnipr62JOW2fmrI1X2XA=="
|
47
|
47
|
|
48
|
|
- inputData["ipt_otp_no"] = ""
|
49
|
|
- inputData["atddr_no"] = "2484"
|
50
|
|
- inputData["dr_name"] = "王曙光"
|
51
|
|
- inputData["dept_code"] = "01"
|
52
|
|
- inputData["dept_name"] = "血透室"
|
53
|
|
- inputData["caty"] = "A03.06"
|
|
48
|
+ inputData["ipt_otp_no"] = timeFormatOne
|
|
49
|
+ inputData["atddr_no"] = "2484"
|
|
50
|
+ inputData["dr_name"] = "王曙光"
|
|
51
|
+ inputData["dept_code"] = "01"
|
|
52
|
+ inputData["dept_name"] = "血透室"
|
|
53
|
+ inputData["caty"] = "A03.06"
|
54
|
54
|
|
55
|
55
|
input["data"] = inputData
|
56
|
56
|
inputMessage["input"] = input
|