public interface CustomerApi
| 限定符和类型 | 方法和说明 |
|---|---|
CustomerInfo |
getCustomerInfoById(Long customerId)
获取C端用户的详细信息
|
CustomerInfo |
getCustomerInfoBySecretKey(String secretKey)
获取用户信息,通过用户的secretKey字段
|
void |
updateMemberExpiryDate(Long customerId,
Date expiryDate)
更新用户会员时间
|
CustomerInfo getCustomerInfoById(Long customerId)
CustomerInfo getCustomerInfoBySecretKey(String secretKey)
Copyright © 2021. All rights reserved.