Commit 04484d6f authored by vicotor's avatar vicotor

add ips

parent ab22998e
...@@ -59,6 +59,7 @@ message DeviceInfoResponse { ...@@ -59,6 +59,7 @@ message DeviceInfoResponse {
string benefit_address = 2; string benefit_address = 2;
repeated DeviceInfo devices = 3; repeated DeviceInfo devices = 3;
bytes device_signature = 4; // 由测试程序对设备信息进行签名 bytes device_signature = 4; // 由测试程序对设备信息进行签名
repeated string device_ips = 5;
} }
message DeviceUsage { message DeviceUsage {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment