chore: remove wechat remnants

This commit is contained in:
2026-01-17 21:06:02 +08:00
parent 1419bd9bd0
commit 79146434a8
18 changed files with 46 additions and 114 deletions

View File

@@ -19,7 +19,7 @@ type OrderCreateResponse struct {
}
type OrderPayForm struct {
// Method 支付方式(wechat/alipay/balance
// Method 支付方式alipay/balance
Method string `json:"method"`
}