consult.php 323 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 <?php return [ 'User_id' => '用户id', 'Goods_id' => '商品id', 'Createtime' => '创建时间', 'Status' => '状态', 'Status 1' => '待处理', 'Status 2' => '已处理', 'Goods.goodsname' => '商品型号', 'User.username' => '用户名' ];