Browse Source

解决订单系统代码冲突

15313670163 4 tháng trước cách đây
mục cha
commit
683800e1b9
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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);
     }