|
|
@@ -2947,7 +2947,7 @@ const docTemplate = `{ |
|
|
|
}, |
|
|
|
"/api/v1/pointsCenter/calcExchange": { |
|
|
|
"get": { |
|
|
|
"description": "蛋蛋分明细(获取)", |
|
|
|
"description": "预估积分兑换", |
|
|
|
"consumes": [ |
|
|
|
"application/json" |
|
|
|
], |
|
|
@@ -4977,6 +4977,9 @@ const docTemplate = `{ |
|
|
|
"down_view_url": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"down_web_open": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"guide": { |
|
|
|
"type": "array", |
|
|
|
"items": { |
|
|
@@ -4995,6 +4998,9 @@ const docTemplate = `{ |
|
|
|
"type": "string", |
|
|
|
"example": "隐私协议链接" |
|
|
|
}, |
|
|
|
"register_view_url": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"seo": { |
|
|
|
"$ref": "#/definitions/md.Seo" |
|
|
|
}, |
|
|
@@ -6031,6 +6037,10 @@ const docTemplate = `{ |
|
|
|
"md.PointsCenterCalcExchangeResp": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"fee": { |
|
|
|
"description": "手续费", |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"value": { |
|
|
|
"description": "预估可兑换的金额", |
|
|
|
"type": "string" |
|
|
|