service_api.dart 209 Bytes 编辑Web IDE 1 2 3 4 5 6 abstract class ServiceApi { static const String getOwnerAgreementInfo = '/clx-user/app/driverInfo/getDriverAgreementInfo'; static const String uploadImage = '/msl-document/fileUpload/uploadForm'; }