GM
Results
1
issues of
GM
How to get the response.result.failure.sessionTaskFailed(error:error)[email protected], Thank you. ``` struct LoginParam: Encodable { var phone: String? = "" var verificationCode: String? = "" } class AViewModel: NSObject { func requestForLogin(completionHandler :...