rabin 2 năm trước cách đây
mục cha
commit
91e28920b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']);