mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
feat: add create_date to opendb-app-client-key
This commit is contained in:
parent
cd71d5a311
commit
799c0366cd
@ -22,6 +22,10 @@
|
|||||||
"public_key": {
|
"public_key": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "公钥,下发给客户端使用"
|
"description": "公钥,下发给客户端使用"
|
||||||
|
},
|
||||||
|
"create_date": {
|
||||||
|
"bsonType": "timestamp",
|
||||||
|
"description": "创建时间"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user