|
|
@@ -578,7 +578,9 @@ class API extends AbstractAPI
|
|
|
'check_name' => 'NO_CHECK',
|
|
|
'amount' => $total_num,
|
|
|
'desc' => $mark,
|
|
|
- 're_user_name' => ''
|
|
|
+ 're_user_name' => '',
|
|
|
+ 'mch_appid' => $this->merchant->app_id,
|
|
|
+ 'mchid' => $this->merchant->merchant_id,
|
|
|
];
|
|
|
return $this->safeRequest($this->wrapApi(self::api_batches), $params);
|
|
|
}
|