public interface BusinessCircleService
微信支付智慧商圈API
| 限定符和类型 | 方法和说明 |
|---|---|
PaidResult |
decryptPaidNotifyDataResource(BusinessCircleNotifyData data) |
RefundResult |
decryptRefundNotifyDataResource(BusinessCircleNotifyData data) |
void |
notifyPoints(PointsNotifyRequest request)
智慧商圈接口-商圈积分同步API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/businesscircle/chapter3_2.shtml
接口链接:https://api.mch.weixin.qq.com/v3/businesscircle/points/notify
|
BusinessCircleNotifyData |
parseNotifyData(String data,
SignatureHeader header) |
void notifyPoints(PointsNotifyRequest request) throws WxPayException
智慧商圈接口-商圈积分同步API 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/businesscircle/chapter3_2.shtml 接口链接:https://api.mch.weixin.qq.com/v3/businesscircle/points/notify
request - 请求对象WxPayException - the wx pay exceptionBusinessCircleNotifyData parseNotifyData(String data, SignatureHeader header) throws WxPayException
WxPayExceptionPaidResult decryptPaidNotifyDataResource(BusinessCircleNotifyData data) throws WxPayException
WxPayExceptionRefundResult decryptRefundNotifyDataResource(BusinessCircleNotifyData data) throws WxPayException
WxPayExceptionCopyright © 2024. All rights reserved.