| 123456789101112131415161718192021 |
- <?php
- return [
- 'api_faking' => env('API_FAKING', false),
- 'api_switch_receive_to_wms' => env('API_SWITCH_RECEIVE_TO_WMS', true),
- 'url_rejected_send_jianshang' => 'http://daye.mjstyle.cn:8083/mjstyle-bs-service/order/receive',
- 'url_rejected_send_jianshang2' => 'http://daye.mjstyle.cn:8083/mjstyle-bs-service/order/receive2',
- 'fakingUrl_rejected_send_jianshang' => '/api/rejected/jianshang/send',
- 'sign_key_rejected_send_jianshang' => 'ymgYuN01D3UCZneZ53wGC0suOIUPmLgY',
- /** Flux
- https://was.baoshi56.com/api/thirdPart/flux/receive/new //新增收货
- **/
- // 'receiveAccomplishToWMS_flux' => 'http://47.103.72.58:19199/datahub/FluxBSJsonApi/RECECF?messageId=RECECF', //通知WMS完成的订单收货(测试服)
- 'receiveAccomplishToWMS_flux' => 'http://106.14.155.246:19192/datahub/FluxBSJsonApi/RECECF?messageId=RECECF', //通知WMS完成的订单收货
- 'packageAccomplishTOWMS_flux' =>'http://106.14.155.246:19192/datahub/FluxBSJsonApi/TASK',
- ];
|