- 京东操作员统一加jxadmin前缀

This commit is contained in:
gazebo
2019-05-29 15:16:13 +08:00
parent f69a27d4f2
commit ed98603ccb
2 changed files with 8 additions and 8 deletions

View File

@@ -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