人脸id
This commit is contained in:
@ -57,7 +57,7 @@ public class FileServiceImpl implements FileService {
|
||||
FileClient client = fileConfigService.getMasterFileClient();
|
||||
Assert.notNull(client, "客户端(master) 不能为空");
|
||||
String url = client.upload(content, path, type);
|
||||
|
||||
url=url.substring(url.lastIndexOf("8895")+4);
|
||||
// 保存到数据库
|
||||
FileDO file = new FileDO();
|
||||
file.setConfigId(client.getId());
|
||||
|
Reference in New Issue
Block a user