diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 5cd578b52..131ac4ae0 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -4,7 +4,7 @@ import ( "bytes" "context" "fmt" - dyvmsapiclient "github.com/alibabacloud-go/Dyvmsapi-20170525/client" + dyvmsapiclient "github.com/alibabacloud-go/dyvmsapi-20170525/client" "github.com/alibabacloud-go/tea/tea" "net" "regexp" diff --git a/business/jxutils/smsmsg/smsmsg.go b/business/jxutils/smsmsg/smsmsg.go index 953e9820c..3f7791c37 100644 --- a/business/jxutils/smsmsg/smsmsg.go +++ b/business/jxutils/smsmsg/smsmsg.go @@ -3,7 +3,7 @@ package smsmsg import ( "fmt" aliyunsmsclient "github.com/KenmyZhang/aliyun-communicate" - dyvmsapiclient "github.com/alibabacloud-go/Dyvmsapi-20170525/client" + dyvmsapiclient "github.com/alibabacloud-go/dyvmsapi-20170525/client" "github.com/alibabacloud-go/tea/tea" "git.rosy.net.cn/baseapi/utils"