﻿<?xml version="1.0" encoding="utf-8" ?>
<!--WeChatCityCareAuth 医保授权参数配置文件-->
<Config name = "WeChatCityCareAuth" >
  <!--地址均不带后斜杠-->
  <!--免密支付授权请求地址-->
  <!-- <serverPayUrl>https://mitest.wecity.qq.com/openAuth/info</serverPayUrl> -->
  <serverPayUrl>https://card.wecity.qq.com/openAuth/info</serverPayUrl>
  <!--获取用户信息请求地址-->
  <!-- <serverAuthUrl>https://mip-receiver.tengmed.com/testapi/mipuserquery/userQuery</serverAuthUrl> -->
  <serverAuthUrl>https://mip-receiver.tengmed.com/api/mipuserquery/userQuery</serverAuthUrl>
  <!--默认生成-->
  <authType>2</authType>
  <!--默认生成-->
  <isDepart>2</isDepart>
  <!--公众号appid-->
  <appid>wxaf853edd9ed4e008</appid>
  <!--城市编码【医院提供】-->
  <cityCode>360900</cityCode>
	<!--渠道号【医院立项后，腾讯提供】-->
  <channel>AAHne57TOlP00tG0nIn5uPzK</channel>
	<!--机构渠道认证编码【医院从医保局获取】-->
  <orgChnlCrtfCodg>BqK1kMStlhVDgN2uHf4EsLK/F2LjZPYJ81nK2eYQqxu09ujstTUUhxYkENYN4bIH</orgChnlCrtfCodg>
	<!--定点医药机构编码【医院提供】-->
  <orgCodg>H36098300159</orgCodg>
	<!--线上核验业务类型编码【医保移动支付业务】-->
  <bizType>04107</bizType>
  <!--定点医药机构应用ID【医院从医保局获取】-->
  <orgAppId>1II44322T0BG8C430B0A00001A4FDAE3</orgAppId>
  <!--回调地址-->
  <redirectUrl>http://gongzhonghao.jhytzyy.cn</redirectUrl>
  <!--合作方id【需联系腾讯工程师获取】-->
  <partnerId>50007424</partnerId>
  <!--密钥【需联系腾讯工程师获取】-->
  <partnerSecret>07ce17e6d453dc6f07b2cdadafc5af3d</partnerSecret>
</Config>


