|
@@ -31,7 +31,7 @@ public class HuilianPayServiceImpl implements IHuilianPayService {
|
|
|
|
|
|
Map<String, String> form = new HashMap<>();
|
|
|
// form.put("OutTradeNo", UUID.randomUUID().toString().replaceAll("-", ""));
|
|
|
-
|
|
|
+ form.put("Appid",MyConfig.newAppid);
|
|
|
form.put("OutTradeNo", huilianpay.getOutTradeNo());
|
|
|
form.put("Body", "反扫测试");
|
|
|
form.put("TotalAmount", huilianpay.getTotalAmount());
|