|
@@ -100,7 +100,7 @@ public class FaceServiceImpl implements FaceService {
|
|
String photoUrl = null;
|
|
String photoUrl = null;
|
|
try {
|
|
try {
|
|
in = new FileInputStream(file);
|
|
in = new FileInputStream(file);
|
|
- photoUrl = upyunService.writeFile("studentBasePhoto", env, in);
|
|
|
|
|
|
+ photoUrl = upyunService.writeFile("studentPhoto", env, in);
|
|
} catch (StatusException e) {
|
|
} catch (StatusException e) {
|
|
throw e;
|
|
throw e;
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|