This commit is contained in:
2024-12-30 17:56:03 +08:00
parent 5bc8164dd1
commit 7309ef704d
4 changed files with 9 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/tidwall/gjson"
"github.com/zeromicro/go-zero/core/logx"
"io"
"log"
"net/http"
"net/url"
"qnc-server/app/user/cmd/api/internal/config"
@@ -363,6 +364,7 @@ func (a *ApiRequestService) ProcessG35SC01Request(params []byte) ([]byte, error)
},
}
resp, callApiErr := a.westDexService.CallAPI("G35SC01", request)
log.Println(string(resp))
if callApiErr != nil {
return nil, callApiErr
}