- 修复jdapi.SaveQualify中的bug
This commit is contained in:
@@ -461,7 +461,7 @@ func (a *API) SaveQualify(stationNo string, actionType int, qualifyList []*Quali
|
|||||||
_, err = a.AccessStorePage2("https://sta-store.jddj.com/store/saveQualify.o2o", map[string]interface{}{
|
_, err = a.AccessStorePage2("https://sta-store.jddj.com/store/saveQualify.o2o", map[string]interface{}{
|
||||||
"stationNo": stationNo,
|
"stationNo": stationNo,
|
||||||
"actionType": actionType,
|
"actionType": actionType,
|
||||||
"qualifyList": qualifyList,
|
"qualifyList": utils.Format4Output(qualifyList, true),
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"degrade": "no",
|
"degrade": "no",
|
||||||
}, true, "")
|
}, true, "")
|
||||||
|
|||||||
Reference in New Issue
Block a user