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
// $values = ArrayUtil::arraySort($values);
$signStr = ArrayUtil::createLinkstring($values);
$signStr .= '&access_token=' . $this->access_token;
switch ($this->signType) {
$signStr .= '&access_token=' . $this->config->access_token;
switch ($this->config->signType) {
case 'MD5':
$sign = md5($signStr);
break;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!