|
|
@ -9,13 +9,13 @@ use Graze\GuzzleHttp\JsonRpc\Client; |
|
|
class Rpc |
|
|
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';//订单打印
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|