Get short links of the shop
GET/api/affiliate/shop/short/links
Get short links of the shop
Request
Query Parameters
shopId string
shopId
Responses
- 200
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
createTime date-time
创建时间
creator string
创建人
deleted boolean
删除标志
editTime date-time
修改时间
editor string
修改人
fullLink string
原始的link与推荐码的组合
id string
influencerId string
生成短链的红人
partnerShopId string
与partnerShop的关联Id
rawLink string
原始的link
referralCode string
推荐码
shortlink string
用fullLink生产的短链
type string
Possible values: [CustomLink
, HomeLink
]
类型
message string
params object[]
requestId string
status int32
{
"data": [
{
"createTime": "2024-05-21T01:28:58.620Z",
"creator": "string",
"deleted": false,
"editTime": "2024-05-21T01:28:58.620Z",
"editor": "string",
"fullLink": "string",
"id": "string",
"influencerId": "string",
"partnerShopId": "string",
"rawLink": "string",
"referralCode": "string",
"shortlink": "string",
"type": "CustomLink"
}
],
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Unauthorized
Forbidden
Not Found
Loading...