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