Documentation ¶
Overview ¶
Package ottpay 包含ott支付相关方法
Index ¶
- func YoukuOttIotDevicelistChange(clt *core.SDKClient, req *ottpay.YoukuOttIotDevicelistChangeAPIRequest, ...) (*ottpay.YoukuOttIotDevicelistChangeAPIResponse, error)
- func YoukuOttIotStatusPush(clt *core.SDKClient, req *ottpay.YoukuOttIotStatusPushAPIRequest, ...) (*ottpay.YoukuOttIotStatusPushAPIResponse, error)
- func YoukuOttPayOrderAuthpay(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderAuthpayAPIRequest, ...) (*ottpay.YoukuOttPayOrderAuthpayAPIResponse, error)
- func YoukuOttPayOrderAuthpaywithprice(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderAuthpaywithpriceAPIRequest, ...) (*ottpay.YoukuOttPayOrderAuthpaywithpriceAPIResponse, error)
- func YoukuOttPayOrderCreateorder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderCreateorderAPIRequest, ...) (*ottpay.YoukuOttPayOrderCreateorderAPIResponse, error)
- func YoukuOttPayOrderDeleteorder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderDeleteorderAPIRequest, ...) (*ottpay.YoukuOttPayOrderDeleteorderAPIResponse, error)
- func YoukuOttPayOrderQueryauthstate(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQueryauthstateAPIRequest, ...) (*ottpay.YoukuOttPayOrderQueryauthstateAPIResponse, error)
- func YoukuOttPayOrderQuerycporder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQuerycporderAPIRequest, ...) (*ottpay.YoukuOttPayOrderQuerycporderAPIResponse, error)
- func YoukuOttPayOrderQueryorder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQueryorderAPIRequest, ...) (*ottpay.YoukuOttPayOrderQueryorderAPIResponse, error)
- func YoukuOttPayOrderQueryorderbycp(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQueryorderbycpAPIRequest, ...) (*ottpay.YoukuOttPayOrderQueryorderbycpAPIResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func YoukuOttIotDevicelistChange ¶
func YoukuOttIotDevicelistChange(clt *core.SDKClient, req *ottpay.YoukuOttIotDevicelistChangeAPIRequest, session string) (*ottpay.YoukuOttIotDevicelistChangeAPIResponse, error)
YoukuOttIotDevicelistChange iot设备列表变化接口 youku.ott.iot.devicelist.change
iot设备列表变化接口
func YoukuOttIotStatusPush ¶
func YoukuOttIotStatusPush(clt *core.SDKClient, req *ottpay.YoukuOttIotStatusPushAPIRequest, session string) (*ottpay.YoukuOttIotStatusPushAPIResponse, error)
YoukuOttIotStatusPush iot设备状态变化通知接口 youku.ott.iot.status.push
ott iot设备状态通知
func YoukuOttPayOrderAuthpay ¶
func YoukuOttPayOrderAuthpay(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderAuthpayAPIRequest, session string) (*ottpay.YoukuOttPayOrderAuthpayAPIResponse, error)
YoukuOttPayOrderAuthpay 委托代扣服务 youku.ott.pay.order.authpay
应用中心sdk连续包月委托代扣服务
func YoukuOttPayOrderAuthpaywithprice ¶ added in v1.2.9
func YoukuOttPayOrderAuthpaywithprice(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderAuthpaywithpriceAPIRequest, session string) (*ottpay.YoukuOttPayOrderAuthpaywithpriceAPIResponse, error)
YoukuOttPayOrderAuthpaywithprice 委托代扣可配定价服务 youku.ott.pay.order.authpaywithprice
应用中心sdk连续包月委托代扣服务,次月可配置营销价
func YoukuOttPayOrderCreateorder ¶
func YoukuOttPayOrderCreateorder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderCreateorderAPIRequest, session string) (*ottpay.YoukuOttPayOrderCreateorderAPIResponse, error)
YoukuOttPayOrderCreateorder 创建订单 youku.ott.pay.order.createorder
ottpay创建订单
func YoukuOttPayOrderDeleteorder ¶
func YoukuOttPayOrderDeleteorder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderDeleteorderAPIRequest, session string) (*ottpay.YoukuOttPayOrderDeleteorderAPIResponse, error)
YoukuOttPayOrderDeleteorder 退订应用中心支付订单 youku.ott.pay.order.deleteorder
应用中心sdk连续包月退订接口
func YoukuOttPayOrderQueryauthstate ¶
func YoukuOttPayOrderQueryauthstate(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQueryauthstateAPIRequest, session string) (*ottpay.YoukuOttPayOrderQueryauthstateAPIResponse, error)
YoukuOttPayOrderQueryauthstate 查询连包签约状态 youku.ott.pay.order.queryauthstate
查询CP用户连包商品签约状态
func YoukuOttPayOrderQuerycporder ¶
func YoukuOttPayOrderQuerycporder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQuerycporderAPIRequest, session string) (*ottpay.YoukuOttPayOrderQuerycporderAPIResponse, error)
YoukuOttPayOrderQuerycporder 查询支付订单对应cp订单号 youku.ott.pay.order.querycporder
根据支付订单查询对应cp订单号
func YoukuOttPayOrderQueryorder ¶
func YoukuOttPayOrderQueryorder(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQueryorderAPIRequest, session string) (*ottpay.YoukuOttPayOrderQueryorderAPIResponse, error)
YoukuOttPayOrderQueryorder 查询订单 youku.ott.pay.order.queryorder
通过订单号查询订单信息
func YoukuOttPayOrderQueryorderbycp ¶
func YoukuOttPayOrderQueryorderbycp(clt *core.SDKClient, req *ottpay.YoukuOttPayOrderQueryorderbycpAPIRequest, session string) (*ottpay.YoukuOttPayOrderQueryorderbycpAPIResponse, error)
YoukuOttPayOrderQueryorderbycp 订单查询接口(cp订单号查询) youku.ott.pay.order.queryorderbycp
给商户服务端查询订单状态
Types ¶
This section is empty.
Source Files ¶
- YoukuOttIotDevicelistChange.go
- YoukuOttIotStatusPush.go
- YoukuOttPayOrderAuthpay.go
- YoukuOttPayOrderAuthpaywithprice.go
- YoukuOttPayOrderCreateorder.go
- YoukuOttPayOrderDeleteorder.go
- YoukuOttPayOrderQueryauthstate.go
- YoukuOttPayOrderQuerycporder.go
- YoukuOttPayOrderQueryorder.go
- YoukuOttPayOrderQueryorderbycp.go
- doc.go