结构修改
This commit is contained in:
parent
cd48fb0fbd
commit
1199641d80
|
@ -82,7 +82,7 @@ func (z ZltxOrderStatisticsTool) getZltxOrderStatistics(number string, requireDa
|
||||||
req := l_request.Request{
|
req := l_request.Request{
|
||||||
Url: url,
|
Url: url,
|
||||||
Headers: map[string]string{
|
Headers: map[string]string{
|
||||||
"Authorization": fmt.Sprintf("Bearer %s", requireData.Auth),
|
"Authorization": requireData.Auth,
|
||||||
},
|
},
|
||||||
Method: "GET",
|
Method: "GET",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue