public function __construct()
 {
     parent::__construct();
     $this->cache = \Alibaba::cache();
     $this->storage = \Alibaba::storage('storage-01');
     $this->token = $this->cache->get('ACCESS_TOKEN');
     $this->log = new LogModel();
     $this->response = new WeixinResponseModel();
     $this->resource = new WeixinResourceManagerModel();
 }