search

Home  >  Q&A  >  body text

php calls SMS interface

Why when php calls the SMS interface once, two messages will be sent.

谓风谓风2217 days ago1581

reply all(3)I'll reply

  • ringa_lee

    ringa_lee2018-12-26 09:07:51

    First determine whether the interface you are calling is called more than once elsewhere

    Secondly, SMS operators usually have a limit on the number of characters in a text message. For example, a text message is limited to 70 characters at most. You If the set number of characters exceeds 70, it will be sent in two text messages at one time

    reply
    0
  • 谓风

    When I call it once with vue, the number of words does not exceed. In the browser, a message that it was called twice appears.

    谓风 · 2018-12-26 10:19:24
    ringa_lee

    That's obvious. If you call it twice, you have to troubleshoot the code.

    ringa_lee · 2018-12-26 17:39:15
  • Cancelreply