Browse Source

Merge branch 'rmaster' of 39.97.239.116:gyfl/xyzshop into rmaster

stanley-king 4 years ago
parent
commit
66fda64f47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mobile/signature.php

+ 1 - 1
mobile/signature.php

@@ -10,7 +10,7 @@ $data = json_encode($_POST);
 $sign = $_SERVER['HTTP_SIGN'];
 Log::record("signature data : {$data}",Log::DEBUG);
 Log::record("HTTP_SIGN : {$sign}",Log::DEBUG);
-echo ('SUCCESS');
+echo ('success');
 
 //echo("{$echostr}");
 //