Skip to content

Commit bc350ad

Browse files
committed
Update README.md
1 parent 47022f0 commit bc350ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
```sh
77
# run
8-
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
8+
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
99
```
1010

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

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

0 commit comments

Comments
 (0)