Files
2026-05-23 22:10:14 +08:00

12 lines
337 B
Erlang

%%----------------------------------------------------
%% 此文件由数据工具生成 dailyplay_data.xml
%% 活动配置
%%----------------------------------------------------
-module(dailyplay_data).
-export([
get_cond/1
]).
-include("common.hrl").
get_cond(_Info)-> ?DATA_ERR("get_cond_data_not_exist===>~w", [_Info]), undefined.