mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-02-15 14:04:27 +08:00
Compare commits
1 Commits
v1.2.2
...
fa75d580b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa75d580b8 |
@@ -30,6 +30,7 @@ class PayAccount extends BaseModel
|
||||
public static function getAccountConfig($aid, $pid = null): array|bool
|
||||
{
|
||||
$aid_info = self::find($aid);
|
||||
if (!$aid_info) return false;
|
||||
// 插件配置
|
||||
$platform = PluginController::getPluginInfo($aid_info->getData('platform'));
|
||||
// 查询参数
|
||||
|
||||
Reference in New Issue
Block a user