Commit 7a41d00c by yeran

fix: update ltf makesign

1 parent f020bc15
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ abstract class LTFBaseData extends BaseData{
switch ($this->signType) {
case 'MD5':
$signStr .= '&key=' . $this->key;
$sign = strtoupper(md5($signStr));
$sign = strtolower(md5($signStr));
break;
default:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!