Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
命名空间
Browse files Browse the repository at this point in the history
  • Loading branch information
slight committed Jul 1, 2017
1 parent e31c8bd commit 6185d11
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

194 changes: 119 additions & 75 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CoolQ机器人 基于[http插件](https://richardchien.github.io/coolq-http-api/
{
"require": {
"slight-sky/coolq-sdk-php": "^0.1.0"
"slight-sky/coolq-sdk-php": "^0.2.0"
}
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/CoolQ/CoolQ.php → src/CoolQSDK/CoolQ.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CoolQ
private $path;

/**
* CoolQ constructor.
* CoolQSDK constructor.
* @param string $HOST CoolQ插件开启的服务器地址
* @param int $POST 端口
* @param string $TOKEN token
Expand Down
File renamed without changes.

0 comments on commit 6185d11

Please sign in to comment.