Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lljxx1 authored Mar 26, 2021
1 parent 16fa4ee commit aa50aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intergrations/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $api = array(
```
- `wp.getUsersBlogs([$username, $password])` 获取用户博客信息
- `wp.newPost([$blogid, $username, $password, $content_struct])` 创建新文章
- `wp.editPost([$blogid, $username, $password], $post_id, $content_struct)` 编辑文章
- `wp.editPost([$blogid, $username, $password, $post_id, $content_struct])` 编辑文章
- `wp.uploadFile([$blogid, $username, $password, $file])` 上传文件


0 comments on commit aa50aa7

Please sign in to comment.