rabin 1 year ago
parent
commit
a71d5748eb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config/base.php

+ 4 - 4
config/base.php

@@ -20,9 +20,9 @@ $config['base'] = array
 
     'role_key' => array
     (
-        1 => 'seller',
-        2 => 'servicer',
-        3 => 'supplier',
+        1 => array('seller', 'shop'),
+        2 => array('servicer', 'store'),
+        3 => array('supplier', 'channel'),
     ),
 
     # 出库入库单状态
@@ -81,7 +81,7 @@ $config['base'] = array
     ),
 
     # 更新地址后调用的接口
-    'address' => 'set/lib/log.add',
+    'address' => 'order/lib/log.add',
 
     # 加密key
     'encode_key' => 'dreamland1985',