dever 4 anos atrás
pai
commit
fd4656c932
1 arquivos alterados com 19 adições e 1 exclusões
  1. 19 1
      database/yun.php

+ 19 - 1
database/yun.php

@@ -68,7 +68,7 @@ return array
         
         'appkey'      => array
         (
-            'type'      => 'varchar-80',
+            'type'      => 'varchar-100',
             'name'      => 'appkey',
             'default'   => '',
             'desc'      => 'appkey',
@@ -110,6 +110,24 @@ return array
             'update'    => 'text',
             'show'      => 'type=1',
         ),
+
+        'token'      => array
+        (
+            'type'      => 'varchar-800',
+            'name'      => 'token',
+            'default'   => '',
+            'desc'      => 'token',
+            'match'     => 'option',
+        ),
+
+        'token_time'      => array
+        (
+            'type'      => 'varchar-800',
+            'name'      => 'token失效时间',
+            'default'   => '',
+            'desc'      => 'token',
+            'match'     => 'option',
+        ),
         
         'state'     => array
         (