接收到微信验证请求

This commit is contained in:
wangw 2025-10-20 16:23:18 +08:00
parent dde3759772
commit a826af831c
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import com.czg.account.service.UserInfoService;
import jakarta.annotation.Resource;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.codec.digest.DigestUtils;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import java.util.Arrays;
@ -15,7 +16,7 @@ import java.util.Arrays;
* @description
*/
@Slf4j
@RestController
@Controller
@RequestMapping("/notify")
public class NotifyController {