- 后台接口
- 前台接口
- 【新】后台接口
- 【新】前台接口
获取任务奖励(返回装修数据)
开发中
GET
/api/share/task
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/share/task'
返回响应
🟢200成功
application/json
Body
array of:
image
string
必需
name
string
必需
customName
string
必需
show
integer
必需
type
integer
必需
data
object
必需
is_open
integer
任务状态
one_award
integer
每次分享奖励
title
string
标题
num
integer | null
已分享次数
day_num
integer
每日可分享次数
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 10,
"type": 10,
"name": "任务中心",
"data":"[{\"image\":\"http:\\/\\/www.php-cw.localhost\\/uploads\\/images\\/20240402\\/202404021120257adfe4716.png\",\"name\":\"\分\享\绘\画\至\广\场\",\"customName\":\"\绘\画\分\享\",\"show\":1,\"type\":4,\"data\":{\"is_open\":0,\"one_award\":1,\"day_num\":1,\"title\":\"\绘\画\分\享\",\"num\":0}},{\"image\":\"http:\\/\\/www.php-cw.localhost\\/uploads\\/images\\/20240402\\/202404021120258c2fe1975.png\",\"name\":\"\邀\请\新\用\户\",\"customName\":\"\邀\请\好\友\",\"show\":1,\"type\":2,\"data\":{\"is_open\":0,\"one_award\":1,\"day_num\":5,\"title\":\"\邀\请\好\友\",\"num\":0}},{\"image\":\"http:\\/\\/www.php-cw.localhost\\/uploads\\/images\\/20240402\\/20240402112025ef3085117.png\",\"name\":\"\分\享\给\好\友\",\"customName\":\"\分\享\给\好\友\",\"show\":1,\"type\":3,\"data\":{\"is_open\":0,\"one_award\":1,\"day_num\":5,\"title\":\"\分\享\给\好\友\",\"num\":0}},{\"image\":\"http:\\/\\/www.php-cw.localhost\\/uploads\\/images\\/20240402\\/20240402112025b8fd78405.png\",\"name\":\"\每\日\签\到\",\"customName\":\"\签\到\奖\励\",\"show\":1,\"type\":1,\"data\":{\"is_open\":0,\"one_award\":1,\"title\":\"\每\日\签\到\",\"num\":0}},{\"image\":\"http:\\/\\/www.php-cw.localhost\\/uploads\\/images\\/20240402\\/20240402112025b8fd78405.png\",\"name\":\"\分\享\视\频\至\广\场\",\"customName\":\"\视\频\分\享\",\"show\":1,\"type\":5,\"data\":{\"is_open\":null,\"one_award\":1,\"day_num\":1,\"title\":\"\音\乐\分\享\",\"num\":0}},{\"image\":\"http:\\/\\/www.php-cw.localhost\\/uploads\\/images\\/20240402\\/20240402112025b8fd78405.png\",\"name\":\"\分\享\音\乐\至\广\场\",\"customName\":\"\音\乐\分\享\",\"show\":1,\"type\":6,\"data\":{\"is_open\":null,\"one_award\":1,\"day_num\":1,\"title\":\"\音\乐\分\享\",\"num\":0}}]",
"create_time": "2023-12-05 17:00:19",
"update_time": "2024-07-10 15:54:04"
}
}
修改于 2024-07-22 09:41:35