public interface CustomerApi
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createOrUpdateCustomerSecret(Long customerId)
重置个人秘钥
|
CustomerInfo |
getCustomerInfoById(Long customerId)
获取C端用户的详细信息
|
CustomerInfo |
getCustomerInfoByKeyWords(String keyWords)
获取用户信息
|
CustomerInfo |
getCustomerInfoBySecretKey(String secretKey)
获取用户信息,通过用户的secretKey字段
|
void |
updateMemberExpiryDate(Long customerId,
Date expiryDate)
更新用户会员时间
|
CustomerInfo getCustomerInfoById(Long customerId)
CustomerInfo getCustomerInfoBySecretKey(String secretKey)
String createOrUpdateCustomerSecret(Long customerId)
customerId - 用户idCustomerInfo getCustomerInfoByKeyWords(String keyWords)
keyWords - 用户账号,邮箱,或用户idCopyright © 2022. All rights reserved.