修改

parent 850d9659
...@@ -45,7 +45,7 @@ public class SmsController implements IBaseController { ...@@ -45,7 +45,7 @@ public class SmsController implements IBaseController {
private static final String IMAGE_PHONE_COUNT = "image:phone"; private static final String IMAGE_PHONE_COUNT = "image:phone";
private static final String IMAGE_DEVICEID_COUNT = "image:deviceId:"; private static final String IMAGE_DEVICEID_COUNT = "image:deviceId:";
private static final Long IP_MAX_PER_DAY = 30L; private static final Long IP_MAX_PER_DAY = 5000L;
private static final Long PHONE_MAX_PER_DAY = 20L; private static final Long PHONE_MAX_PER_DAY = 20L;
private static final Long DEVICE_MAX_PER_DAY = 20L; private static final Long DEVICE_MAX_PER_DAY = 20L;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment