迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
请问下前端的消息通知提醒在小程序里怎么引用,这个好像有没有api
<li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> {table table=member_notice isnew=1 uid=$member.uid order=inputtime cahce=0} <li> <a {if $t.url} href="{$t.url}" target="_blank" {else}href="{dr_member_url('notice/index')}"{/if}> <span class="time">{dr_fdate($t.inputtime)}</span> <span class="details"> {dr_notice_icon($t.type, 'label-icon')} {dr_strcut($t.content, 20)} </span> </a> </li> {/table} <script> $('.dr_notice_num').html("{$count}"); </script> </ul> </li>
定义test.php接口文件:./dayrui/App/Httpapi/Api/test.php
<?php /** * api 示例文件 * 变量介绍 * $return 表示标准返回变量 */ $uid = intval($_GET['uid']); $return = \Phpcmf\Service::M()->table('member_notice')->where('uid', $uid)->where('isnew', 1)->getAll();
后台选择test.php文件
定义test.php接口文件:./dayrui/App/Httpapi/Api/test.php
后台选择test.php文件