Commit 166eceae by 张思远

ci_webhook

parent 4f775fb6
Pipeline #182 canceled with stages
test
test win
test cicd
test ci_webhook
\ No newline at end of file
<?php
//
header('Content-type:text/html;charset=utf-8');
$post = file_get_contents("php://input");
$post = json_decode($post, true);
......
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