Browse Source

解决订单系统代码冲突

15313670163 2 months ago
parent
commit
683800e1b9
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/JsonRpc/OrderService.php

+ 8 - 0
app/JsonRpc/OrderService.php

@@ -62,6 +62,14 @@ class OrderService extends AbstractServiceClient implements OrderServiceInterfac
         return $this->__request(__FUNCTION__, $data);
     }
     public function delOrderAdmin(array $data)
+    {
+        return $this->__request(__FUNCTION__, $data);
+    }
+     /**
+     * @param array $data
+     * @return mixed
+     */
+    public function getPrice(array $data)
     {
         return $this->__request(__FUNCTION__, $data);
     }