作者 李忠强
1 个管道 的构建 通过 耗费 1 秒

更新

... ... @@ -376,6 +376,7 @@ class Index extends Api
$this->error($validate->getError());
}
if ($images){
$images = str_replace('"','"',$images);
$imgarr = json_decode($images,true);
if (count($imgarr) > 3){
$this->error('图片上传最多三张');
... ...