refactor: localize protobuf definitions

This commit is contained in:
2026-08-09 20:14:57 +08:00
parent 9f6f318bbb
commit 5ea45a76fe
429 changed files with 54058 additions and 61623 deletions

View File

@@ -71,7 +71,7 @@ func TestGetDetail(t *testing.T) {
coon, ctx := GetCoon()
client := pb.NewSummaryClient(coon)
defer coon.Close()
data := pb.IdentRequest{
data := pb.OrderIdentRequest{
Identity: "78d9d2e9-8c63-4ff4-a6ee-4b2234944fcb",
}
re, _ := json.Marshal(&data)