|
@@ -62,7 +62,7 @@ public class ShopServiceImpl implements ShopService {
|
|
|
* @return BaseUser
|
|
|
*/
|
|
|
@Override
|
|
|
- public JsonModel<UserLoginVo> register(Integer source, String name, String sName, String bindMobile, String email, String smsCode, String password, String passWordConfirm, String linkMan, Integer provinceId, Integer cityId, Integer townId, String address, String socialCreditCode, String businessLicenseImage, String firstShopType, String secondShopType, String mainPro, Integer isAgreed, ServerWebExchange serverWebExchange) {
|
|
|
+ public JsonModel register(Integer source, String name, String sName, String bindMobile, String email, String smsCode, String password, String passWordConfirm, String linkMan, Integer provinceId, Integer cityId, Integer townId, String address, String socialCreditCode, String businessLicenseImage, String firstShopType, String secondShopType, String mainPro, Integer isAgreed, ServerWebExchange serverWebExchange) {
|
|
|
// 打印IP
|
|
|
String ip = RequestUtil.getIp(serverWebExchange);
|
|
|
log.info("X-Forwarded-For:" + ip);
|
|
@@ -221,7 +221,7 @@ public class ShopServiceImpl implements ShopService {
|
|
|
* @return BaseUser
|
|
|
*/
|
|
|
@Override
|
|
|
- public JsonModel<UserLoginVo> appletsRegister(Integer source, String name, String sName, String bindMobile, String email, String smsCode, String password, String passWordConfirm, String linkMan, Integer provinceId, Integer cityId, Integer townId, String address, String socialCreditCode, String businessLicenseImage, String firstShopType, String secondShopType, String mainPro, Integer isAgreed, ServerWebExchange serverWebExchange, Integer whichStep) {
|
|
|
+ public JsonModel appletsRegister(Integer source, String name, String sName, String bindMobile, String email, String smsCode, String password, String passWordConfirm, String linkMan, Integer provinceId, Integer cityId, Integer townId, String address, String socialCreditCode, String businessLicenseImage, String firstShopType, String secondShopType, String mainPro, Integer isAgreed, ServerWebExchange serverWebExchange, Integer whichStep) {
|
|
|
// 参数校验
|
|
|
if (1 == whichStep) {
|
|
|
if (StringUtils.isBlank(bindMobile) || StringUtils.isBlank(password)
|