- add jd order comment msg.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user