Explorar el Código

getwebsitead-修改

15313670163 hace 6 meses
padre
commit
081a87ff99
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/JsonRpc/WebsiteService.php

+ 1 - 0
app/JsonRpc/WebsiteService.php

@@ -493,6 +493,7 @@ class WebsiteService implements WebsiteServiceInterface
         if(empty($ad_place)){
             return Result::error("error",0);
         }else{
+            $adplaceid = [];
             foreach($ad_place as $val){
                 $adplaceid = $val;
             }