可以在手机端使用支持webhook的软件推送验证码短信到quicker
例如:fooviewer、通知滤盒、tasker、ISO捷径等
POST 推送
推送地址:https://push.getquicker.cn/to/quicker
推送格式(Headers):Content-Type: application/json; charset=utf-8
推送内容(Body):
{
"toUser":"推送目标账户-quicker注册邮箱",
"code":"推送密码-自定义https://getquicker.net/Member/PushTools",
"toDevice":"quicker激活的PC设备",
"operation":"action",
"data": "收到信息\n{android.title}\n{android.text}",
"action":"验证码短信接收",
"wait":false,
"maxWaitMs":5000,
"txt":false
}
其中:data中 {android.title}为安卓通知的标题,{android.text}为通知内容,自行根据使用的软件说明进行提取。
以下以通知滤盒为例:
推送到quicker的PC端后,自动触发本动作,提取验证码,写入剪切板。