修改包依赖名称
This commit is contained in:
10
docs/sms.md
10
docs/sms.md
@@ -19,8 +19,8 @@
|
||||
|
||||
```go
|
||||
import (
|
||||
"github.com/go-common/config"
|
||||
"github.com/go-common/sms"
|
||||
"git.toowon.com/jimmy/go-commom/config"
|
||||
"git.toowon.com/jimmy/go-commom/sms"
|
||||
)
|
||||
|
||||
// 从配置加载
|
||||
@@ -102,7 +102,7 @@ if err != nil {
|
||||
### 5. 使用SendRequest结构发送(便捷方法)
|
||||
|
||||
```go
|
||||
import "github.com/go-common/sms"
|
||||
import "git.toowon.com/jimmy/go-commom/sms"
|
||||
|
||||
req := &sms.SendRequest{
|
||||
PhoneNumbers: []string{"13800138000", "13900139000"},
|
||||
@@ -329,8 +329,8 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/go-common/config"
|
||||
"github.com/go-common/sms"
|
||||
"git.toowon.com/jimmy/go-commom/config"
|
||||
"git.toowon.com/jimmy/go-commom/sms"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user