1779195890
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
# 任务
|
||||
|
||||
- [x] 开发:参加 IBS 项目晨会,同步昨日问题跟进事项。(李春良 0.5)
|
||||
- [x] 开发:IBS 7.21.0 版本需求开发,3.8 自主化配置-配置失败新增SA人员&新增失败原因描述,待自测。(李春良 3.5)
|
||||
- [x] 联调:华为、中兴、自研解封禁联调,华为平面任务联调完成,查询任务部分功能存在异常。(李春良 4)
|
||||
|
||||
# 日志
|
||||
|
||||
kanban
|
||||
|
||||
browser
|
||||
|
||||

|
||||
|
||||
```
|
||||
Select API compatibility mode:
|
||||
1. Auto-detect [current]
|
||||
Use Hermes URL heuristics; best for standard OpenAI-compatible endpoints.
|
||||
2. Chat Completions
|
||||
Use /chat/completions for standard OpenAI-compatible servers.
|
||||
3. Responses / Codex
|
||||
Use /responses for Codex-compatible tool-calling backends.
|
||||
4. Anthropic Messages
|
||||
Use /v1/messages for Anthropic-compatible endpoints.
|
||||
Choice [1-4, Enter to keep current/detected]:
|
||||
```
|
||||
|
||||
```
|
||||
curl --location 'http://112.17.28.102:50001/action?commandType=manageDomainCallBack&version=1&domain=app.free.migudm.cn' \
|
||||
--header 'accesskey: BPM_OMC' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data '{
|
||||
|
||||
"callback_type": "state_change",
|
||||
|
||||
"task_id": "xxxxxxxxxxxxx",
|
||||
|
||||
"domains": [
|
||||
{
|
||||
"domain": "DevReq1766405A.komect.com",
|
||||
"cp_id": "80123001",
|
||||
"provinces": "QG",
|
||||
|
||||
"result": 0
|
||||
}
|
||||
],
|
||||
|
||||
"plain": [
|
||||
1
|
||||
]
|
||||
}'
|
||||
```
|
||||
|
||||
【金山文档 | WPS云文档】 V7.20.0-eoms工作量填报-待修改
|
||||
|
||||
https://www.kdocs.cn/l/cbEqmZTPiRvX
|
||||
|
||||
1. 查询接口如果配管无数据返回会空指针。
|
||||
2. 我们对外接口文档 type 任务类型,0-封禁; 1-解禁;2-封禁+解 禁 这里传 2 我们逻辑有问题。
|
||||
3. 我们对外接口文档 status 任务状态,0-等待 中;1-成功;2-失败 实际配管没 0 , 但是 1 或 2 配管筛选貌似没有生效。
|
||||
|
||||
# 总结
|
||||
Reference in New Issue
Block a user