Commit 6d8287bc by fanjiaxin

推客分佣单阿波罗配置调整

parent efcef36e
Pipeline #75533 passed with stages
in 1 minute 12 seconds
......@@ -2,6 +2,7 @@ package com.netease.yanxuan.wx.store.sharer.integration.facade;
import com.netease.yanxuan.missa.client.annotation.MissaClient;
import com.netease.yanxuan.wx.store.sharer.integration.meta.model.bo.SendSmsCodeBO;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
......@@ -11,6 +12,6 @@ import java.util.Map;
@MissaClient(serviceCode = "logistics-uas")
public interface UasFacade {
@RequestMapping(value = "/push/sms/yanxuan-wx-store-sharer", method = RequestMethod.POST)
@RequestMapping(value = "/push/sms/yanxuan-wx-store-sharer", method = RequestMethod.POST, produces = MediaType.APPLICATION_FORM_URLENCODED_VALUE)
SendSmsCodeBO pushSmsCode(@RequestBody Map<String, Object> param);
}
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