🚧 corpId

This commit is contained in:
陈宁 2023-06-05 18:34:54 +08:00
parent 4019f09012
commit d59c1732ba

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,