1
This commit is contained in:
@@ -231,8 +231,8 @@ func (c *DjswController) OrderInfoChange() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ApplyOrderInvoiceStatus 发票申请
|
// OrderInvoice 发票申请
|
||||||
func (c *DjswController) ApplyOrderInvoiceStatus() {
|
func (c *DjswController) OrderInvoice() {
|
||||||
if c.Ctx.Input.Method() == http.MethodPost {
|
if c.Ctx.Input.Method() == http.MethodPost {
|
||||||
callbackResponse := c.handleMsg(func(a *jdapi.API, obj interface{}) (callbackResponse *jdapi.CallbackResponse) {
|
callbackResponse := c.handleMsg(func(a *jdapi.API, obj interface{}) (callbackResponse *jdapi.CallbackResponse) {
|
||||||
callbackResponse = jd.OnInvoiceMsg(obj.(*jdapi.CallbackInvoiceMsg))
|
callbackResponse = jd.OnInvoiceMsg(obj.(*jdapi.CallbackInvoiceMsg))
|
||||||
|
|||||||
Reference in New Issue
Block a user