Feature:Taskid/BugId; 完善功能
This commit is contained in:
parent
fa7aee532a
commit
abde7954cd
|
|
@ -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.-.-
|
||||
###
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue