💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
\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'])); ```