dever 3 năm trước cách đây
mục cha
commit
1d461bd4cf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Yspay.php

+ 1 - 1
lib/Yspay.php

@@ -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;