1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- info:
- contact: {}
- description: This is a gateway server. On the page, you can go to do testing for every API.
- license: {}
- title: Project property-callback-gateway's APIs
- version: "1.1"
- paths:
- /api/v1/wx/applet/pay_callback:
- post:
- consumes:
- - application/json
- description: 微信小程序支付回调
- produces:
- - application/json
- summary: 微信小程序支付回调
- tags:
- - callback
- /api/v1/wx/public:
- get:
- consumes:
- - application/json
- description: 微信公众号接入回调
- produces:
- - application/json
- summary: 微信公众号接入回调
- tags:
- - callback
- post:
- consumes:
- - application/json
- description: 微信公众号接收事件通知
- produces:
- - application/json
- summary: 微信公众号接收事件通知
- tags:
- - callback
- /apis/v1/wx/applet/pay_callbackv3:
- post:
- consumes:
- - application/json
- description: 微信小程序支付回调
- produces:
- - application/json
- summary: 微信小程序支付回调
- tags:
- - callback
- swagger: "2.0"
|