From 99e1fa2f512212d3ed23f7a57ad326990181f619 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 01 八月 2019 18:58:35 +0800
Subject: [PATCH] change feature to str

---
 protomsg.proto |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 0334b35..1993742 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -315,6 +315,6 @@
     EsCacheChanged type = 1;
     string table_id = 2;//搴曞簱id
     string person_id = 3;//浜哄憳id
-    bytes feature = 4;//鐗瑰緛鍊�
+    string feature = 4;//鐗瑰緛鍊糱ase64
     DbAction action = 5;
 }

--
Gitblit v1.8.0