Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0删除个性菜单失败 #280

Closed
nextglory opened this issue Feb 4, 2016 · 2 comments
Closed

3.0删除个性菜单失败 #280

nextglory opened this issue Feb 4, 2016 · 2 comments

Comments

@nextglory
Copy link

超,3.0删除个性菜单提醒 this menu is not conditionalmenu, 给的id确实是conditionalmenu的ID([menuid] => 402610080),以下是log:

[2016-02-04 13:32:15] easywechat.DEBUG: Request: POST https://api.weixin.qq.com/cgi-bin/menu/delconditional?access_token=ZZuuVnQ-C05JGN3bIReACHNf0JVrHim0WXus5dgci2m8CdmKtQGLRLf250MTD3AtZaoY6S0U7Uf7D5rgK21u77uR7K9wefVNh6g_fSHtA8Ys1UlM-QxcTfAalxxnKiAVXSAfAEAIDL [] []
[2016-02-04 13:32:15] easywechat.DEBUG: Request Body: menuid=402610080 [] []
[2016-02-04 13:32:15] easywechat.DEBUG: API response: {"Status":200,"Reason":"OK","Headers":{"Connection":["keep-alive"],"Content-Type":["application/json; encoding=utf-8"],"Date":["Thu, 04 Feb 2016 12:32:37 GMT"],"Content-Length":["84"]},"Body":"{\"errcode\":65301,\"errmsg\":\"this menu is not conditionalmenu hint: [qUrkpA0157vr23]\"}"} []
[2016-02-04 13:32:15] easywechat.DEBUG: API response decoded: {"contents":{"errcode":65301,"errmsg":"this menu is not conditionalmenu hint: [qUrkpA0157vr23]"}} []

这是为什么?

@nextglory
Copy link
Author

调用$menu->test($uid); 同样出现

no such user

Why?

@nextglory
Copy link
Author

menu->all()
menu->add()
menu->current()
均正常,也能看到新增的conditionalmenu,但调用menu->destroy('402610080 '),出现找不到的情况,$menu->test($uid); 也出现类似情况,什么原因?

overtrue added a commit that referenced this issue Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants