|
@@ -143,7 +143,7 @@ class LianLianPay
|
|
* @return mixed
|
|
* @return mixed
|
|
*/
|
|
*/
|
|
|
|
|
|
- public static function cloudWalletWithdrawal($user_id,$money,$fee_amount,$bank_num,$password,$risk_item,$random_key)
|
|
|
|
|
|
+ public static function cloudWalletWithdrawal($user_id,$money,$fee_amount,$bank_num,$password,$risk_item,$random_key,$order_no)
|
|
{
|
|
{
|
|
$user_id = static::$prefix.$user_id;
|
|
$user_id = static::$prefix.$user_id;
|
|
//$random_key = static::getRandomKey($user_id);
|
|
//$random_key = static::getRandomKey($user_id);
|
|
@@ -158,7 +158,7 @@ class LianLianPay
|
|
'check_flag'=> 'N',
|
|
'check_flag'=> 'N',
|
|
'pay_time_type'=> 'TRANS_THIS_TIME',
|
|
'pay_time_type'=> 'TRANS_THIS_TIME',
|
|
'orderInfo'=>[
|
|
'orderInfo'=>[
|
|
- 'txn_seqno'=>get_order_sn(),
|
|
|
|
|
|
+ 'txn_seqno'=>$order_no,
|
|
'txn_time' => $current,
|
|
'txn_time' => $current,
|
|
'total_amount' => $money,
|
|
'total_amount' => $money,
|
|
'fee_amount' => $fee_amount,
|
|
'fee_amount' => $fee_amount,
|