|
|
@@ -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()
|