From 2ec2046689d69799618b399f099290d60751b198 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 7 May 2019 14:55:49 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E7=A6=81=E7=94=A8jd=20newAfterSaleBill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/jd_callback.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/jd_callback.go b/controllers/jd_callback.go index a4e25322c..f8c81ab9b 100644 --- a/controllers/jd_callback.go +++ b/controllers/jd_callback.go @@ -165,9 +165,9 @@ func (c *DjswController) afterSaleBillStatus() { c.ServeJSON() } -func (c *DjswController) NewAfterSaleBill() { - c.afterSaleBillStatus() -} +// func (c *DjswController) NewAfterSaleBill() { +// c.afterSaleBillStatus() +// } func (c *DjswController) AfterSaleBillStatus() { c.afterSaleBillStatus()