maven
5 天以前 8bf17a90f86e88a0bd67f7bbdde6ab7acd12f683
src/main/java/com/ruoyi/project/system/controller/SysRegisterController.java
@@ -1,10 +1,10 @@
package com.ruoyi.project.system.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.framework.security.RegisterBody;
import com.ruoyi.framework.security.service.SysRegisterService;
import com.ruoyi.framework.web.controller.BaseController;