From c180ee816a5eb2b64efc8298d850cbb16ae97744 Mon Sep 17 00:00:00 2001 From: lanzu_qinsheng <334039090@qq.com> Date: Wed, 16 Sep 2020 10:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95RPC?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Common/Rpc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Admin/Common/Rpc.php b/app/Admin/Common/Rpc.php index 3d0d46a..e53655b 100644 --- a/app/Admin/Common/Rpc.php +++ b/app/Admin/Common/Rpc.php @@ -9,9 +9,9 @@ use Graze\GuzzleHttp\JsonRpc\Client; class Rpc { - const SEPARATE_ACCOUNTS = "/order/onlineComplete";//订单完成 - const ORDER_REFUND = "/orderonline/onlineRefund";//整笔订单退款 - const ORDER_SINGLE_REFUND = "/orderonline/onlineSingleRefund";//订单单个商品退款 + const SEPARATE_ACCOUNTS = "/orders/onlineComplete";//订单完成 + const ORDER_REFUND = "/orders/onlineRefund";//整笔订单退款 + const ORDER_SINGLE_REFUND = "/orders/onlineSingleRefund";//订单单个商品退款 const GET_DISTANCE = "/location/getDistanceByTencent";//获取骑行距离 const DO_BY_ORDER = "/badge/doByOrder";//订单状态变更 const ALI_SMS_SENT = "/alisms/sent";//发短信