mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
删除重复代码
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
for(auto &pr : *this){
|
||||
ret.append(pr.first);
|
||||
ret.append("=");
|
||||
ret.append(strCoding::UrlUTF8Encode(pr.second));
|
||||
ret.append(strCoding::UrlEncode(pr.second));
|
||||
ret.append("&");
|
||||
}
|
||||
if(ret.size()){
|
||||
|
||||
Reference in New Issue
Block a user