swagger.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. info:
  2. contact: {}
  3. description: This is a gateway server. On the page, you can go to do testing for every API.
  4. license: {}
  5. title: Project property-callback-gateway's APIs
  6. version: "1.1"
  7. paths:
  8. /api/v1/wx/applet/pay_callback:
  9. post:
  10. consumes:
  11. - application/json
  12. description: 微信小程序支付回调
  13. produces:
  14. - application/json
  15. summary: 微信小程序支付回调
  16. tags:
  17. - callback
  18. /api/v1/wx/public:
  19. get:
  20. consumes:
  21. - application/json
  22. description: 微信公众号接入回调
  23. produces:
  24. - application/json
  25. summary: 微信公众号接入回调
  26. tags:
  27. - callback
  28. post:
  29. consumes:
  30. - application/json
  31. description: 微信公众号接收事件通知
  32. produces:
  33. - application/json
  34. summary: 微信公众号接收事件通知
  35. tags:
  36. - callback
  37. /apis/v1/wx/applet/pay_callbackv3:
  38. post:
  39. consumes:
  40. - application/json
  41. description: 微信小程序支付回调
  42. produces:
  43. - application/json
  44. summary: 微信小程序支付回调
  45. tags:
  46. - callback
  47. swagger: "2.0"