@@ -397,7 +397,7 @@ class ReproduceErrorCommand extends Command
// protobuf 二进制格式
$headers = [
'Content-Type' => 'application/x-protobuf',
- 'Accept' => 'application/x-protobuf'
+ 'Accept' => 'application/json'
];
}