| | |
| | | |
| | | private String key = "";//微信商户号 |
| | | |
| | | private String callbackPath = "http://221.182.45.100:56666/account";//支付回调网关地址 |
| | | private String callbackPath = "https://online.daowepark.com:443/account";//支付回调网关地址 |
| | | |
| | | private String app_cert_path = "C:/cert/alipay/user/app_cert_path.crt";//应用公钥证书路径 |
| | | |
| | |
| | | |
| | | private String alipay_root_cert_path = "C:/cert/alipay/user/alipay_root_cert_path.crt";//支付宝CA根证书文件路径 |
| | | |
| | | private String certPath = "C:\\cert\\1523106371_20211206_cert\\apiclient_cert.p12";//微信证书 |
| | | private String certPath = "/usr/playpai/cert/weixin/apiclient_cert.p12";//微信证书 |
| | | String signType = "RSA2" ; |
| | | String serverHost = "openchannel.alipay.com" ; |
| | | |
| | |
| | | private IOperatorAuthService operatorAuthService; |
| | | @Autowired |
| | | private IOperatorUserService operatorUserService; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 处理直付通审核通过和拒绝消息 |