init
This commit is contained in:
@@ -77,7 +77,7 @@ func (c *JobClient) QueryJobs(req *model.JobQueryRequest) (*model.JobAPIResponse
|
||||
params.Set("jobLocationAreaCode", req.JobLocationAreaCode)
|
||||
}
|
||||
|
||||
reqURL := fmt.Sprintf("%s/job/aiList?%s", c.baseURL, params.Encode())
|
||||
reqURL := fmt.Sprintf("%s?%s", c.baseURL, params.Encode())
|
||||
|
||||
httpReq, err := http.NewRequest("GET", reqURL, nil)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user