update_lottery
Update local database with lottery results for Double Color Ball or Super Lotto by specifying a date range.
Instructions
更新彩票开奖数据到本地数据库
Args: lottery_type: 彩票类型,可选 'double_ball'(双色球) 或 'super_lotto'(大乐透) start_date: 开始日期,格式 YYYY-MM-DD end_date: 结束日期,格式 YYYY-MM-DD
Returns: 更新结果,包含新增记录数和总记录数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lottery_type | Yes | ||
| start_date | Yes | ||
| end_date | Yes |