|
@@ -2736,7 +2736,7 @@ func SetInputMessage(nonce string, timestamp int64, org_name string, doctor stri
|
2736
|
2736
|
inputMessage["dev_safe_info"] = "" // 设备安全信息
|
2737
|
2737
|
inputMessage["cainfo"] = "" // 数字签名信息
|
2738
|
2738
|
inputMessage["signtype"] = "" // 签名类型
|
2739
|
|
- inputMessage["infver"] = "V1.1" // 接收方系统代码
|
|
2739
|
+ inputMessage["infver"] = "V1.0" // 接收方系统代码
|
2740
|
2740
|
inputMessage["opter_type"] = "1" // 经办人类别
|
2741
|
2741
|
inputMessage["opter"] = doctor // 经办人
|
2742
|
2742
|
inputMessage["opter_name"] = doctor // 经办人姓名
|