Browse Source

Merge branch 'GanSu_Base' of http://app.puruiit.cn:9092/INSU/MedicalInsurance into GanSu_Base

zhanfei 2 months ago
parent
commit
4a55acb9f5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Helper/InvokeHelper.cs

+ 4 - 0
Helper/InvokeHelper.cs

@@ -87,6 +87,10 @@ namespace PTMedicalInsurance.Helper
                 rtn = JsonConvert.SerializeObject(joRtn);
                 return joRtn;
             }
+            finally
+            {
+                Global.writeLog_Iris(serviceDesc + "(" + serviceURL + ")" + "Authorization:" + (authorization), JsonHelper.Compress(data), JsonHelper.Compress(joRtn));
+            }
         }
 
         /// <summary>