@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List;
@RestController
-public class AdminAreaController {
+public class WxSysAreaController {
@Autowired
private SysAreaService sysAreaService;