太阳成游戏网站CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
QQ1835022299
028-61286886
请问下前端的消息通知提醒在小程序里怎么引用,这个好像有没有api
定义test.php接口文件:./dayrui/App/Httpapi/Api/test.php
table('member_notice')->where('uid', $uid)->where('isnew', 1)->getAll();
后台选择test.php文件
{table table=member_notice isnew=1 uid=$member.uid order=inputtime cahce=0}-
{dr_fdate($t.inputtime)}
{dr_notice_icon($t.type, 'label-icon')}
{dr_strcut($t.content, 20)}
{/table}
定义test.php接口文件:./dayrui/App/Httpapi/Api/test.php
后台选择test.php文件