[C][Client] Convert integer/boolean to string for query parameter in request url (#6652)

This commit is contained in:
Hui Yu
2020-06-18 11:19:24 +08:00
committed by GitHub
parent 3ba0e05342
commit b86f6c8015
6 changed files with 53 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
#include <ctype.h>
#include "UserAPI.h"
#define MAX_NUMBER_LENGTH 16
#define MAX_BUFFER_LENGTH 4096
#define intToStr(dst, src) \
do {\