|
@@ -172,7 +172,6 @@ func SzybFY002(doctor string, doctor_code string, fixmedins_code string, datas [
|
172
|
172
|
str := string(respBytes)
|
173
|
173
|
return str
|
174
|
174
|
}
|
175
|
|
-
|
176
|
175
|
func SzybFY004(doctor string, doctor_code string, fixmedins_code string, dept_code string, total float64, number string, verify_code string) string {
|
177
|
176
|
// 生成输入报文
|
178
|
177
|
inputMessage := SetSZInputMessage(doctor, doctor_code, fixmedins_code, verify_code)
|
|
@@ -271,7 +270,6 @@ func SzybFY005(doctor string, doctor_code string, fixmedins_code string, dept_co
|
271
|
270
|
str := string(respBytes)
|
272
|
271
|
return str
|
273
|
272
|
}
|
274
|
|
-
|
275
|
273
|
func SzybJY002(doctor string, doctor_code string, fixmedins_code string, dept_code string, number string, verify_code string) string {
|
276
|
274
|
// 生成输入报文
|
277
|
275
|
inputMessage := SetSZInputMessage(doctor, doctor_code, fixmedins_code, verify_code)
|