Get Referral Gift Info
Description
取得推薦禮資訊。
Resource
GET /v1/basic/referral_gift_info
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Response Body Parameters
| Name | Type | Description |
|---|---|---|
| description | string | 推薦禮活動說明 |
| share_info | string | 分享訊息 |
Response Example
{
"description": "測試_推薦禮活動說明",
"share_info": "Hi, 推薦你使用品牌APP"
}