Files
t-admin/uniCloud-alipay/database/uni-stat-app-channels.index.json
T
2025-06-13 21:16:12 +08:00

22 lines
518 B
JSON

[
{
"IndexName": "index_search_channel",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "appid",
"Direction": "1"
},
{
"Name": "platform_id",
"Direction": "1"
},
{
"Name": "channel_code",
"Direction": "1"
}
],
"MgoIsUnique": true
}
}
]