AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
\addons\ewei_shopv2\core\web\order\op\refund.php |refundstatus| 状态 | | --- | --- | | -1 | 驳回 | | 1 | 同意退款 | | 2 | 手动退款 | | 3 | 通过申请(需客户寄回商品) | | 5 | 确认发货 | | 10 | 关闭申请 | ``` pdo_update('ewei_shop_order', array('refundstate' => 0, 'status' => -1, 'refundtime' => $time), array('id' => $item['id'], 'uniacid' => $uniacid)); pdo_delete('ewei_shop_agentbouns', array('orderid' => $item['id'])); ```