dever 4 年之前
父節點
當前提交
9561fc6186
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/src/My.php

+ 1 - 1
app/shop/src/My.php

@@ -131,7 +131,7 @@ class My extends Core
 	{
 		$order_id = Dever::input('order_id');
 
-        return Dever::load('shop/lib/refund')->set('sell')->apply(1, $this->uid, $order_id, false, 1);
+        return Dever::load('shop/lib/refund')->set('sell')->apply(1, $this->uid, $order_id, false, 1, 0, '用户自行取消退款');
 	}
 
 	# 获取订单退款记录