菜单发布bug

feat/task1-c-wallet
devil_gong 2018-11-07 11:46:26 +08:00
parent 0f9fb3780d
commit 9890cdb26d
1 changed files with 1 additions and 1 deletions

View File

@ -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' => [],