1234567891011121314 |
- <?php
- return [
-
- 'REDIS_IP'=>'r-2ze28bdb7389a8a4.redis.rds.aliyuncs.com',
- 'REDIS_PORT'=>'6379',
- 'REDIS_PASSWORD'=>'Zhuaduoduo2017',
- 'ESHOP_CODE' => '100|hxas', //卖家云店铺code
- //'ESHOP_CODE' => '100|xyxd', //卖家云店铺code
- 'WAREHOUSE_CODE' => '28416',//卖家云仓库编码
- ];
|