|
@@ -126,6 +126,7 @@ public class WxPayServiceMy {
|
|
|
params.put("sign_type", "MD5");
|
|
|
String sign = SignUtils.createSign(params, wxConfig.getMchKey(), null, null);
|
|
|
params.put("pay_sign", sign);
|
|
|
+ params.put("app_id", wxConfig.getAppId());
|
|
|
params.put("key", wxConfig.getMchKey());
|
|
|
return params;
|
|
|
|