Commit 0bebe83d authored by chenchao.deng's avatar chenchao.deng

更换微信配置

parent 2a6459e0
......@@ -292,7 +292,7 @@ public class PaymentServiceImpl implements PaymentService {
// 封装请求 微信支付 的数据
Map<String, String> data = encapsulateDataMap(amount, internalOrder, notifyUrl, ourWxPayConfig);
log.info("data:{}", JSONObject.toJSONString(data));
// 调用微信支付接口,支付成功后会回调 notifyUrl, 并返回支付结果
WXPay wxPay = new WXPay(ourWxPayConfig);
Map<String, String> respData = wxPay.unifiedOrder(data);
......
......@@ -5,17 +5,17 @@ import java.io.InputStream;
public class FGLWxConfig extends WXPayConfig {
@Override
public String getAppID() {
return "wx5a3621300bfec508";
return "wx916a4651a3646d89";
}
@Override
public String getMchID() {
return "1553406861";
return "1685123963";
}
@Override
public String getKey() {
return "acdkgjef237ckgSriEICRe2408sdjEDC";
return "wj0808qwertyuiopasdfghjklzxcvbnm";
}
public int getHttpConnectTimeoutMs() {
......@@ -49,7 +49,7 @@ public class FGLWxConfig extends WXPayConfig {
@Override
public String getBody() {
return "深圳云穹科技-用户充值";
return "无界浏览器-用户充值";
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment