appid = '12'; $this->secret = '2'; } public function test() { echo $this->appid; die(); } }