rabin 2 年之前
父節點
當前提交
91e28920b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      learn/active/src/Api.php

+ 1 - 1
learn/active/src/Api.php

@@ -46,7 +46,7 @@ Class Api extends Core {
 		if (strstr($url, 'uat.')) {
 			$refer = 'http://guanli.uat.churenyiliao.com/';
 		}
-		$refer .= 'data/payback/active.html';
+		$refer .= 'data/payback/active.html?order_id=' . $ids;
 		if($ids){
 			$info = Dever::db('active/order')->find($ids);
 			$active = Dever::db('active/info')->find($info['active_id']);