xuhy
3 天以前 d3e7a25fd3d9adf4034142acf8367da1b038ace2
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.stylefeng.guns.modular.system.util;
 
public class PushURL {
    public static String zull_user_url = "https://huanqiuchuxing.com";
    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 refuseReassign =  zull_user_url + "/dispatch/base/reassign/refuseReassign1";
    public static String ministry_of_transport_data = "http://1.95.90.13:8868/ministryOfTransport";
    public static String ministry_of_transport_ftp = "http://1.95.90.13:8868/ftp";
}