소스 검색

getwebsitead-修改

15313670163 6 달 전
부모
커밋
081a87ff99
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
             }