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