- add jd order comment msg.

This commit is contained in:
gazebo
2018-06-29 11:33:09 +08:00
parent 73369ef436
commit bcc95475db
3 changed files with 52 additions and 28 deletions

View File

@@ -144,3 +144,13 @@ func (c *JDOrderController) PushDeliveryStatus() {
c.Data["json"] = callbackResponse
c.ServeJSON()
}
// @Title pushDeliveryStatus
// @Description create object
// @Param jd_param_json formData string true "应用级别输入参数"
// @Success 200 {string} models.Object.Id
// @Failure 403 body is empty
// @router /ordercommentpush [post]
func (c *JDOrderController) OrderComment() {
c.orderStatus()
}