Merge branch 'feature/wx' into 'dev'
Feature/wx See merge request universal/infrastructure/backend/msg-center-plat!4
This commit is contained in:
commit
56ff32145f
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user