文档中心 > API类目 > 五道口API

qimen.alibaba.tc.business.service.tck.funds.authurl (同橙客认证签约链接获取)

同橙客分销:同橙客提现前需要调用该接口获取isv的签约地址

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
companyCode String 必须 demoTax 企业标识,固定值
envType String 可选 0 用户打开环境,0:H5,1:小程序。默认为0。
returnUrl String 可选 http%3A%2F%2Fwww.exapmle.com%2F%3Fk1%3Dv1%26k2%3Dv2 当envType=0,指定用户签约完成返回页面地址,使用urlEncode对链接进行处理
userCode String 必须 13888888888 用户手机号
platformUserIdentification String 必须 88888888 调用方平台用户ID

响应参数

名称 类型 示例值 描述
resultData String http://demo.com/10066/demo/landing?companyCode=demoTax&timestamp=2021-11-15%2018%3A03%3A37&authorization=eed19dd0a055c017a4982a99d918a32793&sign=7B05989490CB2AE161A70F01AD693570C 签约地址
success Boolean true 是否成功
errorCode String sign-check-failure 错误code
errorMsg String Illegal request 错误信息

请求示例

{"companyCode":"demoTax","envType":"0","returnUrl":"http%3A%2F%2Fwww.exapmle.com%2F%3Fk1%3Dv1%26k2%3Dv2","userCode":"13888888888","platformUserIdentification":"88888888"}

响应示例

{
    "resultData":"http:\/\/demo.com\/10066\/demo\/landing?companyCode=demoTax&timestamp=2021-11-15%2018%3A03%3A37&authorization=eed19dd0a055c017a4982a99d918a32793&sign=7B05989490CB2AE161A70F01AD693570C",
    "success":true,
    "errorCode":"sign-check-failure",
    "errorMsg":"Illegal request"
}

验签示例

{"success":"false","errorCode":"sign-check-failure","errorMsg":"Illegal request"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部