- 京东操作员统一加jxadmin前缀
This commit is contained in:
@@ -142,7 +142,7 @@ func (a *API) OrgReplyComment(orderID int64, storeID, content, replayPin string)
|
||||
"orderId": orderID,
|
||||
"storeId": storeID,
|
||||
"content": content,
|
||||
"replyPin": replayPin,
|
||||
"replyPin": utils.GetAPIOperator(replayPin),
|
||||
}
|
||||
_, err := a.AccessAPINoPage("commentOutApi/orgReplyComment", jdParams, nil, nil, genNoPageResultParser("code", "msg", "result", "200"))
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user