提交 15de352a1a1d00d276355b9282a12c18aca75fe2

作者 chenang
1 个父辈 2b48e87f

添加helloWorld

正在显示 1 个修改的文件 包含 5 行增加0 行删除
... ... @@ -3,6 +3,7 @@ package socialwork_sdk
3 3 import (
4 4 "encoding/base64"
5 5 "encoding/json"
  6 + "fmt"
6 7 "gitlab.workai.com.cn/chenang/socialwork-sdk/model"
7 8 "log"
8 9 )
... ... @@ -16,6 +17,10 @@ type OrderClient struct {
16 17 IP string `json:"ip"`
17 18 }
18 19
  20 +func HelloWorld() {
  21 + fmt.Println("欢迎使用小爱,socialwork-sdk")
  22 +}
  23 +
19 24 func NewOrderClient(key, iv, customerPrivateKey, publicKey, ip string) *OrderClient {
20 25 return &OrderClient{
21 26 Key: key,
... ...
注册登录 后发表评论