diff --git a/reduce.html b/reduce.html
index c2167c6..1925e19 100644
--- a/reduce.html
+++ b/reduce.html
@@ -276,7 +276,7 @@
function upWXSmallProgramYouBank(){
function objectToQueryString(path) {
const obj = JSON.parse(JSON.stringify(path));
- return Object.keys(obj).map(key => encodeURIComponent(key) + '=' + encodeURIComponent(obj[key])).join('&');
+ return Object.keys(obj).map(key => key + '=' + obj[key]).join('&');
}
let url = "pages/index/index?" + objectToQueryString(res.data);
AlipayJSBridge.call('upWXSmallProgramYouBank', {