类 ClientController

java.lang.Object
plus.hiver.common.base.HiverBaseController
plus.hiver.module.open.controller.ClientController

@RestController @RequestMapping("/hiver/client") @Transactional public class ClientController extends plus.hiver.common.base.HiverBaseController

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • ClientController

      public ClientController()
  • 方法详细资料

    • getService

      public plus.hiver.common.base.HiverBaseService getService()
      指定者:
      getService 在类中 plus.hiver.common.base.HiverBaseController
    • getByCondition

      @GetMapping("/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<Client>> getByCondition(Client client, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • getSecretKey

      @GetMapping("/getSecretKey") public plus.hiver.common.api.Result<String> getSecretKey()