houjie 4 years ago
parent
commit
3a205b5226
1 changed files with 1 additions and 1 deletions
  1. 1 1
      小程序使用protobuf.md

+ 1 - 1
小程序使用protobuf.md

@@ -37,7 +37,7 @@ npx pbjs -t static-module -w commonjs -o proto/bundle.js proto/*.proto
 ```
 
 ### 第二步:在protoMap.js里面添加servant对应的message
-在common下protoMap.js里面添加请求message的编码方法,和响应message的解码方法
+
 
 ```js
 const protoMap = {