chore(addon-huaweipay): 支持华为支付参数配置
This commit is contained in:
17
src/addon/huaweipay/event/Install.php
Normal file
17
src/addon/huaweipay/event/Install.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace addon\wechatpay\event;
|
||||
|
||||
/**
|
||||
* 应用安装
|
||||
*/
|
||||
class Install
|
||||
{
|
||||
/**
|
||||
* 执行安装
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
return success();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user