|
@@ -53,7 +53,7 @@ namespace PTMedicalInsurance.Business
|
|
|
private void initAppConfig()
|
|
|
{
|
|
|
string platform = JsonHelper.getDestValue(joInsuAdmObj, "platform");
|
|
|
- if (string.IsNullOrEmpty(platform)) platform = "wxpay";
|
|
|
+ if (string.IsNullOrEmpty(platform) || "WECHAT".Equals(platform.ToUpper())) platform = "wxpay";
|
|
|
|
|
|
// TODO:应从数据库中获取配置
|
|
|
IniFile ini = new IniFile(Global.curEvt.path + @"\INSUConfigure.ini");
|