类 WxUserController


  • @RestController("/inside/wxUser")
    @RequestMapping("/inside/wxUser")
    public class WxUserController
    extends Object
    微信用户
    作者:
    guer
    • 构造器详细资料

      • WxUserController

        public WxUserController()
    • 方法详细资料

      • findOne

        @GetMapping("/{appId}/{openId}")
        public net.guerlab.smart.wx.core.domain.WxUserDTO findOne​(@PathVariable
                                                                  String appId,
                                                                  @PathVariable
                                                                  String openId)
      • findList

        @PostMapping
        public net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxUserDTO> findList​(@RequestBody
                                                                                                      net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
      • findAll

        @PostMapping("/all")
        public Collection<net.guerlab.smart.wx.core.domain.WxUserDTO> findAll​(@RequestBody
                                                                              net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
      • setService

        @Autowired
        public void setService​(WxUserService service)