xiaogang
2021-03-13 c3b5bbea29386128bb09da0978fb70da0b5dce39
service-front/src/main/java/com/java110/front/smo/wechatGateway/IWechatGatewaySMO.java
@@ -1,6 +1,7 @@
package com.java110.front.smo.wechatGateway;
import com.java110.core.context.IPageData;
import com.java110.dto.smallWeChat.SmallWeChatDto;
import com.java110.utils.exception.SMOException;
import org.springframework.http.ResponseEntity;
@@ -18,5 +19,13 @@
     * @return ResponseEntity 对象数据
     * @throws SMOException 业务代码层
     */
    ResponseEntity<String> gateway(IPageData pd) throws Exception;
    ResponseEntity<String> gateway(IPageData pd,String wId) throws Exception;
    /**
     * 查询微信信息
     *
     * @param smallWeChatDto
     * @return
     */
    SmallWeChatDto getSmallWechat(IPageData pd, SmallWeChatDto smallWeChatDto);
}