Package com.bytedesk.wechat.pay
Class WeChatPayWebhooks
java.lang.Object
com.bytedesk.wechat.pay.WeChatPayWebhooks
@RestController
@RequestMapping("/wechat/pay")
@ConditionalOnProperty(name="bytedesk.wechat.pay.enabled",
havingValue="true",
matchIfMissing=false)
public class WeChatPayWebhooks
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RechargeRestService
private static final String
private final WeChatPayService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnotification
(jakarta.servlet.http.HttpServletRequest request) 接收支付通知 微信以数据流的形式通知
-
Field Details
-
weChatPayService
-
rechargeService
-
return_code
- See Also:
-
-
Constructor Details
-
WeChatPayWebhooks
public WeChatPayWebhooks()
-
-
Method Details