chore: remove wechat remnants
This commit is contained in:
@@ -19,7 +19,7 @@ type OrderCreateResponse struct {
|
||||
}
|
||||
|
||||
type OrderPayForm struct {
|
||||
// Method 支付方式(wechat/alipay/balance)。
|
||||
// Method 支付方式(alipay/balance)。
|
||||
Method string `json:"method"`
|
||||
}
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ type Transaction struct {
|
||||
type RechargeForm struct {
|
||||
// Amount 充值金额(单位元)。
|
||||
Amount float64 `json:"amount"`
|
||||
// Method 充值方式(wechat/alipay)。
|
||||
// Method 充值方式(alipay)。
|
||||
Method string `json:"method"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user