Browse Source

修复订单RPC 调用接口

master
lanzu_qinsheng 5 years ago
parent
commit
d6effbe958
  1. 4
      app/Admin/Common/Rpc.php

4
app/Admin/Common/Rpc.php

@ -10,8 +10,8 @@ class Rpc
{
const SEPARATE_ACCOUNTS = "/order/onlineComplete";//订单完成
const ORDER_REFUND = "/order/onlineRefund";//整笔订单退款
const ORDER_SINGLE_REFUND = "/order/onlineSingleRefund";//订单单个商品退款
const ORDER_REFUND = "/orderonline/onlineRefund";//整笔订单退款
const ORDER_SINGLE_REFUND = "/orderonline/onlineSingleRefund";//订单单个商品退款
const GET_DISTANCE = "/location/getDistanceByTencent";//获取骑行距离
const DO_BY_ORDER = "/badge/doByOrder";//订单状态变更
const ALI_SMS_SENT = "/alisms/sent";//发短信

Loading…
Cancel
Save