postMore([ ['datas', []] ], true); Log::info(['data' => json_encode($datas), 'type' => 'stockCallback']); if (sys_config('erp_open')) { ProductSyncErp::dispatchDo('updatePlatformStock', [$datas]); } return Response::create(['code' => "0", "msg" => "执行成功"], "json"); } }