whitefang 1 год назад
Родитель
Сommit
2399448d7d

+ 1 - 1
app/api/controller/ServiceOrderController.php

@@ -151,7 +151,7 @@ class ServiceOrderController extends BaseApiController
         if (false === $result) {
             return $this->fail(ServiceOrderLogic::getError());
         }
-        return $this->success('已确认支付尾款', [], 1, 1);
+        return $this->data($result);
     }
 
     public function firmOrderLists()

+ 9 - 0
app/api/logic/ServiceOrderLogic.php

@@ -264,6 +264,15 @@ class ServiceOrderLogic extends BaseLogic
         ];
     }
 
+    /**
+     * 取消订单优惠券
+     * @return void
+     */
+//    public function canleOrderCoupon()
+//    {
+//
+//    }
+
     /**
      * 获取订单工程师信息
      * * @param $params