544782275@qq.com 3 年之前
父节点
当前提交
b1a4f67c95
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/store/controller/Order.php

+ 1 - 0
application/store/controller/Order.php

@@ -336,6 +336,7 @@ class Order extends Controller
     public function order_refund()
     {
         $id = $this->app->request->get('id');
+        var_dump($id);exit();
         $this->assign('id', $id);
         $post = $this->app->request->post();
         if (isset($post['id']) && $post['id']) {