We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHP 版本:7.1 overtrue/wechat 版本:master
微信公众号的API 现在创建时就会返回poi_id https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1444378120
门店poiid体系已做改造,poiid自创建后立刻分配,不再受审核影响发生变化。 创建门店接口调用成功后会返回errcode 0、errmsg ok,会实时返回唯一的poiid。
所以建议$poi->create 成功后直接返回poi_id方便保存
poi_id
The text was updated successfully, but these errors were encountered:
df9c3d0
不能随便修改原有的 API 用法,这样别人已经上线的应用容易出问题,请使用 $poi->createAndGetId($data);
Sorry, something went wrong.
No branches or pull requests
我用的环境
PHP 版本:7.1
overtrue/wechat 版本:master
问题及现象
微信公众号的API 现在创建时就会返回poi_id https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1444378120
所以建议$poi->create 成功后直接返回
poi_id
方便保存The text was updated successfully, but these errors were encountered: