createTimeGte = createTimeGte + ' 00:00:00';
ctg =  new Date(createTimeGte).getTime()/1000;
createTimeLte = createTimeLte + ' 23:59:59';
ctl = new Date(createTimeLte).getTime()/1000;

相关文章: