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 Send() { AlipayLifeService::MessageSend($_REQUEST); } } ?>