@@ -13,7 +13,7 @@ ext {
applicationId : "com.yingyangfly",
minSdkVersion : 26,
targetSdkVersion : 30,
- versionCode : 29,
+ versionCode : 30,
versionName : "1.0.0",
]
//androidx配置
@@ -26,7 +26,7 @@ interface LoginApiService {
/**
* 验证码登录
*/
- @POST("app/loginMsg")
+ @POST("app/loginMsg2")
suspend fun loginMsg(
@Body requestBody: RequestBody
): BaseResp<String>