Skip to content

Commit ad8d037

Browse files
authored
Update back.php
1 parent ab0e8bc commit ad8d037

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pay/back.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,13 @@ function doAction($payRowId, $gateType){
241241
if($portType == "auto"){
242242
$port++;
243243
}else{
244-
$port = rand(1111,65000);
244+
$port = rand(12222,65000);
245245
}
246246

247-
// $remark = "{$srv_remark}-{$last_num}";
248-
$rnd = RandomString(4);
249-
$remark = "{$srv_remark}-{$user_id}-{$rnd}";
247+
//$remark = "{$srv_remark}-{$last_num}";
248+
//$rnd = RandomString(2);
249+
$randadad = rand(1000,99000);
250+
$remark = "{$srv_remark}-{$randadad}";
250251

251252
file_put_contents('../temp.txt',$port.'-'.$last_num);
252253

0 commit comments

Comments
 (0)