|
@@ -62,7 +62,7 @@ class WxpayV2{
|
|
|
'notify_url' => $this->config["NOTIFY_URL"], // 通知地址
|
|
'notify_url' => $this->config["NOTIFY_URL"], // 通知地址
|
|
|
'trade_type' => "JSAPI", // 交易类型
|
|
'trade_type' => "JSAPI", // 交易类型
|
|
|
'openid' => $post["openid"],
|
|
'openid' => $post["openid"],
|
|
|
- 'signType' => Hash::ALGO_MD5,
|
|
|
|
|
|
|
+// 'signType' => Hash::ALGO_MD5,
|
|
|
];
|
|
];
|
|
|
// $params["sign"] = self::getSign($params);
|
|
// $params["sign"] = self::getSign($params);
|
|
|
$result = $this->clientHttp("POST", $apiUrl, $params);
|
|
$result = $this->clientHttp("POST", $apiUrl, $params);
|