正在显示
1 个修改的文件
包含
8 行增加
和
0 行删除
@@ -1272,6 +1272,14 @@ class Car extends Base | @@ -1272,6 +1272,14 @@ class Car extends Base | ||
1272 | $f = \addons\epay\library\Service::submitOrder($params); | 1272 | $f = \addons\epay\library\Service::submitOrder($params); |
1273 | $this->success("请求成功",$f); | 1273 | $this->success("请求成功",$f); |
1274 | } | 1274 | } |
1275 | + | ||
1276 | + /** | ||
1277 | + * 查询详细地址 | ||
1278 | + * @return void | ||
1279 | + * @throws \think\db\exception\DataNotFoundException | ||
1280 | + * @throws \think\db\exception\ModelNotFoundException | ||
1281 | + * @throws \think\exception\DbException | ||
1282 | + */ | ||
1275 | public function selectspecificaddress(){ | 1283 | public function selectspecificaddress(){ |
1276 | $route_id=$this->request->param("route_id"); | 1284 | $route_id=$this->request->param("route_id"); |
1277 | $specificaddress=Db::name("specificaddress")->where("route_id",$route_id)->select(); | 1285 | $specificaddress=Db::name("specificaddress")->where("route_id",$route_id)->select(); |
-
请 注册 或 登录 后发表评论