类 PayLogNotifyController


  • @RestController("/inside/payLogNotify")
    @RequestMapping("/inside/payLogNotify")
    public class PayLogNotifyController
    extends Object
    支付记录通知服务
    作者:
    guer
    • 构造器详细资料

      • PayLogNotifyController

        public PayLogNotifyController()
    • 方法详细资料

      • findOne

        @GetMapping("/{id}")
        public net.guerlab.smart.pay.core.domain.PayLogNotifyDTO findOne​(@PathVariable
                                                                         Long id)
      • findList

        @PostMapping
        public net.guerlab.web.result.ListObject<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO> findList​(@RequestBody
                                                                                                             net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams searchParams)
      • findAll

        @PostMapping("/all")
        public Collection<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO> findAll​(@RequestBody
                                                                                     net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams searchParams)