No Description

constants.php 572B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'REDIS_IP'=>'r-2ze28bdb7389a8a4.redis.rds.aliyuncs.com',
  4. 'REDIS_PORT'=>'6379',
  5. 'REDIS_PASSWORD'=>'Zhuaduoduo2017',
  6. // 'ESHOP_CODE' => '100|csxd', //卖家云店铺code
  7. // 'ESHOP_CODE' => '100|hxas', //卖家云店铺code
  8. 'ESHOP_CODE' => '100|xyxd', //卖家云店铺code
  9. 'WAREHOUSE_CODE' => '28416',//卖家云仓库编码
  10. //未到卖家云的sku库存rediskey前缀
  11. 'SKU_QUANTITY_TABLE' => 'seafood.sku_wmj_quantity',
  12. 'ORDER_PREFIX' => '',//订单编号前缀
  13. 'GOODS_PREFIX' => 'f',//商品规格前缀
  14. ];