41 lines
761 B
JSON
41 lines
761 B
JSON
{
|
|
"giftResponseDialogSelectors": [
|
|
{
|
|
"//": "收到重复礼物",
|
|
"isExclusive": true,
|
|
"id": 1,
|
|
"dialogs": [ 3011 ]
|
|
},
|
|
{
|
|
"//": "收到自己送出的礼物",
|
|
"isExclusive": true,
|
|
"id": 7,
|
|
"dialogs": [ 3000 ]
|
|
},
|
|
{
|
|
"//": "收到想要的礼物",
|
|
"isExclusive": true,
|
|
"id": 2,
|
|
"dialogs": [ 3001 ]
|
|
},
|
|
{
|
|
"//": "收到粉色单人床",
|
|
"isExclusive": true,
|
|
"id": 5,
|
|
"dialogs": [ 3002 ]
|
|
},
|
|
{
|
|
"//": "收到家具类礼物",
|
|
"isExclusive": false,
|
|
"id": 3,
|
|
"dialogs": [ 3005 ]
|
|
},
|
|
{
|
|
"//": "收到服装类礼物",
|
|
"isExclusive": false,
|
|
"id": 4,
|
|
"dialogs": [ 3003, 3004 ]
|
|
}
|
|
]
|
|
}
|