modified 整合三方接口

This commit is contained in:
zhaoxiang 2017-04-20 15:45:25 +08:00
parent d14fdc653e
commit 38502a44ba
7 changed files with 11 additions and 12 deletions

View File

@ -5,7 +5,7 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG\JPush; namespace Home\ApiStore\ApiSDK\JPush;
class Config { class Config {

View File

@ -5,7 +5,7 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG\JPush; namespace Home\ApiStore\ApiSDK\JPush;
class Device { class Device {

View File

@ -5,7 +5,7 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG\JPush; namespace Home\ApiStore\ApiSDK\JPush;
use Home\ORG\Response; use Home\ORG\Response;

View File

@ -5,12 +5,11 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG\JPush; namespace Home\ApiStore\ApiSDK\JPush;
use Home\ORG\Response; use Home\ORG\Response;
use Home\ORG\ReturnCode; use Home\ORG\ReturnCode;
use Home\ORG\Str;
class Push { class Push {
private $platform = 'all'; private $platform = 'all';

View File

@ -5,7 +5,7 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG\JPush; namespace Home\ApiStore\ApiSDK\JPush;
class Report { class Report {

View File

@ -5,7 +5,7 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG\JPush; namespace Home\ApiStore\ApiSDK\JPush;
class Schedule { class Schedule {

View File

@ -5,13 +5,13 @@
* @author zhaoxiang <zhaoxiang051405@gmail.com> * @author zhaoxiang <zhaoxiang051405@gmail.com>
*/ */
namespace Home\ORG; namespace Home\ApiStore\ApiSDK;
use Home\ORG\JPush\Device; use Home\ApiStore\ApiSDK\JPush\Device;
use Home\ORG\JPush\Push; use Home\ApiStore\ApiSDK\JPush\Push;
use Home\ORG\JPush\Report; use Home\ApiStore\ApiSDK\JPush\Report;
use Home\ORG\JPush\Schedule; use Home\ApiStore\ApiSDK\JPush\Schedule;
class JPushSDK { class JPushSDK {