| | |
| | | /** |
| | | * 支付API密钥 |
| | | */ |
| | | private String subMchKey; |
| | | // private String subMchKey; |
| | | |
| | | /** |
| | | * 支付回调地址 |
| | |
| | | private String typeId;// gybike |
| | | private String privateKeyPath ; |
| | | private String privateCertPath;// gybike |
| | | private String pubKeyPath;// |
| | | private String payPublicKeyId;// |
| | | |
| | | |
| | | private String wechatSerialNumer; |
| | | private String wechatPayPublicKeyId; // 微信支付公钥ID |
| | | private String wechatPubKeyPath; //微信支付公钥文件路径 |
| | | private String wechatPrivateKeyPath; |
| | | private String wechatNotifyUrl; |
| | | private String wechatApiV3Key; |
| | | // private String wechatPlatformPubKeyPath; |
| | | |
| | | |
| | | } |