getMonth()); } /** * 星期 * @return \think\Response */ public function getWeek(){ return success((new DateDict())->getWeek()); } }