cleanup cli log add REQUEST_ID

This commit is contained in:
xiaomlove
2022-03-09 19:07:44 +08:00
parent cf7b962cc0
commit 72818ddbbf
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -62,10 +62,8 @@ class Test extends Command
*/
public function handle()
{
$r = Tag::query()->paginate();
$resource = TagResource::collection($r);
dd($resource->response()->getData(true));
echo $r->updated_at;
$r = urldecode('%E8%8E%B7%E5%8F%96%E7%A8%8B%E5%BA%8F');
echo $r;
}
}