chore(addon-huaweipay): 支持华为支付参数配置

This commit is contained in:
2025-12-01 15:28:38 +08:00
parent 39ce5882cb
commit 981779126c
7 changed files with 154 additions and 74 deletions

View File

@@ -0,0 +1,17 @@
<?php
namespace addon\wechatpay\event;
/**
* 应用安装
*/
class Install
{
/**
* 执行安装
*/
public function handle()
{
return success();
}
}