*/ class User_AppProfile extends ApiAbstract { /** * @description 获取应用信息(新) * @link /user/appProfile.json * @return json */ public function Get($params){ $url = $this->domain.'/user/appProfile.json'; return self::getHttp($url,$params); } }