2 Star 0 Fork 0

微擎/应用模块SDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.phpstorm.meta.php 976 Bytes
一键复制 编辑 原始数据 按行查看 历史
虞灪 提交于 2023-03-23 15:12 . [U] 根据新版授权机制全新重构
<?php
/**
* WeEngine System
*
* (c) We7Team 2022 <https://www.w7.cc>
*
* This is not a free software
* Using it under the license terms
* visited https://www.w7.cc for more details
*/
namespace PHPSTORM_META{
registerArgumentsSet(
'accountType',
\W7\Sdk\Module\Support\Account::TYPE_NONE,
\W7\Sdk\Module\Support\Account::TYPE_WECHAT,
\W7\Sdk\Module\Support\Account::TYPE_WECHAT_MINI,
\W7\Sdk\Module\Support\Account::TYPE_APP,
\W7\Sdk\Module\Support\Account::TYPE_ALI_MINI,
\W7\Sdk\Module\Support\Account::TYPE_BAIDU_MINI,
\W7\Sdk\Module\Support\Account::TYPE_TIK_TOK_MINI,
\W7\Sdk\Module\Support\Account::TYPE_WECHAT_WORK,
\W7\Sdk\Module\Support\Account::TYPE_K_WAI_MINI,
\W7\Sdk\Module\Support\Account::TYPE_WECHAT_EC,
\W7\Sdk\Module\Support\Account::TYPE_QQ_MINI,
);
expectedArguments(\W7\Sdk\Module\Api::__construct(), 2, argumentsSet('accountType'));
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/we7coreteam/w7-engine-sdk-module.git
git@gitee.com:we7coreteam/w7-engine-sdk-module.git
we7coreteam
w7-engine-sdk-module
应用模块SDK
master

搜索帮助