Browse Source

wxConfig范围修改

anderx 4 years ago
parent
commit
55ba0cecd0

+ 1 - 1
src/main/java/com/goafanti/common/controller/PublicController.java

@@ -83,7 +83,7 @@ public class PublicController extends CertifyApiController {
 	@Value(value = "${mobileRemindCodeTemplate}")
 	private String					mobileRemindCodeTemplate	= null;
 	@Value(value = "${wx.clockInRange}")
-	private String clockInRange;
+	private Integer clockInRange;
 
 	@Resource
 	private UserService				userService;