コード例 #1
0
 public Dictionary <string, Object> GetKeyWordsListByCategoryId(string agentId)
 {
     try
     {
         Dictionary <string, Object> result = CommonRequest.ApiGetKeyWordsList(agentId);
         return(result);
     }
     catch (Exception e)
     {
         logger.Error("获取产品列表接口异常:" + e);
         return(null);
     }
 }