0
得到客戶找客戶通過電子郵件woocommerce REST API通過電子郵件
https://localhost/biobays/wp-json/wc/v2/customers/2讓客戶通過ID工作。但是 https://localhost/biobays/wp-json/wc/v2/customers/email/[email protected]或https://localhost/biobays/wp-json/wc/v2/[email protected]不工作
我希望檢索用戶信息。
我有一個空的迴應。
PS:這項工作的老V3大https://localhost/biobays/wc-api/v3/customers/email/[email protected]
你好瑞克,我會測試你的解決方案。如果我理解的很好,我的問題與編碼%40而不是@有關。我會檢查並給你反饋。 非常感謝! –
Hi Rick,https:// localhost/biobays/wp-json/wc/v2/customers?email = test%40t.com&consumer_key = YOUR_CONSUMER_KEY&consumer_secret = YOUR_CONSUMER_SECRET與curl一起工作得很好,但Alamofire沒有任何返回。很奇怪 ... –