rabin 5 年之前
父节点
当前提交
91cacfdc1a
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      database/data.php

+ 10 - 0
database/data.php

@@ -112,6 +112,16 @@ return array
             //'list'      => true,
         ),
 
+        'location'      => array
+        (
+            'type'      => 'int-11',
+            'name'      => '投放位置-选填项,请输入投放位置,直接输入位置的数字即可,默认为0则无需位置',
+            'default'   => '0',
+            'desc'      => '投放位置',
+            'match'     => 'option',
+            'update'    => 'text',
+        ),
+
         'ad_type'      => array
         (
             'type'      => 'int-11',