trade:前端订单管理,联调接口

This commit is contained in:
YunaiV
2022-12-10 17:06:34 +08:00
parent fc49f000ce
commit fc48ab4928
12 changed files with 183 additions and 75 deletions

View File

@ -49,4 +49,12 @@ public interface MemberUserApi {
*/
List<MemberUserRespDTO> getUserListByNickname(String nickname);
/**
* 基于手机号,精准匹配用户
*
* @param mobile 手机号
* @return 用户信息
*/
MemberUserRespDTO getUserByMobile(String mobile);
}