261 lines
7.8 KiB
PHP
261 lines
7.8 KiB
PHP
<?php
|
|
|
|
class ActivityDoc
|
|
{
|
|
|
|
/**
|
|
* @api {GET} /webapp/index.php?c=Activity&a=newLuckDrawInfo 获取抽奖信息-新
|
|
* @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=getNewLockDraw 获取抽奖信息-新
|
|
* @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=drawTableInfo 获取抽奖信息-新
|
|
* @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=getDrawTable 获取抽奖信息-新
|
|
* @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=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, //状态
|
|
* }
|
|
* ]
|
|
* }
|
|
*/
|
|
|
|
}
|