渠道商跳转
开发中
GET
/channel/redirect
渠道商必须携带 channel_code 标识身份,可选通过请求体返回用户信息。
后端根据 channel_code 查找对应的前端 URL (可能对应不同UI设计/流程设计) ,并附加 temp_code (用于后续换取 Token) ,最终返回重定向链接。
请求参数
Query 参数
channel_code
string
只写可选
示例值:
guangqi
user_code
string
只写可选
示例值:
uid005
Body 参数application/json
示例代码
返回响应
修改于 2025-06-05 01:27:41