Commit c3de94f2 authored by zhuwei's avatar zhuwei

bug

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