You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
783 B

<?php
/**
* @copyright ©2018 Lu Wei
* @author Lu Wei
* @link http://www.luweiss.com/
* Created by IntelliJ IDEA
* Date Time: 2018/10/23 12:04
*/
namespace app\hejiang\cloud;
class CloudApi
{
const SITE_INFO = '/mall/site/info';
const TEST_SITE = '/site-test/index';
const TASK_CREATE = '/mall/task/create';
const APP_UPLOAD_LOGIN = '/mall/app-upload/login';
const APP_UPLOAD_PREVIEW = '/mall/app-upload/preview';
const APP_UPLOAD_UPLOAD = '/mall/app-upload/upload';
const PLUGIN_LIST = '/mall/plugin/index';
const PLUGIN_DETAIL = '/mall/plugin/detail';
const PLUGIN_CREATE_ORDER = '/mall/plugin/create-order';
const PLUGIN_INSTALL = '/mall/plugin/install';
const UPDATE_DATA = '/mall/update/index';
}