@@ -72,7 +72,7 @@ func onTHJPurchaseTradeNtf(bytes *[]byte) {
}
// 交割方式
thjdeliverymode := "否"
- if thjpurchasetradedetail.THJDELIVERYMODE == 1 {
+ if thjpurchasetradedetail.THJDELIVERYMODE == 2 {
thjdeliverymode = "是"