提交 0eec4a10 编写于 作者: D devil_gong

a

上级 0657a294
......@@ -46,6 +46,6 @@ return array(
'alipay_life_menu_send_time_text' => '发布时间',
'alipay_life_menu_return_msg_text' => '发布描述',
'alipay_life_menu_tips' => '1.图标菜单图片大小必须 60X60 像数<br />2.图标菜单建议不超过8个<br />3.图标菜单不支持二级<br /><br />1.底部一级菜单最多4个,如已开启客服功能则最多3个<br />2.底部二级菜单最多5个',
'alipay_life_menu_tips' => '1.图标菜单图片大小必须 60X60 像数,最大不超过5M<br />2.图标菜单建议不超过8个<br />3.图标菜单不支持二级<br /><br />1.底部一级菜单最多4个,如已开启客服功能则最多3个<br />2.底部二级菜单最多5个',
);
?>
\ No newline at end of file
......@@ -649,7 +649,7 @@ class AlipayLife
}
// 失败
return ['status'=>-100, 'msg'=>$result[$key]['sub_msg'].'['.$result[$key]['code'].']'];
return ['status'=>-100, 'msg'=>$result[$key]['sub_msg'].'['.$result[$key]['code'].'-'.$result[$key]['sub_code'].']'];
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册