瀏覽代碼

解决订单系统代码冲突

15313670163 2 月之前
父節點
當前提交
683800e1b9
共有 1 個文件被更改,包括 8 次插入0 次删除
  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);
     }