Pu Zhibing
2025-04-22 279d3bbbe15d4839cba8dfb48053c75b504aacc3
ManagementZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/PushURL.java
@@ -1,30 +1,12 @@
package com.stylefeng.guns.modular.system.util;
public class PushURL {
    public static String order_push_url =  "http://116.63.168.184:8081/driver/base/order/pushOrderState";
    public static String driver_auth_url =  "http://116.63.168.184:8081/driver/base/driver/sendsms";
    public static String withdraw_auth_url =  "http://116.63.168.184:8081/driver/base/withdrawal/withdrawalAudit";
    public static String cancel_order_url =  "http://116.63.168.184:8081/user/base/order/sendOrderState";
    public static String freeze_user_url =  "http://116.63.168.184:8081/user/base/user/freeze";
    public static String zull_user_url = "http://116.63.168.184:8081";
    public static String ministry_of_transport_data = "http://120.77.11.218:8868/ministryOfTransport";
    public static String zull_user_url = "http://127.0.0.1:81";
    public static String order_push_url =  zull_user_url + "/driver/base/order/pushOrderState";
    public static String driver_auth_url =  zull_user_url + "/driver/base/driver/sendsms";
    public static String withdraw_auth_url =  zull_user_url + "/driver/base/withdrawal/withdrawalAudit";
    public static String cancel_order_url =  zull_user_url + "/user/base/order/sendOrderState";
    public static String freeze_user_url =  zull_user_url + "/user/base/user/freeze";
    public static String ministry_of_transport_data = "http://127.0.0.1:8868/ministryOfTransport";
    public static String ministry_of_transport_ftp = "http://120.77.11.218:8868/ftp";
//    public static String order_push_url =  "http://express.feimadache.com:80/driver/base/order/pushOrderState";
//    public static String driver_auth_url =  "http://express.feimadache.com:80/driver/base/driver/sendsms";
//    public static String withdraw_auth_url =  "http://express.feimadache.com:80/driver/base/withdrawal/withdrawalAudit";
//    public static String cancel_order_url =  "http://express.feimadache.com:80/user/base/order/sendOrderState";
//    public static String freeze_user_url =  "http://express.feimadache.com:80/user/base/user/freeze";
//    public static String zull_user_url = "http://express.feimadache.com:80";
//    public static String ministry_of_transport_data = "http://express.feimadache.com:8868/ministryOfTransport";
//    public static String ministry_of_transport_ftp = "http://express.feimadache.com:8868/ftp";
    /*public static String order_push_url =  "http://localhost:80/driver/base/order/pushOrderState";
    public static String driver_auth_url =  "http://localhost:80/driver/base/driver/sendsms";
    public static String withdraw_auth_url =  "http://localhost:80/driver/base/withdrawal/withdrawalAudit";
    public static String cancel_order_url =  "http://localhost:80/user/base/order/sendOrderState";
    public static String freeze_user_url =  "http://localhost:80/user/base/user/freeze";
    public static String zull_user_url = "http://localhost:80";
    public static String ministry_of_transport_data = "http://localhost:8868/ministryOfTransport";
    public static String ministry_of_transport_ftp = "http://localhost:8868/ftp";*/
}