Commit 99d800a9 authored by hujun's avatar hujun

!

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