以前,我的代码已经可以使用,但是最近在使用“点击聊天”发送消息时使用。执行脚本时,它会打开要发送消息的页面,按“发送”时将不发送消息,而是会打开页面的html代码。
正如我之前提到的,代码已经可以工作,并且没有任何修改。有人有这个吗?
我使用当前和以前的语法进行了测试,直接在Chrome中运行
https://wa.me/5211234567890?text=Hi
https://api.whatsapp.com/send?phone=5211234567890&text=Hi
这将代替“ WhatsApp Web”打开:
<!DOCTYPE html>
<html class="no-js" dir="ltr" loc="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>WhatsApp Web</title>
<meta name="viewport" content="width=device-width">
<meta name="google" content="notranslate">
<meta name="format-detection" content="telephone=no"/>
<meta name="description" content="Quickly send and receive WhatsApp messages right from your computer.">
<meta name="og:description" content="Quickly send and receive WhatsApp messages right from your computer."/>
<meta name="og:url" content="https://web.whatsapp.com/"/>
<meta name="og:title" content="WhatsApp Web"/>
<meta name="og:image" content="https://www.whatsapp.com/img/whatsapp-promo.png"/>
<link id="favicon" rel="shortcut icon" href="/img/favicon/1x/favicon.png" type="image/png" />
<link id="favicon" rel="shortcut icon" href="https://whatsapp.net/favicon_web.png" type="image/png" />
<link rel="apple-touch-icon" sizes="194x194" href="/apple-touch-icon.png" type="image/png" />
<link rel="stylesheet" href="/cssm_99362fa8365d8e39028c84edca18e758.css">
<style>
html, body, #app {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
.
.
.
答案 0 :(得分:0)
页面https://web.whatsapp.com/send
有一个错误,并加载了https://web.whatsapp.com
主页的最新html版本,因此页面的索引甚至没有加载任何进程,仅返回了的最新html版本。发送页面。该错误可以在WhatsApp Web
的后续更新中修复,如果没有,请联系WhatsApp并告诉他们。
此处:WhatsApp Web / Contact