Commit b3cc96e0 authored by zw's avatar zw

微信授权

parent b22c2150
......@@ -16,12 +16,13 @@ use Think\Log;
*/
class WxAuthorization extends Basic
{
private $url = CURRENT_URL . "/index/getWxInfo";
private $url;
private $_wxApi;
public function __construct()
{
$this->_wxApi = new WxCallbackUntils();
$this->url = CURRENT_URL . "/index/getWxInfo";
}
public function getWxInfo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment