| 1234567891011121314151617181920 |
- using Common;
- namespace Feign
- {
- public class IProject
- {
- // public static List<PageForMiniProgramVo> GetPageForMiniProgram(List<int> moduleIdList)
- // {
- // string content = Function.GetWebRequest(Utils.FeignUrl["ym_material"] + "/v1/pub/pageForMiniProgram?moduleIdList=" + Newtonsoft.Json.JsonConvert.SerializeObject(moduleIdList).Replace("[", "").Replace("]", ""));
- // Utils.WriteLog(content, "GetPageForMiniProgram");
- // return Newtonsoft.Json.JsonConvert.DeserializeObject<List<PageForMiniProgramVo>>(content);
- // }
- // public static List<ModuleTreeVo> getProject()
- // {
- // string content = Function.GetWebRequest(Utils.FeignUrl["ym_material"] + "/v1/pub/getBlockForModuleList");
- // return Newtonsoft.Json.JsonConvert.DeserializeObject<List<ModuleTreeVo>>(content);
- // }
- }
- }
|