当前位置:网站首页>Wechat likes to pay attention to the solution of invalid automatic reply
Wechat likes to pay attention to the solution of invalid automatic reply
2022-06-25 04:39:00 【zepcjsj0801】
Recently, I debugged the auto reply of wechat like .
You can reply to custom messages , But you can't reply automatically when you follow .
Commissioning all morning , A data table is missing , This is the developers deliberately ?
A data table is missing ims_mc_fans_tag_mapping,
Just add a table to the database
CREATE TABLE IF NOT EXISTS ims_mc_fans_tag_mapping (id int(10) unsigned NOT NULL AUTO_INCREMENT,uniacid int(10) unsigned NOT NULL,acid int(10) unsigned NOT NULL,groups varchar(10000) NOT NULL,fanid INT( 10 ) UNSIGNED NOT NULL,
PRIMARY KEY (id),
KEY uniacid (uniacid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
边栏推荐
- Codeforces Round #802 (Div. 2) C D
- Introduction to the isolation level of gbase 8s
- Synchronous and asynchronous functions (callback function, promise, generator, async/await)
- JS call() and apply()
- Finereport (sail soft) handling the problem that the histogram data label is blocked
- Gbase 8s memory management
- EasyRecovery15非常好用的电脑数据恢复软件
- Detailed explanation of flex attributes in flex layout
- Office macro virus bounce shell experiment
- 2021.6.14 notes
猜你喜欢

js中的concat()

LabVIEW development gas regulator

马斯克发布人形机器人,AI对马斯克为什么意义重大?

Xiaobai learns MySQL - Statistical 'opportunism'
三角形类(构造与析构)

「 每日一练,快乐水题 」1108. IP 地址无效化

Anaconda installation +tensorflow installation +keras installation +numpy installation (including image and version information compatibility issues)

unity Quad剔除背面并剔除透明部分的shader

cnpm : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\cnpm.ps1,因为在此系统上禁止运行脚本。

CTF_ Web: advanced problem WP (5-8) of attack and defense world expert zone
随机推荐
GBase 8s 锁的分类
CTF_ Web:8-bit controllable character getshell
GBASE 8s的数据视图
Failed to install redis interface
2.0springmvc uses restful
Finereport (sail soft) handling the problem that the histogram data label is blocked
Machine learning deep learning -- Vectorization
【无标题】
重磅直播 | 相移法+多频外差之数学原理推导+实现
PHP encapsulates curl to send get and post request methods, and uses
领导:谁再用 Redis 过期监听实现关闭订单,立马滚蛋!
Gbase 8s stored procedure flow control
Value transfer between parent and child components of wechat applet
GBASE 8s 总体架构
Nodejs connects to MySQL through heidisql, and ER appears_ BAD_ DB_ ERROR: Unknown database 'my_ db_ books'
Blob page in gbase 8s
Office macro virus bounce shell experiment
CTF_ Web: file contains pseudo protocol with PHP
2021.6.14 notes
冰冰学习笔记:循环队列的实现