|
@@ -11,9 +11,9 @@ import org.springframework.context.ApplicationContextAware;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import com.ym.mec.thirdparty.exception.ThirdpartyException;
|
|
|
-import com.ym.mec.thirdparty.message.vendors.JiguangPushPlugin;
|
|
|
-import com.ym.mec.thirdparty.message.vendors.MOxintongSMSPlugin;
|
|
|
-import com.ym.mec.thirdparty.message.vendors.ShiyuanSMSPlugin;
|
|
|
+import com.ym.mec.thirdparty.message.provider.JiguangPushPlugin;
|
|
|
+import com.ym.mec.thirdparty.message.provider.MOxintongSMSPlugin;
|
|
|
+import com.ym.mec.thirdparty.message.provider.ShiyuanSMSPlugin;
|
|
|
|
|
|
@Component
|
|
|
public class MessageSenderPluginContext implements ApplicationContextAware {
|