摘要: public function actionCodes(){ $phone = Yii::$app->request->get('phone'); $code = rand(100000,999999); Yii::$app->session->set('code',$code); $res = Y 阅读全文
posted @ 2020-06-16 09:31 我想再睡一会 阅读(197) 评论(0) 推荐(0)
摘要: public function actionSeven() { // var_dump(date("Y-m-d",1591804800));die;// $model = $this->modelClass::find()// ->select('created_at')->all(); $time 阅读全文
posted @ 2020-06-16 09:27 我想再睡一会 阅读(221) 评论(0) 推荐(0)