rabin 2 years ago
parent
commit
14b91330f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learn/active/src/Api.php

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

@@ -52,7 +52,7 @@ Class Api extends Core {
 	            'product_id' => $ids,
 	            'order_id' => $info['order_num'],
 	            'h5' => 1,
-	            'refer' => Dever::input('refer', 'test'),
+	            'refer' => Dever::input('refer', 'http://guanli.uat.churenyiliao.com/data/payback/payback.html'),
 	        );
 
 	        $result = Dever::load('pay/api.pay', $param);