You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
170 B

part of 'saas_api.dart';
class _OtherApi {
_File file = _File();
}
class _File {
///上传app照片
String get uploadImg => '/butlerApp/user/upload/uploadImg';
}