Commit 0205d8da by 冷斌

fix bug

parent 7be60b2d
...@@ -1116,6 +1116,9 @@ class Api_Live extends PhalApi_Api { ...@@ -1116,6 +1116,9 @@ class Api_Live extends PhalApi_Api {
}else{ }else{
$pkinfo['ifpk']='0'; $pkinfo['ifpk']='0';
} }
var_dump($liveuid, $pkuid);
die;
} }
// file_put_contents('./LiveConnect.txt',date('Y-m-d H:i:s').' 提交参数信息 pkinfo:'.json_encode($pkinfo)."\r\n",FILE_APPEND); // file_put_contents('./LiveConnect.txt',date('Y-m-d H:i:s').' 提交参数信息 pkinfo:'.json_encode($pkinfo)."\r\n",FILE_APPEND);
} }
......
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