菜单发布bug
parent
0f9fb3780d
commit
9890cdb26d
|
|
@ -587,7 +587,7 @@ class AlipayLife
|
|||
{
|
||||
// 参数处理
|
||||
$p = $this->RequestCommonParams();
|
||||
$p['method'] = 'alipay.open.public.menu.modify';
|
||||
$p['method'] = empty($params['method']) ? 'alipay.open.public.menu.modify' : $params['method'];
|
||||
$biz_content = [
|
||||
'type' => ($params['type'] == 1) ? 'icon' : 'text',
|
||||
'button' => [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue