@ -255,7 +255,7 @@ public class CustomerAgencyController {
* @Author liushaowen
* @Date 2020/11/6 13:51
*/
@PostMapping("getAgencyElementTree")
@PostMapping("getagencyelementtree")
public Result<AgencyElementTreeResultDTO> getAgencyElementTree(String customerId){
if (StringUtils.isBlank(customerId)){
throw new RenException("customerId不能为空");