remove newcomment api

main
Dawn1Ocean 2024-03-20 21:21:23 +08:00
parent aff74acc1f
commit 1f0d4881f3
3 changed files with 2 additions and 14 deletions

View File

@ -180,17 +180,6 @@ data (same as oreo):
## 工单详情
### 创建评论 `POST /tickets/newcomment?id={id}`
Request
```json
{
"content": "这是一条评论",
"token": "token_test"
}
```
### 创建工单 `POST /tickets/create`
Request

View File

@ -15,7 +15,6 @@ function App({ children }: PropsWithChildren<any>) {
wechatUser.setToken(checkToken());
getMemberInfo();
} else {
console.log('yer');
loginAte();
}
getLocaleData();

View File

@ -11,8 +11,8 @@ class WechatUser {
constructor() {
this.userInfo = {
name: '亦可',
phone: '12345678901',
name: '',
phone: '',
avatar:
'https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png',
};