Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming
2023-11-16 16:57:37 +08:00
7 changed files with 15 additions and 113 deletions

View File

@@ -10,21 +10,11 @@ info (
import "basic.api"
service pay {
@handler OrderRefundHandler
post /api/pay/refund(OrderRefundReq) returns (response);
@handler StripeWebhookHandler
post /api/pay/stripe-webhook(StripeWebhookReq) returns (response);
}
// 退款
type (
OrderRefundReq struct{}
OrderRefundRes struct{}
)
// StripeWebhook支付通知
type (
StripeWebhookReq {