APIJSON-Demo icon indicating copy to clipboard operation
APIJSON-Demo copied to clipboard

腾讯 APIJSON 各种语言、各种框架 的 使用示例项目、上手文档、测试数据 SQL 文件 等。Demo projects with document and SQL files for Tencent APIJSON with different programming languages and different framew...

Results 9 APIJSON-Demo issues
Sort by recently updated
recently updated
newest added

主要是两个问题: 1. Function 不允许 UNKNOWN 用户的 GET 请求! 2. column "debug" does not exist (表是导入的postgresql文件夹中的表,为什么会有列不存在?) ```shell . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __...

bug

无法解析 com.github.APIJSON:apijson-framework:5.1.0

按照要求初始化了建表脚本,依赖配置完成,启动报错如下: 2022-04-21 04:50:27.904: APIJSONFunctionParser.ERROR: 远程函数文档测试未通过! 请新增 demo 里的函数,或修改 Function 表里的 demo 为已有的函数示例! 保证前端看到的远程函数文档是正确的!!! 原因: 不允许调用远程函数 countArray !

bug

![image](https://user-images.githubusercontent.com/8998033/118237121-818f2400-b4c9-11eb-95a6-f36b44770c17.png) 请问为什么测试用例里Oracle版本的sql初始化脚本还是8个月以前的?而且只有一张测试用的业务表呢?

enhancement
help wanted

## 问题描述 项目导入 idea 无法找到 依赖 ![image](https://user-images.githubusercontent.com/45117061/123195596-09aa1580-d4db-11eb-8b93-ab8846488bc0.png) ## 相关链接 [相关链接 IntelliJ IDEA 中Maven配置的 repositories update 出现 error 总结](https://blog.csdn.net/Jack_write/article/details/106345004) ## 解决方案 删除 镜像站点配置 我个人在[maven 官网](https://maven.apache.org/download.cgi)重新 下载了一份 maven win10的压缩包 解压后配置到 idea maven...

新建业务表,测试CRUD接口数据报错,提示不允许 UNKNOWN 用户的 GET 请求!

测试登录接口:http://127.0.0.1:8080/login 按文档上的测试用户进行测试,提示账号密码错误!

{ "[]": { "Sale":{ "@column":"store_id,sum(amt):totAmt", "@group":"store_id" } } } 这段 store_id,sum(amt):totAmt 应该是用分号分隔,不是逗号分隔。 [https://vincentcheng.github.io/apijson-doc/zh/grammar.html](url)