wxr
2022-07-22 d9feb1d52963982a89a6e6d741a9b841042ce0b6
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>
        /// 通过图片路径下载图片