新版仿ok交易所-后端
c2c
zyy
2026-01-30 fd0c783628ff8c35a514dbf88d4fe00d9501c652
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());