Documentation
¶
Overview ¶
Package alitrip 阿里商旅
Index ¶
- func ABtripCostCenterModify(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripCostCenterDelete(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripCostCenterEntityDelete(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripCostCenterEntitySet(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripCostCenterNew(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripCostCenterQuery(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripCostCenterTransfer(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripFlightCitySuggest(ctx *dingding.App, payload []byte) (resp []byte, err error)
- func BtripTrainCitySuggest(ctx *dingding.App, payload []byte) (resp []byte, err error)
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ABtripCostCenterModify ¶
修改成本中心
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/modify?access_token=ACCESS_TOKEN
func BtripCostCenterDelete ¶
删除成本中心
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/delete?access_token=ACCESS_TOKEN
func BtripCostCenterEntityDelete ¶
删除成本中心人员信息
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/entity/delete?access_token=ACCESS_TOKEN
func BtripCostCenterEntitySet ¶
设置成本中心人员信息
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/entity/set?access_token=ACCESS_TOKEN
func BtripCostCenterNew ¶
新建成本中心
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/new?access_token=ACCESS_TOKEN
func BtripCostCenterQuery ¶
查询成本中心
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/query?access_token=ACCESS_TOKEN
func BtripCostCenterTransfer ¶
商旅成本中心转换为外部成本中心
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kaklal
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/cost/center/transfer?access_token=ACCESS_TOKEN
func BtripFlightCitySuggest ¶
机票城市搜索
See: https://ding-doc.dingtalk.com/doc#/serverapi2/kg5g2g
POST https://oapi.dingtalk.com/topapi/alitrip/btrip/flight/city/suggest?access_token=ACCESS_TOKEN
Types ¶
This section is empty.