コード例 #1
0
 def _is_national_deal(self, deal):
     """ 判断deal是否为全国单
     """
     return deal['isallcity'] == 1 or \
         Utils.check_regular(deal['title'], self._aux_config['national_regular']) is not None