1
This commit is contained in:
@@ -76,9 +76,9 @@ func (c *TaoBaoVegetableController) GetCode() {
|
||||
|
||||
// OrderStatus 订单状态变化 [post]
|
||||
func (c *TaoBaoVegetableController) OrderStatus() {
|
||||
c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
c.ServeJSON()
|
||||
return
|
||||
//c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
//c.ServeJSON()
|
||||
//return
|
||||
|
||||
urlParam := c.Ctx.Request.URL.RawQuery
|
||||
|
||||
@@ -118,9 +118,9 @@ func (c *TaoBaoVegetableController) OrderStatus() {
|
||||
|
||||
// ApplyCancelOrder 用户发起售后申请
|
||||
func (c *TaoBaoVegetableController) ApplyCancelOrder() {
|
||||
c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
c.ServeJSON()
|
||||
return
|
||||
//c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
//c.ServeJSON()
|
||||
//return
|
||||
|
||||
urlParam := c.Ctx.Request.URL.RawQuery
|
||||
|
||||
@@ -161,9 +161,9 @@ func (c *TaoBaoVegetableController) ApplyCancelOrder() {
|
||||
|
||||
// UserCancelRefund 用户取消售后
|
||||
func (c *TaoBaoVegetableController) UserCancelRefund() {
|
||||
c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
c.ServeJSON()
|
||||
return
|
||||
//c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
//c.ServeJSON()
|
||||
//return
|
||||
|
||||
urlParam := c.Ctx.Request.URL.RawQuery
|
||||
|
||||
@@ -204,9 +204,9 @@ func (c *TaoBaoVegetableController) UserCancelRefund() {
|
||||
|
||||
// CancelOnSaleRefundOrder 用户售中取消(走订单取消流程)
|
||||
func (c *TaoBaoVegetableController) CancelOnSaleRefundOrder() {
|
||||
c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
c.ServeJSON()
|
||||
return
|
||||
//c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
//c.ServeJSON()
|
||||
//return
|
||||
|
||||
urlParam := c.Ctx.Request.URL.RawQuery
|
||||
|
||||
@@ -247,9 +247,9 @@ func (c *TaoBaoVegetableController) CancelOnSaleRefundOrder() {
|
||||
|
||||
// RefundOrderSuccess 用户售后成功通知,只有退款成功了才会通知(商户拒绝退款,不会通知)
|
||||
func (c *TaoBaoVegetableController) RefundOrderSuccess() {
|
||||
c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
c.ServeJSON()
|
||||
return
|
||||
//c.Data["json"] = tao_vegetable.CallBackResultSign(nil)
|
||||
//c.ServeJSON()
|
||||
//return
|
||||
|
||||
urlParam := c.Ctx.Request.URL.RawQuery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user