6盘
| 14 | |
| 15 | // 6盘 |
| 16 | type SixHttpClient struct { |
| 17 | QingzhenToken string |
| 18 | |
| 19 | client *http.Client |
| 20 | } |
| 21 | |
| 22 | func NewSixHttpClient(token string) *SixHttpClient { |
| 23 | cli := &SixHttpClient{ |
nothing calls this directly
no outgoing calls
no test coverage detected