mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
Scan the QR code to connect to multiple IPs and prioritize them
This commit is contained in:
@@ -353,6 +353,13 @@ async function onResponse(context, request, response) {
|
||||
}
|
||||
request.headers.add(key, value);
|
||||
});
|
||||
|
||||
//判断是否是二进制
|
||||
if (getListElementType(map['body']) == int) {
|
||||
request.body = convertList<int>(map['body']);
|
||||
return request;
|
||||
}
|
||||
|
||||
request.body = map['body']?.toString().codeUnits;
|
||||
|
||||
if (request.body != null && request.charset == 'utf-8') {
|
||||
|
||||
Reference in New Issue
Block a user