1
This commit is contained in:
parent
8c5d270fff
commit
dfeb8302d5
@ -1631,7 +1631,7 @@ func (r *UserDoctorService) PutMulti(doctorId int64, req requests.PutMulti) (boo
|
|||||||
userCaCert := &model.UserCaCert{
|
userCaCert := &model.UserCaCert{
|
||||||
UserId: &userDoctor.UserId,
|
UserId: &userDoctor.UserId,
|
||||||
IsSystem: 0,
|
IsSystem: 0,
|
||||||
Type: 1,
|
Type: 2,
|
||||||
CertBase64: cloudCertResponse.CertBase64,
|
CertBase64: cloudCertResponse.CertBase64,
|
||||||
CertChainP7: cloudCertResponse.CertP7,
|
CertChainP7: cloudCertResponse.CertP7,
|
||||||
CertSerialNumber: cloudCertResponse.CertSerialnumber,
|
CertSerialNumber: cloudCertResponse.CertSerialnumber,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user