add place in api /duty/info
parent
d705970d1f
commit
56ec1827ca
|
|
@ -44,7 +44,8 @@ data:
|
|||
{
|
||||
"isInDuty": true,
|
||||
"inDutyCnt": 3,
|
||||
"currentDuty": "2"
|
||||
"currentDuty": "2",
|
||||
"place": "东三-204"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ export default {
|
|||
isInDuty: true,
|
||||
inDutyCnt: 3,
|
||||
currentDuty: '2',
|
||||
place: '东三-204',
|
||||
},
|
||||
},
|
||||
'GET /user/info': {
|
||||
|
|
|
|||
Loading…
Reference in New Issue