Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cvno committed Nov 12, 2018
1 parent 47022f0 commit bc350ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

```sh
# run
docker run -d -p 3280:5000 -e "GVAPI_IS_DEV=true" -e "GV_USR=<your email>" -e "GV_PWD=<your passwd>" --restart always cvno/gv
docker run -d -p 3280:5000 -e "GV_USR=<your email>" -e "GV_PWD=<your passwd>" -e "GVAPI_IS_DEV=true" --restart always cvno/gv
```

`Dockerfile``GV_USR``GV_PWD`填入自己的邮箱和密码,然后访问`ip:3280/sms/13212969527/gv:0.1`成功后会返回数据。
在指令中`GV_USR``GV_PWD`填入自己的邮箱和密码,稍等片刻后访问`ip:3280/sms/13212969527/gv:0.1`成功后会返回数据。

`ip:3280/sms/13212969527/gv:0.1``13212969527`这个号码发送`sms`信息,内容为`gv:0.1`

Expand Down

0 comments on commit bc350ad

Please sign in to comment.