|
|
@@ -78,7 +78,7 @@ public class BankReceiptsServiceImpl implements BankReceiptsService {
|
|
|
map.put(PingAnField.AMOUNT, "10");
|
|
|
map.put(PingAnField.CURRENCY, "RMB");
|
|
|
map.put(PingAnField.OBJECTNAME, "test");
|
|
|
- map.put(PingAnField.OPENID, "20003111462017122041072723");
|
|
|
+ map.put(PingAnField.OPENID, "20007991842018011032103750");
|
|
|
} else {
|
|
|
String amount = json.getString(PingAnField.AMOUNT);
|
|
|
if (StringUtils.isEmpty(amount)) {
|
|
|
@@ -147,15 +147,15 @@ public class BankReceiptsServiceImpl implements BankReceiptsService {
|
|
|
map.put(PingAnField.VERIFYCODE, verifyCode);
|
|
|
} else {
|
|
|
map.putAll(infoMap);
|
|
|
- map.put(PingAnField.ORDERID, "200031114620180109UJRBAWB0");
|
|
|
+ map.put(PingAnField.ORDERID, "200079918420180111UNX189D0");
|
|
|
map.put(PingAnField.CURRENCY, "RMB");
|
|
|
map.put("amount", "10.00");
|
|
|
- map.put("paydate", "20180109195546");
|
|
|
+ map.put("paydate", "20180111103436");
|
|
|
map.put("customerId", "19901120");
|
|
|
map.put("verifyCode", "111111");
|
|
|
map.put("issInsCode", "HXB");
|
|
|
map.put("objectName", "付款");
|
|
|
- map.put("OpenId", "20003111462017122041072723");
|
|
|
+ map.put("OpenId", "20007991842018011032103750");
|
|
|
map.put("payCardType", "01");
|
|
|
}
|
|
|
|
|
|
@@ -213,11 +213,11 @@ public class BankReceiptsServiceImpl implements BankReceiptsService {
|
|
|
public String weChatPay(JSONObject json) {
|
|
|
HashMap<String, String> map = new HashMap<>();
|
|
|
if (json == null || json.size() == 0) {
|
|
|
- map.put("orderId", "200031114620180109UJZMZWY0");
|
|
|
+ map.put("orderId", "200079918420180111UNRYA0M0");
|
|
|
map.put("currency", "RMB");
|
|
|
map.put("amount", "10.00");
|
|
|
map.put("objectName", "");
|
|
|
- map.put("paydate", "20180109220355");
|
|
|
+ map.put("paydate", "20180111094918");
|
|
|
} else {
|
|
|
//TODO
|
|
|
}
|