Commit c3de94f2 authored by zhuwei's avatar zhuwei

bug

parent 6e28c877
...@@ -170,9 +170,21 @@ class ImageDepot extends Basic ...@@ -170,9 +170,21 @@ class ImageDepot extends Basic
public function ceshi(){ public function ceshi(){
$ImageDepotService = new ImageDepotService(); /* $ImageDepotService = new ImageDepotService();
$res = $ImageDepotService->getImage('商场美食1'); $res = $ImageDepotService->getImage('商场美食1');*/
dump($res);
$indoor_img_id = 1;
// $outdoor_img_id = 2;
if($indoor_img_id){
$arr[]=$indoor_img_id;
}
if($outdoor_img_id){
$arr[]=$outdoor_img_id;
}
dump(implode(',',$arr));
} }
......
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