- OrderAccounting
This commit is contained in:
@@ -151,7 +151,7 @@ func (c *DjswController) transferResponse(inCallbackResponse *jdapi.CallbackResp
|
|||||||
return inCallbackResponse
|
return inCallbackResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *DjswController) AfterSaleBillStatus() {
|
func (c *DjswController) afterSaleBillStatus() {
|
||||||
var obj *jdapi.CallbackOrderMsg
|
var obj *jdapi.CallbackOrderMsg
|
||||||
var callbackResponse *jdapi.CallbackResponse
|
var callbackResponse *jdapi.CallbackResponse
|
||||||
obj, callbackResponse = api.JdAPI.GetOrderCallbackMsg(c.Ctx.Input.RequestBody)
|
obj, callbackResponse = api.JdAPI.GetOrderCallbackMsg(c.Ctx.Input.RequestBody)
|
||||||
@@ -162,3 +162,11 @@ func (c *DjswController) AfterSaleBillStatus() {
|
|||||||
c.Data["json"] = callbackResponse
|
c.Data["json"] = callbackResponse
|
||||||
c.ServeJSON()
|
c.ServeJSON()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *DjswController) AfterSaleBillStatus() {
|
||||||
|
c.afterSaleBillStatus()
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *DjswController) OrderAccounting() {
|
||||||
|
c.afterSaleBillStatus()
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user