示例#1
0
 public CategroyInfo GetCategory(string authorizerAccessToken)
 {
     return(CodeApi.GetCategory(authorizerAccessToken).category_list[0]);
 }