| | |
| | | private WxPayProperties properties; |
| | | |
| | | // 分账特约商户 |
| | | private static String PLATFORM_TY_MAC_ID = "2000002410402479"; |
| | | private static String PLATFORM_TY_MAC_ID = "1650744551"; |
| | | |
| | | public static String getPlatformTyMacId() { |
| | | return PLATFORM_TY_MAC_ID; |
| | |
| | | |
| | | // 平台特约商户号,用户平台收取服务费 |
| | | String platformTyMacId = WxPayConfiguration.getPlatformTyMacId(); |
| | | if(StringUtils.isEmpty(platformTyMacId)){ |
| | | platformTyMacId = "2000002410402479"; |
| | | } |
| | | |
| | | R<String> resultMch = remoteShopService.getShopSubMchId(shopId); |
| | | String subMchId = resultMch.getData(); |
| | |
| | | appId: wxb7f0ea286fc4e535 |
| | | mchId: 1631381314 |
| | | mchKey: J8v9JDHKJYDHW9bdk30o2bdjy6z9mn1A |
| | | platformTyMacId: 2000002410402479 |
| | | platformTyMacId: 1650744551 |
| | | subAppId: #服务商模式下的子商户公众账号ID |
| | | subMchId: #服务商模式下的子商户号 |
| | | keyPath: /home/cert/apiclient_cert.p12 |