|
|
@@ -828,7 +828,7 @@ public class MerchantServiceImpl extends ServiceImpl<MerchantDao, Merchant> impl
|
|
|
throw new CrmebException(CommonResultCode.VALIDATE_FAILED, "手机号已存在");
|
|
|
}
|
|
|
//检测验证码
|
|
|
- smsService.checkValidateCode(SmsConstants.VERIFICATION_CODE_SCENARIO_SETTLED, request.getPhone(), request.getCaptcha());
|
|
|
+// smsService.checkValidateCode(SmsConstants.VERIFICATION_CODE_SCENARIO_SETTLED, request.getPhone(), request.getCaptcha());
|
|
|
|
|
|
MerchantCategory merchantCategory = merchantCategoryService.getByIdException(request.getCategoryId());
|
|
|
request.setHandlingFee(merchantCategory.getHandlingFee());
|