dever 3 년 전
부모
커밋
1d461bd4cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;