国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

php - Using yii2 to build restful api, yii\web\Response::$acceptParams is empty, can anyone help me?
黃舟
黃舟 2017-05-16 13:11:16
0
1
455

If a request is sent via Accept: application/json; version=v1,
After content negotiation, yii\web\Response::$acceptParams will contain the value ['version' = > 'v1'].
But it is empty after printing. What is the reason?

var_dump((new Response())->acceptParams);
黃舟
黃舟

人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!

reply all(1)
洪濤
 var_dump(Yii::$app->response->acceptParams["sub-version"]);
就可以了,被手冊誤導(dǎo)了
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template