Constants

AUTHORITY_RIDER_READ

AUTHORITY_RIDER_READ = "express_rider_read"

AUTHORITY_RIDER_REMOVE

AUTHORITY_RIDER_REMOVE = "express_rider_remove"

AUTHORITY_RIDER_EDIT

AUTHORITY_RIDER_EDIT = 'express_rider_edit'

AUTHORITY_RIDER_ADD

AUTHORITY_RIDER_ADD = 'express_rider_add'

AUTHORITY_ORDER_SHIPPING

AUTHORITY_ORDER_SHIPPING = "express_order_shipping"

AUTHORITY_ORDER_STATE

AUTHORITY_ORDER_STATE = 'express_order_state'

AUTHORITY_ORDER_TRASH

AUTHORITY_ORDER_TRASH = 'express_order_trash'

AUTHORITY_ORDER_READ

AUTHORITY_ORDER_READ = "express_order_read"

AUTHORITY_ORDER_DETAILS_READ

AUTHORITY_ORDER_DETAILS_READ = "express_order_details_read"

AUTHORITY_ORDER_EXPORT

AUTHORITY_ORDER_EXPORT = "express_order_export"

AUTHORITY_WITHDRAW_READ

AUTHORITY_WITHDRAW_READ = "express_user_withdraw_read"

Methods

express_hundred_curl()

express_hundred_curl(  $config = array()) : void

快递100--订阅推送 Undocumented function

Parameters

$config

api_self_add()

api_self_add(array  $input = array()) : void

用户下单 Undocumented function

api: EXPRESSORDERSELFADD

{"class":"express/order","method":"api_self_add"} req:{ }

Parameters

array $input

api_self_receipt()

api_self_receipt(  $input) : void

骑手接单 Undocumented function

api: EXPRESSORDERSELFRECEIPT

{"class":"express/order","method":"api_self_receipt"}

Parameters

$input

api_self_access()

api_self_access(array  $input = array()) : void

骑手取件 并设置取件价格

api: EXPRESSORDERSELFACCESS {"class":"express/order","method":"api_self_access"}

Parameters

array $input

api_self_scale()

api_self_scale() : void

获取会员折扣 Undocumented function

api: EXPRESSORDERSELFSCALE {"class":"express/order","method":"api_self_scale"}

api_self_revoke()

api_self_revoke(array  $input = array()) : void

删除订单 Undocumented function

api: EXPRESSORDERSELFREVOKE {"class":"express/order","method":"api_self_revoke"}

Parameters

array $input

api_self_remove()

api_self_remove(array  $input = array()) : void

删除订单 Undocumented function

api: EXPRESSORDERSELFREMOVE {"class":"express/order","method":"api_self_remove"}

Parameters

array $input

api_self_list()

api_self_list(array  $input = array()) : void

获取订单列表 Undocumented function api: EXPRESSORDERSELFLIST {"class":"express/order","method":"api_self_list"}

Parameters

array $input

api_self_one()

api_self_one(array  $input = array()) : void

订单详情 Undocumented function

api: EXPRESSORDERSELFONE {"class":"express/order","method":"api_self_one"}

Parameters

array $input

api_get_time()

api_get_time() : void

获取下单时间段 Undocumented function

api: EXPRESSORDERGETTIME {"class":"express/order","method":"api_get_time"}

api_self_agent_royal()

api_self_agent_royal(  $input = array()) : void

代理获取提成信息 Undocumented function

api: EXPRESSORDERSELFAGENTROYAL {"class":"express/order","method":"api_self_agent_royal"}

Parameters

$input

api_self_invalid_royal()

api_self_invalid_royal(  $input = array()) : void

获取代理无效提成 Undocumented function

api: EXPRESSORDERSELFINVALIDROYAL

{"class":"express/order","method":"api_self_invalid_royal"}

Parameters

$input

api_self_create()

api_self_create(array  $input = array()) : void

用户支付--统一下单

api: EXPRESSORDERSELFCREATE {"class":"express/order","method":"api_self_create"}

req:{ "id":"订单id", "discount_id":"使用优惠券时,优惠券ID", "pay_method":"weixinpay/alipay", "weixin_login_code":"微信支付是需要,用于换取用户OpenID", "weixin_trade_type":"微信的交易类型,必须是大写,如JSAPI|APP|MWEB|NATIVE" }

Parameters

array $input

api_self_money()

api_self_money(  $input = array()) : 

计算订单金额

api:EXPRESSORDERSELFMONEY

{"class":"express/order","method":"api_self_money"}

req:{ "id":"订单ID", "discount_id":"使用优惠券时,优惠券ID" }

Parameters

$input

Returns

api_self_reorder()

api_self_reorder(array  $input = array()) : 

再来一单 api:EXPRESSORDERSELFREORDER

{"class":"express/order","method":"api_self_reorder"}

Parameters

array $input

{"id":"订单ID"}

Returns

_compute_order()

_compute_order(  $input = array()) : array

计算资金订单,业务订单

Parameters

$input

Returns

array —

[业务订单更新数据,资金订单新增数据]