Przeglądaj źródła

updateAdPlace合并

FengR 3 miesięcy temu
rodzic
commit
7e178d6ace
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      app/JsonRpc/AdService.php

+ 2 - 0
app/JsonRpc/AdService.php

@@ -186,6 +186,7 @@ class AdService implements AdServiceInterface
      */ 
     public function updateAdPlace(array $data): array   
     {
+        // 11
         $where = [ 
             'ad_place.id'=>$data['id'] 
         ]; 
@@ -339,6 +340,7 @@ class AdService implements AdServiceInterface
             return Result::error($e->getMessage());
         }
         // 自助建站广告位-广告位编辑同步模板数据-------fr----end
+        // 11--end
     }  
     /**
      * 删除广告位