yumi-golang/scripts/lucky_gift_java_go_live_smoke.example.json

93 lines
2.9 KiB
JSON

{
"goBaseURL": "http://127.0.0.1:2900",
"javaBaseURL": "http://127.0.0.1:2400",
"replayFuseOnly": true,
"scenarios": [
{
"name": "1人付费",
"expectProviderCode": 200,
"javaEvent": {
"businessId": "1900012345678900101",
"consumeAssetRecordId": "1900012345678900101",
"sysOrigin": "LIKEI",
"standardId": 2044375642107080706,
"roomId": 2043938895665598465,
"userId": 4569421795454615552,
"giftId": 2044387508480962561,
"giftPrice": 100,
"quantity": 1,
"giftIsFree": false,
"checkCombo": false,
"giftCombos": 0,
"users": [
{ "id": "1900012345678901101", "acceptUserId": 4569421795454615552, "giftsCount": 0, "comboLossCount": 0 }
]
}
},
{
"name": "多人同送",
"expectProviderCode": 200,
"javaEvent": {
"businessId": "1900012345678900102",
"consumeAssetRecordId": "1900012345678900102",
"sysOrigin": "LIKEI",
"standardId": 2044375642107080706,
"roomId": 2043938895665598465,
"userId": 4569421795454615552,
"giftId": 2044387508480962561,
"giftPrice": 100,
"quantity": 1,
"giftIsFree": false,
"checkCombo": false,
"giftCombos": 0,
"users": [
{ "id": "1900012345678901201", "acceptUserId": 4569421795454615552, "giftsCount": 0, "comboLossCount": 0 },
{ "id": "1900012345678901202", "acceptUserId": 4569421795454615552, "giftsCount": 0, "comboLossCount": 0 }
]
}
},
{
"name": "免费礼物",
"expectProviderCode": 200,
"javaEvent": {
"businessId": "1900012345678900103",
"consumeAssetRecordId": "1900012345678900103",
"sysOrigin": "LIKEI",
"standardId": 2044375642107080706,
"roomId": 2043938895665598465,
"userId": 4569421795454615552,
"giftId": 2044387508480962561,
"giftPrice": 100,
"quantity": 1,
"giftIsFree": true,
"checkCombo": false,
"giftCombos": 0,
"users": [
{ "id": "1900012345678901301", "acceptUserId": 4569421795454615552, "giftsCount": 0, "comboLossCount": 0 }
]
}
},
{
"name": "501熔断",
"expectProviderCode": 501,
"javaEvent": {
"businessId": "1900012345678900104",
"consumeAssetRecordId": "1900012345678900104",
"sysOrigin": "LIKEI",
"standardId": 2044375642107080706,
"roomId": 2043938895665598465,
"userId": 4569421795454615552,
"giftId": 2044387508480962561,
"giftPrice": 100,
"quantity": 1,
"giftIsFree": false,
"checkCombo": false,
"giftCombos": 0,
"users": [
{ "id": "1900012345678901401", "acceptUserId": 4569421795454615552, "giftsCount": 0, "comboLossCount": 0 }
]
}
}
]
}