Selaa lähdekoodia

opt: 变量大小写

kuanglingwei 1 vuosi sitten
vanhempi
commit
36f239c37c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      curl.proto

+ 2 - 2
curl.proto

@@ -16,8 +16,8 @@ service CurlWithResolve {
 message CurlRequest {
   string url = 1;
   string ip = 2;
-  string UA = 3;
-  bool UseHeadMethod = 4;
+  string ua = 3;
+  bool useHeadMethod = 4;
 }
 
 // response