mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 整合三方接口
This commit is contained in:
parent
d14fdc653e
commit
38502a44ba
@ -5,7 +5,7 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG\JPush;
|
||||
namespace Home\ApiStore\ApiSDK\JPush;
|
||||
|
||||
|
||||
class Config {
|
@ -5,7 +5,7 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG\JPush;
|
||||
namespace Home\ApiStore\ApiSDK\JPush;
|
||||
|
||||
|
||||
class Device {
|
@ -5,7 +5,7 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG\JPush;
|
||||
namespace Home\ApiStore\ApiSDK\JPush;
|
||||
|
||||
|
||||
use Home\ORG\Response;
|
@ -5,12 +5,11 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG\JPush;
|
||||
namespace Home\ApiStore\ApiSDK\JPush;
|
||||
|
||||
|
||||
use Home\ORG\Response;
|
||||
use Home\ORG\ReturnCode;
|
||||
use Home\ORG\Str;
|
||||
|
||||
class Push {
|
||||
private $platform = 'all';
|
@ -5,7 +5,7 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG\JPush;
|
||||
namespace Home\ApiStore\ApiSDK\JPush;
|
||||
|
||||
|
||||
class Report {
|
@ -5,7 +5,7 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG\JPush;
|
||||
namespace Home\ApiStore\ApiSDK\JPush;
|
||||
|
||||
|
||||
class Schedule {
|
@ -5,13 +5,13 @@
|
||||
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Home\ORG;
|
||||
namespace Home\ApiStore\ApiSDK;
|
||||
|
||||
|
||||
use Home\ORG\JPush\Device;
|
||||
use Home\ORG\JPush\Push;
|
||||
use Home\ORG\JPush\Report;
|
||||
use Home\ORG\JPush\Schedule;
|
||||
use Home\ApiStore\ApiSDK\JPush\Device;
|
||||
use Home\ApiStore\ApiSDK\JPush\Push;
|
||||
use Home\ApiStore\ApiSDK\JPush\Report;
|
||||
use Home\ApiStore\ApiSDK\JPush\Schedule;
|
||||
|
||||
class JPushSDK {
|
||||
|
Loading…
x
Reference in New Issue
Block a user