yinxu46/frappe-amap
最新稳定版本:v1.0.6
Composer 安装命令:
composer require yinxu46/frappe-amap
包简介
README 文档
README
thinkphp6|thinkphp8 高德地图
安装
composer require yinxu46/frappe-amap
使用
路由中使用
Route::rule('/api.web.v1/:__id$',function (Request $request, string $__id) {
try {
$response = frappe_api($__id);
return api_success($response);
}catch (\Throwable $throwable) {
return api_error($throwable);
}
})->middleware([
# 设置中间键
]);
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2024-03-25