支持文件接口用户自定义信息;

This commit is contained in:
linuxrc@163.com
2021-07-27 16:25:13 +08:00
parent 5217e9188e
commit b32381f7f5
11 changed files with 76 additions and 40 deletions

View File

@@ -52,6 +52,7 @@ struct fetch_file_meta
u_int32_t cfg_num;
u_int32_t validate_md5;
char md5str[36];
const char *user_region;
};
struct md5_long
@@ -68,6 +69,7 @@ union doris_md5
struct doris_confile_ctx
{
struct doris_http_ctx *httpctx;
char server[64];
MD5_CTX md5ctx;
long res_code;