会员系统

会员系统


查询成长游戏活动规则

[TOC]

简要描述
  • 查询成长游戏活动规则接口
请求URL
  • http://ip:port//activityManage/activity/biz-activity-new!findActRuleByActId
请求方式
  • GET
参数
参数名 必选 类型 说明 备注
actId Long 活动ID
channel string 渠道 0-电视 - 手机
返回示例
  {
  "error_code": "0",
  "type": "success",
  "errmsg": "查询活动规则成功",
  "userData": {
    "rule": [
      {
        "name": "jony0828游戏",
        "putChannel": "1,3",
        "startdate": "2023-08-28 16:41:37",
        "enddate": "2023-09-28 16:41:37",
        "channel": "0",
        "actirule": "D",
        "ruleid": 61,
        "actinums": 24,
        "gametime": 500,
        "rankingnums": 10,
        "ticket": 1,
        "limittype": "0",
        "limitnum": 0,
        "sorttype": "0",
        "propname": "水滴"
      }
    ]
  }
}
返回参数说明
参数名 类型 说明
name String 游戏名称
putChannel String 投放渠道
startdate Long 开始时间
enddate Long 结束时间
channel Long 渠道
actirule String 赠送类型 D-每天
actinums Long 赠送次数
propname String 道具名称
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML