Skip to content

xopenapi/uim-channel-adaptor-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go API client for channeladaptor

uim channel adaptor api

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional

Put the package under your project folder and add the following in import:

import "./channeladaptor"

Documentation for API Endpoints

All URIs are relative to http://localhost:58100/app/wechatmp/adaptor/v1

Class Method HTTP request Description
ChannelAdaptorApi ChannelEvent Post /channelEvent 渠道事件
ChannelAdaptorApi ContactDetail Post /contactDetail 获取单个联系人详情
ChannelAdaptorApi ListContact Post /listContact 获取运营号所有联系人信息
ChannelAdaptorApi ProfileDetail Post /profileDetail 获取运营号详情
ChannelAdaptorApi SendCommand Post /sendCommand 通用命令
ChannelAdaptorApi SendMessage Post /sendMessage 往给定channel发送消息
ChannelAdaptorApi UpdateContact Post /updateContact 更新联系人信息
ChannelAdaptorApi UpdateProfile Post /updateProfile 更新运营号信息

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors