整理代码

This commit is contained in:
2024-08-24 23:11:20 +08:00
parent 367d1c9f3a
commit b4004663cd
40 changed files with 898 additions and 801 deletions

View File

@@ -1,5 +1,8 @@
package com.aiosman.riderpro.data
/**
* 错误返回
*/
class ServiceException(
override val message: String,
val code: Int = 0,