routers/commentsRouter_controllers.go added.

This commit is contained in:
gazebo
2018-06-29 15:26:07 +08:00
parent a727fc644b
commit 30d77cad2e
3 changed files with 235 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ func (c *JDOrderController) PushDeliveryStatus() {
// @Param jd_param_json formData string true "应用级别输入参数"
// @Success 200 {string} models.Object.Id
// @Failure 403 body is empty
// @router /ordercommentpush [post]
// @router /orderCommentPush [post]
func (c *JDOrderController) OrderComment() {
c.orderStatus()
}