|
|
|
@ -20,7 +20,7 @@ namespace Gdsi.Helper |
|
|
|
|
/// <param name="resp">调用开始时间</param> |
|
|
|
|
public static void doJsonRequestLog(string method, string req, string resp, DateTime stime) |
|
|
|
|
{ |
|
|
|
|
string path = "D:\\FangDing\\FountainLog\\His\\" + "Xml"; |
|
|
|
|
string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Xml"; |
|
|
|
|
try |
|
|
|
|
{ |
|
|
|
|
if (!Directory.Exists(path)) |
|
|
|
@ -70,7 +70,7 @@ namespace Gdsi.Helper |
|
|
|
|
/// <param name="method"></param> |
|
|
|
|
public static void getCatch(Exception ee, string method) |
|
|
|
|
{ |
|
|
|
|
string path = "D:\\FangDing\\FountainLog\\His\\" + "Error"; |
|
|
|
|
string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Error"; |
|
|
|
|
try |
|
|
|
|
{ |
|
|
|
|
if (!Directory.Exists(path)) |
|
|
|
|