| | |
| | | ///**发布环境 使用发布环境 发布的正式签名KEY**/ |
| | | //#define Distribution |
| | | /**发布环境 使用发布环境 发布的正式签名KEY**/ |
| | | #define Distribution |
| | | |
| | | ///**测试环境 使用测试环境 使用测试的签名KEY**/ |
| | | //#undef Distribution |
| | |
| | | /// 固定域名,正式环境 |
| | | /// 公共域名就近解析 |
| | | /// </summary> |
| | | public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; |
| | | #if DEBUG1 |
| | | public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; |
| | | #else |
| | | public const string GlobalRequestHttpsHost = "https://bahrain-gateway.hdlcontrol.com"; |
| | | #endif |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | const string SECRET_KEY = "yPL345bn68gHnvilG4tYbq3cTYkiHu"; |
| | | |
| | | #else |
| | | ///**********测试环境********** |
| | | ///**********测试环境********** |
| | | /// <summary> |
| | | /// 固定域名,测试境 |
| | | /// 公共域名就近解析 |
| | | /// </summary> |
| | | public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; |
| | | public const string GlobalRequestHttpsHost = "https://china-gateway.hdlcontrol.com"; |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | const string APP_KEY = "HDL-HOME-IND-APP-TEST"; |
| | | const string APP_KEY = "HDL-APP-TENANT"; |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | const string SECRET_KEY = "yeJ8TY98vbakCpnvH8G1tDUqzLWY8yts"; |
| | | const string SECRET_KEY = "CeL345bn28gHnvi9G4tYcq3cTYkiiC"; |
| | | #endif |
| | | |
| | | /// <summary> |