Get extension short links.
GET/api/affiliate/promotion/:id/extension/links
Get all links which generated with extension code for the product.
Request
Path Parameters
id stringrequired
Product Id
Responses
- 200
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
extensionCode string
Extension Code
fullUrl string
加上短链的扩展码的产品Url
shortLink string
短链
message string
params object[]
requestId string
status int32
{
"data": [
{
"extensionCode": "string",
"fullUrl": "string",
"shortLink": "string"
}
],
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Unauthorized
Forbidden
Not Found
Loading...