|
@ -488,7 +488,7 @@ public class CustomerSynergyManageController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "TodayCustomerActivy",method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "管理员首页-客服今日活动")
|
|
|
@ApiOperation(value = "管理员首页-客服今日活动.")
|
|
|
public String TodayCustomerActivy(){
|
|
|
try{
|
|
|
return write(200,"获取成功!","data",synergyManageService.TodayCustomerActivy());
|