增加ACE安全测试工程
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "stdafx.h"
|
||||
#include "AceReportInterface.h"
|
||||
|
||||
std::string buildReportRequestUrl(const std::string& baseUrl, const std::string& user,
|
||||
const std::string& token, uint32_t timeStamp, const std::string& body)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
Reference in New Issue
Block a user