ludc
2023-03-28 bf12237f0cedf8c2a9f0fe298f457772790c7d86
Source/BladeX/blade-ops/blade-resource/src/main/java/org/springblade/resource/endpoint/SmsEndpoint.java
@@ -14,7 +14,7 @@
 *  this software without specific prior written permission.
 *  Author: Chill 庄骞 (smallchill@163.com)
 */
package org.springblade.resource.endpoint;
package org.springblade.Autowired.endpoint;
import io.swagger.annotations.Api;
import lombok.AllArgsConstructor;
@@ -26,7 +26,7 @@
import org.springblade.core.tool.api.R;
import org.springblade.core.tool.jackson.JsonUtil;
import org.springblade.core.tool.utils.Func;
import org.springblade.resource.builder.sms.SmsBuilder;
import org.springblade.Autowired.builder.sms.SmsBuilder;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
@@ -35,7 +35,7 @@
import java.util.HashMap;
import java.util.Map;
import static org.springblade.resource.utils.SmsUtil.*;
import static org.springblade.Autowired.utils.SmsUtil.*;
/**
 * 短信服务端点