初始上传
This commit is contained in:
11
addon/printer/data/sdk/yilianyun/Demo/index.php
Executable file
11
addon/printer/data/sdk/yilianyun/Demo/index.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
include __DIR__ . '/init.php';
|
||||
|
||||
if (GRANTTYPE == 'client_credentials') {
|
||||
include_once __DIR__ . '/ClientMode/callback.php';
|
||||
}
|
||||
|
||||
if (GRANTTYPE == 'authorization_code') {
|
||||
include_once __DIR__ . '/AuthorizationCodeMode/callback.php';
|
||||
}
|
||||
Reference in New Issue
Block a user