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

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

}


       $this->json([

           'code' =>0,

           'data' => [

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

           ]

       ]);


猜你喜欢

转载自blog.csdn.net/liu709127859/article/details/81017357