Commit 09be2404 authored by clone's avatar clone

bug

parent facf6fd4
...@@ -404,9 +404,9 @@ class OrderLog extends Basic ...@@ -404,9 +404,9 @@ class OrderLog extends Basic
public function selectReportAllV2() public function selectReportAllV2()
{ {
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"order_id" => 38024, "order_id" => 38024,
); );*/
if (!isset($params["order_id"])) { if (!isset($params["order_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
...@@ -425,9 +425,9 @@ class OrderLog extends Basic ...@@ -425,9 +425,9 @@ class OrderLog extends Basic
public function selectReportAllV3() public function selectReportAllV3()
{ {
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"order_id" => 38024, "order_id" => 38024,
); );*/
if (!isset($params["order_id"])) { if (!isset($params["order_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
......
...@@ -569,7 +569,7 @@ Route::group('broker', [ ...@@ -569,7 +569,7 @@ Route::group('broker', [
'saveSiteCity' => [ 'api_broker/Location/saveSiteCity', [ 'method' => 'POST|GET' ] ], //保存默认城市选择 'saveSiteCity' => [ 'api_broker/Location/saveSiteCity', [ 'method' => 'POST|GET' ] ], //保存默认城市选择
'bargain' => [ 'api_broker/Bargain/bargainList', [ 'method' => 'POST|GET' ] ], 'bargainMain' => [ 'api_broker/Bargain/bargainList', [ 'method' => 'POST|GET' ] ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment