swagger.json 2.0 KB

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