|
@@ -2721,7 +2721,7 @@ func SetInputMessage(nonce string, timestamp int64, org_name string, doctor stri
|
2721
|
2721
|
inputMessage["dev_safe_info"] = "" // 设备安全信息
|
2722
|
2722
|
inputMessage["cainfo"] = "" // 数字签名信息
|
2723
|
2723
|
inputMessage["signtype"] = "" // 签名类型
|
2724
|
|
- inputMessage["infver"] = "V1.0" // 接收方系统代码
|
|
2724
|
+ inputMessage["infver"] = "V2.0" // 接收方系统代码
|
2725
|
2725
|
inputMessage["opter_type"] = "1" // 经办人类别
|
2726
|
2726
|
inputMessage["opter"] = doctor // 经办人
|
2727
|
2727
|
inputMessage["opter_name"] = doctor // 经办人姓名
|