摘要: /// <summary> /// 创建小程序码 /// </summary> /// <returns>返回Base64图片字符串</returns> public static ToResultJson GetWxaCodeUnlimit(CreateMpCodeInputDto inputDt 阅读全文
posted @ 2020-04-10 19:19 KingDuDu 阅读(725) 评论(0) 推荐(0) 编辑
摘要: public ActionResult GetShopFile(string id) { List<string> fileNames = new List<string>(); if (!string.IsNullOrEmpty(model.DoorPhoto)) { string url = C 阅读全文
posted @ 2020-04-10 15:04 KingDuDu 阅读(171) 评论(0) 推荐(0) 编辑
摘要: public class TriplicatePrint { private const int HeadHeight = 14; private const string FontName = "黑体"; private readonly SolidBrush _drawBrush_Black = 阅读全文
posted @ 2020-04-10 14:55 KingDuDu 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: 先去看文档,看完之后我们来继续 https://opendocs.alipay.com/apis/api_28/alipay.fund.trans.uni.transfer/ 准备工作 第一步,下载好证书,放在目录中 我用的config方式读取的 <add key="aliCertPublicKey 阅读全文
posted @ 2020-04-10 14:49 KingDuDu 阅读(4335) 评论(2) 推荐(1) 编辑