|
@@ -283,7 +283,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
String TenantId = ServletUtils.getRequest().getHeader("TenantId");
|
|
|
data.put("attach", TenantId);
|
|
|
Map<String, String> resp = wxpay.unifiedOrder(data);
|
|
|
- System.out.println(resp);
|
|
|
+ log.error("PC支付:"+JSON.toJSONString(resp));
|
|
|
Map<String, String> result = new HashMap<>();
|
|
|
String code_url = resp.get("code_url");
|
|
|
if (Validator.isEmpty(code_url)) {
|