小程序调用云托管服务,小程序端一次调用,但是后端收到了两次调用是什么问题?
小程序端就是正常的CallContainer调用,但是后端收到了两次请求,间隔5秒。 小程序端调用: [图片] 后端日志: [pid: 959|app: 0|req: 1/2] 10.12.254.174 () {80 vars in 2264 bytes} [Wed Oct 25 14:57:04 2023] POST /index => generated 593 bytes in 7598 msecs (HTTP/1.1 200) 2 headers in 80 bytes (1 switches on core 0) [pid: 958|app: 0|req: 2/3] 10.12.254.226 () {78 vars in 2264 bytes} [Wed Oct 25 14:57:11 2023] POST /index => generated 361 bytes in 5891 msecs (HTTP/1.1 200) 2 headers in 80 bytes (1 switches on core 0) 数据库记录:(插入两条) [图片]