EventConfig.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "EventLinksId": [
  6. 1001,
  7. 1002,
  8. 1003,
  9. 1004,
  10. 1005
  11. ],
  12. "EventTriggerType": 1,
  13. "EventTag": 3,
  14. "EventType": 1,
  15. "Score": 0,
  16. "EventQuality": 1,
  17. "PrizeIDs": [
  18. 1001
  19. ],
  20. "PrizeNums": [
  21. 10
  22. ],
  23. "RefreshProbability": null,
  24. "RefreshCount": null,
  25. "placeID": 8,
  26. "XiantuID": 4,
  27. "EventConditionId": 3,
  28. "EventValue": [
  29. 5
  30. ],
  31. "EventCount": null,
  32. "EventName": 174,
  33. "Description": 1936
  34. },
  35. {
  36. "ID": 2,
  37. "EventLinksId": [
  38. 1010,
  39. 1011,
  40. 1012,
  41. 1013,
  42. 1014,
  43. 1015,
  44. 1016
  45. ],
  46. "EventTriggerType": 1,
  47. "EventTag": 3,
  48. "EventType": 1,
  49. "Score": 0,
  50. "EventQuality": 1,
  51. "PrizeIDs": [
  52. 1001
  53. ],
  54. "PrizeNums": [
  55. 10
  56. ],
  57. "RefreshProbability": null,
  58. "RefreshCount": null,
  59. "placeID": 9,
  60. "XiantuID": 4,
  61. "EventConditionId": null,
  62. "EventCount": null,
  63. "EventName": 175,
  64. "Description": 1937
  65. },
  66. {
  67. "ID": 3,
  68. "EventLinksId": [
  69. 1020,
  70. 1021,
  71. 1022,
  72. 1023,
  73. 1024,
  74. 1025,
  75. 1026
  76. ],
  77. "EventTriggerType": 99,
  78. "EventTag": 2,
  79. "EventType": 1,
  80. "Score": 10,
  81. "EventQuality": 1,
  82. "PrizeIDs": [
  83. 1001
  84. ],
  85. "PrizeNums": [
  86. 10
  87. ],
  88. "RefreshProbability": null,
  89. "RefreshCount": null,
  90. "placeID": 10,
  91. "XiantuID": 4,
  92. "EventConditionId": 1,
  93. "EventValue": [
  94. 1004
  95. ],
  96. "EventCount": 1,
  97. "EventName": 176,
  98. "Description": 1938
  99. },
  100. {
  101. "ID": 4,
  102. "EventLinksId": [
  103. 1030
  104. ],
  105. "EventTriggerType": 1,
  106. "EventTag": 3,
  107. "EventType": 2,
  108. "Score": 0,
  109. "EventQuality": 1,
  110. "PrizeIDs": [
  111. 1001
  112. ],
  113. "PrizeNums": [
  114. 10
  115. ],
  116. "RefreshProbability": null,
  117. "RefreshCount": null,
  118. "placeID": 5,
  119. "XiantuID": 3,
  120. "EventConditionId": 7,
  121. "EventValue": [
  122. 500
  123. ],
  124. "EventCount": null,
  125. "EventName": 217,
  126. "Description": 1939
  127. },
  128. {
  129. "ID": 5,
  130. "EventLinksId": [
  131. 1040
  132. ],
  133. "EventTriggerType": 1,
  134. "EventTag": 3,
  135. "EventType": 2,
  136. "Score": 0,
  137. "EventQuality": 1,
  138. "PrizeIDs": [
  139. 1001
  140. ],
  141. "PrizeNums": [
  142. 10
  143. ],
  144. "RefreshProbability": null,
  145. "RefreshCount": null,
  146. "placeID": 5,
  147. "XiantuID": 3,
  148. "EventConditionId": null,
  149. "EventCount": null,
  150. "EventName": 218,
  151. "Description": 1940
  152. },
  153. {
  154. "ID": 6,
  155. "EventLinksId": [
  156. 1050
  157. ],
  158. "EventTriggerType": 1,
  159. "EventTag": 3,
  160. "EventType": 2,
  161. "Score": 0,
  162. "EventQuality": 1,
  163. "PrizeIDs": [
  164. 1001
  165. ],
  166. "PrizeNums": [
  167. 10
  168. ],
  169. "RefreshProbability": null,
  170. "RefreshCount": null,
  171. "placeID": 6,
  172. "XiantuID": 3,
  173. "EventConditionId": null,
  174. "EventCount": null,
  175. "EventName": 219,
  176. "Description": 1941
  177. },
  178. {
  179. "ID": 7,
  180. "EventLinksId": [
  181. 1060
  182. ],
  183. "EventTriggerType": 1,
  184. "EventTag": 3,
  185. "EventType": 2,
  186. "Score": 0,
  187. "EventQuality": 1,
  188. "PrizeIDs": [
  189. 1001
  190. ],
  191. "PrizeNums": [
  192. 10
  193. ],
  194. "RefreshProbability": null,
  195. "RefreshCount": null,
  196. "placeID": 7,
  197. "XiantuID": 3,
  198. "EventConditionId": null,
  199. "EventCount": null,
  200. "EventName": 220,
  201. "Description": 1942
  202. },
  203. {
  204. "ID": 11,
  205. "EventLinksId": [
  206. 1101,
  207. 1102
  208. ],
  209. "EventTriggerType": 2,
  210. "EventTag": null,
  211. "EventType": 1,
  212. "Score": 0,
  213. "EventQuality": 1,
  214. "PrizeIDs": [
  215. 1001
  216. ],
  217. "PrizeNums": [
  218. 10
  219. ],
  220. "RefreshProbability": null,
  221. "RefreshCount": null,
  222. "placeID": null,
  223. "XiantuID": null,
  224. "EventConditionId": null,
  225. "EventCount": null,
  226. "EventName": null,
  227. "Description": null
  228. },
  229. {
  230. "ID": 12,
  231. "EventLinksId": [
  232. 1201,
  233. 1202,
  234. 1203
  235. ],
  236. "EventTriggerType": 2,
  237. "EventTag": null,
  238. "EventType": 1,
  239. "Score": 0,
  240. "EventQuality": 1,
  241. "PrizeIDs": [
  242. 1001
  243. ],
  244. "PrizeNums": [
  245. 10
  246. ],
  247. "RefreshProbability": null,
  248. "RefreshCount": null,
  249. "placeID": null,
  250. "XiantuID": null,
  251. "EventConditionId": null,
  252. "EventCount": null,
  253. "EventName": null,
  254. "Description": null
  255. },
  256. {
  257. "ID": 13,
  258. "EventLinksId": [
  259. 1301,
  260. 1302,
  261. 1303,
  262. 1304
  263. ],
  264. "EventTriggerType": 2,
  265. "EventTag": null,
  266. "EventType": 1,
  267. "Score": 0,
  268. "EventQuality": 1,
  269. "PrizeIDs": [
  270. 1001
  271. ],
  272. "PrizeNums": [
  273. 10
  274. ],
  275. "RefreshProbability": null,
  276. "RefreshCount": null,
  277. "placeID": null,
  278. "XiantuID": null,
  279. "EventConditionId": null,
  280. "EventCount": null,
  281. "EventName": null,
  282. "Description": null
  283. },
  284. {
  285. "ID": 14,
  286. "EventLinksId": [
  287. 1401,
  288. 1402
  289. ],
  290. "EventTriggerType": 2,
  291. "EventTag": null,
  292. "EventType": 1,
  293. "Score": 0,
  294. "EventQuality": 1,
  295. "PrizeIDs": [
  296. 1001
  297. ],
  298. "PrizeNums": [
  299. 10
  300. ],
  301. "RefreshProbability": null,
  302. "RefreshCount": null,
  303. "placeID": null,
  304. "XiantuID": null,
  305. "EventConditionId": null,
  306. "EventCount": null,
  307. "EventName": null,
  308. "Description": null
  309. },
  310. {
  311. "ID": 15,
  312. "EventLinksId": [
  313. 1501,
  314. 1502
  315. ],
  316. "EventTriggerType": 2,
  317. "EventTag": null,
  318. "EventType": 1,
  319. "Score": 0,
  320. "EventQuality": 1,
  321. "PrizeIDs": [
  322. 1001
  323. ],
  324. "PrizeNums": [
  325. 10
  326. ],
  327. "RefreshProbability": null,
  328. "RefreshCount": null,
  329. "placeID": null,
  330. "XiantuID": null,
  331. "EventConditionId": null,
  332. "EventCount": null,
  333. "EventName": null,
  334. "Description": null
  335. },
  336. {
  337. "ID": 10001,
  338. "EventLinksId": [
  339. 1000101,
  340. 1000102,
  341. 1000103,
  342. 1000104
  343. ],
  344. "EventTriggerType": 4,
  345. "EventTag": 1,
  346. "EventType": 1,
  347. "Score": 10,
  348. "EventQuality": 1,
  349. "PrizeIDs": [
  350. 1001
  351. ],
  352. "PrizeNums": [
  353. 10
  354. ],
  355. "RefreshProbability": null,
  356. "RefreshCount": null,
  357. "placeID": 1,
  358. "XiantuID": 1,
  359. "EventConditionId": null,
  360. "EventCount": null,
  361. "EventName": 1906,
  362. "Description": 1914
  363. },
  364. {
  365. "ID": 10002,
  366. "EventLinksId": [
  367. 1000201,
  368. 1000202,
  369. 1000203
  370. ],
  371. "EventTriggerType": 4,
  372. "EventTag": 1,
  373. "EventType": 1,
  374. "Score": 10,
  375. "EventQuality": 1,
  376. "PrizeIDs": [
  377. 1001
  378. ],
  379. "PrizeNums": [
  380. 10
  381. ],
  382. "RefreshProbability": null,
  383. "RefreshCount": null,
  384. "placeID": 1,
  385. "XiantuID": 1,
  386. "EventConditionId": null,
  387. "EventCount": null,
  388. "EventName": 1907,
  389. "Description": 1915
  390. },
  391. {
  392. "ID": 10003,
  393. "EventLinksId": [
  394. 1000301,
  395. 1000302,
  396. 1000303,
  397. 1000304,
  398. 1000305,
  399. 1000306,
  400. 1000307,
  401. 1000308,
  402. 1000309
  403. ],
  404. "EventTriggerType": 4,
  405. "EventTag": 1,
  406. "EventType": 1,
  407. "Score": 10,
  408. "EventQuality": 1,
  409. "PrizeIDs": [
  410. 1001
  411. ],
  412. "PrizeNums": [
  413. 10
  414. ],
  415. "RefreshProbability": null,
  416. "RefreshCount": null,
  417. "placeID": 1,
  418. "XiantuID": 1,
  419. "EventConditionId": null,
  420. "EventCount": null,
  421. "EventName": 1908,
  422. "Description": 1916
  423. },
  424. {
  425. "ID": 10004,
  426. "EventLinksId": [
  427. 1000401,
  428. 1000402,
  429. 1000403,
  430. 1000404
  431. ],
  432. "EventTriggerType": 4,
  433. "EventTag": 1,
  434. "EventType": 1,
  435. "Score": 10,
  436. "EventQuality": 1,
  437. "PrizeIDs": [
  438. 1001
  439. ],
  440. "PrizeNums": [
  441. 10
  442. ],
  443. "RefreshProbability": null,
  444. "RefreshCount": null,
  445. "placeID": 1,
  446. "XiantuID": 1,
  447. "EventConditionId": null,
  448. "EventCount": null,
  449. "EventName": 1909,
  450. "Description": 1917
  451. },
  452. {
  453. "ID": 10005,
  454. "EventLinksId": [
  455. 1000501,
  456. 1000502,
  457. 1000503,
  458. 1000504,
  459. 1000505,
  460. 1000506,
  461. 1000507,
  462. 1000508,
  463. 1000509,
  464. 1000510,
  465. 1000511,
  466. 1000512,
  467. 1000513,
  468. 1000514
  469. ],
  470. "EventTriggerType": 4,
  471. "EventTag": 1,
  472. "EventType": 1,
  473. "Score": 10,
  474. "EventQuality": 1,
  475. "PrizeIDs": [
  476. 1001
  477. ],
  478. "PrizeNums": [
  479. 10
  480. ],
  481. "RefreshProbability": null,
  482. "RefreshCount": null,
  483. "placeID": 1,
  484. "XiantuID": 1,
  485. "EventConditionId": null,
  486. "EventCount": null,
  487. "EventName": 2135,
  488. "Description": 2137
  489. },
  490. {
  491. "ID": 10006,
  492. "EventLinksId": [
  493. 1000601,
  494. 1000602,
  495. 1000603,
  496. 1000604,
  497. 1000605,
  498. 1000606
  499. ],
  500. "EventTriggerType": 4,
  501. "EventTag": 1,
  502. "EventType": 1,
  503. "Score": 10,
  504. "EventQuality": 1,
  505. "PrizeIDs": [
  506. 1001
  507. ],
  508. "PrizeNums": [
  509. 10
  510. ],
  511. "RefreshProbability": null,
  512. "RefreshCount": null,
  513. "placeID": 1,
  514. "XiantuID": 1,
  515. "EventConditionId": null,
  516. "EventCount": null,
  517. "EventName": 2136,
  518. "Description": 2138
  519. },
  520. {
  521. "ID": 10007,
  522. "EventLinksId": [
  523. 1000701,
  524. 1000702,
  525. 1000703,
  526. 1000704,
  527. 1000705
  528. ],
  529. "EventTriggerType": 4,
  530. "EventTag": 1,
  531. "EventType": 1,
  532. "Score": 10,
  533. "EventQuality": 1,
  534. "PrizeIDs": [
  535. 1001
  536. ],
  537. "PrizeNums": [
  538. 10
  539. ],
  540. "RefreshProbability": null,
  541. "RefreshCount": null,
  542. "placeID": 1,
  543. "XiantuID": 1,
  544. "EventConditionId": null,
  545. "EventCount": null,
  546. "EventName": 2801,
  547. "Description": 2822
  548. },
  549. {
  550. "ID": 10008,
  551. "EventLinksId": [
  552. 1000801,
  553. 1000802,
  554. 1000803,
  555. 1000804,
  556. 1000805,
  557. 1000806,
  558. 1000807,
  559. 1000808,
  560. 1000809,
  561. 1000810,
  562. 1000811,
  563. 1000812,
  564. 1000813,
  565. 1000814
  566. ],
  567. "EventTriggerType": 4,
  568. "EventTag": 1,
  569. "EventType": 1,
  570. "Score": 10,
  571. "EventQuality": 1,
  572. "PrizeIDs": [
  573. 1001
  574. ],
  575. "PrizeNums": [
  576. 10
  577. ],
  578. "RefreshProbability": null,
  579. "RefreshCount": null,
  580. "placeID": 1,
  581. "XiantuID": 1,
  582. "EventConditionId": null,
  583. "EventCount": null,
  584. "EventName": 2802,
  585. "Description": 2823
  586. },
  587. {
  588. "ID": 10009,
  589. "EventLinksId": [
  590. 1000901,
  591. 1000902,
  592. 1000903
  593. ],
  594. "EventTriggerType": 4,
  595. "EventTag": 1,
  596. "EventType": 1,
  597. "Score": 10,
  598. "EventQuality": 1,
  599. "PrizeIDs": [
  600. 1001
  601. ],
  602. "PrizeNums": [
  603. 10
  604. ],
  605. "RefreshProbability": null,
  606. "RefreshCount": null,
  607. "placeID": 1,
  608. "XiantuID": 1,
  609. "EventConditionId": null,
  610. "EventCount": null,
  611. "EventName": 2803,
  612. "Description": 2824
  613. },
  614. {
  615. "ID": 10010,
  616. "EventLinksId": [
  617. 1001001
  618. ],
  619. "EventTriggerType": 4,
  620. "EventTag": 1,
  621. "EventType": 1,
  622. "Score": 10,
  623. "EventQuality": 1,
  624. "PrizeIDs": [
  625. 1001
  626. ],
  627. "PrizeNums": [
  628. 10
  629. ],
  630. "RelatedEvents": [
  631. 30003
  632. ],
  633. "RefreshProbability": null,
  634. "RefreshCount": null,
  635. "placeID": 1,
  636. "XiantuID": 1,
  637. "EventConditionId": null,
  638. "EventCount": null,
  639. "EventName": 2804,
  640. "Description": 2825
  641. },
  642. {
  643. "ID": 10011,
  644. "EventLinksId": [
  645. 1001101
  646. ],
  647. "EventTriggerType": 4,
  648. "EventTag": 1,
  649. "EventType": 1,
  650. "Score": 10,
  651. "EventQuality": 1,
  652. "PrizeIDs": [
  653. 1001
  654. ],
  655. "PrizeNums": [
  656. 10
  657. ],
  658. "RefreshProbability": null,
  659. "RefreshCount": null,
  660. "placeID": 1,
  661. "XiantuID": 1,
  662. "EventConditionId": null,
  663. "EventCount": null,
  664. "EventName": 2805,
  665. "Description": 2826
  666. },
  667. {
  668. "ID": 10012,
  669. "EventLinksId": [
  670. 1001201,
  671. 1001202,
  672. 1001203,
  673. 1001204,
  674. 1001205,
  675. 1001206,
  676. 1001207,
  677. 1001208,
  678. 1001209,
  679. 1001210,
  680. 1001211,
  681. 1001212
  682. ],
  683. "EventTriggerType": 4,
  684. "EventTag": 1,
  685. "EventType": 1,
  686. "Score": 10,
  687. "EventQuality": 1,
  688. "PrizeIDs": [
  689. 1001
  690. ],
  691. "PrizeNums": [
  692. 10
  693. ],
  694. "RefreshProbability": null,
  695. "RefreshCount": null,
  696. "placeID": 2,
  697. "XiantuID": 1,
  698. "EventConditionId": null,
  699. "EventCount": null,
  700. "EventName": 2806,
  701. "Description": 2827
  702. },
  703. {
  704. "ID": 10013,
  705. "EventLinksId": [
  706. 1001301,
  707. 1001302,
  708. 1001303,
  709. 1001304,
  710. 1001305,
  711. 1001306,
  712. 1001307,
  713. 1001308,
  714. 1001309,
  715. 1001310,
  716. 1001311,
  717. 1001312,
  718. 1001313,
  719. 1001314,
  720. 1001315,
  721. 1001316
  722. ],
  723. "EventTriggerType": 4,
  724. "EventTag": 1,
  725. "EventType": 1,
  726. "Score": 10,
  727. "EventQuality": 1,
  728. "PrizeIDs": [
  729. 1001
  730. ],
  731. "PrizeNums": [
  732. 10
  733. ],
  734. "RefreshProbability": null,
  735. "RefreshCount": null,
  736. "placeID": 2,
  737. "XiantuID": 1,
  738. "EventConditionId": null,
  739. "EventCount": null,
  740. "EventName": 2807,
  741. "Description": 2828
  742. },
  743. {
  744. "ID": 10014,
  745. "EventLinksId": [
  746. 1001401,
  747. 1001402,
  748. 1001403,
  749. 1001404,
  750. 1001405,
  751. 1001406,
  752. 1001407,
  753. 1001408
  754. ],
  755. "EventTriggerType": 4,
  756. "EventTag": 1,
  757. "EventType": 1,
  758. "Score": 10,
  759. "EventQuality": 1,
  760. "PrizeIDs": [
  761. 1001
  762. ],
  763. "PrizeNums": [
  764. 10
  765. ],
  766. "RelatedEvents": [
  767. 30004
  768. ],
  769. "RefreshProbability": null,
  770. "RefreshCount": null,
  771. "placeID": 2,
  772. "XiantuID": 1,
  773. "EventConditionId": null,
  774. "EventCount": null,
  775. "EventName": 2808,
  776. "Description": 2829
  777. },
  778. {
  779. "ID": 10015,
  780. "EventLinksId": [
  781. 1001501,
  782. 1001502,
  783. 1001503,
  784. 1001504,
  785. 1001505,
  786. 1001506,
  787. 1001507,
  788. 1001508
  789. ],
  790. "EventTriggerType": 4,
  791. "EventTag": 1,
  792. "EventType": 1,
  793. "Score": 10,
  794. "EventQuality": 1,
  795. "PrizeIDs": [
  796. 1001
  797. ],
  798. "PrizeNums": [
  799. 10
  800. ],
  801. "RelatedEvents": [
  802. 30005
  803. ],
  804. "RefreshProbability": null,
  805. "RefreshCount": null,
  806. "placeID": 2,
  807. "XiantuID": 1,
  808. "EventConditionId": null,
  809. "EventCount": null,
  810. "EventName": 2809,
  811. "Description": 2830
  812. },
  813. {
  814. "ID": 10016,
  815. "EventLinksId": [
  816. 1001601,
  817. 1001602,
  818. 1001603,
  819. 1001604,
  820. 1001605,
  821. 1001606,
  822. 1001607,
  823. 1001608,
  824. 1001609,
  825. 1001610,
  826. 1001611,
  827. 1001612,
  828. 1001613
  829. ],
  830. "EventTriggerType": 4,
  831. "EventTag": 1,
  832. "EventType": 1,
  833. "Score": 10,
  834. "EventQuality": 1,
  835. "PrizeIDs": [
  836. 1001
  837. ],
  838. "PrizeNums": [
  839. 10
  840. ],
  841. "RelatedEvents": [
  842. 30006
  843. ],
  844. "RefreshProbability": null,
  845. "RefreshCount": null,
  846. "placeID": 2,
  847. "XiantuID": 1,
  848. "EventConditionId": null,
  849. "EventCount": null,
  850. "EventName": 2810,
  851. "Description": 2831
  852. },
  853. {
  854. "ID": 10017,
  855. "EventLinksId": [
  856. 1001701,
  857. 1001702,
  858. 1001703,
  859. 1001704,
  860. 1001705,
  861. 1001706,
  862. 1001707,
  863. 1001708,
  864. 1001709,
  865. 1001710
  866. ],
  867. "EventTriggerType": 4,
  868. "EventTag": 1,
  869. "EventType": 1,
  870. "Score": 10,
  871. "EventQuality": 1,
  872. "PrizeIDs": [
  873. 1001
  874. ],
  875. "PrizeNums": [
  876. 10
  877. ],
  878. "RefreshProbability": null,
  879. "RefreshCount": null,
  880. "placeID": 2,
  881. "XiantuID": 1,
  882. "EventConditionId": null,
  883. "EventCount": null,
  884. "EventName": 2811,
  885. "Description": 2832
  886. },
  887. {
  888. "ID": 10018,
  889. "EventLinksId": [
  890. 1001801,
  891. 1001802,
  892. 1001803,
  893. 1001804,
  894. 1001805,
  895. 1001806,
  896. 1001807,
  897. 1001808,
  898. 1001809,
  899. 1001810,
  900. 1001811,
  901. 1001812,
  902. 1001813,
  903. 1001814,
  904. 1001815,
  905. 1001816,
  906. 1001817,
  907. 1001818,
  908. 1001819,
  909. 1001820
  910. ],
  911. "EventTriggerType": 4,
  912. "EventTag": 1,
  913. "EventType": 1,
  914. "Score": 10,
  915. "EventQuality": 1,
  916. "PrizeIDs": [
  917. 1001
  918. ],
  919. "PrizeNums": [
  920. 10
  921. ],
  922. "RefreshProbability": null,
  923. "RefreshCount": null,
  924. "placeID": 2,
  925. "XiantuID": 1,
  926. "EventConditionId": null,
  927. "EventCount": null,
  928. "EventName": 2812,
  929. "Description": 2833
  930. },
  931. {
  932. "ID": 10019,
  933. "EventLinksId": [
  934. 1001901,
  935. 1001902
  936. ],
  937. "EventTriggerType": 4,
  938. "EventTag": 1,
  939. "EventType": 1,
  940. "Score": 10,
  941. "EventQuality": 1,
  942. "PrizeIDs": [
  943. 1001
  944. ],
  945. "PrizeNums": [
  946. 10
  947. ],
  948. "RefreshProbability": null,
  949. "RefreshCount": null,
  950. "placeID": 2,
  951. "XiantuID": 1,
  952. "EventConditionId": null,
  953. "EventCount": null,
  954. "EventName": 2813,
  955. "Description": 2834
  956. },
  957. {
  958. "ID": 10020,
  959. "EventLinksId": [
  960. 1002001,
  961. 1002002,
  962. 1002003,
  963. 1002004
  964. ],
  965. "EventTriggerType": 4,
  966. "EventTag": 1,
  967. "EventType": 1,
  968. "Score": 10,
  969. "EventQuality": 1,
  970. "PrizeIDs": [
  971. 1001
  972. ],
  973. "PrizeNums": [
  974. 10
  975. ],
  976. "RefreshProbability": null,
  977. "RefreshCount": null,
  978. "placeID": 2,
  979. "XiantuID": 1,
  980. "EventConditionId": null,
  981. "EventCount": null,
  982. "EventName": 2814,
  983. "Description": 2835
  984. },
  985. {
  986. "ID": 10021,
  987. "EventLinksId": [
  988. 1002101,
  989. 1002102,
  990. 1002103,
  991. 1002104,
  992. 1002105,
  993. 1002106,
  994. 1002107,
  995. 1002108,
  996. 1002109,
  997. 1002110,
  998. 1002111,
  999. 1002112
  1000. ],
  1001. "EventTriggerType": 4,
  1002. "EventTag": 1,
  1003. "EventType": 1,
  1004. "Score": 10,
  1005. "EventQuality": 1,
  1006. "PrizeIDs": [
  1007. 1001
  1008. ],
  1009. "PrizeNums": [
  1010. 10
  1011. ],
  1012. "RefreshProbability": null,
  1013. "RefreshCount": null,
  1014. "placeID": 2,
  1015. "XiantuID": 1,
  1016. "EventConditionId": null,
  1017. "EventCount": null,
  1018. "EventName": 2815,
  1019. "Description": 2836
  1020. },
  1021. {
  1022. "ID": 10022,
  1023. "EventLinksId": [
  1024. 1002201,
  1025. 1002202,
  1026. 1002203
  1027. ],
  1028. "EventTriggerType": 4,
  1029. "EventTag": 1,
  1030. "EventType": 1,
  1031. "Score": 10,
  1032. "EventQuality": 1,
  1033. "PrizeIDs": [
  1034. 1001
  1035. ],
  1036. "PrizeNums": [
  1037. 10
  1038. ],
  1039. "RelatedEvents": [
  1040. 30007
  1041. ],
  1042. "RefreshProbability": null,
  1043. "RefreshCount": null,
  1044. "placeID": 3,
  1045. "XiantuID": 1,
  1046. "EventConditionId": null,
  1047. "EventCount": null,
  1048. "EventName": 2816,
  1049. "Description": 2837
  1050. },
  1051. {
  1052. "ID": 10023,
  1053. "EventLinksId": [
  1054. 1002301,
  1055. 1002302,
  1056. 1002303,
  1057. 1002304,
  1058. 1002305,
  1059. 1002306,
  1060. 1002307,
  1061. 1002308,
  1062. 1002309,
  1063. 1002310,
  1064. 1002311,
  1065. 1002312
  1066. ],
  1067. "EventTriggerType": 4,
  1068. "EventTag": 1,
  1069. "EventType": 1,
  1070. "Score": 10,
  1071. "EventQuality": 1,
  1072. "PrizeIDs": [
  1073. 1001
  1074. ],
  1075. "PrizeNums": [
  1076. 10
  1077. ],
  1078. "RefreshProbability": null,
  1079. "RefreshCount": null,
  1080. "placeID": 3,
  1081. "XiantuID": 1,
  1082. "EventConditionId": null,
  1083. "EventCount": null,
  1084. "EventName": 2817,
  1085. "Description": 2838
  1086. },
  1087. {
  1088. "ID": 10024,
  1089. "EventLinksId": [
  1090. 1002401,
  1091. 1002402,
  1092. 1002403,
  1093. 1002404,
  1094. 1002405,
  1095. 1002406,
  1096. 1002407
  1097. ],
  1098. "EventTriggerType": 4,
  1099. "EventTag": 1,
  1100. "EventType": 1,
  1101. "Score": 10,
  1102. "EventQuality": 1,
  1103. "PrizeIDs": [
  1104. 1001
  1105. ],
  1106. "PrizeNums": [
  1107. 10
  1108. ],
  1109. "RelatedEvents": [
  1110. 30008
  1111. ],
  1112. "RefreshProbability": null,
  1113. "RefreshCount": null,
  1114. "placeID": 3,
  1115. "XiantuID": 1,
  1116. "EventConditionId": null,
  1117. "EventCount": null,
  1118. "EventName": 2818,
  1119. "Description": 2839
  1120. },
  1121. {
  1122. "ID": 10025,
  1123. "EventLinksId": [
  1124. 1002501,
  1125. 1002502,
  1126. 1002503,
  1127. 1002504,
  1128. 1002505,
  1129. 1002506,
  1130. 1002507,
  1131. 1002508,
  1132. 1002509
  1133. ],
  1134. "EventTriggerType": 4,
  1135. "EventTag": 1,
  1136. "EventType": 1,
  1137. "Score": 10,
  1138. "EventQuality": 1,
  1139. "PrizeIDs": [
  1140. 1001
  1141. ],
  1142. "PrizeNums": [
  1143. 10
  1144. ],
  1145. "RefreshProbability": null,
  1146. "RefreshCount": null,
  1147. "placeID": 3,
  1148. "XiantuID": 1,
  1149. "EventConditionId": null,
  1150. "EventCount": null,
  1151. "EventName": 2819,
  1152. "Description": 2840
  1153. },
  1154. {
  1155. "ID": 10026,
  1156. "EventTriggerType": 4,
  1157. "EventTag": 1,
  1158. "EventType": 1,
  1159. "Score": 10,
  1160. "EventQuality": 1,
  1161. "PrizeIDs": [
  1162. 1001
  1163. ],
  1164. "PrizeNums": [
  1165. 10
  1166. ],
  1167. "RefreshProbability": null,
  1168. "RefreshCount": null,
  1169. "placeID": 3,
  1170. "XiantuID": 1,
  1171. "EventConditionId": null,
  1172. "EventCount": null,
  1173. "EventName": 2820,
  1174. "Description": 2841
  1175. },
  1176. {
  1177. "ID": 10027,
  1178. "EventTriggerType": 4,
  1179. "EventTag": 1,
  1180. "EventType": 1,
  1181. "Score": 10,
  1182. "EventQuality": 1,
  1183. "PrizeIDs": [
  1184. 1001
  1185. ],
  1186. "PrizeNums": [
  1187. 10
  1188. ],
  1189. "RefreshProbability": null,
  1190. "RefreshCount": null,
  1191. "placeID": 3,
  1192. "XiantuID": 1,
  1193. "EventConditionId": null,
  1194. "EventCount": null,
  1195. "EventName": 2821,
  1196. "Description": 2842
  1197. },
  1198. {
  1199. "ID": 1001,
  1200. "EventLinksId": [
  1201. 1001,
  1202. 1002,
  1203. 1003,
  1204. 1004,
  1205. 1005
  1206. ],
  1207. "EventTriggerType": 99,
  1208. "EventTag": 4,
  1209. "EventType": 1,
  1210. "Score": 10,
  1211. "EventQuality": 1,
  1212. "PrizeIDs": [
  1213. 1001
  1214. ],
  1215. "PrizeNums": [
  1216. 10
  1217. ],
  1218. "RefreshProbability": null,
  1219. "RefreshCount": null,
  1220. "placeID": null,
  1221. "XiantuID": null,
  1222. "EventConditionId": null,
  1223. "EventCount": null,
  1224. "EventName": 1943,
  1225. "Description": 1944
  1226. },
  1227. {
  1228. "ID": 1011,
  1229. "EventLinksId": [
  1230. 101101
  1231. ],
  1232. "EventTriggerType": 1,
  1233. "EventTag": 7,
  1234. "EventType": 1,
  1235. "Score": 0,
  1236. "EventQuality": 3,
  1237. "PrizeIDs": [
  1238. 1401
  1239. ],
  1240. "PrizeNums": [
  1241. 1
  1242. ],
  1243. "RefreshProbability": null,
  1244. "RefreshCount": null,
  1245. "placeID": null,
  1246. "XiantuID": null,
  1247. "EventConditionId": null,
  1248. "EventCount": null,
  1249. "EventName": 3017,
  1250. "Description": 3018
  1251. },
  1252. {
  1253. "ID": 20001,
  1254. "EventLinksId": [
  1255. 1001,
  1256. 1002,
  1257. 1003,
  1258. 1004,
  1259. 1005
  1260. ],
  1261. "EventTriggerType": 5,
  1262. "EventTag": null,
  1263. "EventType": 1,
  1264. "Score": 0,
  1265. "EventQuality": 1,
  1266. "PrizeIDs": [
  1267. 1001
  1268. ],
  1269. "PrizeNums": [
  1270. 10
  1271. ],
  1272. "RefreshProbability": null,
  1273. "RefreshCount": null,
  1274. "placeID": null,
  1275. "XiantuID": null,
  1276. "EventConditionId": null,
  1277. "EventCount": null,
  1278. "EventName": 174,
  1279. "Description": 1936
  1280. },
  1281. {
  1282. "ID": 20002,
  1283. "EventLinksId": [
  1284. 1010,
  1285. 1011,
  1286. 1012,
  1287. 1013,
  1288. 1014,
  1289. 1015,
  1290. 1016
  1291. ],
  1292. "EventTriggerType": 5,
  1293. "EventTag": null,
  1294. "EventType": 1,
  1295. "Score": 0,
  1296. "EventQuality": 1,
  1297. "PrizeIDs": [
  1298. 1001
  1299. ],
  1300. "PrizeNums": [
  1301. 10
  1302. ],
  1303. "RefreshProbability": null,
  1304. "RefreshCount": null,
  1305. "placeID": null,
  1306. "XiantuID": null,
  1307. "EventConditionId": null,
  1308. "EventCount": null,
  1309. "EventName": 175,
  1310. "Description": 1937
  1311. },
  1312. {
  1313. "ID": 20003,
  1314. "EventLinksId": [
  1315. 1001,
  1316. 1002,
  1317. 1003,
  1318. 1004,
  1319. 1005
  1320. ],
  1321. "EventTriggerType": 5,
  1322. "EventTag": null,
  1323. "EventType": 1,
  1324. "Score": 0,
  1325. "EventQuality": 1,
  1326. "PrizeIDs": [
  1327. 1001
  1328. ],
  1329. "PrizeNums": [
  1330. 10
  1331. ],
  1332. "RefreshProbability": null,
  1333. "RefreshCount": null,
  1334. "placeID": null,
  1335. "XiantuID": null,
  1336. "EventConditionId": null,
  1337. "EventCount": null,
  1338. "EventName": 1943,
  1339. "Description": 1944
  1340. },
  1341. {
  1342. "ID": 9001,
  1343. "EventLinksId": [
  1344. 1001,
  1345. 1002,
  1346. 1003,
  1347. 1004,
  1348. 1005
  1349. ],
  1350. "EventTriggerType": 6,
  1351. "EventTag": 3,
  1352. "EventType": 1,
  1353. "Score": 0,
  1354. "EventQuality": 1,
  1355. "PrizeIDs": [
  1356. 1001
  1357. ],
  1358. "PrizeNums": [
  1359. 10
  1360. ],
  1361. "RefreshProbability": null,
  1362. "RefreshCount": null,
  1363. "placeID": null,
  1364. "XiantuID": null,
  1365. "EventConditionId": null,
  1366. "EventCount": null,
  1367. "EventName": 174,
  1368. "Description": 1936
  1369. },
  1370. {
  1371. "ID": 9002,
  1372. "EventLinksId": [
  1373. 1010,
  1374. 1011,
  1375. 1012,
  1376. 1013,
  1377. 1014,
  1378. 1015,
  1379. 1016
  1380. ],
  1381. "EventTriggerType": 6,
  1382. "EventTag": 3,
  1383. "EventType": 1,
  1384. "Score": 0,
  1385. "EventQuality": 1,
  1386. "PrizeIDs": [
  1387. 1001
  1388. ],
  1389. "PrizeNums": [
  1390. 10
  1391. ],
  1392. "RefreshProbability": null,
  1393. "RefreshCount": null,
  1394. "placeID": null,
  1395. "XiantuID": null,
  1396. "EventConditionId": null,
  1397. "EventCount": null,
  1398. "EventName": 175,
  1399. "Description": 1937
  1400. },
  1401. {
  1402. "ID": 9003,
  1403. "EventLinksId": [
  1404. 9003,
  1405. 9004,
  1406. 9005,
  1407. 9006,
  1408. 9007,
  1409. 9008
  1410. ],
  1411. "EventTriggerType": 6,
  1412. "EventTag": 5,
  1413. "EventType": 1,
  1414. "Score": 0,
  1415. "EventQuality": 1,
  1416. "PrizeIDs": [
  1417. 1001
  1418. ],
  1419. "PrizeNums": [
  1420. 10
  1421. ],
  1422. "RefreshProbability": null,
  1423. "RefreshCount": null,
  1424. "placeID": null,
  1425. "XiantuID": null,
  1426. "EventConditionId": null,
  1427. "EventCount": null,
  1428. "EventName": 2035,
  1429. "Description": 2036
  1430. },
  1431. {
  1432. "ID": 9025,
  1433. "EventTriggerType": 6,
  1434. "EventTag": 3,
  1435. "EventType": 1,
  1436. "Score": 0,
  1437. "EventQuality": 1,
  1438. "PrizeIDs": [
  1439. 1001
  1440. ],
  1441. "PrizeNums": [
  1442. 10
  1443. ],
  1444. "RefreshProbability": null,
  1445. "RefreshCount": null,
  1446. "placeID": 1,
  1447. "XiantuID": 2,
  1448. "EventConditionId": null,
  1449. "EventCount": null,
  1450. "EventName": 2067,
  1451. "Description": 2068
  1452. },
  1453. {
  1454. "ID": 9014,
  1455. "EventLinksId": [
  1456. 9014
  1457. ],
  1458. "EventTriggerType": 6,
  1459. "EventTag": 3,
  1460. "EventType": 1,
  1461. "Score": 0,
  1462. "EventQuality": 1,
  1463. "PrizeIDs": [
  1464. 1001
  1465. ],
  1466. "PrizeNums": [
  1467. 10
  1468. ],
  1469. "RelatedEvents": [
  1470. 9031
  1471. ],
  1472. "RefreshProbability": null,
  1473. "RefreshCount": null,
  1474. "placeID": 2,
  1475. "XiantuID": 2,
  1476. "EventConditionId": null,
  1477. "EventCount": null,
  1478. "EventName": 2069,
  1479. "Description": 2070
  1480. },
  1481. {
  1482. "ID": 9031,
  1483. "EventLinksId": [
  1484. 9031
  1485. ],
  1486. "EventTriggerType": 6,
  1487. "EventTag": 3,
  1488. "EventType": 1,
  1489. "Score": 0,
  1490. "EventQuality": 1,
  1491. "PrizeIDs": [
  1492. 1001
  1493. ],
  1494. "PrizeNums": [
  1495. 10
  1496. ],
  1497. "RefreshProbability": 30,
  1498. "RefreshCount": 2,
  1499. "placeID": 3,
  1500. "XiantuID": 2,
  1501. "EventConditionId": null,
  1502. "EventCount": null,
  1503. "EventName": 2071,
  1504. "Description": 2072
  1505. },
  1506. {
  1507. "ID": 30001,
  1508. "EventTriggerType": 99,
  1509. "EventTag": 6,
  1510. "EventType": 1,
  1511. "Score": 0,
  1512. "EventQuality": 1,
  1513. "RefreshProbability": 50,
  1514. "RefreshCount": 5,
  1515. "placeID": null,
  1516. "XiantuID": null,
  1517. "EventConditionId": null,
  1518. "EventCount": null,
  1519. "EventName": null,
  1520. "Description": null
  1521. },
  1522. {
  1523. "ID": 30002,
  1524. "EventTriggerType": 99,
  1525. "EventTag": 6,
  1526. "EventType": 1,
  1527. "Score": 0,
  1528. "EventQuality": 1,
  1529. "RefreshProbability": 50,
  1530. "RefreshCount": 1,
  1531. "placeID": null,
  1532. "XiantuID": null,
  1533. "EventConditionId": null,
  1534. "EventCount": null,
  1535. "EventName": null,
  1536. "Description": null
  1537. },
  1538. {
  1539. "ID": 30003,
  1540. "EventLinksId": [
  1541. 3000301
  1542. ],
  1543. "EventTriggerType": 99,
  1544. "EventTag": 6,
  1545. "EventType": 1,
  1546. "Score": 0,
  1547. "EventQuality": 1,
  1548. "RefreshProbability": 50,
  1549. "RefreshCount": 1,
  1550. "placeID": 1,
  1551. "XiantuID": null,
  1552. "EventConditionId": null,
  1553. "EventCount": null,
  1554. "EventName": null,
  1555. "Description": null
  1556. },
  1557. {
  1558. "ID": 30004,
  1559. "EventLinksId": [
  1560. 3000401
  1561. ],
  1562. "EventTriggerType": 99,
  1563. "EventTag": 6,
  1564. "EventType": 1,
  1565. "Score": 0,
  1566. "EventQuality": 1,
  1567. "RefreshProbability": 50,
  1568. "RefreshCount": 3,
  1569. "placeID": 2,
  1570. "XiantuID": null,
  1571. "EventConditionId": null,
  1572. "EventCount": null,
  1573. "EventName": null,
  1574. "Description": null
  1575. },
  1576. {
  1577. "ID": 30005,
  1578. "EventLinksId": [
  1579. 3000501
  1580. ],
  1581. "EventTriggerType": 99,
  1582. "EventTag": 6,
  1583. "EventType": 1,
  1584. "Score": 0,
  1585. "EventQuality": 1,
  1586. "RefreshProbability": 50,
  1587. "RefreshCount": 1,
  1588. "placeID": 2,
  1589. "XiantuID": null,
  1590. "EventConditionId": null,
  1591. "EventCount": null,
  1592. "EventName": null,
  1593. "Description": null
  1594. },
  1595. {
  1596. "ID": 30006,
  1597. "EventLinksId": [
  1598. 3000601
  1599. ],
  1600. "EventTriggerType": 99,
  1601. "EventTag": 6,
  1602. "EventType": 1,
  1603. "Score": 0,
  1604. "EventQuality": 1,
  1605. "RefreshProbability": 50,
  1606. "RefreshCount": 1,
  1607. "placeID": 2,
  1608. "XiantuID": null,
  1609. "EventConditionId": null,
  1610. "EventCount": null,
  1611. "EventName": null,
  1612. "Description": null
  1613. },
  1614. {
  1615. "ID": 30007,
  1616. "EventLinksId": [
  1617. 3000701
  1618. ],
  1619. "EventTriggerType": 99,
  1620. "EventTag": 6,
  1621. "EventType": 1,
  1622. "Score": 0,
  1623. "EventQuality": 1,
  1624. "RefreshProbability": 50,
  1625. "RefreshCount": 1,
  1626. "placeID": 3,
  1627. "XiantuID": null,
  1628. "EventConditionId": null,
  1629. "EventCount": null,
  1630. "EventName": null,
  1631. "Description": null
  1632. },
  1633. {
  1634. "ID": 30008,
  1635. "EventLinksId": [
  1636. 3000801
  1637. ],
  1638. "EventTriggerType": 99,
  1639. "EventTag": 6,
  1640. "EventType": 1,
  1641. "Score": 0,
  1642. "EventQuality": 1,
  1643. "RefreshProbability": 15,
  1644. "RefreshCount": 1,
  1645. "placeID": 3,
  1646. "XiantuID": null,
  1647. "EventConditionId": null,
  1648. "EventCount": null,
  1649. "EventName": null,
  1650. "Description": null
  1651. },
  1652. {
  1653. "ID": 5001,
  1654. "EventLinksId": [
  1655. 500101,
  1656. 500102,
  1657. 500103,
  1658. 500104,
  1659. 500105,
  1660. 500106,
  1661. 500107,
  1662. 500108,
  1663. 500109,
  1664. 500110,
  1665. 500111,
  1666. 500112,
  1667. 500113,
  1668. 500114,
  1669. 500115,
  1670. 500116
  1671. ],
  1672. "EventTriggerType": 6,
  1673. "EventTag": 5,
  1674. "EventType": 1,
  1675. "Score": 10,
  1676. "EventQuality": 3,
  1677. "PrizeIDs": [
  1678. 1401
  1679. ],
  1680. "PrizeNums": [
  1681. 1
  1682. ],
  1683. "RefreshProbability": null,
  1684. "RefreshCount": null,
  1685. "placeID": 1,
  1686. "XiantuID": 1,
  1687. "EventConditionId": 10,
  1688. "EventValue": [
  1689. 10008
  1690. ],
  1691. "EventCount": null,
  1692. "EventName": 3019,
  1693. "Description": 3020
  1694. },
  1695. {
  1696. "ID": 5002,
  1697. "EventTriggerType": null,
  1698. "EventTag": null,
  1699. "EventType": null,
  1700. "Score": null,
  1701. "EventQuality": null,
  1702. "RefreshProbability": null,
  1703. "RefreshCount": null,
  1704. "placeID": null,
  1705. "XiantuID": null,
  1706. "EventConditionId": null,
  1707. "EventCount": null,
  1708. "EventName": null,
  1709. "Description": null
  1710. },
  1711. {
  1712. "ID": 5003,
  1713. "EventTriggerType": null,
  1714. "EventTag": null,
  1715. "EventType": null,
  1716. "Score": null,
  1717. "EventQuality": null,
  1718. "RefreshProbability": null,
  1719. "RefreshCount": null,
  1720. "placeID": null,
  1721. "XiantuID": null,
  1722. "EventConditionId": null,
  1723. "EventCount": null,
  1724. "EventName": null,
  1725. "Description": null
  1726. }
  1727. ]
  1728. }