Authored by mlge

鉴定结果查询接口--修改

... ... @@ -43,7 +43,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
private static final Logger logger = LoggerFactory.getLogger(ProductIdentifyServiceImpl.class);
public static final String LIVE_VEDIO_DOMAIN = "http://yhb-img01.qiniudn.com/";
public static final String LIVE_VEDIO_DOMAIN = "http://flv01.static.yhbimg.com/";
@Autowired
private IdentifyRecordsMapper identifyRecordsMapper;
... ...