|
|
@@ -28,20 +28,20 @@ public class SyncZhongTai
|
|
|
public static string _connStr_cz3 = @"Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.19.22.61)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=hgcz3)));User Id=hgcz3;Password=dongke";
|
|
|
|
|
|
// 测试环境
|
|
|
- public static string _urlToken = "https://hapcloudq.hegii.com/api/auth/oauth/token";
|
|
|
- public static string _urlPush = "https://hapcloudq.hegii.com/api/product/prodBarcode/synUniqueCode";
|
|
|
- public static string _client_id_cz = "83263e79b909439bbd03caaada592b46";
|
|
|
- public static string _client_secret_cz = "867eeba1e3624645ab18333589780677";
|
|
|
- public static string _client_id_ss = "e86762528ada4cc3919346f107a7f7ec";
|
|
|
- public static string _client_secret_ss = "de3e8f5e762c4f948807498a513688c4";
|
|
|
+ //public static string _urlToken = "https://hapcloudq.hegii.com/api/auth/oauth/token";
|
|
|
+ //public static string _urlPush = "https://hapcloudq.hegii.com/api/product/prodBarcode/synUniqueCode";
|
|
|
+ //public static string _client_id_cz = "83263e79b909439bbd03caaada592b46";
|
|
|
+ //public static string _client_secret_cz = "867eeba1e3624645ab18333589780677";
|
|
|
+ //public static string _client_id_ss = "e86762528ada4cc3919346f107a7f7ec";
|
|
|
+ //public static string _client_secret_ss = "de3e8f5e762c4f948807498a513688c4";
|
|
|
|
|
|
// 正式环境
|
|
|
- //public static string _urlToken = "https://hapcloud.hegii.com/api/auth/oauth/token";
|
|
|
- //public static string _urlPush = "https://hapcloud.hegii.com/api/product/prodBarcode/synUniqueCode";
|
|
|
- //public static string _client_id_cz = "94cbe967808941b895c636541f28557a";
|
|
|
- //public static string _client_secret_cz = "1cd2011b447042e4b60e5411988b35f7";
|
|
|
- //public static string _client_id_ss = "90c8310d77ae453685e9b0c16b386fb5";
|
|
|
- //public static string _client_secret_ss = "5775f44f16b64124b9e854c1ae659444";
|
|
|
+ public static string _urlToken = "https://hapcloud.hegii.com/api/auth/oauth/token";
|
|
|
+ public static string _urlPush = "https://hapcloud.hegii.com/api/product/prodBarcode/synUniqueCode";
|
|
|
+ public static string _client_id_cz = "94cbe967808941b895c636541f28557a";
|
|
|
+ public static string _client_secret_cz = "1cd2011b447042e4b60e5411988b35f7";
|
|
|
+ public static string _client_id_ss = "90c8310d77ae453685e9b0c16b386fb5";
|
|
|
+ public static string _client_secret_ss = "5775f44f16b64124b9e854c1ae659444";
|
|
|
#endregion
|
|
|
|
|
|
#region 推送方法
|