Skip to content

Commit

Permalink
取消【获取自建应用授权】及商城相关接口对外展示
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGY-500 committed Oct 9, 2023
1 parent 350cf61 commit c974ac6
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 46 deletions.
34 changes: 27 additions & 7 deletions docs/open-api/notice/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ timeline: true
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

[comment]: 1 (## 1.24.0)

[comment]: 1 (`2023-XX-XX`     `代码版本:XXX`)

[comment]: 1 (- 🚀 新增 [获取业务对象实例列表](/docs/open-api/datalink/get-entity-info) 接口 `v2.1` 版本)

[comment]: 1 ( - 接口支持传入 `active`(是否全部数据)字段,支持查询包含已停用的全部数据。)

[comment]: 1 (- 🐞 更新 [查询员工](/docs/open-api/corporation/get-staff-ids) 接口)

[comment]: 1 ( - 响应信息中新增了 `roles`(角色信息)字段。)

[comment]: 1 (---)
## 1.23.1

`2023-09-20`     `代码版本:9.122.7`
Expand Down Expand Up @@ -263,7 +276,8 @@ timeline: true
## 1.10.1

`2022-08-25`     `代码版本:9.56.1`
- 🆕 新增 [查询机票状态](/docs/open-api/mall/get-flight-ticket-journey-byId) 接口。

[comment]: 1 (- 🆕 新增 [查询机票状态](/docs/open-api/mall/get-flight-ticket-journey-byId) 接口。)
- 🐞 更新 [获取单据列表](/docs/open-api/flows/get-forms-details-byStaff) 接口
- 修复了根据 `specificationId`(单据模板ID)查询时,部分模板无法获取到数据的BUG。

Expand Down Expand Up @@ -463,12 +477,18 @@ timeline: true
## 1.6.1

`2022-06-02`     `代码版本:9.31.3`
- 🆕 新增 [获取自建应用授权](/docs/open-api/getting-started/platform-auth) 接口。
- 🆕 新增【**商城接口**】模块
- 🆕 新增 [获取企业对账单列表](/docs/open-api/mall/find-pageData-billId) 接口。
- 🆕 新增 [获取企业对账单详情](/docs/open-api/mall/find-billDetail-byId) 接口。
- 🆕 新增 [商城接口-常见问题总结](/docs/next/open-api/mall/question-answer#问题一) 文档
- 新增了 **问题一:如何使用 获取自建应用授权 获取的accessToken?**

[comment]: 1 (- 🆕 新增 [获取自建应用授权](/docs/open-api/getting-started/platform-auth) 接口。)

[comment]: 1 (- 🆕 新增【**商城接口**】模块)

[comment]: 1 ( - 🆕 新增 [获取企业对账单列表](/docs/open-api/mall/find-pageData-billId) 接口。)

[comment]: 1 ( - 🆕 新增 [获取企业对账单详情](/docs/open-api/mall/find-billDetail-byId) 接口。)

[comment]: 1 ( - 🆕 新增 [商城接口-常见问题总结](/docs/next/open-api/mall/question-answer#问题一) 文档)

[comment]: 1 ( - 新增了 **问题一:如何使用 获取自建应用授权 获取的accessToken?**)
- 🐞 更新 [创建单据](/docs/open-api/flows/creat-and-save)[更新单据](/docs/open-api/flows/update-form) 接口
- 更新了 `specificationId`(单据模板ID)参数备注。
- 🐞 更新 [根据编码获取自定义档案项](/docs/open-api/dimensions/get-dimension-items-byCode) 接口
Expand Down
6 changes: 3 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const sidebars = {
"open-api/getting-started/postman-use",
"open-api/getting-started/origin",
"open-api/getting-started/auth",
"open-api/getting-started/platform-auth",
// "open-api/getting-started/platform-auth",
"open-api/getting-started/refresh-auth",
"open-api/getting-started/refresh-auth-expireDate",
"open-api/getting-started/temp-auth",
Expand Down Expand Up @@ -374,7 +374,7 @@ const sidebars = {
"open-api/payerInfo/question-answer"
],
},
{
/*{
type: "category",
label: "商城接口",
items: [
Expand All @@ -384,7 +384,7 @@ const sidebars = {
"open-api/mall/get-flight-ticket-journey-byId",
"open-api/mall/question-answer"
],
},
},*/
{
type: "category",
label: "工具接口",
Expand Down
18 changes: 12 additions & 6 deletions versioned_docs/version-v2.1/open-api/notice/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,18 @@ timeline: true
## 1.6.1

`2022-06-02`     `代码版本:v9.6`
- 🆕 新增 [获取自建应用授权](/docs/open-api/getting-started/platform-auth) 接口。
- 🆕 新增【**商城接口**】模块
- 🆕 新增 [获取企业对账单列表](/docs/open-api/mall/find-pageData-billId) 接口。
- 🆕 新增 [获取企业对账单详情](/docs/open-api/mall/find-billDetail-byId) 接口。
- 🆕 新增 [商城接口-常见问题总结](/docs/next/open-api/mall/question-answer#问题一) 文档
- 新增了 **问题一:如何使用 获取自建应用授权 获取的accessToken?**

[comment]: 1 (- 🆕 新增 [获取自建应用授权](/docs/open-api/getting-started/platform-auth) 接口。)

[comment]: 1 (- 🆕 新增【**商城接口**】模块)

[comment]: 1 ( - 🆕 新增 [获取企业对账单列表](/docs/open-api/mall/find-pageData-billId) 接口。)

[comment]: 1 ( - 🆕 新增 [获取企业对账单详情](/docs/open-api/mall/find-billDetail-byId) 接口。)

[comment]: 1 ( - 🆕 新增 [商城接口-常见问题总结](/docs/next/open-api/mall/question-answer#问题一) 文档)

[comment]: 1 ( - 新增了 **问题一:如何使用 获取自建应用授权 获取的accessToken?**)
- 🐞 更新 [创建单据](/docs/open-api/flows/creat-and-save)[更新单据](/docs/open-api/flows/update-form) 接口
- 更新了 `specificationId`(单据模板ID)参数备注。
- 🐞 更新 [根据编码获取自定义档案项](/docs/open-api/dimensions/get-dimension-items-byCode) 接口
Expand Down
34 changes: 27 additions & 7 deletions versioned_docs/version-v2.2/open-api/notice/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ timeline: true
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

[comment]: 1 (## 1.24.0)

[comment]: 1 (`2023-XX-XX`     `代码版本:XXX`)

[comment]: 1 (- 🚀 新增 [获取业务对象实例列表](/docs/open-api/datalink/get-entity-info) 接口 `v2.1` 版本)

[comment]: 1 ( - 接口支持传入 `active`(是否全部数据)字段,支持查询包含已停用的全部数据。)

[comment]: 1 (- 🐞 更新 [查询员工](/docs/open-api/corporation/get-staff-ids) 接口)

[comment]: 1 ( - 响应信息中新增了 `roles`(角色信息)字段。)

[comment]: 1 (---)
## 1.23.1

`2023-09-20`     `代码版本:9.122.7`
Expand Down Expand Up @@ -263,7 +276,8 @@ timeline: true
## 1.10.1

`2022-08-25`     `代码版本:9.56.1`
- 🆕 新增 [查询机票状态](/docs/open-api/mall/get-flight-ticket-journey-byId) 接口。

[comment]: 1 (- 🆕 新增 [查询机票状态](/docs/open-api/mall/get-flight-ticket-journey-byId) 接口。)
- 🐞 更新 [获取单据列表](/docs/open-api/flows/get-forms-details-byStaff) 接口
- 修复了根据 `specificationId`(单据模板ID)查询时,部分模板无法获取到数据的BUG。

Expand Down Expand Up @@ -463,12 +477,18 @@ timeline: true
## 1.6.1

`2022-06-02`     `代码版本:9.31.3`
- 🆕 新增 [获取自建应用授权](/docs/open-api/getting-started/platform-auth) 接口。
- 🆕 新增【**商城接口**】模块
- 🆕 新增 [获取企业对账单列表](/docs/open-api/mall/find-pageData-billId) 接口。
- 🆕 新增 [获取企业对账单详情](/docs/open-api/mall/find-billDetail-byId) 接口。
- 🆕 新增 [商城接口-常见问题总结](/docs/next/open-api/mall/question-answer#问题一) 文档
- 新增了 **问题一:如何使用 获取自建应用授权 获取的accessToken?**

[comment]: 1 (- 🆕 新增 [获取自建应用授权](/docs/open-api/getting-started/platform-auth) 接口。)

[comment]: 1 (- 🆕 新增【**商城接口**】模块)

[comment]: 1 ( - 🆕 新增 [获取企业对账单列表](/docs/open-api/mall/find-pageData-billId) 接口。)

[comment]: 1 ( - 🆕 新增 [获取企业对账单详情](/docs/open-api/mall/find-billDetail-byId) 接口。)

[comment]: 1 ( - 🆕 新增 [商城接口-常见问题总结](/docs/next/open-api/mall/question-answer#问题一) 文档)

[comment]: 1 ( - 新增了 **问题一:如何使用 获取自建应用授权 获取的accessToken?**)
- 🐞 更新 [创建单据](/docs/open-api/flows/creat-and-save)[更新单据](/docs/open-api/flows/update-form) 接口
- 更新了 `specificationId`(单据模板ID)参数备注。
- 🐞 更新 [根据编码获取自定义档案项](/docs/open-api/dimensions/get-dimension-items-byCode) 接口
Expand Down
11 changes: 0 additions & 11 deletions versioned_sidebars/version-v2.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"open-api/getting-started/postman-use",
"open-api/getting-started/origin",
"open-api/getting-started/auth",
"open-api/getting-started/platform-auth",
"open-api/getting-started/refresh-auth",
"open-api/getting-started/refresh-auth-expireDate",
"open-api/getting-started/temp-auth",
Expand Down Expand Up @@ -317,16 +316,6 @@
"open-api/basedata/question-answer"
]
},
{
"type": "category",
"label": "商城接口",
"items": [
"open-api/mall/info",
"open-api/mall/find-pageData-billId",
"open-api/mall/find-billDetail-byId",
"open-api/mall/question-answer"
]
},
{
"type": "category",
"label": "工具接口",
Expand Down
12 changes: 0 additions & 12 deletions versioned_sidebars/version-v2.2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"open-api/getting-started/postman-use",
"open-api/getting-started/origin",
"open-api/getting-started/auth",
"open-api/getting-started/platform-auth",
"open-api/getting-started/refresh-auth",
"open-api/getting-started/refresh-auth-expireDate",
"open-api/getting-started/temp-auth",
Expand Down Expand Up @@ -348,17 +347,6 @@
"open-api/payerInfo/question-answer"
]
},
{
"type": "category",
"label": "商城接口",
"items": [
"open-api/mall/info",
"open-api/mall/find-pageData-billId",
"open-api/mall/find-billDetail-byId",
"open-api/mall/get-flight-ticket-journey-byId",
"open-api/mall/question-answer"
]
},
{
"type": "category",
"label": "工具接口",
Expand Down

0 comments on commit c974ac6

Please sign in to comment.