小程序 tp5服务器端的返回数据

72 阅读1分钟

class Test extends Controller{
function hello(){
$data = ['name' => 'thinkphp'];
return json($data);
}\

}

\

       $this->json([

           'code' =>0,

           'data' => [

                'msg' =>'msg' => $res.$res1

           ]

       ]);

\