thinkcmfapi
thinkcmfapi copied to clipboard
ThinkCMF5 API
啥时候出一个适配thinkcmf5.1版本的thinkcmfapi呢?当前的thinkcmfapi 1.1版本只能适配thinkcmf5.0的版本,无法适配thinkcmf5.1的版本。
user/public/login user_pass 的字段信息也通过接口暴露出去了
user/public/login 通过api登陆数据库没有写入最后登陆时间和最后登陆IP
通过用户名查询是否已经被注册,如果已注册提示被注册,没被注册才能注册成功,有这个api吗
api模块不存在
1、安装cmf 2、用api覆盖 3、访问 http(s)://yourdomain/api(/index.php) 结果报错如下 
版本: 2018.5.31下载的源码 环境: win10+xampp(7.0.30) 请求: /api/v1/public/register?user_id=&share_code=&invite_code= user_id: $this->request->get('user_id', 10, 'int'); // 可以填充 share_code: $this->request->get('share_code', 'sa'); // 不能填充
现在小程序的方案太多了,而且很多都是现成的拿来即用,看手册写的都是针对微信小程序的,官方能出个APP的实例就好了,最好是用混合开发模式,比如用DCLOUD的MUI+HTML5+或者用阿里的VUE+WEEX
安装了最新版的api接口和最新版的小程序v1.0.3 收藏和评论功能都正常使用。 点赞功能提示出错,错误信息: [8] ErrorException in Builder.php line 307 未定义数组下标: 1 protected function parseWhereItem($field, $val, $rule = '', $options = [], $binds = [], $bindName = null) { // 字段分析...