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