add Refresh
CI / changes (push) Successful in 6s
CI / docker-bff (push) Successful in 8s
CI / docker-product (push) Failing after 2s

This commit is contained in:
2026-08-10 18:05:29 +08:00
parent 7228d3fedc
commit 9865f7dae9
16 changed files with 390 additions and 245 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ rpc Ping(Request) returns (Response) {
### 命令 ①:生成服务端 pb / grpc
```bash
protoc -I. -I../pkg/third_party --go_out=. --go-grpc_out=. proto/order.proto
goctl rpc protoc proto/admin.proto --proto_path=. --proto_path=../pkg/third_party --go_out=. --go-grpc_out=. --zrpc_out=.
```
**什么时候跑:**