|
@ -40,14 +40,17 @@ public class PrescriptionExpressageService extends BaseJpaService<WlyyPrescripti
|
|
|
|
|
|
|
|
|
|
//顺丰快递接口请求地址
|
|
//顺丰快递接口请求地址
|
|
|
|
|
|
@Value("${express.sf_url}")
|
|
@Value("${express.sf_url}")
|
|
private String sf_url;
|
|
private String sf_url;
|
|
|
|
|
|
//顺丰快递接口接入编码
|
|
//顺丰快递接口接入编码
|
|
|
|
|
|
@Value("${express.sf_code}")
|
|
@Value("${express.sf_code}")
|
|
private String sf_code;
|
|
private String sf_code;
|
|
|
|
|
|
//顺丰快递接口checkword
|
|
//顺丰快递接口checkword
|
|
|
|
|
|
@Value("${express.sf_check_word}")
|
|
@Value("${express.sf_check_word}")
|
|
private String sf_check_word;
|
|
private String sf_check_word;
|
|
|
|
|