江西小程序管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
517 B

1 year ago
  1. // : https://uniapp.dcloud.net.cn/uniCloud/schema
  2. {
  3. "bsonType": "object",
  4. "required": ["_id", "value"],
  5. "properties": {
  6. "_id": {
  7. "bsonType": "string",
  8. "description": "key,格式:uni-id:[provider]:[appid]:[openid]:[access-token|user-access-token|session-key|encrypt-key-version|ticket]"
  9. },
  10. "value": {
  11. "bsonType": "object",
  12. "description": "字段_id对应的值"
  13. },
  14. "expired": {
  15. "bsonType": "date",
  16. "description": "过期时间"
  17. }
  18. }
  19. }