| | |
| | | import com.stylefeng.guns.modular.system.model.AppUser; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.req.RegisterAccountReq; |
| | | import com.stylefeng.guns.modular.system.warpper.req.SearchHouseResourceReq; |
| | | import com.stylefeng.guns.modular.system.warpper.req.SearchIntermediaryReq; |
| | | import com.stylefeng.guns.modular.system.warpper.req.UserInfoQuery; |
| | | import com.stylefeng.guns.modular.system.warpper.res.AppletLoginRes; |
| | | import com.stylefeng.guns.modular.system.warpper.res.CollectRes; |
| | | import com.stylefeng.guns.modular.system.warpper.res.SearchIntermediaryListRes; |
| | | import com.stylefeng.guns.modular.system.warpper.res.SearchIntermediaryRes; |
| | | |
| | | /** |
| | | * @author zhibing.pu |
| | |
| | | |
| | | /** |
| | | * 小程序登录 |
| | | * @param jscode |
| | | * |
| | | * @return |
| | | */ |
| | | ResultUtil<AppletLoginRes> appletLogin(String jscode); |
| | | ResultUtil<AppletLoginRes> appletLogin(RegisterAccountReq req); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | ResultUtil<AppletLoginRes> registerAccount(RegisterAccountReq req); |
| | | |
| | | |
| | | SearchIntermediaryRes searchIntermediaryList(SearchIntermediaryReq req); |
| | | |
| | | ResultUtil<AppUser> userInfo(); |
| | | |
| | | |
| | | ResultUtil<CollectRes> collect(UserInfoQuery query); |
| | | |
| | | ResultUtil<CollectRes> release(UserInfoQuery query); |
| | | |
| | | SearchIntermediaryListRes searchIntermediaryInfo(Integer id); |
| | | |
| | | } |