摘要: public static class StringHelper { /// <summary> /// 返回缩略图路径 /// </summary> /// <param name="filePath">原图路径</param> /// <param name="width">缩略图宽</para 阅读全文
posted @ 2020-11-12 14:37 春夏秋冬的千山万水 阅读(95) 评论(0) 推荐(0)
摘要: /// <summary> /// 小程序秘钥 /// </summary> /// <param name="wxLogin"></param> /// <returns></returns> [AllowUser] [HttpPost] public ResultResponse<bool> G 阅读全文
posted @ 2020-11-12 13:55 春夏秋冬的千山万水 阅读(366) 评论(0) 推荐(0)
摘要: public class WxHelper { //微信小程序 private static string _appid = ConfigurationManager.AppSettings["wxAPPID"]; private static string _appSecret = Configu 阅读全文
posted @ 2020-11-12 13:49 春夏秋冬的千山万水 阅读(116) 评论(0) 推荐(0)
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>拍照2</title> </head> <body> <button id="btnDoCapture">拍照</button> <br /> <video i 阅读全文
posted @ 2020-11-12 12:02 春夏秋冬的千山万水 阅读(222) 评论(0) 推荐(0)