Commit 006ae7e7 by yeran

update some bugs

1 parent eed53975
Showing with 2 additions and 2 deletions
...@@ -88,8 +88,8 @@ class SwNotify extends NotifyStrategy ...@@ -88,8 +88,8 @@ class SwNotify extends NotifyStrategy
// $values = ArrayUtil::arraySort($values); // $values = ArrayUtil::arraySort($values);
$signStr = ArrayUtil::createLinkstring($values); $signStr = ArrayUtil::createLinkstring($values);
$signStr .= '&access_token=' . $this->access_token; $signStr .= '&access_token=' . $this->config->access_token;
switch ($this->signType) { switch ($this->config->signType) {
case 'MD5': case 'MD5':
$sign = md5($signStr); $sign = md5($signStr);
break; break;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!