文档
测试

应用授权详情

GET
/api/apps/fee?label=wx-discovery

接口描述

获取应用价格和详细信息

请求头

参数名
类型
描述
必填
Authorization
string
用户令牌
必填
Accept
string
请求http报头 application/[接口环境].[接口名称].v[接口版本]+json
必填

请求参数

参数名
类型
描述
必填
label
string
功能标识
必填
model
string
设备名称
必填
wx_number
string
微信编号 非必传
必填
unit
string
当前系统信息 ios android
必填

响应参数

参数名
类型
描述
必填
code
number
响应编码
必填
msg
string
文本提示信息
必填
data
object
数据
必填
id
number
应用编号
必填
title
string
应用名称
必填
picture
string
图片地址
必填
label
string
标识符
必填
page
string
跳转页面标识
必填
description
string
描述
必填
supportive
string
支持设备信息
必填
fee
array
价格列表
必填
id
number
价格编号
必填
fee
number
价格 (单位:分)
必填
duration
number
购买后的有效时间 (单位:秒)
必填
title
string
标题
必填
description
string
描述
必填
background
string
背景图片地址
必填
hover
string
响应图片地址
必填
explanation_list
array
描述
必填
origin
int
(!NEW)原价
必填
invaluable
bool
当前功能是否可用
必填
app_text
string
价格 单位元
必填
origin_text
string
必填
origin
int
必填

说明 / 示例

``` { "code": 0, "msg": "", "data": { "id": 9, "title": "添加好友", "picture": "http://transverter_assets.test/uploads/images/2020-05-21/30ee8fb7aa98b0452c37d1c4617543e5.png", "label": "add-friends", "page": "add-friends", "description": "图片不存在|图片打不开|无响应图片", "supportive": [ { "manufacturer": "oppo", "backup_code_max": "0", "backup_code_min": "0" }, { "manufacturer": "xiaomi", "backup_code_max": "0", "backup_code_min": "0" }, { "manufacturer": "huawei", "backup_code_max": "0", "backup_code_min": "0" }, { "manufacturer": "meizu", "backup_code_max": "0", "backup_code_min": "0" }, { "manufacturer": "vivo", "backup_code_max": "0", "backup_code_min": "0" } ], "invaluable": false, "fee": [ { "id": 63, "fee": 5800, "duration": 31104000, "title": "一年会员", "description": "可任意恢复好友,不限时间,不限次数。超长授权365天", "explanation": "123", "background": "http://transverter_assets.test/uploads/images/2020-05-25/f26667f5e3f6ac302ee8d120100e663e.png", "hover": "http://transverter_assets.test/uploads/images/2020-05-25/6d1b636d6f5a42f41cec2213dcc59c13.png", "origin": 98, "app_text": "58.00", "origin_text": "0.98", "explanation_list": [ "123" ] } ] } } ```