添加任务发布接口api

pull/1/head
张萌 3 years ago
parent c52ce50277
commit 5e9db879a5

@ -27,6 +27,7 @@ class SARSAPI {
static _File uploadFile = _File();
static _Message message = _Message();
static _Community community = _Community();
static _Task task = _Task();
///
static _ProfileApi profile = _ProfileApi();
@ -142,3 +143,29 @@ class _Community {
///
String get topNewList => '/app/user/community/topic/newList';
}
class _Task {
///,
String get cancel => '/app/user/taskRelease/cancel';
///
String get evaluation => '/app/user/taskRelease/evaluation';
///
String get confirm => '/app/user/taskRelease/confirm';
///
String get finish => '/app/user/taskRelease/finish';
///
String get startService => '/app/user/taskRelease/startService';
///
String get receive => '/app/user/taskRelease/receive';
///
String get insert => '/app/user/taskRelease/insert';
///
String get list => '/app/user/taskRelease/list';
}

Loading…
Cancel
Save