Skip to content

Commit

Permalink
[Bug修复](1.1.5): 修复企业微信可信域名无法自动验证问题
Browse files Browse the repository at this point in the history
  • Loading branch information
maxincai committed Oct 21, 2021
1 parent 9a351ed commit 1648af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class TxtVerifyShow extends AbstractAction
{
/**
* @RequestMapping(path="/dashboard/{wxVerifyTxt:WW_verify_[0-9a-zA-Z]{16}\.txt$}", methods="GET")
* @RequestMapping(path="/{wxVerifyTxt:WW_verify_[0-9a-zA-Z]{16}\.txt$}", methods="GET")
* @return null|string ...
*/
public function handle(): ?string
Expand Down
2 changes: 1 addition & 1 deletion api-server/config/autoload/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'/weWork/callback',
'/dashboard/corp/weWorkCallback',
'/',
'/dashboard/{wxVerifyTxt}',
'/{wxVerifyTxt}',
'/dashboard/officialAccount/authEventCallback',
'/dashboard/{appId}/officialAccount/messageEventCallback',
'/operation/officialAccount/authRedirect',
Expand Down

0 comments on commit 1648af4

Please sign in to comment.