作者 郭文星

123

... ... @@ -1272,6 +1272,14 @@ class Car extends Base
$f = \addons\epay\library\Service::submitOrder($params);
$this->success("请求成功",$f);
}
/**
* 查询详细地址
* @return void
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function selectspecificaddress(){
$route_id=$this->request->param("route_id");
$specificaddress=Db::name("specificaddress")->where("route_id",$route_id)->select();
... ...