composer
This commit is contained in:
parent
455bfde49f
commit
46ec738185
|
|
@ -3,10 +3,10 @@
|
|||
namespace app\api\model;
|
||||
|
||||
use app\common\model\Sms;
|
||||
use fast\Random;
|
||||
use extend\ba\Random;
|
||||
use think\Exception;
|
||||
use think\Hook;
|
||||
use think\Log;
|
||||
use support\Log;
|
||||
use think\Model;
|
||||
use AlibabaCloud\SDK\Dysmsapi\V20170525\Dysmsapi;
|
||||
use AlibabaCloud\Tea\Exception\TeaError;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,12 @@
|
|||
"webman/redis": "^2.1",
|
||||
"illuminate/events": "^11.45",
|
||||
"webman/redis-queue": "^2.1",
|
||||
"webman/console": "^2.1.0"
|
||||
"webman/console": "^2.1.0",
|
||||
"alibabacloud/dysmsapi-20170525": "3.1.0",
|
||||
"aliyuncs/oss-sdk-php": "^2.7",
|
||||
"alibabacloud/client": "1.5.32",
|
||||
"alibabacloud/sts": "^1.8",
|
||||
"phpoffice/phpspreadsheet": "4.3.1"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-event": "For better performance. "
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue