feat: add create_date to opendb-app-client-key

This commit is contained in:
wangyaqi 2022-10-31 20:26:06 +08:00
parent cd71d5a311
commit 799c0366cd

View File

@ -22,6 +22,10 @@
"public_key": { "public_key": {
"bsonType": "string", "bsonType": "string",
"description": "公钥,下发给客户端使用" "description": "公钥,下发给客户端使用"
},
"create_date": {
"bsonType": "timestamp",
"description": "创建时间"
} }
} }
}, },