| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- return [
- 'api_faking' => env('API_FAKING', false),
- 'api_switch_receive_to_wms' => env('API_SWITCH_RECEIVE_TO_WMS', true),
- 'jianshang_rejecteds_log_switch' => 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 //新增收货
- https://was.baoshi56.com/api/thirdPart/flux/package/new //新增包裹
- https://was.baoshi56.com/api/thirdPart/flux/waybill/new //新增运单
- **/
- 'flux'=>[
- 'receive'=>[
- 'new'=>'http://106.14.155.246:19192/datahub/FluxBSJsonApi/RECECF?messageId=RECECF' //通知WMS, 已完成的订单收货
- ],
- 'package'=>[
- 'new'=>'http://106.14.155.246:19192/datahub/FluxBSJsonApi/TASK' //通知WMS, 已称完的包裹
- ],
- 'waybill'=>[
- 'new'=>'http://106.14.155.246:19192/datahub/FluxBSJsonApi/?messageId=BS_TMS' //通知WMS, 已称完的包裹
- ],
- ],
- 'baidu'=>[
- 'speech'=>[
- 'APP_ID'=> '18688250',
- 'API_KEY'=> 'GLSF2EP1H9C6hRxQ3b4Kb84I',
- 'SECRET_KEY'=> 'jEAdTa8EapjZZnfxxmdSwFFjjt2UmoaX',
- ],
- ],
- ];
|