Skip to content

Commit 81cd979

Browse files
committed
debug
debug
1 parent f27882a commit 81cd979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/api/controller/Oauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function match($arr = [])
106106
* 生成签名
107107
* _字符开头的变量不参与签名
108108
*/
109-
public static function makeSign ($data = [],$app_secret = '')
109+
public static function makeSign($data = [],$app_secret = '')
110110
{
111111
unset($data['version']);
112112
unset($data['sign']);

0 commit comments

Comments
 (0)