Browse Source

新增wx订单运单、电子订单、支付单发送失败查询接口,提供给小程序后台查询订单重发功能

hyq 5 năm trước cách đây
mục cha
commit
d0b8e95012

+ 4 - 1
src/main/java/com/emato/ccnet/wx/controller/WxOrderController.java

@@ -42,7 +42,10 @@ public class WxOrderController {
         return result;
     }
 
-
+    /**
+     * 新增wx订单运单、电子订单、支付单发送失败查询接口,提供给小程序后台查询订单重发功能
+     * @return
+     */
     @RequestMapping("/wx/wxOrderResendQueryAll")
     public ResponseMessage wxOrderResendQueryAll() {
         LOGGER.info("---------- wx订单运单、电子订单、支付单发送失败数据开始 ----------------------------------------");