3.8.1
This commit is contained in:
10
public/server_callback/wechat_login.php
Normal file
10
public/server_callback/wechat_login.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* 微信登录回调
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__) . '/../init.php';
|
||||
|
||||
//微信回调处理
|
||||
$authorizationDomain = new \Base\Domain\Authorization();
|
||||
$result = $authorizationDomain->weChatCallback();
|
||||
Reference in New Issue
Block a user