Merge branch 'feature/wx' into 'dev'

Feature/wx

See merge request universal/infrastructure/backend/msg-center-plat!4
This commit is contained in:
陈宁 2023-06-05 10:36:06 +00:00
commit 56ff32145f

View File

@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*;
public class CpTpApiController {
private final WxCpTpProcessorFactory wxCpProcessorFactory;
@GetMapping(produces = "text/plain;charset=utf-8")
@GetMapping(produces = "text/plain;charset=utf-8", value = "/{corpId}")
public String authGet(@PathVariable String corpId,
@RequestParam(name = "msg_signature", required = false) String signature,
@RequestParam(name = "timestamp", required = false) String timestamp,