-
内容 API 开放,欢迎各位独立博客主进行连接
2016-03-08 20:33@zonghua 都是 null
`function post_article(post_id, post, $update){
test($update);
}function update_article(post_ID, post_after, $post_before){
test($post_before);
}
`
@zonghua 都是 null
`function post_article(post_id, post, $update){
test($update);
}
function update_article(post_ID, post_after, $post_before){
test($post_before);
}
`