添加消息推送云函数、消息处理为后续的消息通知做准备
This commit is contained in:
24
uniCloud-aliyun/database/jq-usr-device.schema.json
Normal file
24
uniCloud-aliyun/database/jq-usr-device.schema.json
Normal file
@ -0,0 +1,24 @@
|
||||
// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
|
||||
{
|
||||
"bsonType": "object",
|
||||
"required": [],
|
||||
"permission": {
|
||||
"read": true,
|
||||
"create": true,
|
||||
"update": true,
|
||||
"delete": true
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "ID,系统自动生成"
|
||||
},
|
||||
"phone":{
|
||||
"bsonType": "string",
|
||||
"description": "用户手机号"
|
||||
},
|
||||
"pushcid":{
|
||||
"bsonType": "string",
|
||||
"description": "用户的推送cid"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user