Commit bb97dc41 authored by clone's avatar clone

bug

parent c20354a9
...@@ -532,7 +532,7 @@ class OrderLog extends Basic ...@@ -532,7 +532,7 @@ class OrderLog extends Basic
$data['msg'] = 'Add the failure.'; $data['msg'] = 'Add the failure.';
} }
return $this->response($data['code'], $data['msg'], []); return $this->response($data['code'], $data['msg'], ["id"=>$data['data']]);
} }
/** /**
......
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