新版仿ok交易所-后端
1
zj
2026-05-13 f7bde8a9d9bf8e3c67c0912cbd8c50fe4f7097aa
trading-order-admin/src/main/java/com/yami/trading/api/UD/UdunClient.java
@@ -21,17 +21,17 @@
    /**
     * UDUN API Gateway
     */
    private final String gateway =  "https://sig10.udun.io";
    private final String gateway =  "https://sig11.udun.io";
    /**
     * UDUN Merchant Key
     */
    private final String merchantKey =  "2ea108221e1abasd2129a614ca4f1e899ef";
    private final String merchantKey =  "39caa62bca6344435c69c1b2bcc37d24";
    /**
     * UDUN Merchant Number
     */
    private final String merchantId =  "3221d38";
    private final String merchantId =  "323145";
    /**
     * Callback 充值
@@ -139,9 +139,9 @@
    public static void main(String[] args) {
        Map<String, Object> params = new HashMap<>();
        params.put("merchantId", 322138);
        params.put("merchantId", 322571);
        params.put("showBalance", false);
        ResultMsg result = JSONUtil.toBean(UdunUtils.post("https://sig10.udun.io", "2ea108221e1ab2129a614ca4f1e899ef", ApiPath.SUPPORT_COIN, JSONUtil.toJsonStr(params)), ResultMsg.class);
        ResultMsg result = JSONUtil.toBean(UdunUtils.post("https://sig10.udun.io", "ced10252df2ffad4e9d3059924ece9b0", ApiPath.SUPPORT_COIN, JSONUtil.toJsonStr(params)), ResultMsg.class);
        if (result.getCode() != HttpStatus.HTTP_OK) {
            Console.error(JSONUtil.toJsonStr(result));
        }