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