|
@@ -63,8 +63,8 @@ namespace TEAMModelOS.SDK
|
|
|
// Thread.Sleep(5 * 60 * 1000);
|
|
|
|
|
|
string papas = $"{ex.Message}\n{ex.StackTrace}\n{data.ToJsonString()} \n{result}";
|
|
|
- return await Post(url, Code, PassKey, privateKey, data);
|
|
|
- //throw new Exception($"{ex.Message}\n{ex.StackTrace}\n\n{data.ToJsonString()}\n{url}\n {Code}\n{PassKey}\n{privateKey}\n{response?.StatusCode}\n{response?.Content}\n{result}");
|
|
|
+ //return await Post(url, Code, PassKey, privateKey, data);
|
|
|
+ throw new Exception($"{ex.Message}\n{ex.StackTrace}\n\n{data.ToJsonString()}\n{url}\n {Code}\n{PassKey}\n{privateKey}\n{response?.StatusCode}\n{response?.Content}\n{result}\n{data.ToJsonString()}");
|
|
|
}
|
|
|
}
|
|
|
}
|