@@ -4,3 +4,4 @@
/obj
/bin/Debug
+/.vs
@@ -1,3 +0,0 @@
-{
- "CurrentProjectSetting": null
-}
@@ -1,6 +0,0 @@
- "ExpandedNodes": [
- ""
- ],
- "PreviewInSolutionExplorer": false
@@ -400,7 +400,7 @@ namespace PTMedicalInsurance
string errMsg, rtnResult = "", outParam;
try
{
- //解析入参
+ //解析入参 00000
if (parseInparam(InParam, out errMsg) != 0)
rtnResult = JsonHelper.setExceptionJson(-1, "", errMsg).ToString();