当前位置:网站首页>Wechat official account can reply messages normally, but it still prompts that the service provided by the official account has failed. Please try again later
Wechat official account can reply messages normally, but it still prompts that the service provided by the official account has failed. Please try again later
2022-06-25 09:29:00 【Maoningyi】
The official account had a sudden draught two days ago , Although the message can be replied normally , However, it still prompts that the service provided by the official account fails , Please try again later 
Most of the reasons are found online because they are bound to a third-party platform , Just cancel the authorization of the third party , But I unlicensed all third-party platforms , There is still this problem . You have to find the problem from your own server .
Print messages on the background server , It is found that each message will repeat the request 4 Time , Print nginx journal
access_log /var/log/nginx/access.log;
Discover that every time a user sends a message , There will be two different IP request , And each request returns a status code 404
So I forced to modify the returned status code in the code , The status code returned for each request is 200, instead of 404
ctx.response.body = {
status: 200,
description: 'ok',
result: data
}
So the problem is solved
边栏推荐
- 106. simple chat room 9: use socket to transfer audio
- Object. Can defineproperty also listen for array changes?
- Matplotlib plt grid()
- Is it safe to open an account at Huatai Securities?
- Prediction of pumpkin price based on BP neural network
- Is it safe to buy stocks and open accounts through the account QR code of the account manager? Want to open an account for stock trading
- How safe is the new bond
- Neo4jdesktop (neo4j desktop version) configures auto start (boot auto start)
- Is it safe for Huatai Securities to open a stock account on it?
- Mapping mode of cache
猜你喜欢

Prediction of pumpkin price based on BP neural network
![[opencv] - Discrete Fourier transform](/img/03/10ce3d7c5d99ead944b2cae8d0cec0.png)
[opencv] - Discrete Fourier transform
![[matlab] image binarization (imbinarize function)](/img/3e/066f460d9f436bbc43ea35e46093e2.jpg)
[matlab] image binarization (imbinarize function)

Unity发布webGL的时候JsonConvert.SerializeObject()转换失败

Analysis on the thinking of 2022 meisai C question

How to delete a blank page that cannot be deleted in word

Format analysis and explanation of wav file

Matplotlib decision boundary drawing function plot in Matplotlib_ decision_ Boundary and plt Detailed explanation of contour function

C#程序终止问题CLR20R3解决方法
![[2020 cloud development + source code] 30 minutes to create and launch wechat applet practical project | zero cost | cloud database | cloud function](/img/89/39851fee714be872a599ad4ddd4852.jpg)
[2020 cloud development + source code] 30 minutes to create and launch wechat applet practical project | zero cost | cloud database | cloud function
随机推荐
35 websites ICER must know
How safe is the new bond
十大券商开户风险大吗,安全靠谱吗?
Is the client that gets the scanning code wechat or Alipay
Benefits and types of cloud network technology
C # startup program loses double quotation marks for parameters passed. How to solve it?
socket编程——poll模型
[MySQL] understanding and use of indexes
Close a thread
Atguigu---17-life cycle
SQL advanced
关掉一个线程
处理图片类库
RMB 3000 | record "tbtools" video, make a friend and get a cash prize!
自定义注解之编译时注解(RetentionPolicy.CLASS)
Notes on key words in the original English work biography of jobs (III) [chapter one]
SQL高级
行业春寒回暖,持续承压的酒店企业于何处破局?
股票在线开户安全吗?找谁可以办理?
将jar包注册为服务,实现开机自动启动