无关风月
2024-09-24 61bbd595ee2bc3c67b40878894dcc07174c6eea6
cloud-server-course/src/main/java/com/dsh/course/feignclient/other/StoreClient.java
@@ -15,13 +15,25 @@
 */
@FeignClient("mb-cloud-other")
public interface StoreClient {
    /**
     * 根据运营商id获取对应运营商分账比例 返回格式: 微信分账比例,支付宝分账比例
     * @return
     */
    @PostMapping("/base/getProportionByOperatorId")
    String getProportionByOperatorId(Integer id);
    /**
     * 根据管理员id获取
     * 根据运营商id获取对应运营商商户号
     * @return
     */
    @PostMapping("/base/getSMIDByOperatorId")
    String getSMIDByOperatorId(Integer id);
    // 根据运营商id获取微信商户号
    @PostMapping("/base/getmerchantNumberByOperatorId")
    String getmerchantNumberByOperatorId(Integer id);
    /**
     * 根据名称模糊搜索门店
     *
     * @param name
     * @return
     */
@@ -31,6 +43,7 @@
    /**
     * 根据门店id获取门店信息
     *
     * @param id
     * @return
     */