| package cn.emay.sdk.common; | 
|   | 
| import java.util.ArrayList; | 
| import java.util.List; | 
|   | 
| public class CommonConstants { | 
|   | 
|     public final static String algorithm = "AES/ECB/PKCS5Padding"; | 
|   | 
|     public final static String getSdkUrl = "http://geturl.eucp.b2m.cn/sdk/getInters"; | 
|   | 
|     public final static String fileName = "emay-temp.txt"; | 
|   | 
|     public static List<String> interList = new ArrayList<String>(); | 
|   | 
|     public static String bestUrl = ""; | 
|   | 
|     public static boolean isBest = false; | 
|   | 
| } |