Commit 32012d83 authored by alex yao's avatar alex yao

fix:修复获取合同对比,获取百度Token异常

parent 11d49098
......@@ -38,10 +38,10 @@ public class BaiduTextDiffServiceImpl implements BaiduTextDiffService {
private final Logger logger = LoggerFactory.getLogger(BaiduTextDiffService.class);
@Value("baidu.text_diff.client_id")
@Value("${baidu.text_diff.client_id}")
private String clientId;
@Value("baidu.text_diff.client_secret")
@Value("${baidu.text_diff.client_secret}")
private String clientSecret;
@Resource
......
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