wxr
2022-07-22 01c8b9a4753296ddd93da2a155bf4deb772481d9
HDL_ON/Common/ImageUtlis.cs
@@ -3,6 +3,7 @@
using HDL_ON.DAL.Server;
using System.IO;
using HDL_ON.Common;
using System.Collections.Generic;
namespace HDL_ON
{
@@ -160,6 +161,17 @@
            }
            return "";
        }
        /// <summary>
        /// 获取场景默认图库列表
        /// </summary>
        /// <returns></returns>
        public ResponsePackNew GetSceneDefaultIconList()
        {
            var d = new Dictionary<string, object>();
            var requestJson = HttpUtil.GetSignRequestJson(d);
            var revertObj = HttpUtil.RequestHttpsPostFroHome(NewAPI.Api_Post_GetSceneDefaultIconList, requestJson);
            return revertObj;
        }
        /// <summary>
        /// 通过图片路径下载图片