Authored by 黄高仁

Merge branch 'feature/sensitive-words-20210425' into 'master'

Feature/sensitive words 20210425

UFO二手出售瑕疵和商品描述增加敏感词拦截

See merge request !4
... ... @@ -166,4 +166,8 @@ ufo.alipay.sendPaymentInfo.switch=false
dataSource.URL = jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUnicode=true&characterEncoding=UTF-8&testConnectionOnCheckout=false&testConnectionOnCheckin=true&idleConnectionTestPeriod=60
dataSource.user = yh_test
dataSource.password = 9nm0icOwt6bMHjMusIfMLw==
\ No newline at end of file
dataSource.password = 9nm0icOwt6bMHjMusIfMLw==
#用于百度接口拦截敏感词
yoho.reviewed.text.license=961a8f476ea14c148fe4aa1044320cde
yoho.reviewed.pic.license=22c5c86b-3dad-473b-8688-a386a0695343
\ No newline at end of file
... ...
... ... @@ -146,3 +146,7 @@ alipay.crossBorder.type=${alipay.crossBorder.type}
alipay.youfu.appid=${alipay.youfu.appid}
alipay.youfu.partner=${alipay.youfu.partner}
#用于百度接口拦截敏感词
yoho.reviewed.text.license=${yoho.reviewed.text.license}
yoho.reviewed.pic.license=${yoho.reviewed.pic.license}
\ No newline at end of file
... ...