在windows下,git webhook使用php拉取代碼的學習總結

以php爲例編寫得webhook <?php try{     $payload = file_get_contents('php://input');     if(!$payload){         var_export(array('code'=>400,'msg'=>'請輸入密碼'));exit();     }     $data =json_decode($payload,true
相關文章
相關標籤/搜索