﻿<?xml version="1.0" encoding="utf-8" ?>
<!--WeChatCityCare 医保支付参数配置文件-->
<Config name = "WeChatCityCare" >
	<!--WeChatCityCare 医保接口地址 结尾不需要【/】-->
	<serverUrl>http://www.baochuangintelligence.com:8006/wx_payinsurance</serverUrl>

	<projectId>01886</projectId>

	<!--医院名称-->
	<medical_org_name>瑞州医院</medical_org_name>
	
	<!--医疗机构编码（医保局分配给机构）-->
	<medical_org_no>H36098300159</medical_org_no>

	<!--城市ID-->
	<city_id>360900</city_id>
	<!--渠道号-->
	<channel_no>Neusoft</channel_no>

	<rsa_privatekey>D:\neusoft\gzhpem\rsa_private_key-256.pem</rsa_privatekey>

	<sign_type>RSA2</sign_type>

	<store_id>NeuTerminal</store_id>
	<!--医保异步通知地址-->
	<notify_url>https://wxjcx.hrrzyy.com/api/tradecallback/wechat_citycare_call_back</notify_url>
	<!--支付类型-->
	<pay_type>2</pay_type>
	
	<!--医保标识-->
	<consume_type>0</consume_type>
	
	<!--医保部分扣费类型-->
	<is_dept>4</is_dept>
</Config>


