|
@@ -17,7 +17,7 @@ public class DesController {
|
|
|
|
|
|
@RequestMapping("/des")
|
|
|
public String des() {
|
|
|
- String value = DesUtil.encrypt("{\"UserId\":5438}");
|
|
|
+ String value = DesUtil.encrypt("{\"UserId\":\"5436\",\"Balance\":\"0.05\",\"NoticeUrl\":\"https://xxx.xxxxx.com:8030/trans/paynotify4\",\"OrderNo\":\"11000000000002202307261004285640\"}");
|
|
|
//发送请求
|
|
|
// try {
|
|
|
// String content = HttpClientOriginUtil.doGet("https://ap.yunmic.com/api/v1/users/querybalance?value=" + value);
|
|
@@ -31,11 +31,13 @@ public class DesController {
|
|
|
// } catch (Exception e) {
|
|
|
// e.printStackTrace();
|
|
|
// }
|
|
|
- String content = "";
|
|
|
- MultiValueMap<String, String> param = new LinkedMultiValueMap<String, String>();
|
|
|
- param.add("value", value);
|
|
|
- content = HttpRestUtils.post("https://ap.yunmic.com/api/v1/users/querybalance", param);
|
|
|
+ // String content = "";
|
|
|
+ // MultiValueMap<String, String> param = new LinkedMultiValueMap<String, String>();
|
|
|
+ // param.add("value", value);
|
|
|
+ // content = HttpRestUtils.post("http://localhost:5201/api/v1/users/usebalance", param);
|
|
|
+
|
|
|
+ // String value = DesUtil.decrypt("yfYokORyAWCPn0wPy3rTmPjTLxD2JGBo3I7i0nyUL+bbRgCu9Y7j5gq4N9ho pq+VkPkvw1yn9FZTpqyJ+4c7lScJbEIZCj0+mevk/l8Zugakouy72fKZ3bgi eZoz+UpV1UQ2TyW6//sU0tIZ17tggOteXxVSfeEJ7ltEd+Tyn/Uj2hYW5DOj 5Hx00wpx77FnNPXZVL4t2owsabtt8KbTQA==");
|
|
|
|
|
|
- return content;
|
|
|
+ return value;
|
|
|
}
|
|
|
}
|