game2005api/doc/Temp.php
2021-10-15 15:57:01 +08:00

33 lines
846 B
PHP

<?php
class TempDoc
{
/**
* @api {GET} /webapp/index.php?c=Temp&a=getRedSum 获取抽奖信息-新
* @apiPermission login
* @apiGroup Temp
* @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, //状态
* }
* ]
* }
*/
}