This commit is contained in:
Zheng Kai
2023-06-09 11:09:14 +08:00
parent 210c23b633
commit 51e0b5807a
8 changed files with 65 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ option go_package = "/pb";
package pb;
message Rsp {
uint32 id = 1;
string id = 1;
string object = 2;
fixed32 created = 3;
string model = 4;