Przeglądaj źródła

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

csx 3 lat temu
rodzic
commit
c560f95038
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go Wyświetl plik

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