api.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return [
  3. 'api_faking' => env('API_FAKING', false),
  4. 'api_switch_receive_to_wms' => env('API_SWITCH_RECEIVE_TO_WMS', true),
  5. 'url_rejected_send_jianshang' => 'http://daye.mjstyle.cn:8083/mjstyle-bs-service/order/receive',
  6. 'url_rejected_send_jianshang2' => 'http://daye.mjstyle.cn:8083/mjstyle-bs-service/order/receive2',
  7. 'fakingUrl_rejected_send_jianshang' => '/api/rejected/jianshang/send',
  8. 'sign_key_rejected_send_jianshang' => 'ymgYuN01D3UCZneZ53wGC0suOIUPmLgY',
  9. /** Flux
  10. https://was.baoshi56.com/api/thirdPart/flux/receive/new //新增收货
  11. https://was.baoshi56.com/api/thirdPart/flux/package/new //新增包裹
  12. **/
  13. 'flux'=>[
  14. 'receive'=>[
  15. 'new'=>'http://106.14.155.246:19192/datahub/FluxBSJsonApi/RECECF?messageId=RECECF' //通知WMS, 已完成的订单收货
  16. ],
  17. 'package'=>[
  18. 'new'=>'http://106.14.155.246:19192/datahub/FluxBSJsonApi/TASK' //通知WMS, 已称完的包裹
  19. ],
  20. ],
  21. 'baidu'=>[
  22. 'speech'=>[
  23. 'APP_ID'=> '18688250',
  24. 'API_KEY'=> 'GLSF2EP1H9C6hRxQ3b4Kb84I',
  25. 'SECRET_KEY'=> 'jEAdTa8EapjZZnfxxmdSwFFjjt2UmoaX',
  26. ],
  27. ],
  28. ];