Skip to main content

Claim short link.

POST 

/api/affiliate/promotion/:id/claim/link

Claim a link. It will generate a link if you didn't claim before. Otherwise the exist short link will be return

Request

Path Parameters

    id stringrequired

    Product Id

Body

    extensionCode string

    Extension Code

Responses

OK

Schema

    data

    object

    申请短链的响应类

    haveOtherProductNotClaim boolean

    是否还有在同一个品牌商下的其他产品没有领取

    shortLink string

    短链

    message string
    params object[]
    requestId string
    status int32
Loading...