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