| | |
| | | using HttpClient httpClient = new HttpClient(); |
| | | httpClient.Timeout = new TimeSpan(0, 0, 60); |
| | | //姝e紡 |
| | | //string authorization = "AppKey 1930944618148245504"; |
| | | string authorization = "AppKey 1784536762910281728"; |
| | | //娴嬭瘯 |
| | | string authorization = "AppKey 1930944618148245504"; |
| | | //string authorization = "AppKey 1930944618148245504"; |
| | | |
| | | |
| | | headers = new Dictionary<string, string> |
| | | { |
| | | { "Authorization", authorization }, |
| | | //姝e紡 |
| | | //{ "Site_tenant_id", "6ec60d66-b08e-4ff3-90fa-57748053f79b" } |
| | | { "Site_tenant_id", "0dc2d164-8a62-417e-8a00-808007464feb" } |
| | | //娴嬭瘯 |
| | | { "Site_tenant_id", "6ec60d66-b08e-4ff3-90fa-57748053f79b" } |
| | | //{ "Site_tenant_id", "6ec60d66-b08e-4ff3-90fa-57748053f79b" } |
| | | }; |
| | | if (headers != null) |
| | | { |