/// <summary>
/// 生成随机字符串(下载微信图片并存入文件夹中)
/// </summary>
/// <param name="mediaId">字符串的长度</param>
/// <param name="ACCESS_TOKEN">站点Id,通常根据这个站点获取相对于的appid</param>
/// <returns></returns>
public ResponseObj SaveImageByMedia(string mediaId, string ACCESS_TOKEN,string File,string StationId,string Type,string userId="")
{
ResponseObj result = new ResponseObj();
result.retCode = 0;
BasService bs = new BasService();
var entity = bs.GetRowToTableByORM("select *from tbStation where ID=" + StationId);
C#微信下载图片到本地
最新推荐文章于 2022-07-19 11:44:09 发布