类 WxAppController
java.lang.Object
net.guerlab.smart.wx.internal.controller.inside.WxAppController
@RestController("/inside/wxApp")
@RequestMapping("/inside/wxApp")
public class WxAppController
extends java.lang.Object
微信应用
- 作者:
- guer
-
构造器概要
构造器 构造器 说明 WxAppController() -
方法概要
修饰符和类型 方法 说明 java.util.Collection<net.guerlab.smart.wx.core.domain.WxAppDTO>findAll(net.guerlab.smart.wx.core.searchparams.WxAppSearchParams searchParams)net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxAppDTO>findList(net.guerlab.smart.wx.core.searchparams.WxAppSearchParams searchParams)net.guerlab.smart.wx.core.domain.WxAppDTOfindOne(java.lang.String appId)voidsetService(net.guerlab.smart.wx.service.service.WxAppService service)
-
构造器详细资料
-
WxAppController
public WxAppController()
-
-
方法详细资料
-
findOne
@GetMapping("/{appId}") public net.guerlab.smart.wx.core.domain.WxAppDTO findOne(@PathVariable java.lang.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.WxAppSearchParams searchParams) -
findAll
@PostMapping("/all") public java.util.Collection<net.guerlab.smart.wx.core.domain.WxAppDTO> findAll(@RequestBody net.guerlab.smart.wx.core.searchparams.WxAppSearchParams searchParams) -
setService
@Autowired public void setService(net.guerlab.smart.wx.service.service.WxAppService service)
-