This commit is contained in:
邹宗楠
2025-12-16 11:08:01 +08:00
parent df82f54d27
commit a2025b5e6c

View File

@@ -231,8 +231,8 @@ func (c *DjswController) OrderInfoChange() {
}
}
// ApplyOrderInvoiceStatus 发票申请
func (c *DjswController) ApplyOrderInvoiceStatus() {
// OrderInvoice 发票申请
func (c *DjswController) OrderInvoice() {
if c.Ctx.Input.Method() == http.MethodPost {
callbackResponse := c.handleMsg(func(a *jdapi.API, obj interface{}) (callbackResponse *jdapi.CallbackResponse) {
callbackResponse = jd.OnInvoiceMsg(obj.(*jdapi.CallbackInvoiceMsg))