罗明文
2024-06-18 c9f6a2283ee7e5595c91c6d721726a89a3ab9ecd
1
2
3
4
5
6
package com.dollearn.student.network.entity
 
data class ReqLogin(
    val phone: String,
    val phoneCode: String
)