修改签约金额
This commit is contained in:
parent
39e0fd8718
commit
d40cb1cc9c
@ -24,7 +24,7 @@ class TongLianPay
|
|||||||
'cusid' => $this->cusid,
|
'cusid' => $this->cusid,
|
||||||
'appid' => $this->appid,
|
'appid' => $this->appid,
|
||||||
'version' => '11',
|
'version' => '11',
|
||||||
'trxamt' => 1,
|
'trxamt' => $signing->moy * 100,
|
||||||
'reqsn' => $signing->order_no,
|
'reqsn' => $signing->order_no,
|
||||||
'paytype' => 'W06',
|
'paytype' => 'W06',
|
||||||
'randomstr' => date('dHis') . rand(1000000, 9999999),
|
'randomstr' => date('dHis') . rand(1000000, 9999999),
|
||||||
@ -79,7 +79,7 @@ class TongLianPay
|
|||||||
$data = [
|
$data = [
|
||||||
'cusid' => $this->cusid,
|
'cusid' => $this->cusid,
|
||||||
'appid' => $this->appid,
|
'appid' => $this->appid,
|
||||||
'trxamt' => 1,
|
'trxamt' => $signing->moy * 100,
|
||||||
'reqsn' => date('YmdH') . rand(10000, 99999),
|
'reqsn' => date('YmdH') . rand(10000, 99999),
|
||||||
'oldtrxid' => $signing->trxid,
|
'oldtrxid' => $signing->trxid,
|
||||||
'randomstr' => date('YmdH') . rand(10000, 99999),
|
'randomstr' => date('YmdH') . rand(10000, 99999),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user