| | |
| | | /** |
| | | * 微信登录-绑定手机号 |
| | | */ |
| | | fun verifyCellPhone(token:String,phone: String,code: String,openid: String): Flowable<ResultData<Any>> { |
| | | fun verifyCellPhone(token:String,phone: String,code: String,openid: String): Flowable<ResultData<LoginBean>> { |
| | | return request().verifyCellPhone(" $token",Gson().toJson(ReqBindWxPhone(code,phone,openid))) |
| | | } |
| | | |
| | |
| | | return request().saveViewingHistory(time,id) |
| | | } |
| | | |
| | | fun saveUserHomeBackgroundMusic(id: String): Flowable<ResultData<Any>> { |
| | | return request().saveUserHomeBackgroundMusic(id) |
| | | } |
| | | |
| | | fun getHomeBackgroundMusicByUserId(): Flowable<ResultData<BGMBean>> { |
| | | return request().getHomeBackgroundMusicByUserId() |
| | | } |
| | | |
| | | /** |
| | | * 支付成功 |
| | | */ |