Commit 471b9b22 authored by clone's avatar clone

BUH

parent 8c3565b9
...@@ -421,9 +421,9 @@ class OrderLog extends Basic ...@@ -421,9 +421,9 @@ class OrderLog extends Basic
{ {
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params = array( // $params = array(
"bargain_id" => 169, // "bargain_id" => 169,
); // );
if (!isset($params["bargain_id"])) { if (!isset($params["bargain_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
......
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