接收到微信验证请求
This commit is contained in:
parent
dde3759772
commit
a826af831c
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue