| Line 73... |
Line 73... |
| 73 |
private static final Map<Integer, String> helpMap = new HashMap<>(6);
|
73 |
private static final Map<Integer, String> helpMap = new HashMap<>(6);
|
| 74 |
private static final Map<Integer, String> dthIdAliasMap = new HashMap<>(7);
|
74 |
private static final Map<Integer, String> dthIdAliasMap = new HashMap<>(7);
|
| 75 |
private static Map<Long, List<RechargePlan>> operatorPlanMap = new HashMap<>(20);
|
75 |
private static Map<Long, List<RechargePlan>> operatorPlanMap = new HashMap<>(20);
|
| 76 |
private static Map<Long, String> mobileProvidersMap;
|
76 |
private static Map<Long, String> mobileProvidersMap;
|
| 77 |
private static Map<Long, String> dthProvidersMap;
|
77 |
private static Map<Long, String> dthProvidersMap;
|
| 78 |
// private static final String SMS_GATEWAY =
|
- |
|
| 79 |
// "http://103.15.179.45:8085/SMSGateway/sendingSMS";
|
- |
|
| 80 |
private static final String SMS_GATEWAY = "http://103.15.179.45:8085/MessagingGateway/SendTransSMS";
|
78 |
private static final String SMS_GATEWAY = "http://103.15.179.45:8449/MessagingGateway/SendTransSMS";
|
| 81 |
private static Map<Long, String> allProviders;
|
79 |
private static Map<Long, String> allProviders;
|
| 82 |
public static Map<RechargeOrderStatus, String> rechargeStatusMap = new HashMap<>();
|
80 |
public static Map<RechargeOrderStatus, String> rechargeStatusMap = new HashMap<>();
|
| 83 |
public static OrderStatusGroups ORDER_STATUS_GROUPS = new OrderStatusGroups();
|
81 |
public static OrderStatusGroups ORDER_STATUS_GROUPS = new OrderStatusGroups();
|
| 84 |
public static final String SYSTEM_PARTNER = "testpxps@gmail.com";
|
82 |
public static final String SYSTEM_PARTNER = "testpxps@gmail.com";
|
| 85 |
private static final RestClient rc = new RestClient();
|
83 |
private static final RestClient rc = new RestClient();
|