//
// Created by Fear1ess on 2021/4/25.
//

#ifndef REYUNSDK_HTTPS_H
#define REYUNSDK_HTTPS_H

#include <jni.h>

char* http_PostConnect(JNIEnv *env, char* url, unsigned char* post_Body, size_t len);

#endif //REYUNSDK_HTTPS_H