| | |
| | | package com.stylefeng.guns.modular.system.util; |
| | | |
| | | public class PushURL { |
| | | // public static String zull_user_url = "http://39.96.82.2:80"; |
| | | // 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://120.77.11.218:8868/ministryOfTransport"; |
| | | // public static String ministry_of_transport_ftp = "http://120.77.11.218:8868/ftp"; |
| | | |
| | | |
| | | public static String zull_user_url = "http://127.0.0.1:5000"; |
| | | public static String zull_user_url = "https://okyueche.com:443"; |
| | | // public static String zull_user_url = "http://127.0.0.1:80"; |
| | | 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 reassign_rollback_amount = zull_user_url + "/driver/base/order/reassignRollbackAmount"; |
| | | public static String cancel_order_rollback_amount = zull_user_url + "/user/base/order/cancelOrderRollbackAmount"; |
| | | 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 send_sms_code = zull_user_url + "/user/base/queryCaptcha"; |
| | | 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"; |
| | | } |