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