提交 eefb1a30 authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 3c15196d
package com.zrqx.member.fg.client.third;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import com.zrqx.core.constant.third.ThirdRequestPath;
......@@ -19,7 +19,7 @@ public interface SdkSmsClient {
* @param smsForm
* @return
*/
@GetMapping(ThirdRequestPath.SDKSMS+ThirdRequestPath.SEND)
@PostMapping(ThirdRequestPath.SDKSMS+ThirdRequestPath.SEND)
public CallBack<String> send(@RequestBody SdkSmsForm ssf);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论