|
@@ -37,14 +37,34 @@ public class DesController {
|
|
|
|
|
|
// String value = DesUtil.decrypt("yfYokORyAWCPn0wPy3rTmPjTLxD2JGBo3I7i0nyUL+bbRgCu9Y7j5gq4N9ho pq+VkPkvw1yn9FZTpqyJ+4c7lScJbEIZCj0+mevk/l8Zugakouy72fKZ3bgi eZoz+UpV1UQ2TyW6//sU0tIZ17tggOteXxVSfeEJ7ltEd+Tyn/Uj2hYW5DOj 5Hx00wpx77FnNPXZVL4t2owsabtt8KbTQA==");
|
|
|
|
|
|
- String value = DesUtil.encrypt("{\"UserId\":\"5436\",\"Balance\":\"0.05\",\"NoticeUrl\":\"https://weixintest.electrifiedpanda.com:8030/trans/paynotify4\",\"OrderNo\":\"11000000000002202307261004285640\"}");
|
|
|
- value = URLEncoder.encode(value);
|
|
|
+ // String value = DesUtil.encrypt("{\"UserId\":\"6676\"}");
|
|
|
+ // String value = DesUtil.encrypt("{\"UserId\":\"5436\",\"Balance\":\"0.05\",\"NoticeUrl\":\"https://weixintest.electrifiedpanda.com:8030/trans/paynotify4\",\"OrderNo\":\"11000000000002202307261004285640\"}");
|
|
|
+ // value = URLEncoder.encode(value);
|
|
|
|
|
|
- String content = "";
|
|
|
- MultiValueMap<String, String> param = new LinkedMultiValueMap<String, String>();
|
|
|
- param.add("value", value);
|
|
|
- content = HttpRestUtils.post("https://ap.yunmic.com/api/v1/users/usebalance", param);
|
|
|
+ // String content = "";
|
|
|
+ // MultiValueMap<String, String> param = new LinkedMultiValueMap<String, String>();
|
|
|
+ // param.add("value", value);
|
|
|
+ // content = HttpRestUtils.post("https://ap.yunmic.com/api/v1/users/usebalance", param);
|
|
|
+ // content = HttpRestUtils.get("http://localhost:5201/api/v1/users/querybalance?value=" + value, param);
|
|
|
|
|
|
+ // yfYokORyAWC0%2BUKlUHppnQVGTJHR21tG
|
|
|
+ // yfYokORyAWC0+ UKlUHppnQVGTJHR21tG
|
|
|
+
|
|
|
+ String content = "";
|
|
|
+ String value = "{\"UserId\":\"6676\"}";
|
|
|
+
|
|
|
+ value = DesUtil.encrypt(value);
|
|
|
+ value = URLEncoder.encode(value);
|
|
|
+ content = HttpRestUtils.get("https://ap.yunmic.com/api/v1/users/querybalance?value=" + value, new LinkedMultiValueMap<String, String>());
|
|
|
+
|
|
|
+
|
|
|
+ value = DesUtil.encrypt("{\"UserId\":\"5436\",\"Balance\":\"0.05\",\"NoticeUrl\":\"https://weixintest.electrifiedpanda.com:8030/trans/paynotify4\",\"OrderNo\":\"11000000000002202307261004285640\"}");
|
|
|
+ value = URLEncoder.encode(value);
|
|
|
+
|
|
|
+ MultiValueMap<String, String> param = new LinkedMultiValueMap<String, String>();
|
|
|
+ param.add("value", value);
|
|
|
+ content = HttpRestUtils.post("https://ap.yunmic.com/api/v1/users/usebalance", param);
|
|
|
+
|
|
|
return content;
|
|
|
}
|
|
|
}
|