소스 검색

update chaye

Tree 1 개월 전
부모
커밋
94128ec957
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/logic/api/WDPayCashierLogic.php

+ 1 - 1
app/Http/logic/api/WDPayCashierLogic.php

@@ -44,7 +44,7 @@ class WDPayCashierLogic implements CashierInterFace
         // PixType: 1=CashApp, 2=PayPal
         $account = '';
         if ($PixType == 1) {
-            $account = $PixNum;  // CashApp标签,如: $abcd1234
+            $account = '$'.$PixNum;  // CashApp标签,如: $abcd1234
         } elseif ($PixType == 2) {
             $account = $email;   // PayPal邮箱,如: 1111@gmail.com
         }