There was an error while loading. Please reload this page.
1 parent f27882a commit 81cd979Copy full SHA for 81cd979
application/api/controller/Oauth.php
@@ -106,7 +106,7 @@ public static function match($arr = [])
106
* 生成签名
107
* _字符开头的变量不参与签名
108
*/
109
- public static function makeSign ($data = [],$app_secret = '')
+ public static function makeSign($data = [],$app_secret = '')
110
{
111
unset($data['version']);
112
unset($data['sign']);
0 commit comments