跳转网页后台
请求地址
/api/v2/device/web
公共请求参数
请求参数
| 参数 | 必填 | 类型 | 说明 |
|---|
响应参数
| 名称 | 类型 | 说明 |
|---|---|---|
| data | string | 跳转连接 |
请求示例
:::: tabs ::: tab 请求
{}
:::
::: tab 原始数据
{
"open_app_id": "11111111111",
"timestamp": 1601193285,
"sign_type": "MD5",
"biz_content": "{}",
"sign": "8fd45e24fdc450657ffe2b154c6ad3e5"
}
::: ::::
响应示例
:::: tabs
::: tab result
{
"code": 0,
"data": "https://mch.test.kudianvip.com/",
"msg": "success",
"succeed": true
}
::: ::::