# H5页面接入
接入流程图
接入方token回调接口
因客户在⻚⾯上存在停留时间过⻓,造成token过期,导致服务调⽤失败,故需要对接⽅提供获取最新可 ⽤token接⼝
接口请求地址
客户提供
请求方式
GET
返回示例
{
"code": 0,
"msg":"OK",
"data":{
"access_token":"token"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
服务调用
生产服务H5地址:
https://sapapi.healthlink.cn/web/v1/h5/serviceIndex.html
测试服务H5地址:
https://sapapitest.healthlink.cn/web/v1/h5/serviceIndex.html
请求方式:
GET
请求参数说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
idType | 是 | String(2) | id类型。 01:pmid 02:policyNum 03:第三方系统用户id |
userId | 是 | String(100) | 用户id |
serviceCode | 是 | String(10) | 请向管理员申请 |
token | 是 | String(50) | 请向管理员申请 |