|
|
|
@@ -45,6 +45,7 @@ public class WechatWeappCodeController { |
|
|
|
try { |
|
|
|
WxMaOpenCommitExtInfo extInfo = JSON.parseObject(extInfoStr, WxMaOpenCommitExtInfo.class); |
|
|
|
WxOpenMaService openMaService = openService.getWxOpenComponentService().getWxMaServiceByAppid(extInfo.getExtAppid()); |
|
|
|
logger.info(extInfo.toString()); |
|
|
|
WxOpenResult openRet = openMaService.codeCommit(templateId, userVersion, userDesc, extInfo); |
|
|
|
logger.info(openRet.toString()); |
|
|
|
return new ResultData(openRet); |
|
|
|
|