新版仿ok交易所-后端
zyy
2026-01-30 dab541253155333bd065c83f04c1dd9228b8a1d2
trading-order-service/src/main/java/com/yami/trading/service/c2c/impl/C2cOrderServiceImpl.java
@@ -254,6 +254,7 @@
        result.put("method_name", order.getMethodName());
        result.put("method_img", Constants.IMAGES_HTTP+order.getMethodImg());
        result.put("real_name", order.getRealName());
        result.put("pay_real_name", order.getPayRealName());
        result.put("param_name1", order.getParamName1());
        result.put("param_value1", order.getParamValue1());
        result.put("param_name2", order.getParamName2());