作者 lihan
1 个管道 的构建 通过 耗费 0 秒

提供地址接口给前端

... ... @@ -59,6 +59,11 @@ class PlaceController extends HomeBaseController
if (request()->isAjax()) {
echo json_encode(['data' => $data]);
} else {
echo '
<strong>接口说明:POST 编辑地址接口传值方式</strong><br/>
 id:地址id<br/>
<strong>返回结果:</strong>
';
print_r($data);
}
}
... ...