1
This commit is contained in:
parent
9b6b818895
commit
a1c6c2360c
149
doc/Activity.php
149
doc/Activity.php
@ -107,5 +107,154 @@ class ActivityDoc
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Activity&a=doubleLuckDraw 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup Activity
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Activity&a=lotteryReward 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup Activity
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Activity&a=getBoxOrder 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup Activity
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Activity&a=getOrderReward 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup Activity
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Activity&a=drawBoxInfo 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup Activity
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "info_list":
|
||||
* [
|
||||
* {
|
||||
* "id": "1",
|
||||
* "times": "1"
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Activity&a=drawBoxReward 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup Activity
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ class EquipDoc
|
||||
{
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Equip&a=equipInfo 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=Equip&a=equipInfo 获取装备信息
|
||||
* @apiPermission login
|
||||
* @apiGroup Equip
|
||||
* @apiUse CommonParam
|
||||
@ -13,18 +13,16 @@ class EquipDoc
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* "equip_list":
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* {
|
||||
* "id": 0,
|
||||
* "lv": 0,
|
||||
* "active_time": 0,
|
||||
* "using_id": 0,
|
||||
* "exp": 0,
|
||||
* "time_flag": 0
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
@ -13,19 +13,9 @@ class FesActivityDoc
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* "isopen": 0,
|
||||
* "id": 0,
|
||||
* "info_list": []
|
||||
* }
|
||||
*/
|
||||
|
||||
|
15
doc/Hang.php
15
doc/Hang.php
@ -30,7 +30,7 @@ class HangDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Hang&a=getRedInfo 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=Hang&a=getRedInfo 获取红包信息
|
||||
* @apiPermission login
|
||||
* @apiGroup Hang
|
||||
* @apiUse CommonParam
|
||||
@ -39,19 +39,6 @@ class HangDoc
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
|
73
doc/NBag.php
73
doc/NBag.php
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
class NewPayActivityDoc
|
||||
class NBagDoc
|
||||
{
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=rechargeRmb 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=addItemToDB 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -30,9 +30,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=rechargeBuy 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=saleItem 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -56,9 +56,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=updateBag 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=useItem 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -82,9 +82,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=unlockPassCard 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=updateBag 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -108,9 +108,36 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=recAcitivityInfo 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=getAllItem 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "data":
|
||||
* [
|
||||
* {
|
||||
* "idx": "11669",
|
||||
* "accountid": "6513_2005_NoV4mod1bYUOKRKFsoZyZJQPaGiRreq0",
|
||||
* "id": "10010",
|
||||
* "color_id": "0",
|
||||
* "status": "0",
|
||||
* "active_time": "0",
|
||||
* "num": "400",
|
||||
* "create_time": "1634287521",
|
||||
* "modify_time": "1634287521"
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=getAllYokeItem 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -134,9 +161,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=recAcitivityReward 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=recAcitivityReward 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -160,9 +187,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=shareDiscount 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=shareDiscount 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -186,9 +213,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=flushDiscountShop 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=flushDiscountShop 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -212,9 +239,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=changeHeadKuang 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=changeHeadKuang 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -238,9 +265,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=addmailReward 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=addmailReward 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
@ -264,9 +291,9 @@ class NewPayActivityDoc
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=NewPayActivity&a=addmailReward 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=NBag&a=addmailReward 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
* @apiGroup NewPayActivity
|
||||
* @apiGroup NBag
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
|
@ -39,18 +39,17 @@ class NHeroDoc
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* "data":
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* {
|
||||
* "id": "30100",
|
||||
* "lv": "1",
|
||||
* "skinid": "30101",
|
||||
* "skill1_lv1": "1",
|
||||
* "skill1_lv2": "1",
|
||||
* "yokeexp": "0",
|
||||
* "yoketotalexp": "0"
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
33
doc/Pay.php
33
doc/Pay.php
@ -3,6 +3,39 @@
|
||||
class PayDoc
|
||||
{
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Pay&a=getVipInfo 获取vip信息
|
||||
* @apiPermission login
|
||||
* @apiGroup Pay
|
||||
* @apiUse CommonParam
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "vip_level": 0,
|
||||
* "vip_icon": "vip0",
|
||||
* "exp": 1,
|
||||
* "sum": 1,
|
||||
* "vip_list":
|
||||
* [
|
||||
* {
|
||||
* "vip_id": 1,
|
||||
* "require": 5000,
|
||||
* "vip_color": "#FFC661",
|
||||
* "vip_status": 0,
|
||||
* "vip_item_list": [],
|
||||
* "vip_today_status": 0,
|
||||
* "vip_today_item_list": [],
|
||||
* "vip_tequan_list":
|
||||
* [
|
||||
* ["0", "8", "1"],
|
||||
* ]
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Pay&a=rechargeRmb 获取抽奖信息-新
|
||||
* @apiPermission login
|
||||
|
86
doc/Role.php
86
doc/Role.php
@ -4,28 +4,86 @@ class RoleDoc
|
||||
{
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Role&a=roleInfo 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=Role&a=roleInfo 获取角色信息
|
||||
* @apiPermission login
|
||||
* @apiGroup Role
|
||||
* @apiUse CommonParam
|
||||
* @apiParam {String} name 角色名
|
||||
* @apiParam {String} avatar_url 头像
|
||||
* @apiSuccessExample {json} Success-Response:
|
||||
* HTTP/1.1 200 OK
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* ]
|
||||
* "act_ad_status": "0",
|
||||
* "act_video_status": "0",
|
||||
* "add_HP": "0",
|
||||
* "alive_time": "0",
|
||||
* "avatar_url": "18001",
|
||||
* "biogame_times": "0",
|
||||
* "box_num": "0",
|
||||
* "coin_num": "10000",
|
||||
* "coin_nums": "10000",
|
||||
* "coin_times": "0",
|
||||
* "collect_status": "0",
|
||||
* "create_user": "1",
|
||||
* "daily_first_login": "0",
|
||||
* "daily_max_single": "0",
|
||||
* "daily_offline": "0",
|
||||
* "daily_score": "0",
|
||||
* "diamond_num": "0",
|
||||
* "diamond_nums": "0",
|
||||
* "first_day_ad": "0",
|
||||
* "first_fight": "0",
|
||||
* "first_gift": "0",
|
||||
* "first_login": "0",
|
||||
* "free_box": "0",
|
||||
* "free_dou_lot_ticket": "0",
|
||||
* "free_lot_ticket": "0",
|
||||
* "game_times": "0",
|
||||
* "game_times2": "0",
|
||||
* "guildcoin_num": "0",
|
||||
* "harm": "0",
|
||||
* "head_kuang_id": "19003",
|
||||
* "hero_id": "30100",
|
||||
* "high_harm": "0",,
|
||||
* "high_kill": "0",
|
||||
* "hiid": "18001",
|
||||
* "integral": "0",
|
||||
* "kefu_status": "0",
|
||||
* "keys_num": "0",
|
||||
* "kills": "0",
|
||||
* "lv": "0",
|
||||
* "lv_exp": "0",
|
||||
* "max_seasonScore": "0",
|
||||
* "max_single_recharge": "0",
|
||||
* "newInfo": "",
|
||||
* "new_first_equip": "0",
|
||||
* "new_second_equip": "2",
|
||||
* "newhand": "0",
|
||||
* "newhand2": "0",
|
||||
* "pass_status": "0",
|
||||
* "passcard": "0",
|
||||
* "recharge_times_total": "0",
|
||||
* "rmb_lot_ticket": "0",
|
||||
* "rmb_num": "0",
|
||||
* "score": "0",
|
||||
* "sea_avg_kill": "0",
|
||||
* "sea_max_hart": "0",
|
||||
* "sea_max_kill": "0",
|
||||
* "season_games": "0",
|
||||
* "season_status": "1",
|
||||
* "season_win": "0",
|
||||
* "sex": "1",
|
||||
* "share_video_sums": "0",
|
||||
* "share_video_times": "0",
|
||||
* "shop_view_times": "0",
|
||||
* "sum_coin": "0",
|
||||
* "time": 1634287536,
|
||||
* "user_name": "宛哲大叔",
|
||||
* "view_times2": "0",
|
||||
* "vip_score": "0",
|
||||
* "win_times": "0"
|
||||
* }
|
||||
*/
|
||||
|
||||
|
27
doc/Sign.php
27
doc/Sign.php
@ -4,7 +4,7 @@ class SignDoc
|
||||
{
|
||||
|
||||
/**
|
||||
* @api {GET} /webapp/index.php?c=Sign&a=signInfo 获取抽奖信息-新
|
||||
* @api {GET} /webapp/index.php?c=Sign&a=signInfo 获取签到信息
|
||||
* @apiPermission login
|
||||
* @apiGroup Sign
|
||||
* @apiUse CommonParam
|
||||
@ -13,18 +13,21 @@ class SignDoc
|
||||
* {
|
||||
* "errcode": 0, //错误码
|
||||
* "errmsg": "", //错误描述
|
||||
* "draw_uuid": "", //抽奖唯一id
|
||||
* "free_times": 0, //免费次数
|
||||
* "video_times": 0, //看视频次数
|
||||
* "item_list": //道具列表
|
||||
* "sign_days": "1",
|
||||
* "sign_list":
|
||||
* [
|
||||
* {
|
||||
* "item_id": 0, //道具id
|
||||
* "item_num": 0, //道具数量
|
||||
* "quality": 0, //道具品质
|
||||
* "time": 0, //抽取时间
|
||||
* "status": 0, //状态
|
||||
* }
|
||||
* {
|
||||
* "sign_id": "1",
|
||||
* "signable": "0"
|
||||
* }
|
||||
* ],
|
||||
* "item_list":
|
||||
* [
|
||||
* {
|
||||
* "item_id": 23003,
|
||||
* "item_num": 1,
|
||||
* "time": 0
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user