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

--no commit message

上级 eefb1a30
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.form.third.sms.SmsForm;
......@@ -17,7 +17,7 @@ public interface SmsClient {
* @param smsForm
* @return
*/
@GetMapping("/sms/send")
@PostMapping("/sms/send")
public String sendSms(@RequestBody SmsForm smsForm);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论