api.php 992 B

1234567891011121314151617181920212223
  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. **/
  12. 'receiveAccomplishToWMS_flux' => 'http://106.14.155.246:19192/datahub/FluxBSJsonApi/RECECF?messageId=RECECF', //通知WMS完成的订单收货
  13. /** Flux
  14. https://was.baoshi56.com/api/thirdPart/flux/package/new //新增包裹
  15. **/
  16. 'packageAccomplishToWMS_flux' => 'http://106.14.155.246:19192/datahub/FluxBSJsonApi/RECECF?messageId=RECECF', //通知WMS完成的订单收货
  17. ];