Update http_client_sample.c

This commit is contained in:
ethanDu1 2020-12-04 15:05:59 +08:00 committed by GitHub
parent 319a51c37c
commit 8ce1ad3684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -26,11 +26,11 @@
#include "utils_httpc.h"
#include "uiot_export_http.h"
#define UIOT_MY_PRODUCT_SN "nvtmx50n2j9nilik"
#define UIOT_MY_PRODUCT_SN "PRODUCT_SN"
#define UIOT_MY_DEVICE_SN "tlilyffhh3aqi6zx"
#define UIOT_MY_DEVICE_SN "DEVICE_SN"
#define UIOT_MY_DEVICE_SECRET "l0310dqp3rjciupw"
#define UIOT_MY_DEVICE_SECRET "DEVICE_SECRET"
#define UIOT_PUBLISH_TOPIC "%s/%s/upload/event"