当前位置:网站首页>The latest wechat iPad protocol code obtains official account authorization, etc

The latest wechat iPad protocol code obtains official account authorization, etc

2022-07-01 02:10:00 Q44804487

This update adds kafka Message queuing these It is an upgraded version of the legendary version

Added Check out the people around SMS login Assist new mobile phone login View red packet details Custom collection QR code to grant authorization APP QR code application authorization wait

The configuration file :

{
    "host": "127.0.0.1",
    "port":"18080",
    "workerpoolsize": 500,
    "maxworkertasklen": 1000,
    "redisConfig": {
        "Host":            "127.0.0.1",
        "Port":            6379,
        "Db":              6,
        "Pass":            "",
        "MaxIdle":         10,
        "MaxActive":       20,
        "IdleTimeout":     5000,
        "MaxConnLifetime": 30,
        "ConnectTimeout":  5000
    },
    "newsSynWxId":true,
    "rocketMq": false,
    "rocketMqHost": "",
    "rocketAccessKey":"",
    "rocketSecretKey":"",
    "rabbitMq": false,
    "topic": "wx_sync_msg_topic",
    "rabbitMqUrl": "",
    "kafka": false,
    "kafkaUrl": "",
    "kafkaUsername": "",
    "kafkaPassword": "",
    "dt": true,
    "mySqlConnectStr": "'",
    "cluster": {
        "clusterName":"",
        "zkAddr": "",
        "ectdAddr": ""
    },
    "logLevel": "1"

}

原网站

版权声明
本文为[Q44804487]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207010208323813.html