Commit 82ba2c04 authored by shiyu's avatar shiyu

短信2

parent 1c981dc1
...@@ -6,6 +6,7 @@ import com.wwdz.ch.wx.manager.WxLoginManager; ...@@ -6,6 +6,7 @@ import com.wwdz.ch.wx.manager.WxLoginManager;
import com.wwdz.mall.api.notify.server.ItemShortUrlServer; import com.wwdz.mall.api.notify.server.ItemShortUrlServer;
import com.wwdz.mall.common.vo.response.CloudServerResponse; import com.wwdz.mall.common.vo.response.CloudServerResponse;
import com.xxdxxs.utils.JsonUtils; import com.xxdxxs.utils.JsonUtils;
import org.apache.dubbo.config.annotation.Reference;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
...@@ -34,7 +35,7 @@ public class WxAppletApi { ...@@ -34,7 +35,7 @@ public class WxAppletApi {
@Autowired @Autowired
WxLoginManager wxLoginManager; WxLoginManager wxLoginManager;
@Resource @Reference(check = false)
ItemShortUrlServer itemShortUrlServer; ItemShortUrlServer itemShortUrlServer;
// 微信小程序音视频内容安全识别地址 // 微信小程序音视频内容安全识别地址
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment