Commit d342de28 authored by Quxl's avatar Quxl

x

parent bd77cc0e
...@@ -20,13 +20,13 @@ import com.egolm.shop.config.XException; ...@@ -20,13 +20,13 @@ import com.egolm.shop.config.XException;
@Component @Component
public class Express { public class Express {
@Value("opt.express.url") @Value("${opt.express.url}")
private String url; private String url;
@Value("opt.express.secretId") @Value("${opt.express.secretId}")
private String secretId; private String secretId;
@Value("opt.express.secretKey") @Value("${opt.express.secretKey}")
private String secretKey; private String secretKey;
private String source = "market"; private String source = "market";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment