From 78bc4cc8db83989a5bc39fb16d148d2f7f950cc9 Mon Sep 17 00:00:00 2001 From: lanzu_qinsheng <334039090@qq.com> Date: Tue, 15 Sep 2020 17:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Common/Rpc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Admin/Common/Rpc.php b/app/Admin/Common/Rpc.php index 544ab71..9df0fe3 100644 --- a/app/Admin/Common/Rpc.php +++ b/app/Admin/Common/Rpc.php @@ -9,13 +9,13 @@ use Graze\GuzzleHttp\JsonRpc\Client; class Rpc { - const SEPARATE_ACCOUNTS = "/order/onlineComplete"; - const ORDER_REFUND = "/order/onlineRefund"; - const ORDER_SINGLE_REFUND = "/order/onlineSingleRefund"; - const GET_DISTANCE = "/location/getDistanceByTencent"; - const DO_BY_ORDER = "/badge/doByOrder"; - const ALI_SMS_SENT = "/alisms/sent"; - const FEI_E_PRINT = '/feie/doPrint'; + const SEPARATE_ACCOUNTS = "/order/onlineComplete";//订单完成 + const ORDER_REFUND = "/order/onlineRefund";//整笔订单退款 + const ORDER_SINGLE_REFUND = "/order/onlineSingleRefund";//订单单个商品退款 + const GET_DISTANCE = "/location/getDistanceByTencent";//获取骑行距离 + const DO_BY_ORDER = "/badge/doByOrder";//订单状态变更 + const ALI_SMS_SENT = "/alisms/sent";//发短信 + const FEI_E_PRINT = '/feie/doPrint';//订单打印