songxingwei vor 3 Jahren
Ursprung
Commit
0ef4a52beb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      app/common.php

+ 1 - 0
app/common.php

@@ -1311,6 +1311,7 @@ function friend_list($owner_username){
     return $Result['data'];
 }
 
+
 function huanxin_curl_request($url, $body, $header = array(), $method = "POST") {
     array_push ( $header, 'Accept:application/json' );
     array_push ( $header, 'Content-Type:application/json' );