mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
秘钥管理改造,服务端返回sign
This commit is contained in:
@@ -14,8 +14,6 @@ public class IsvDetailDTO {
|
||||
/** 0启用,1禁用, 数据库字段:status */
|
||||
private Byte status;
|
||||
|
||||
// keys
|
||||
|
||||
/** secret, 数据库字段:secret */
|
||||
private String secret;
|
||||
|
||||
@@ -25,5 +23,6 @@ public class IsvDetailDTO {
|
||||
/** 平台生成的私钥, 数据库字段:private_key_platform */
|
||||
private String privateKeyPlatform;
|
||||
|
||||
/** 签名类型:1:RSA2,2:MD5 */
|
||||
private Byte signType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user