Make SDK importable from module root

This commit is contained in:
ywlmac
2026-05-13 11:28:34 +08:00
parent ec5657efb8
commit 52d1d9dd4b
23 changed files with 72 additions and 306 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ import (
"encoding/json"
"errors"
"fmt"
"git.yuanzoo.cn/zhangzhengqiang/popi-zxl/third_party/official/gosdk_demo/zxsdk/constant"
"git.yuanzoo.cn/zhangzhengqiang/popi-zxl/third_party/official/gosdk_demo/zxsdk/log"
"github.com/mitchellh/mapstructure"
"io"
"net/http"
"net/url"
"time"
"zxsdk/constant"
"zxsdk/log"
)
var DefaultHttpClient = &http.Client{