imuncle / gitblog

基于git issue的轻量级个人博客模板。
https://imuncle.github.io/
MIT License
146 stars 97 forks source link

Docker #7

Open YazhuoGuan opened 4 years ago

YazhuoGuan commented 4 years ago

How to use docker

God666666 commented 3 years ago

hello

God666666 commented 3 years ago

$garage_id = Yii::$app->request->get('garage_id'); $general_id = Yii::$app->request->get('general_id'); if(!$garage_id && !$general_id){ Yii::$app->response->setStatusCode(422,'garage_id or general_id is required'); return $this->asJson([]); }

God666666 commented 3 years ago

I think you should use an <addr> element here instead.