|
|
|
@@ -56,8 +56,8 @@ public class AppTest { |
|
|
|
// paramMap.put("shopName","百丽");//门店名称 |
|
|
|
paramMap.put("userNumber","516625539215818752");//***会员Id |
|
|
|
// paramMap.put("userPhone","18872592633");//会员手机号 |
|
|
|
paramMap.put("timeEnd","2021-07-20 14:18:00");//***付款时间(yyyy-MM-dd HH:mm:ss) |
|
|
|
paramMap.put("amount","1800");//***付款金额(分) |
|
|
|
paramMap.put("timeEnd","2021-07-20 15:19:00");//***付款时间(yyyy-MM-dd HH:mm:ss) |
|
|
|
paramMap.put("amount","17900");//***付款金额(分) |
|
|
|
// paramMap.put("summary","");//付款摘要 |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -107,7 +107,7 @@ public class AppTest { |
|
|
|
/** |
|
|
|
* 创建交易信息 接口 |
|
|
|
*/ |
|
|
|
String s = HttpUtil.doPost("https://openapitest.malls.iformall.com/api/thirdCircle/order", headMap, JSON.toJSONString(paramMap)); |
|
|
|
String s = HttpUtil.doPost("https://openapi.malls.iformall.com/api/thirdCircle/order", headMap, JSON.toJSONString(paramMap)); |
|
|
|
// String s = HttpUtil.doPost("http://localhost:7070/public/api/thirdCircle/order", headMap, JSON.toJSONString(paramMap)); |
|
|
|
|
|
|
|
|
|
|
|
|