This commit is contained in:
邹宗楠
2023-07-13 10:19:05 +08:00
parent 762367f26f
commit 6078b3bd22
4 changed files with 9 additions and 14 deletions

View File

@@ -404,6 +404,7 @@ type YunDecrypt struct {
// OrderUserInfoDecrypt 用户信息解密(此接口转入云鼎服务器,将不再直接通信)
func (a *API) OrderUserInfoDecrypt(orderId, name, tel, address string) (string, string, string, error) {
url := "http://ddy.jxc4.com/tt/decrypt"
//url := "http://180.184.32.54:8080/tt/decrypt"
accessToken, err := json.Marshal(a.accessTokenObj.CreateTokenData)
if err != nil {
return "", "", "", err