yii 返回json数据
2021-04-10 18:28
阅读:314
标签:返回 class 报错 返回JSON数据 control rem return ret span YII 报错: yii 在 Controller 中返回数据,要加返回数据前加下面代码: 返回的数据为 return array(),举个栗子: yii 返回json数据 标签:返回 class 报错 返回JSON数据 control rem return ret span 原文地址:https://www.cnblogs.com/GetcharZp/p/12425723.htmlResponse content must not be an array
Yii::$app->response->format = Response::FORMAT_JSON;
return [
‘id‘ => $id,
‘remark‘ => $remark,
];
评论
亲,登录后才可以留言!