2017 © Pedro Peláez
 

library gotye

亲加通讯云后台 API接口

image

yanpeipan/gotye

亲加通讯云后台 API接口

  • Saturday, December 27, 2014
  • by yanpeipan
  • Repository
  • 3 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gotye

亲加通讯云后台 API接口, (*1)

安装

composer require yanpeipan/gotye:dev-master

使用

require 'vendor/autoload.php';
$gotye = new Yan\gotye($email, $devpwd, $appkey);

用户管理,群管理可直接使用形参, (*2)

$gotye->GetUserlist(0, 20);

其他接口需要包裹在数组里, (*3)

$gotye->SetupKeyword(array('setup_type' => 1, 'key_word' => '敏感词1,敏感词2'));

The Versions

27/12 2014

dev-master

9999999-dev

亲加通讯云后台 API接口

  Sources   Download

GPL-2.0

by Avatar yanpeipan