Default Changelist
This commit is contained in:
+3
-3
@@ -392,13 +392,13 @@ class Redhat extends SmallProgram
|
||||
* @return mixed
|
||||
* 构建请求参数
|
||||
*/
|
||||
private function generate(): array
|
||||
public function generate(): array
|
||||
{
|
||||
$requestParam = [];
|
||||
$requestParam['charset'] = $this->getCharset();
|
||||
$requestParam['nonce_str'] = $this->getNonceStr();
|
||||
$requestParam['nonce_str'] = Help::random(30);
|
||||
$requestParam['mch_billno'] = $this->getMchBillno();
|
||||
$requestParam['mch_id'] = $this->getMchId();
|
||||
$requestParam['mch_id'] = $this->config->getMchId();
|
||||
$requestParam['mch_name'] = $this->getMchName();
|
||||
$requestParam['qqappid'] = $this->getQqappid();
|
||||
$requestParam['re_openid'] = $this->getReOpenid();
|
||||
|
||||
Reference in New Issue
Block a user