类 WxAppController


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

      • WxAppController

        public WxAppController()
    • 方法详细资料

      • findOne

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

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

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

        @Autowired
        public void setService​(WxAppService service)