提交 d3d9f203 编写于 作者: J jianbo

修复getIsLike方法的参数错误

上级 b8c72110
......@@ -609,7 +609,7 @@ class RAM_REST_Posts_Controller extends WP_REST_Controller{
}
public function getIsLike($openid,$postid) {
public function getIsLike($request) {
$openid= $request['openid'];
$postid=$request['postid'];
$openid="_".$openid;
......
......@@ -3,7 +3,7 @@
Plugin Name: REST API TO MiniProgram
Plugin URI: http://www.watch-life.net
Description: 为微信小程序、app提供定制WordPress REST API 输出.支持微信支付、微信小程序模板消息.
Version: 1.1
Version: 1.5
Author: jianbo
Author URI: http://www.minapper.com
License: GPL v3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册