You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->where('test',11)->where('age','>',1)->get()->map(function($item){
// do sth if you want $data=[];
$data['test1'] = changeYouWant($item->skins);
return$data;
})
以下内容是我的翻译文件 message.php 文件
下面是我的 controller :
下面是我通过 SQL 查询出来的接口 json 数据:
想把红框部分的内容,翻译成 "skis": "[\"单板\", \"双板\"]",
查看了文档也没思考出这种情况下该如何使用,希望能给与指点。
The text was updated successfully, but these errors were encountered: