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