gift.php 323 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php return [ 'Id' => 'ID', 'Uid' => '用户id', 'Title' => '标题', 'Stock' => '库存', 'Score' => '积分', 'Description' => '描述', 'Createtime' => '创建时间', 'User.openid' => '微信openid', 'userName' => '所属人', 'Images' => '图片' ];