pip install -r requirements.txt
$ python Serve.py
-
PDU mode
This project send SMS message is useing pure text mode.
So it is not way to send SMS message in Chinese.
In the future, maybe we can encode message in PDU mode. But it is not easy to do.
-
requestStack
Considering that when there are multiple users concurrency requesting,
The service will not process.
And when a call fails, the service will not process no longer.
So we need a stack to record the request.