aa
This commit is contained in:
@@ -4,7 +4,8 @@ import (
|
||||
"bytes"
|
||||
"context"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/act"
|
||||
dyvmsapiclient "github.com/alibabacloud-go/Dyvmsapi-20170525/client"
|
||||
"github.com/alibabacloud-go/tea/tea"
|
||||
"net"
|
||||
"regexp"
|
||||
"strconv"
|
||||
@@ -1986,9 +1987,17 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
// }
|
||||
// go connHandler(conn, "1e000f02000151323032313036313530303030313"+utils.Int2Str(i)+"00000033")
|
||||
//}
|
||||
act.RrefreshMtwmVendorAct()
|
||||
//act.RrefreshEbaiVendorAct()
|
||||
return err
|
||||
mobileNum := "18160030913"
|
||||
templateParam := map[string]interface{}{
|
||||
"tel": "111111",
|
||||
}
|
||||
request := &dyvmsapiclient.SingleCallByTtsRequest{
|
||||
CalledNumber: tea.String(mobileNum),
|
||||
TtsCode: tea.String(globals.SMSVoicePickOrderTemplate),
|
||||
TtsParam: tea.String(string(utils.MustMarshal(templateParam))),
|
||||
}
|
||||
_, _err := api.VoiceClient.SingleCallByTts(request)
|
||||
return _err
|
||||
}
|
||||
|
||||
func Hextob(str string) []byte {
|
||||
|
||||
Reference in New Issue
Block a user