We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfa9ae commit 1fdd636Copy full SHA for 1fdd636
middleware/linkkit/sdk-c/src/services/linkkit/dm/linkkit_gateway_legacy.h
@@ -17,8 +17,8 @@
17
#define LINKKIT_GATEWAY_LEGACY_KEY_PROPERTYID "propertyid"
18
#define LINKKIT_GATEWAY_LEGACY_KEY_EVENTID "eventid"
19
#define LINKKIT_GATEWAY_LEGACY_KEY_PAYLOAD "payload"
20
-#define LINKKIT_GATEWAY_LEGACY_KEY_PRODUCT_KEY "product_key"
21
-#define LINKKIT_GATEWAY_LEGACY_KEY_TIMEOUT "timeout"
+#define LINKKIT_GATEWAY_LEGACY_KEY_PRODUCT_KEY "productKey"
+#define LINKKIT_GATEWAY_LEGACY_KEY_TIMEOUT "time"
22
#define LINKKIT_GATEWAY_LEGACY_KEY_VERSION "version"
23
24
#define LINKKIT_GATEWAY_LEGACY_SYNC_DEFAULT_TIMEOUT_MS (10000)
@@ -61,4 +61,4 @@ typedef struct {
61
}linkkit_gateway_legacy_ctx_t;
62
63
64
-#endif
+#endif
0 commit comments