chore: remove wechat remnants
This commit is contained in:
@@ -8029,7 +8029,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"method": {
|
||||
"description": "Method 支付方式(wechat/alipay/balance)。",
|
||||
"description": "Method 支付方式(alipay/balance)。",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -8180,7 +8180,7 @@ const docTemplate = `{
|
||||
"type": "number"
|
||||
},
|
||||
"method": {
|
||||
"description": "Method 充值方式(wechat/alipay)。",
|
||||
"description": "Method 充值方式(alipay)。",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8023,7 +8023,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"method": {
|
||||
"description": "Method 支付方式(wechat/alipay/balance)。",
|
||||
"description": "Method 支付方式(alipay/balance)。",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -8174,7 +8174,7 @@
|
||||
"type": "number"
|
||||
},
|
||||
"method": {
|
||||
"description": "Method 充值方式(wechat/alipay)。",
|
||||
"description": "Method 充值方式(alipay)。",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -899,7 +899,7 @@ definitions:
|
||||
dto.OrderPayForm:
|
||||
properties:
|
||||
method:
|
||||
description: Method 支付方式(wechat/alipay/balance)。
|
||||
description: Method 支付方式(alipay/balance)。
|
||||
type: string
|
||||
type: object
|
||||
dto.OrderPayResponse:
|
||||
@@ -1002,7 +1002,7 @@ definitions:
|
||||
description: Amount 充值金额(单位元)。
|
||||
type: number
|
||||
method:
|
||||
description: Method 充值方式(wechat/alipay)。
|
||||
description: Method 充值方式(alipay)。
|
||||
type: string
|
||||
type: object
|
||||
dto.RechargeResponse:
|
||||
|
||||
Reference in New Issue
Block a user