|
@@ -47,6 +47,11 @@ public class Kd100ExpressClient implements ExpressClient {
|
|
|
private final RestTemplate restTemplate;
|
|
|
private final TradeExpressProperties.Kd100Config config;
|
|
|
|
|
|
+ public Kd100ExpressClient(RestTemplate restTemplate,TradeExpressProperties.Kd100Config config){
|
|
|
+ this.restTemplate = restTemplate;
|
|
|
+ this.config = config;
|
|
|
+ }
|
|
|
+
|
|
|
@Resource
|
|
|
private TradeOrderMapper tradeOrderMapper;
|
|
|
|