| | |
| | | package cn.flightfeather.supervision.lightshare.service |
| | | |
| | | import cn.flightfeather.supervision.domain.entity.Userinfo |
| | | import cn.flightfeather.supervision.lightshare.vo.AccessToken |
| | | import cn.flightfeather.supervision.lightshare.vo.AccessTokenPW |
| | | import cn.flightfeather.supervision.lightshare.vo.AccessTokenWX |
| | | import cn.flightfeather.supervision.lightshare.vo.BaseResponse |
| | |
| | | */ |
| | | fun loginWx(accessTokenWX: AccessTokenWX): BaseResponse<Userinfo> |
| | | |
| | | fun loginPw(accessTokenPW: AccessTokenPW): BaseResponse<Userinfo> |
| | | /** |
| | | * 用户名密码登录,同时绑定微信用户 |
| | | */ |
| | | // FIXME: 2022/9/25 暂定 |
| | | fun loginPw(accessTokenPW: AccessTokenPW): AccessToken |
| | | |
| | | |
| | | fun subscribeCheck(signature: String, timestamp: String, nonce: String, echostr: String): String |
| | | |
| | | fun subscribeResult(msg: String): String |
| | | } |