|
|
|
@@ -7,18 +7,13 @@ import com.iformall.service.wechat.WxOpenService; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import me.chanjar.weixin.common.error.WxErrorException; |
|
|
|
import me.chanjar.weixin.open.api.WxOpenMaService; |
|
|
|
import me.chanjar.weixin.open.bean.WxOpenMaCodeTemplate; |
|
|
|
import me.chanjar.weixin.open.bean.ma.WxMaOpenCommitExtInfo; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Controller; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.ResponseBody; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* Stormeye Wu |
|
|
|
|