• 大小: 30KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: C#
  • 标签: c#  

资源简介

c#微信企业号推送消息,亲测通过__(0521).rar

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Web.script.Serialization;
using System.Data.SqlClient;
using System.Net;
using System.Collections.Specialized;
  /*
          更 多 .net 资 源 下 载 https://www.cnblogs.com/just-soso/ ( 阅 读 密 码 :2723812263)             
        */
namespace DianJiRuKu
{
    public partial class FrmOther : Form
    {
  /*
          更 多 .net 资 源 下 载 https://www.cnblogs.com/just-soso/ ( 阅 读 密 码 :2723812263)             
        */
        public FrmOther()
        {
            InitializeComponent();
        }
        //共用代码
        public class TokenInfor
        {
            public string access_token { get; set; }
            public int expires_in { get; set; }
        }
        public class mediaid
        {
            public string media_id { get; set; }
            public int created_at { get; set; }
        }
        private static String URL = “https://qyapi.weixin.qq.com/cgi-bin/gettoken“;
        private static String URLTEXT = “https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=“;
        private static String URLupload = “https://qyapi.weixin.qq.com/cgi-bin/media/upload?access_token=“;//&type=TYPE
        private static int Expires_Period = 7200;//过期的时间为两个小时
  /*
          更 多 .net 资 源 下 载 https://www.cnblogs.com/just-soso/ ( 阅 读 密 码 :2723812263)             
        */
  
        private static String corpid = ““;//后一个企业微信号的corpid
        private static String corpsecret = ““;//测试应用的corpsecret
        private static DateTime GetAccessToken_Time;  //记录获取token的时间

        string tokenx = ““;
        public string LoadText1(string media_id string UserID)
        {
            string m_template = @“{“ +
                               “\“touser\“:\“@all\““ +
                                “\“toparty\“:\“@all\““ +
                                “\“totag\“: \“@all\““ +
                                “\“msgtype\“: \“image\““ +
                                “\“agentid\“: 1000003“ +
                                “\“image\“: {“ +
                                 “\“media_id\“: \““ + media_id + “\““ +
                             “}“ +
                              “\“safe\“:0“ +
                           “}“;
            return m_template;
        }
        public string LoadText2(string media_id string UserID)
        {
            string m_template = @“{“ +
                               “\“touser\“:\“@all\““ +
                                “\“toparty\“:\“@all\““ +
                                “\“totag\“: \“@all\““ +
                                “\“msgtype\“: \“voice\““ +
                                “\“agentid\“: 1000003“ +
                                “\“voice\“: {“ +
                                 “\“m

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21700  2019-05-21 15:51  c#微信企业号推送消息,亲测通过__(0521)\1.rar

     文件      10044  2019-05-20 16:52  c#微信企业号推送消息,亲测通过__(0521)\FrmOther.cs

     文件      13775  2019-05-20 16:53  c#微信企业号推送消息,亲测通过__(0521)\FrmOther.Designer.cs

     文件       5817  2017-10-20 09:35  c#微信企业号推送消息,亲测通过__(0521)\FrmOther.resx

     文件       1778  2019-05-20 16:52  c#微信企业号推送消息,亲测通过__(0521)\PinYinHelper.cs

     文件       7929  2019-05-20 16:53  c#微信企业号推送消息,亲测通过__(0521)\tools.cs

     目录          0  2019-05-21 15:52  c#微信企业号推送消息,亲测通过__(0521)

----------- ---------  ---------- -----  ----

                61043                    7


评论

共有 条评论