fix XSS and BAC, improve code style
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
|
||||
* 小程序直播状态获取
|
||||
*
|
||||
* @author Bulbasaur
|
||||
* @since: 2021/5/20 2:52 下午
|
||||
* @since 2021/5/20 2:52 下午
|
||||
*/
|
||||
@Component
|
||||
public class BroadcastExecute implements EveryHourExecute {
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.springframework.stereotype.Component;
|
||||
* 优惠券状态监测
|
||||
*
|
||||
* @author Bulbasaur
|
||||
* @since: 2021/5/24 10:08 上午
|
||||
* @since 2021/5/24 10:08 上午
|
||||
*/
|
||||
@Component
|
||||
public class CouponExecute implements EveryDayExecute {
|
||||
|
||||
Reference in New Issue
Block a user