Commit 79c32b42 authored by hujun's avatar hujun

!

parent 5fa6154d
...@@ -248,7 +248,7 @@ class OfficePayLog extends Basic ...@@ -248,7 +248,7 @@ class OfficePayLog extends Basic
} }
$remark_img = json_decode($this->params["remark_img"], true); $remark_img = json_decode($this->params["remark_img"], true);
if (is_array($remark_img)) { if (!is_array($remark_img)) {
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