|
@@ -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']);
|