短信服务使用方可以调用GetTobTrafficDrivingLinkList接口查询引流链接。
GEThttps://sms.volcengineapi.com/?Action=GetTobTrafficDrivingLinkList&Version=2021-01-11名称 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | GetTobTrafficDrivingLinkList | 要执行的操作,取值:GetTobTrafficDrivingLinkList |
Version | String | 是 | 2021-01-11 | API的版本,取值:2021-01-11 |
link | String | 否 | http://test.com | 文案链接,模糊搜索 |
jumpLink | String | 否 | http://test.com | 跳转链接,模糊搜索 |
名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
ResponseMetadata | ResponseMetadata | 响应公共参数。 | |
Result | Result |
{ link: "https://test-xxx.com/demo" }
{ "ResponseMetadata": { "RequestId": "2022090818181501017423503804EC****", "Action": "GetTobTrafficDrivingLinkList", "Version":"2021-01-11", "Service":"volcSMS", "Region":"cn-north-1" }, "Result": { "list": [ { "account": "test-account", "useVolcLink": false, "protocol": "https", "link": "https://test.com/path", "linkDomainIcp": "test-icp", "linkDomainIcpBody": "test-icpBody", "linkDomain": "test.com", "linkPath": "/path", "jumpLink": "https://test.com/path", "jumpLinkDomain": "test.com", "jumpLinkPath": "/path", "jumpLinkDomainIcp": "test-icp", "jumpLinkDomainIcpBody": "test-icpBody", "createdAt": 1755593987, "updatedAt": 1755593987 } ], "total": 1 } }
下表提供了该接口业务逻辑相关的错误码。公共错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
200 | 1001 | 参数错误 | 参数错误 |
200 | 1999 | 系统错误 | 系统错误 |