zhaozhiqiang лет назад: 5
Родитель
Сommit
43d0dfb064

+ 5 - 5
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/archives/archivesController.cs

88
                 rows = list,
88
                 rows = list,
89
                 total = recordCount
89
                 total = recordCount
90
             };
90
             };
91
-            return Content(obj.ToJson()); 
91
+            return Success("成功",Content(obj.ToJson())) ; 
92
             #endregion
92
             #endregion
93
 
93
 
94
         }
94
         }
321
                 }),
321
                 }),
322
                 total = recordCount
322
                 total = recordCount
323
             };
323
             };
324
-           
325
-            return Content(obj.ToJson());
324
+
325
+            return Success("成功", Content(obj.ToJson()));
326
             #endregion
326
             #endregion
327
         }
327
         }
328
         /// <summary>
328
         /// <summary>
479
                 total = recordCount
479
                 total = recordCount
480
             };
480
             };
481
 
481
 
482
-            return Content(obj.ToJson());
482
+            return Success("成功", Content(obj.ToJson()));
483
             #endregion
483
             #endregion
484
         }
484
         }
485
         /// <summary>
485
         /// <summary>
630
                 total = recordCount
630
                 total = recordCount
631
             };
631
             };
632
 
632
 
633
-            return Content(obj.ToJson());
633
+            return Success("成功", Content(obj.ToJson()));
634
             #endregion
634
             #endregion
635
         }
635
         }
636
         /// <summary>
636
         /// <summary>