1
This commit is contained in:
@@ -88,7 +88,7 @@ func (a *API) AccessAPI(action string, url string, bizParams map[string]interfac
|
||||
|
||||
func (a *API) GetStationList() (err error) {
|
||||
params := make(map[string]interface{})
|
||||
params["platformName"] = a.platformName
|
||||
// params["platformName"] = a.platformName
|
||||
sign := a.signParam(params)
|
||||
_, err = a.AccessAPI("oreo/ejiayou_open_api/stations/v2/"+a.platformName+"/"+sign+"/"+utils.Int64ToStr(a.timeStamp), TestUrl, nil)
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user