Skip to content

Commit

Permalink
up README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Apr 9, 2022
1 parent 892bfa0 commit 6115750
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@ pip install -r requirements.txt
$ python Serve.py
```

## future

1. 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.

2. 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.

0 comments on commit 6115750

Please sign in to comment.