Explorar el Código

[微信开发平台][修改]:体验者添加删除

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
f467c62420
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java

+ 2
- 2
mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java Ver fichero

@@ -117,8 +117,8 @@ public class WechatWeappSetController {
return new ResultData(openRet);
} catch (WxErrorException e) {
logger.error(e.getMessage());
return new ResultData(e.getMessage());
}
return new ResultData(Result.ERROR);
}

@ApiOperation(value = "解除绑定小程序的体验者", notes = "")
@@ -139,8 +139,8 @@ public class WechatWeappSetController {
return new ResultData(openRet);
} catch (WxErrorException e) {
logger.error(e.getMessage());
return new ResultData(e.getMessage());
}
return new ResultData(Result.ERROR);
}

@ApiOperation(value = "获取体验者列表", notes = "")


Cargando…
Cancelar
Guardar