提交 5f7de162 authored 作者: liupengfei's avatar liupengfei

--no commit message

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