| | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.Areas; |
| | | import com.doumee.dao.business.model.Integral; |
| | | import com.doumee.dao.business.model.Member; |
| | | import com.doumee.dao.system.dto.MemberRechargeDTO; |
| | | import com.doumee.dao.web.dto.MemberOwnDTO; |
| | |
| | | * 获取绑定微信用户手机号 |
| | | * @param wxPhoneRequest |
| | | */ |
| | | void wxPhone(WxPhoneRequest wxPhoneRequest); |
| | | AccountResponse wxPhone(WxPhoneRequest wxPhoneRequest); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | Integer changeMemberRechargeBatch(MemberRechargeDTO memberRechargeDTO); |
| | | |
| | | void updateShop(Member member); |
| | | |
| | | void updateIntegral(Integral param); |
| | | } |