local act_fund = { [60000]={ ["type"]=1, ["price"]=0, ["reward_id"]={ 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120 } }, [60001]={ ["type"]=1, ["price"]=1, ["reward_id"]={ 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120 } }, [60002]={ ["type"]=1, ["price"]=2, ["reward_id"]={ 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120 } } } local config = { data=act_fund,count=3 } return config