| | |
| | | package com.hdl.photovoltaic.config; |
| | | |
| | | import android.util.Log; |
| | | |
| | | import com.hdl.photovoltaic.BuildConfig; |
| | | |
| | | /** |
| | |
| | | public class AppConfigManage { |
| | | |
| | | /*********是否正式服务器*********/ |
| | | private static final boolean isOnlineServer = false; |
| | | private static boolean isOnlineServer = true; |
| | | /*********正式环境*********/ |
| | | private static final String APP_KEY_ONLINE = "CSZEMDJL"; |
| | | private static final String APP_SECRET_ONLINE = "CSZEMDKBCSZEMDKR"; |
| | |
| | | |
| | | /*********getAppKey*********/ |
| | | public static String getAppKey() { |
| | | Log.d("===2====", "2222222"); |
| | | if (isOnlineServer) { |
| | | return APP_KEY_ONLINE; |
| | | } else { |