--- # Action 请求 actions: hall_list: request: method: GET url: /api/v1/{{channel}}/config/hall options: assokey: halls assignment: data: data ditch_list: request: method: GET url: /api/v1/{{channel}}/config/ditch options: assokey: ditchs assignment: data: data refresh: request: method: POST url: /api/v1/{{channel}}/month-data data: |- otherInfo: ['00', '88'] begin_end: [{{ '-1 years' | parseDate }}, {{ '-1 yeare' | parseDate }}] roleId: ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36'] options: assokey: t1 assignment: data: data refresh: true # 初始化数据 initial: - action:hall_list - action:ditch_list - action:refresh