package com.stylefeng.guns.modular.system.util;
|
|
import com.stylefeng.guns.config.QYTConfig;
|
|
public class PushURL {
|
|
public static QYTConfig qytConfig = SpringContextsUtil.getBean(QYTConfig.class);
|
public static String zull_user_url = qytConfig.getChuxingUrl();
|
public static String order_push_url = zull_user_url + "/driver-server/base/order/pushOrderState";
|
public static String driver_auth_url = zull_user_url + "/driver-server/base/driver/sendsms";
|
public static String withdraw_auth_url = zull_user_url + "/driver-server/base/withdrawal/withdrawalAudit";
|
public static String cancel_order_url = zull_user_url + "/user-server/base/order/sendOrderState";
|
public static String freeze_user_url = zull_user_url + "/user-server/base/user/freeze";
|
public static String send_sms_code = zull_user_url + "/user-server/base/queryCaptcha";
|
public static String push_order = zull_user_url + "/user-server/base/taxi/pushOrder";
|
public static String ministry_of_transport_data = "http://120.77.11.218:8868/ministryOfTransport";
|
public static String ministry_of_transport_ftp = "http://120.77.11.218:8868/ftp";
|
|
}
|