CodeParam.kt 267 Bytes
Newer Older
1
package com.yidianling.user.http.request
konghaorui committed
2 3 4 5 6 7 8 9 10

/**
 * author : Zhangwenchao
 * e-mail : zhangwch@yidianling.com
 * time   : 2018/02/03
 */
data class CodeParam(val country_code: String,
                     val userName: String,
                     val smsAction: String)