Feature:Taskid/BugId; 完善功能

This commit is contained in:
xuping 2024-09-12 11:33:50 +08:00
parent fa7aee532a
commit abde7954cd
1 changed files with 23 additions and 0 deletions

View File

@ -15,3 +15,26 @@ https://ppe-aiot.ele.me/xtop/xtop.aiot.thirdPartyTicket.queryTicketDeviceDynamic
}
```
# 从停靠服务获取动态码的接口请求,这里的单号是外部单号
```http
POST https://devadm.xinbeiyang.info/api/dockingserviceapi_notoken/elm/dynamicCode
Content-Type: application/json
{
"wrCode": "GD17259510737621221"
}
```
# 从工单核心获取动态码的接口请求--这里的单号是内部单号
```http
###
GET https://devbase.xinbeiyang.info/workorderapi/form/input/find_value_by_order_code?wrCode=JKELMGD2023050700004&bzCode=ElmDynamicCode
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.-.-
###
```