|
|
@ -10,8 +10,8 @@ class Rpc |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
const SEPARATE_ACCOUNTS = "/order/onlineComplete";//订单完成
|
|
|
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 GET_DISTANCE = "/location/getDistanceByTencent";//获取骑行距离
|
|
|
const DO_BY_ORDER = "/badge/doByOrder";//订单状态变更
|
|
|
const DO_BY_ORDER = "/badge/doByOrder";//订单状态变更
|
|
|
const ALI_SMS_SENT = "/alisms/sent";//发短信
|
|
|
const ALI_SMS_SENT = "/alisms/sent";//发短信
|
|
|
|