2 Commits

Author SHA1 Message Date
  wangzijian 8353e38d96 白名单 1 year ago
  wangzijian fbd7d24f3a 白名单 1 year ago

+ 2
- 3
src/main/java/com/cirle/scientific/controller/miniapp/LoginController.java View File

@@ -43,9 +43,8 @@ public class LoginController {
43 43
     @Autowired
44 44
     WeixinService weixinService;
45 45
 
46
-    private static final String phones = "13621173040,13390906112,13390906112,15011407616,18515368686,13911906973,18618427271,13501103018,13611127040,13716327458,15901176537,13520544504,13683131351,18600651891,13693161027" +
47
-            "1346638946,18510351280,18518272962,13581972813,13811592600,13699283983,18801077506,18810482487,18101318590,13718237252,18810766386,15652790935,18911615130,13810921141,13581866981,13381003887,18911615067,18518156226," +
48
-            "18501363756,13006052378,13691241031,15738268948,13811408269,15210182287";
46
+    private static final String phones = "13621173040,13390906112,13390906112,15011407616,18515368686,13911906973,18618427271,13501103018,13611127040,13716327458,15901176537,13520544504,13683131351,18600651891,13693161027,13466380946,18510351280,18518272962,13581972813,13811592600,13699283983,18801077506,18810482487,18101318590,13718237252,18810766386,15652790935,18911615130,13810921141,13581866981,13381003887,18911615067,18310131996,15910690230,13520927906,13520556057,13651115505,15001082965,13810503364,15210016357,13021026498,15810022271,13717987881,18511857639,13241553809,13701331252,13611152105,13810678250," +
47
+            "18501363756,15738268948,13811408269,18518156226,18434795701,18835388433,15210182287,13466380946";
49 48
 
50 49
 
51 50
     @RequestMapping(value = "/mobileLogin", method = {RequestMethod.GET})

+ 1
- 1
src/main/java/com/cirle/scientific/utils/OSSUtils.java View File

@@ -104,7 +104,7 @@ public class OSSUtils {
104 104
 		SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");
105 105
 		String now = sdf.format(date);
106 106
 		String fileName = FileUtil.getFileNameNoEx(file) + "-" + new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + "." + FileUtil.getExtensionName(file);
107
-		return "test/project/" + now + "/" + fileName;
107
+		return "prod/project/" + now + "/" + fileName;
108 108
 	}
109 109
 
110 110
 	public static String getKeyUUId(String file) {

Loading…
Cancel
Save