- refactor.
This commit is contained in:
@@ -76,7 +76,7 @@ func (j JDAPI) OrderAcceptOperate(orderId string, isAgreed bool) (interface{}, e
|
||||
jdParams := map[string]string{
|
||||
"orderId": orderId,
|
||||
"isAgreed": utils.Bool2String(isAgreed),
|
||||
"operator": getJDOperator(),
|
||||
"operator": utils.GetAPIOperator(),
|
||||
}
|
||||
return j.AccessJDQueryNoPage("ocs/orderAcceptOperate", jdParams, nil, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user