|
|
@ -31,7 +31,7 @@ namespace TaskManager.Controllers |
|
|
|
protected string appSecret = "48edc4425647425d87f806a1ba492580"; |
|
|
|
protected readonly HttpClient _httpClient; |
|
|
|
protected readonly JobDbContext _jobDbContext; |
|
|
|
protected string Client { set; get; } = "Wood"; |
|
|
|
protected string Client { set; get; } = "Chery"; |
|
|
|
protected string Path { set; get; } = "/v2/get/supplierProPlaning"; |
|
|
|
protected string Url { set; get; } = "/v2/get/supplierProPlaning"; |
|
|
|
|
|
|
|