yangle
2023-04-14 55a834ec75fcc0f9c0ebb4b608f5fb8e0382a8db
WebAPI/Controllers/¹¤×ʹÜÀí/Pay_SingleBalBillController.cs
@@ -408,7 +408,7 @@
            {
                objJsonResult.code = "0";
                objJsonResult.count = 0;
                objJsonResult.Message = "Exception!" + e.ToString();
                objJsonResult.Message = "执行异常,联系管理员!报错:" + e.ToString();
                objJsonResult.data = null;
                return objJsonResult;
            }