rabin 1 年之前
父节点
当前提交
1d399b76c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      yspay/Multi.php

+ 2 - 2
yspay/Multi.php

@@ -31,7 +31,7 @@ class Multi
             'merNo' => $merchant['merno'],
             //'merOrderNo' => $order_num,
             'payAmt' => (string) $cash,
-            'ps' => $merchant['name'] . '划付',
+            'ps' => $info['order_num'],
         ];
 
         $result = $this->curl('202002', $content);
@@ -75,7 +75,7 @@ class Multi
             //'merOrderNo' => $order_num,
             'payAmt' => (string) $cash,
             'cardNo' => hash("sha256", $this->config['cash_card']),
-            'ps' => $merchant['name'] . '分账',
+            'ps' => $info['order_num'],
         ];
         
         $result = $this->curl('202004', $content);