UA 发送者的信息

本頁描述了發送邀請給通過用戶獲取達成CPI的用戶的用戶的VID。通過使用以下數據提供邀請用戶的信息。

  • 請求 URL
    常見 URL https://promotion.qpyou.cn/ua/getSenderVid
    沙盒 URL https://sandbox-promotion.qpyou.cn/ua/getSenderVid
    HTTP 方法 POST
    內容類型 application/json
    數據格式 JSON
  • 標題
    字段名稱 描述 類型 必填
    授權 通過 Bearer 授權的 certificationKey 是否有效 字串 N
  • 請求
    欄位名稱 描述 類型 必填
    gameindex 在 AppCenter 註冊的遊戲索引 整數 Y
    receiver_vid 被邀請用戶的 VID 整數 Y
  • 回應
    欄位名稱 描述 類型 必要
    result_code 回應代碼 0: 驗證成功 101: 沒有結果 102: 結果為1或更多 其他: 驗證失敗 整數 Y
    result_message 回應訊息 字串 Y
    result 包含查詢結果的物件 物件 N
    ㄴ sender_vid 邀請用戶的VID 字串 N
  • 呼叫範例
    curl -L -v
     -d '{"receiver_vid": 40088555, "gameindex": 539}'
     -H "Content-Type: application/json" \
     https://sandbox-promotion.qpyou.cn/ua/getSenderVid
    
  • Request 範例
    POST /ua/getSenderVid HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: sandbox-promotion.qpyou.cn
    > Accept: /
    > Content-Type: application/json
    > Content-Length: 44
    
  • Response 範例
    < HTTP/1.1 200 OK
    < Server: nginx
    < Date: Tue, 15 Mar 2022 03:31:34 GMT
    < Content-Type: application/json
    {"result": {"sender_vid":"40088592"},"result_code":0,"result_message":"success"}