Kirin 3 years ago
parent
commit
a18e20d976
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vendor/overtrue/wechat/src/Payment/API.php

+ 2 - 2
vendor/overtrue/wechat/src/Payment/API.php

@@ -577,9 +577,9 @@ class API extends AbstractAPI
             'open_id' => $open_id,
             'check_name' => 'NO_CHECK',
             'amount' => $total_num,
-            'desc' => $mark
+            'desc' => $mark,
+            're_user_name' => ''
         ];
-
         return $this->safeRequest($this->wrapApi(self::api_batches), $params);
     }
 }