Commit 7f54f1a5 by liyanlin

rename

parent 7254d8ad
......@@ -12,8 +12,8 @@ import org.springframework.web.bind.annotation.RequestBody;
* @Date: Created in 2021-11-17
* @Modified by:
*/
@FeignClient(name = "qyApi", url = "https://qyapi.weixin.qq.com")
public interface QYApi {
@FeignClient(name = "qyWxApi", url = "https://qyapi.weixin.qq.com")
public interface QyWxApi {
/**
* 发送机器人消息
......
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