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