|
@@ -86,6 +86,7 @@ const getRuleType = (rule) => {
|
|
|
* 关键词匹配比赛
|
|
* 关键词匹配比赛
|
|
|
*/
|
|
*/
|
|
|
const matchGame = (relation, sk) => {
|
|
const matchGame = (relation, sk) => {
|
|
|
|
|
+ Logs.out('matchGame', { relation, sk });
|
|
|
const keys = [];
|
|
const keys = [];
|
|
|
Object.keys(relation).forEach(platform => {
|
|
Object.keys(relation).forEach(platform => {
|
|
|
const { leagueName, teamHomeName, teamAwayName } = relation[platform];
|
|
const { leagueName, teamHomeName, teamAwayName } = relation[platform];
|