jingcai-php/field_name.php

88 lines
2.0 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$竞彩足球 = [
// 胜平负
'single' => '单关',
'win' => '胜',
'draw' => '平',
'loss' => '负',
'handicap' => '让球数',
// 比分
'wh1a0' => '1:0',
'wh2a0' => '2:0',
'wh2a1' => '2:1',
'wh3a0' => '3:0',
'wh3a1' => '3:1',
'wh3a2' => '3:2',
'wh4a0' => '4:0',
'wh4a1' => '4:1',
'wh4a2' => '4:2',
'wh5a0' => '5:0',
'wh5a1' => '5:1',
'wh5a2' => '5:2',
'wx' => '胜其他',
'dh0a0' => '0:0',
'dh1a1' => '1:1',
'dh2a2' => '2:2',
'dh3a3' => '3:3',
'dx' => '平其他',
'lh0a1' => '0:1',
'lh0a2' => '0:2',
'lh1a2' => '1:2',
'lh0a3' => '0:3',
'lh1a3' => '1:3',
'lh2a3' => '2:3',
'lh0a4' => '0:4',
'lh1a4' => '1:4',
'lh2a4' => '2:4',
'lh0a5' => '0:5',
'lh1a5' => '1:5',
'lh2a5' => '2:5',
'lx' => '负其他',
// 半全场
'ww' => '胜胜',
'wd' => '胜平',
'wl' => '胜负',
'dw' => '平胜',
'dd' => '平平',
'dl' => '平负',
'lw' => '负胜',
'ld' => '负平',
'll' => '负负',
// 进球数
'g0' => '0',
'g1' => '1',
'g2' => '2',
'g3' => '3',
'g4' => '4',
'g5' => '5',
'g6' => '6',
'g7m' => '7',
];
$lanqiu = [
// sf_odds胜负 rf_odds让分胜负
'single' => '单关',
'win' => '主胜', //如果是rf_odds为让分主胜
'loss' => '客胜',//如果是rf_odds为让分客胜
'w1' => '主胜1-5',
'w2' => '主胜6-10',
'w3' => '主胜11-15',
'w4' => '主胜16-20',
'w5' => '主胜21-25',
'w6' => '主胜26+',
'l1' => '客胜1-5',
'l2' => '客胜6-10',
'l3' => '客胜11-15',
'l4' => '客胜16-20',
'l5' => '客胜21-25',
'l6' => '客胜26+',
'big' => '大分',
'small' => '小分'
];