php calls SMS interface
谓风
谓风 2018-12-26 09:01:09
0
3
1539

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

谓风
谓风

会当凌绝顶,一览众山小。

reply all(1)
ringa_lee

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 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.
    谓风 author 2018-12-26 10:19:24
  • reply That's obvious. If you call it twice, you have to troubleshoot the code.
    ringa_lee author 2018-12-26 17:39:15
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template