|
|
|
@ -17,6 +17,11 @@ namespace Shentun.Peis.PlugIns.Gem |
|
|
|
public class ChargeRequestPlugInsGem : ChargeRequestPlugInsBase |
|
|
|
{ |
|
|
|
private string _endpointAddress = ""; |
|
|
|
|
|
|
|
public ChargeRequestPlugInsGem(Guid thirdInterfaceId) : base(thirdInterfaceId) |
|
|
|
{ |
|
|
|
_endpointAddress = InterfaceConfig.GetSection("Interface").GetSection("EndpointAddress").Value; |
|
|
|
} |
|
|
|
public ChargeRequestPlugInsGem(string parmValue) : base(parmValue) |
|
|
|
{ |
|
|
|
_endpointAddress = InterfaceConfig.GetSection("Interface").GetSection("EndpointAddress").Value; |
|
|
|
|