|
@@ -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',
|
|
|
|
|
|
|
|
|
'encode_key' => 'dreamland1985',
|