protobufRequest(); // 必要的验证 dump($resp->serializeToJsonString()); } /** * 获取请求的Protobuf数据 * @return string */ public function requestProtobufJson():string { return '{ "runUnid": "683559453fc5c", "runMs": "1093", "code": "OK", "callpath": "Land-Fertilizer", "lastData": { "items": [ { "itemId": "21", "quantity": "9979" } ] }, "landFertilizer": [] }'; } }