feat(feedback): add problem reporting flow
This commit is contained in:
@@ -103,4 +103,7 @@ export class ApiPath {
|
||||
|
||||
/** 上报用户信息 */
|
||||
static readonly reportUserInfo = `${ApiPath._data}/report-user-info`;
|
||||
|
||||
// ============ 用户反馈相关 ============
|
||||
static readonly feedback = `${ApiPath._baseUrl}/feedback`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user