作者 lyh

GX生成白帽报表脚本

@@ -76,9 +76,11 @@ class GeoQuestion extends Base @@ -76,9 +76,11 @@ class GeoQuestion extends Base
76 * @time :2025/7/3 9:43 76 * @time :2025/7/3 9:43
77 */ 77 */
78 public function brandType(){ 78 public function brandType(){
79 - return [ 79 + $type = [
80 1=>'品牌数据', 80 1=>'品牌数据',
81 2=>'营销数据' 81 2=>'营销数据'
82 ]; 82 ];
  83 + $frequency = [1,2,3,4,5,6,7,8,9,10];
  84 + return ['type'=>$type,'frequency'=>$frequency];
83 } 85 }
84 } 86 }