All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nyline-wechat.8.5.1-20220125.source-code.anyline-wechat-pay.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--公众平台配置-->
<configs>
	<!-- 直连模式 -->
	<config key="default">
		<!-- 在商户平台的产品中心/开发配置/商户信息/商户号
		公众号网页中调起支付的URL也需要在这个页面的支付配置中设置
		(pay.weixin.qq.com/index.php/extend/pay_setting) -->
		<property key="MCH_ID">143*****402</property>

		<!--直连模式基础上MCH_ID换成以下两个参数-->
		<property key="SP_MCHID">143*****402</property>
		<property key="SUB_MCHID">143*****402</property>

		<!--在商户平台的帐户中心/API安全/API密钥中设置
		(https://pay.weixin.qq.com/index.php/core/cert/api_cert) -->
		<property key="API_SECRET">oaonhd**********ohvpvbozqqayottvq</property>
		<property key="NOTIFY_URL">http://****/js/hm/pay/ntf/wx_mp</property>
		<property key="CALLBACK_URL"></property>
		<!--涉及资金回滚的接口会使用到API证书,包括退款、撤销接口。
		下载API证书:微信商户平台(pay.weixin.qq.com) 账户中心/账户设置/API安全 。-->
		<property key="KEY_STORE_FILE">D:\\apiclient_cert.p12</property>
		<!--KEY_STORE_FILE 证书密码 默认是MCH_ID-->
		<property key="KEY_STORE_PASSWORD">143*****402</property>
		<!-- 支付到银行卡公钥文件 -->
		<property key="BANK_RSA_PUBLIC_KEY_FILE">D:\\apiclient_key.pem</property>
	</config>

</configs> 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy