public interface ServicesRequest<T>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessKey()
客户接口访问账号
参数类型 : Varchar
参数长度 : 100
|
String |
getCipherData() |
String |
getCipherKey()
经过rsa加密后的秘钥
|
String |
getClientTraceId()
客户定义唯一id
参数类型 : Varchar
参数长度 : 12 ~ 100
|
T |
getData() |
String |
getDataAlg() |
String |
getKeyAlg() |
String |
getKeyVersion() |
default String |
getServiceCode() |
String |
getSign() |
long |
getTimestamp() |
String getClientTraceId()
String getAccessKey()
default String getServiceCode()
String getCipherKey()
String getKeyAlg()
String getDataAlg()
String getKeyVersion()
long getTimestamp()
String getSign()
String getCipherData()
T getData()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.