浏览代码

支付宝支付去除空格

liaofei 3 年之前
父节点
当前提交
74f9f7ec91
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crmeb/crmeb/services/AliPayService.php

+ 1 - 0
crmeb/crmeb/services/AliPayService.php

@@ -130,6 +130,7 @@ class AliPayService
      */
      */
     public function create(string $title, string $orderId, string $totalAmount, string $passbackParams, string $quitUrl = '', string $siteUrl = '', bool $isCode = false)
     public function create(string $title, string $orderId, string $totalAmount, string $passbackParams, string $quitUrl = '', string $siteUrl = '', bool $isCode = false)
     {
     {
+        $title = trim($title);
         try {
         try {
             if ($isCode) {
             if ($isCode) {
                 //二维码支付
                 //二维码支付