SAP Customer Data Cloud(Gigya)的用户搜索实现
生活随笔
收集整理的這篇文章主要介紹了
SAP Customer Data Cloud(Gigya)的用户搜索实现
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
我在Gigya前臺根據email搜索,輸入一個郵箱地址,回車,在Chrome開發者工具里觀察到到后臺的網絡請求:
這是一個post請求:
__RequestVerificationToken
請求體:
{"query":"SELECT * FROM accounts WHERE (profile.email = 'abc@sap.com') OR (profile.email CONTAINS 'abc@sap.com') OR (loginIDs.emails = 'abc@sap.com') OR (loginIDs.emails CONTAINS 'abc@sap.com') ORDER BY lastUpdatedTimestamp desc LIMIT 20 START 0","format":"json","apiKey":"3__ZoBjMduuUpCQF86dWF0B-yjUlPDudlQ7FtPlrmxUnKFN"}
這次搜索結果的響應:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的SAP Customer Data Cloud(Gigya)的用户搜索实现的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 什么是稳压电源
- 下一篇: 才云开源 Nirvana:Golang