码迷,mamicode.com
首页 > Web开发 > 详细

yii 返回json数据

时间:2020-03-06 13:36:43      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:返回   class   报错   返回JSON数据   control   rem   return   ret   span   

YII 报错:

Response content must not be an array

 

yii 在 Controller 中返回数据,要加返回数据前加下面代码:

Yii::$app->response->format = Response::FORMAT_JSON;

返回的数据为 return array(),举个栗子:

return [
    ‘id‘ => $id,
    ‘remark‘ => $remark,
];

 

yii 返回json数据

标签:返回   class   报错   返回JSON数据   control   rem   return   ret   span   

原文地址:https://www.cnblogs.com/GetcharZp/p/12425723.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!