首页
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.example.defenseapplication.utils
|
||||
|
||||
import com.google.gson.Gson
|
||||
import okhttp3.OkHttpClient
|
||||
import retrofit2.http.GET
|
||||
|
||||
interface ApiService {
|
||||
// 获取登录注册验证码
|
||||
@GET("/resource/sms/code")
|
||||
suspend fun getCode(): String
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user