| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.core.jiandaoyun.model.request.MemberPushData; |
| | | import com.doumee.dao.web.response.DDAuthorizeVO; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.PageData; |
| | |
| | | void registerDriver(RegisterDriverDTO registerDriverDTO); |
| | | |
| | | /** |
| | | * 同步简单云用户 |
| | | * @return |
| | | */ |
| | | String syncJdyUserInfo(); |
| | | /** |
| | | * 微信授权接口 |
| | | * @param code |
| | | * @return |
| | |
| | | |
| | | void initPinyinTool(); |
| | | |
| | | void syncDDUserInfo() throws ApiException; |
| | | void syncDDUserInfo() ; |
| | | |
| | | void ddPushMemberInfo(String eventType, shade.com.alibaba.fastjson2.JSONObject eventData) throws ApiException; |
| | | void ddPushMemberInfo(String eventType, shade.com.alibaba.fastjson2.JSONObject eventData) ; |
| | | |
| | | void dealJdyMemberInfo(MemberPushData data); |
| | | |
| | | void sendMemberInfoResult(String username, String info, int status); |
| | | } |