public function demos(){ $data=[ 'state'=>1, 'msg'=>'更新成功' ]; return json_encode($data); }
本文共 194 字,大约阅读时间需要 1 分钟。
public function demos(){ $data=[ 'state'=>1, 'msg'=>'更新成功' ]; return json_encode($data); }
转载于:https://www.cnblogs.com/yiweiyihang/p/8490642.html