GithubHelp home page GithubHelp logo

[Suggestion]: 快捷指令的发送短信功能无法实现 自定义,发给谁,发什么内容的问题, about smsforwarder HOT 9 CLOSED

tomcat927 avatar tomcat927 commented on May 24, 2024
[Suggestion]: 快捷指令的发送短信功能无法实现 自定义,发给谁,发什么内容的问题,

from smsforwarder.

Comments (9)

tomcat927 avatar tomcat927 commented on May 24, 2024 2

感谢,已经解决了。 @pppscn ,支付宝已打赏30。

from smsforwarder.

pppscn avatar pppscn commented on May 24, 2024

工具是死的,但是人是活的

尝试以下操作:

1、添加发送通道手机短信

2、自动任务中使用推送通知,然后选手机短信发送通道,配合正则替换内容

from smsforwarder.

tomcat927 avatar tomcat927 commented on May 24, 2024

没有完全解决,

发送通道的,手机短信发送,只能设置接收号码为固定值/接收一个变量:{{FROM}},来源号码

无法满足通过短信指令实现自定义发给谁的问题

from smsforwarder.

pppscn avatar pppscn commented on May 24, 2024

覆盖安装 每周构建版 试试

升级操作提示:

from smsforwarder.

tomcat927 avatar tomcat927 commented on May 24, 2024

构建失败了 @pppscn

from smsforwarder.

pppscn avatar pppscn commented on May 24, 2024

构建失败了 @pppscn

好了

from smsforwarder.

tomcat927 avatar tomcat927 commented on May 24, 2024

看了附录3:自定义模板可用变量。和特别提醒,还是不太理解,

请问是,是通过正则表达式,替换{from}/{sms}对应的标签,从而实现发给谁的,发什么内容吗?

但是特别提醒部分,功能成立条件是好像是,该值是什么,才能实现替换,而不是针对短信内容

@pppscn

from smsforwarder.

pppscn avatar pppscn commented on May 24, 2024

假设:你自定义的短信指令格式:SMS,{手机号1,手机号2},{短信内容123456}

实现方式:

1、添加 自动任务,触发条件: 短信广播

image

2、执行动作: 发送短信

手机号码 填写: 10086;{{SMS###\s*SMS,\{([^}]+)\},\{([^}]+)\}\s*===$1}},预期结果:10086;手机号1,手机号2

短信内容 填写:{{SMS###\s*SMS,\{([^}]+)\},\{([^}]+)\}\s*===$2}},预期结果:短信内容123456

image

3、执行结果:

image

from smsforwarder.

pppscn avatar pppscn commented on May 24, 2024

覆盖安装 每周构建版 试试

升级操作提示:

from smsforwarder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.