|
@@ -245,11 +245,11 @@ namespace PTMedicalInsurance.Common
|
|
|
if (!Global.curEvt.ext.BaseLineMode)
|
|
|
{
|
|
|
// 调试模式,可手动配置转换规则
|
|
|
- if (Global.curEvt.enabledDebug)
|
|
|
- {
|
|
|
+ //if (Global.curEvt.enabledDebug)
|
|
|
+ //{
|
|
|
JsonMappingForm form = new JsonMappingForm(request.ToString(),mapper.GetInputJson(),trade.GetCode());
|
|
|
form.ShowDialog();
|
|
|
- }
|
|
|
+ //}
|
|
|
joOutput = mapper.MapRequest<JObject, T>(request);
|
|
|
}
|
|
|
// 日志
|
|
@@ -272,11 +272,11 @@ namespace PTMedicalInsurance.Common
|
|
|
if (!Global.curEvt.ext.BaseLineMode)
|
|
|
{
|
|
|
//如果没有配置转换规则,调试模式,可手动配置
|
|
|
- if (Global.curEvt.enabledDebug)
|
|
|
- {
|
|
|
+ //if (Global.curEvt.enabledDebug)
|
|
|
+ //{
|
|
|
JsonMappingForm form = new JsonMappingForm(response.ToString(), mapper.GetOutputJson(), trade.GetCode(),false);
|
|
|
form.ShowDialog();
|
|
|
- }
|
|
|
+ //}
|
|
|
|
|
|
joOutput = mapper.MapResponse<JObject, T>(response);
|
|
|
}
|