文档
测试

新增免单活动

POST
http://192.168.3.24:8080/pdd/getlottery

请求头

参数名
类型
描述
必填
platformkey
number
示例:22
必填
platformId
number
示例:1
必填
platformCode
number
示例:213
必填
deviceId
number
示例:123123
必填
timestamp
number
示例:123123123
必填
sign
string
示例:c794eddf86a89bae310d632c5ea6a43a
必填
userToken
number
示例:1000041584672373540
必填

请求参数

参数名
类型
描述
必填
userId
Long
用户id
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
msg
string
示例:sucess
必填
code
number
示例:200
必填

说明 / 示例

{"data":bean} bean [ { "multi_url_list": { "mobile_short_url": "str", "mobile_url": "str", "schema_url": "str", "short_url": "str", "url": "str", "we_app_page_path": "str", "we_app_web_view_short_url": "str", "we_app_web_view_url": "str" }, "qq_app_info": { "app_id": "str", "banner_url": "str", "desc": "str", "page_path": "str", "qq_app_icon_url": "str", "source_display_name": "str", "title": "str", "user_name": "str" }, "sign": "str", "single_url_list": { "mobile_short_url": "str", "mobile_url": "str", "schema_url": "str", "short_url": "str", "url": "str", "we_app_page_path": "str", "we_app_web_view_short_url": "str", "we_app_web_view_url": "str" }, "we_app_info": { "app_id": "str", "banner_url": "str", "desc": "str", "page_path": "str", "source_display_name": "str", "title": "str", "user_name": "str", "we_app_icon_url": "str" } } ]