rabin 2 years ago
parent
commit
91e28920b1
1 changed files with 1 additions and 1 deletions
  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']);