We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548faa4 commit f3d4be6Copy full SHA for f3d4be6
1 file changed
src/api/v1/coin.md
@@ -1,5 +1,5 @@
1
---
2
-title: product-recommend/云湖金币活动商品
+title: product-recommend
3
4
5
未特别说明情况下请求域名均为 https://chat-go.jwzhd.com
@@ -35,7 +35,7 @@ POST /v1/coin/shop/product-recommend
35
"cycle": 7, //会员持续时间(持续7天
36
"info": "7",
37
"name": "【云湖】会员7天", // 商品名
38
- "imageUrls": "[\"https://chat-img.jwznb.com/999955a351c67b761ed078dc40d28ede.png\"]", //商品图片url
+ "imageUrls": "[\"https://chat-img.jwznb.com/999955a351c67b761ed078dc40d28ede.png\"]", //商品图片url,为json数组,需转意后才可使用
39
"price": 100, // 价格(单位为金币)
40
"priceVip": 90, // vip专项价格
41
"stock": 49, // 商品库存
0 commit comments