Check(); break; // 关注/取消 case 'alipay.mobile.public.message.notify' : $obj->Life(); break; // 默认 default : exit('service error'); } } /** * 消息发送 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2018-10-24 * @desc description */ public function MessageSend() { AlipayLifeService::MessageSend($_REQUEST); } /** * 菜单发布 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2018-10-24 * @desc description */ public function MenuRelease() { AlipayLifeService::MenuRelease($_REQUEST); } /** * 生活号批量上下架 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2018-10-24 * @desc description */ public function StatusHandle() { AlipayLifeService::StatusHandle($_REQUEST); } } ?>