Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-12 12:42:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb5ffb138b869b22b523ecdae2dab308580956e7
bb5ffb13
1 parent
5663dff5
docs: 为新闻API规范添加正式环境服务器配置
为新闻详情和我的新闻列表API文档添加正式环境服务器URL,确保开发者能够正确访问线上API端点。
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
docs/api-specs/news/detail.md
docs/api-specs/news/my_list.md
docs/api-specs/news/detail.md
View file @
bb5ffb1
...
...
@@ -102,7 +102,9 @@ components:
schemas
:
{}
responses
:
{}
securitySchemes
:
{}
servers
:
[]
servers
:
-
url
:
https://manulife.onwall.cn
description
:
正式环境
security
:
[]
```
...
...
docs/api-specs/news/my_list.md
View file @
bb5ffb1
...
...
@@ -109,7 +109,9 @@ components:
schemas
:
{}
responses
:
{}
securitySchemes
:
{}
servers
:
[]
servers
:
-
url
:
https://manulife.onwall.cn
description
:
正式环境
security
:
[]
```
...
...
Please
register
or
login
to post a comment