Pu Zhibing
17 小时以前 9546646b1a4157da6acb396f786541ca5dd0e3a2
1
2
3
4
5
6
7
8
9
10
package com.stylefeng.guns.modular.system.util;
 
public class PushURL {
    public static String zull_user_url = "http://192.168.110.106:3002";
    public static String order_push_url =  zull_user_url + "/driver/base/order/pushOrderInfo";
    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";
}