|
|
@@ -49,7 +49,7 @@ namespace HKLib.Interfaces |
|
|
|
}).Build().RunStringFirst(); |
|
|
|
} |
|
|
|
/// <summary> |
|
|
|
/// 变更卡状态 |
|
|
|
/// 变更卡状态 销户 |
|
|
|
/// </summary> |
|
|
|
/// <param name="input"></param> |
|
|
|
public static void CardStutasChange(CardStutasDto input) |
|
|
@@ -62,5 +62,18 @@ namespace HKLib.Interfaces |
|
|
|
}).Build().RunStringFirst(); |
|
|
|
ServiceQueryPush.QueryPush.PushMQ(input, "CardStutasChanged", MQEnum.Top); |
|
|
|
} |
|
|
|
/// <summary> |
|
|
|
/// 报表数据 |
|
|
|
/// </summary> |
|
|
|
/// <param name="input"></param> |
|
|
|
public static void Report(ReportDto input) |
|
|
|
{ |
|
|
|
IHttpMultiClient.HttpMulti.AddNode(t => |
|
|
|
{ |
|
|
|
t.NodePath = $"{Configer.SaasRoute}"; |
|
|
|
t.ReqType = MultiType.POST; |
|
|
|
t.JsonParam = input.ToJson(); |
|
|
|
}).Build().RunStringFirst(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |