Showing
1 changed file
with
2 additions
and
2 deletions
@@ -6,7 +6,7 @@ use LibModels\Web\Home\ReturnsData; | @@ -6,7 +6,7 @@ use LibModels\Web\Home\ReturnsData; | ||
6 | use WebPlugin\Helpers; | 6 | use WebPlugin\Helpers; |
7 | use WebPlugin\HelperSearch; | 7 | use WebPlugin\HelperSearch; |
8 | use WebPlugin\Images; | 8 | use WebPlugin\Images; |
9 | -use LibModels\Wap\Home\OrderData; | 9 | +use LibModels\Web\Home\OrderData; |
10 | use Api\Yohobuy; | 10 | use Api\Yohobuy; |
11 | 11 | ||
12 | /** | 12 | /** |
@@ -542,7 +542,7 @@ class ReturnsModel | @@ -542,7 +542,7 @@ class ReturnsModel | ||
542 | // if (!in_array($_FILES['fileData']['type'],$type)) { | 542 | // if (!in_array($_FILES['fileData']['type'],$type)) { |
543 | // return array('code'=>'400','message'=>'图片格式错误'); | 543 | // return array('code'=>'400','message'=>'图片格式错误'); |
544 | // } | 544 | // } |
545 | - $result = Images::saveImage($filename); | 545 | + $result = Images::saveImage($filename, 'evidenceImages'); |
546 | } | 546 | } |
547 | 547 | ||
548 | return $result; | 548 | return $result; |
-
Please register or login to post a comment