修复url_param和body_paramBUG

This commit is contained in:
NH
2025-06-27 18:16:18 +08:00
parent 4c57fac547
commit 229d9b3c43
2 changed files with 30 additions and 17 deletions

View File

@@ -65,8 +65,8 @@ namespace ylib
/// <returns></returns>
bool get_url_param(const std::string& name,std::string& value);
bool get_body_param(const std::string& name, std::string& value);
std::shared_ptr<std::map<std::string, std::string>>& url_param() { return m_url_param; }
std::shared_ptr<std::map<std::string, std::string>>& body_param() { return m_body_param; }
std::shared_ptr<std::map<std::string, std::string>>& url_param();
std::shared_ptr<std::map<std::string, std::string>>& body_param();
/// <summary>
/// 表单数据