rabin 3 년 전
부모
커밋
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']);