Skip to content

Commit 1fdd636

Browse files
secretmikutxiaowenxia
authored andcommitted
[impl_gateway] fix wrong item name of permit join command (#843)
1 parent 4bfa9ae commit 1fdd636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

middleware/linkkit/sdk-c/src/services/linkkit/dm/linkkit_gateway_legacy.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#define LINKKIT_GATEWAY_LEGACY_KEY_PROPERTYID "propertyid"
1818
#define LINKKIT_GATEWAY_LEGACY_KEY_EVENTID "eventid"
1919
#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"
20+
#define LINKKIT_GATEWAY_LEGACY_KEY_PRODUCT_KEY "productKey"
21+
#define LINKKIT_GATEWAY_LEGACY_KEY_TIMEOUT "time"
2222
#define LINKKIT_GATEWAY_LEGACY_KEY_VERSION "version"
2323

2424
#define LINKKIT_GATEWAY_LEGACY_SYNC_DEFAULT_TIMEOUT_MS (10000)
@@ -61,4 +61,4 @@ typedef struct {
6161
}linkkit_gateway_legacy_ctx_t;
6262

6363

64-
#endif
64+
#endif

0 commit comments

Comments
 (0)