puzhibing
2022-09-29 e28d33c09405e246a2d75fcb1f69a9e8e9d911b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 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 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";*/
}