|
@@ -409,13 +409,13 @@ public class KuaishouDirectionalPackageController {
|
|
|
* @param id
|
|
|
* @return
|
|
|
*/
|
|
|
- @GetMapping(value = "/queryPopulationPopulationById")
|
|
|
- public Result<Object> queryPopulationPopulationById(Long templateId, Long accountId) {
|
|
|
+ @GetMapping(value = "/queryPopulationById")
|
|
|
+ public Result<Object> queryPopulationById(Long templateId, Long accountId) {
|
|
|
try {
|
|
|
if (Check.isNull(templateId) || Check.isNull(accountId)) {
|
|
|
return Result.error("缺少参数");
|
|
|
}
|
|
|
- return kuaishouDirectionalPackageService.queryPopulationPopulationById(templateId, accountId);
|
|
|
+ return kuaishouDirectionalPackageService.queryPopulationById(templateId, accountId);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|