浏览代码

解决订单系统代码冲突

15313670163 4 月之前
父节点
当前提交
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);
     }