|
@@ -78,7 +78,7 @@ class Yspay extends Core
|
|
|
$request['tradeType'] = 'MINI';
|
|
|
|
|
|
if ($other) {
|
|
|
- $request['originalAmount'] = $other['oprice'];
|
|
|
+ $request['originalAmount'] = $other['oprice'] * 100;
|
|
|
$request['divisionFlag'] = true;
|
|
|
# 平台分账金额
|
|
|
$other['per'] = $other['per']/100;
|