Uses of Class
com.bytedesk.core.recharge.RechargeRequest
Packages that use RechargeRequest
-
Uses of RechargeRequest in com.bytedesk.core.recharge
Methods in com.bytedesk.core.recharge with parameters of type RechargeRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>RechargeRestController.create(RechargeRequest request) RechargeRestService.create(RechargeRequest request) protected org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeRestService.createSpecification(RechargeRequest request) org.springframework.http.ResponseEntity<?>RechargeRestController.delete(RechargeRequest request) voidRechargeRestService.delete(RechargeRequest entity) RechargeRestController.export(RechargeRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>RechargeRestController.queryByOrg(RechargeRequest request) org.springframework.data.domain.Page<RechargeResponse>RechargeRestService.queryByOrg(RechargeRequest request) org.springframework.http.ResponseEntity<?>RechargeRestController.queryBySuper(RechargeRequest request) org.springframework.data.domain.Page<RechargeResponse>RechargeRestService.queryBySuper(RechargeRequest request) org.springframework.http.ResponseEntity<?>RechargeRestController.queryByUid(RechargeRequest request) org.springframework.http.ResponseEntity<?>RechargeRestController.queryByUser(RechargeRequest request) org.springframework.data.domain.Page<RechargeResponse>RechargeRestService.queryByUser(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.searchByOrg(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.searchBySuper(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.searchByUser(RechargeRequest request) org.springframework.http.ResponseEntity<?>RechargeRestController.update(RechargeRequest request) RechargeRestService.update(RechargeRequest request) -
Uses of RechargeRequest in com.bytedesk.wechat.pay
Methods in com.bytedesk.wechat.pay with parameters of type RechargeRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>WeChatPayRestController.unifiedOrder(RechargeRequest request) JsonResult<?>WeChatPayService.unifiedOrder(RechargeRequest request) 调用微信支付:统一下单api NATIVE方式:模式二 https://pay.weixin.qq.com/wiki/doc/api/native.php?