Commit 8cec8d58 authored by 梁俊杰's avatar 梁俊杰

1

parent e494e435
......@@ -6,6 +6,7 @@
* Time: 15:16
* Description:
*/
ini_set('display_errors','on');
$header[] = "Content-Type: application/json;charset=utf-8";
$sendData = json_encode([
'assignedTo'=>'liangjunjie',
......
......@@ -13,7 +13,7 @@ include "sdk/TopSdk.php";
$data = json_decode(file_get_contents('php://input'), true);
$f = fopen("./txt/test.txt", "a");
fwrite($f, print_r($_REQUEST,true));
fwrite($f, print_r($data,true));
fclose($f);die();
$users=[
'liangjunjie'=>['userid'=>'5360236526369319','name'=>'梁俊杰'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment