wuxw
2019-06-03 e080491129f6370d0c0eeb4b0bd9b79ec1a2d2e8
java110-common/src/main/java/com/java110/common/util/ProtocolUtil.java
@@ -84,7 +84,7 @@
    public static JSONObject createRequestTcpContJson(String serviceCode) {
        //获取交易流水
        String transactionId = SequenceUtil.getTransactionId();
        String transactionId = "-1";
        tcpContJson = new JSONObject();
        tcpContJson.put("transactionId", transactionId);
        tcpContJson.put("serviceCode", serviceCode);