|
|
@@ -6,6 +6,8 @@ import com.poyee.dto.EndUserDTO;
|
|
|
import com.poyee.dto.SysUserProfileDTO;
|
|
|
import com.poyee.service.AppUserService;
|
|
|
import com.poyee.service.SysUserService;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
@@ -17,6 +19,7 @@ import java.util.Optional;
|
|
|
|
|
|
@RestController
|
|
|
@RequestMapping("/api/merchant")
|
|
|
+@Api(tags = "后台账户")
|
|
|
public class SysUserController {
|
|
|
|
|
|
@Resource
|