Skip to content

Commit 53e64d4

Browse files
Kauid323QianLin-Jiaxi
authored andcommitted
add:让金币机器人给你发领金币消息的api
Added documentation for the coin raffle task API endpoint.
1 parent 1cb5165 commit 53e64d4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/api/v1/coin.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,22 @@ POST /v1/coin/shop/product-detail
123123
"msg": "success" // 返回消息
124124
}
125125
```
126+
127+
## 让金币机器人给你发领金币信息
128+
129+
POST /v1/coin/task/raffle
130+
131+
请求头:
132+
133+
|名称|必须|备注|
134+
|-----|-----|-----|
135+
|token|||
136+
137+
响应体:
138+
139+
```JSONC
140+
{
141+
"code": 1, // 请求状态码,1为正常
142+
"msg": "success" // 返回成功信息
143+
}
144+
```

0 commit comments

Comments
 (0)