Commit cb6b8320 authored by hujun's avatar hujun

//

parent 27ab449c
...@@ -886,7 +886,6 @@ class OfficePayLog extends Basic ...@@ -886,7 +886,6 @@ class OfficePayLog extends Basic
* @return \think\Response * @return \think\Response
*/ */
public function getCollectionDetail() { public function getCollectionDetail() {
$this->params['pay_id'] = 25;
if (empty($this->params['pay_id'])) { if (empty($this->params['pay_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