更改公众号的appid

This commit is contained in:
lyf
2023-03-14 09:29:59 +08:00
parent 334bf49033
commit 8b4dd3fe1e
2 changed files with 2 additions and 3 deletions

View File

@@ -100,8 +100,8 @@ parameter:
APPID: wx8f4f3d7cef4a6848
# wxfffc7bff64c7a11e
#小程序付款APPID
APPLETS_APPID: wxfffc7bff64c7a11e
APPSECRET: 520028296c79988a053fb29f84b057a2
APPLETS_APPID: wx212769170d2c6b2a
APPSECRET: 4e00bbf3fc75a1ff68ce866fd13f2bcc
# b84ee0efaa0d9a649746ac65525f8e10
KEY: 微信原生加密用的KEY
LESHUALIU: 乐刷、未接入可不管

View File

@@ -38,7 +38,6 @@ public class PayCallbackConsumer {
return;
}
if(!"1".equals(order.getOrderType())){
System.out.println("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
realFansService.createFansProfit(order);
}
merchantProfitService.createOrderProfitV2(order,"1");