Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
2e5a5452f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -3272,7 +3272,7 @@ func SetInputMessage(nonce string, timestamp int64, org_name string, doctor stri
3272 3272
 	inputMessage["inf_time"] = timeFormatOne                                                    // 交易时间
3273 3273
 	inputMessage["fixmedins_code"] = fixmedins_code                                             // 定点医药机构编号
3274 3274
 	inputMessage["fixmedins_name"] = org_name                                                   //定点医药机构名称
3275
-	inputMessage["sign_no"] = "1234"                                                            //交易签到流水号
3275
+	inputMessage["sign_no"] = ""                                                                //交易签到流水号
3276 3276
 	return inputMessage
3277 3277
 }
3278 3278