|
@@ -1,331 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
|
|
|
- xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
|
- http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
- http://code.alibabatech.com/schema/dubbo
|
|
|
- http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
|
|
|
-
|
|
|
- <!-- 消费方应用名,用于计算依赖关系,不是匹配条件,不要与提供方一样 -->
|
|
|
- <dubbo:application name="iamberry-wechat-web-consumer"/>
|
|
|
-
|
|
|
- <!-- 使用multicast广播注册中心暴露发现服务地址 -->
|
|
|
- <dubbo:registry address="zookeeper://127.0.0.1:2181" />
|
|
|
-
|
|
|
- <!-- dubbo所有事件下发线程池,最多接受50,超过等等 -->
|
|
|
- <dubbo:protocol threads="1000" dispather="all" threadpool="fixed"/>
|
|
|
-
|
|
|
- <!-- 自动从注册中心发现监控
|
|
|
- <dubbo:monitor protocol="registry"/> -->
|
|
|
-
|
|
|
- <!-- 非幂等性接口方法,可以重复调用3次,其他不重试 -->
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.AdminAdministratorService" id="adminAdministratorServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="insertadmin" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildInfoByName" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildInfoByList" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildInfoByNameList" retries="2"/>
|
|
|
- <dubbo:method name="deleteAdminChildInfoById" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildInfoById" retries="2"/>
|
|
|
- <dubbo:method name="updateAdminChildInfoById" retries="2"/>
|
|
|
- <dubbo:method name="updatePermissionsById" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildInfoByCount" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildInfoByNameCount" retries="2"/>
|
|
|
- <dubbo:method name="updateAdminByPwd" retries="2"/>
|
|
|
- <dubbo:method name="updateSuperAdminByPwd" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
-
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.AdminLoginService" id="adminLoginServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectAdminInfoByNameAndPwd" retries="2"/>
|
|
|
- <dubbo:method name="selectAdminChildHavePermissionById" retries="2"/>
|
|
|
- <dubbo:method name="selectMenusById" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
-
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.admin.AdminLogService" id="adminLogServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="insertOne" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
-
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.AdminPermissionsService" id="adminPermissionsServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectPermissionById" retries="2"/>
|
|
|
- <dubbo:method name="insertPermissionById" retries="2"/>
|
|
|
- <dubbo:method name="deletePermissionById" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.SystemService" id="systemServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectOneShopRuleById" retries="2"/>
|
|
|
- <dubbo:method name="selectAllShopRule" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.agent.AgentMemberService" id="agentMemberServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getMyOrderStatusCount" retries="2"/>
|
|
|
- <dubbo:method name="getAgentMemberInfo" retries="2"/>
|
|
|
- <dubbo:method name="getWillIncomeByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getMemberInfo" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.agent.AgentOrderService" id="agentOrderServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getAgentOrderListByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getAgentOrderCountByUserId" retries="2"/>
|
|
|
- <dubbo:method name="getProductCountByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="selectCountOrderByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getPayedOrderByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="updateOrderLockTypeByOrderId" retries="2"/>
|
|
|
- <dubbo:method name="getOrderListAndCountByOpenid" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.banner.AdminBannerService" id="adminBannerServiceImpl" check="false" timeout="30000">
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.bindingapp.BindingMacService" id="bindingMacServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getOneById" retries="2"/>
|
|
|
- <dubbo:method name="insert" retries="0"/>
|
|
|
- <dubbo:method name="update" retries="2"/>
|
|
|
- <dubbo:method name="selectAll" retries="2"/>
|
|
|
- <dubbo:method name="getAllCount" retries="2"/>
|
|
|
- <dubbo:method name="testExist" retries="2"/>
|
|
|
- <dubbo:method name="deleteBindingById" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.cart.CartService" id="cartServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectCartByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getCartNumByCartOpenId" retries="2"/>
|
|
|
- <dubbo:method name="updateCartByOpenId" retries="0"/>
|
|
|
- <dubbo:method name="getCartNumByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getCartByCartProductId" retries="2"/>
|
|
|
- <dubbo:method name="addProductToCart" retries="0"/>
|
|
|
- <dubbo:method name="deleteCartByCartId" retries="0"/>
|
|
|
- <dubbo:method name="selectShopOrder" retries="2"/>
|
|
|
- <dubbo:method name="getOrderNumByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="selectShopOrderItem" retries="2"/>
|
|
|
- <dubbo:method name="getShopOrderByOrderId" retries="2"/>
|
|
|
- <dubbo:method name="selectCartItemByListId" retries="2"/>
|
|
|
- <dubbo:method name="addOrderAndSaveOrderItem" retries="0"/>
|
|
|
- <dubbo:method name="updateOrderStatus" retries="2"/>
|
|
|
- <dubbo:method name="selectOrderStatusByOrderId" retries="2"/>
|
|
|
- <dubbo:method name="getOpenIdAndStatus" retries="2"/>
|
|
|
- <dubbo:method name="updateOrderByOrderId" retries="2"/>
|
|
|
- <dubbo:method name="selectOrderInfoById" retries="2"/>
|
|
|
- <dubbo:method name="getReluByRid" retries="2"/>
|
|
|
- <dubbo:method name="getItemNumByOrderId" retries="2"/>
|
|
|
- <dubbo:method name="supdateStateByOrderId" retries="2"/>
|
|
|
- <dubbo:method name="getCouponReduceByItemId" retries="2"/>
|
|
|
- <dubbo:method name="getOrderList" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.cart.ProductInfoService" id="productInfoServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectPageProduct" retries="2"/>
|
|
|
- <dubbo:method name="getProductByProductId" retries="2"/>
|
|
|
- <dubbo:method name="getProductByProductName" retries="2"/>
|
|
|
- <dubbo:method name="selectProductCount" retries="2"/>
|
|
|
- <dubbo:method name="selectIndexPageProduct" retries="2"/>
|
|
|
- <dubbo:method name="cacheIndexPageProduct" retries="2"/>
|
|
|
- <dubbo:method name="updateProductNumList" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.coupon.AdminCouponItemService" id="adminCouponItemServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getAllCouponItem" retries="2"/>
|
|
|
- <dubbo:method name="getCouponItemCount" retries="2"/>
|
|
|
- <dubbo:method name="getCouponItemByCouponItemId" retries="2"/>
|
|
|
- <dubbo:method name="updateCouponItem" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.coupon.CouponItemService" id="couponItemServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getCouponItemDtoList" retries="2"/>
|
|
|
- <dubbo:method name="getCouponItemCount" retries="2"/>
|
|
|
- <dubbo:method name="insertCouponItem" retries="2"/>
|
|
|
- <dubbo:method name="getCouponItemById" retries="2"/>
|
|
|
- <dubbo:method name="updateCouponItemById" retries="2"/>
|
|
|
- <dubbo:method name="updateCouponItemList" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.coupon.CouponTypeService" id="couponTypeServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getCouponTypeList" retries="2"/>
|
|
|
- <dubbo:method name="getCouponTypeCount" retries="2"/>
|
|
|
- <dubbo:method name="insertCouponType" retries="0"/>
|
|
|
- <dubbo:method name="getCouponTypeById" retries="2"/>
|
|
|
- <dubbo:method name="getUnGetCoupon" retries="2"/>
|
|
|
- <dubbo:method name="updateCouponTypeForItem" retries="2"/>
|
|
|
- <dubbo:method name="updateCouponTypeById" retries="2"/>
|
|
|
- <dubbo:method name="deleteCouponTypeById" retries="0"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.DrpRoleInfoService" id="drpRoleInfoServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getDrpRoleList" retries="2"/>
|
|
|
- <dubbo:method name="getDrpRoleList2" retries="2"/>
|
|
|
- <dubbo:method name="selectDrpRoleCount" retries="2"/>
|
|
|
- <dubbo:method name="addDrpRoleInfo" retries="0"/>
|
|
|
- <dubbo:method name="selectDrpRoleInfo" retries="2"/>
|
|
|
- <dubbo:method name="updateDrpRoleInfo" retries="2"/>
|
|
|
- <dubbo:method name="updateDrpRoleStatus" retries="2"/>
|
|
|
- <dubbo:method name="getDrpRoleListByState" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceInfoService" id="placeInfoServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="delete" retries="2"/>
|
|
|
- <dubbo:method name="addOne" retries="0"/>
|
|
|
- <dubbo:method name="update" retries="2"/>
|
|
|
- <dubbo:method name="batchInsert" retries="0"/>
|
|
|
- <dubbo:method name="getPlaceInfoById" retries="2"/>
|
|
|
- <dubbo:method name="getPlaceInfoByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getOnePlaceInfoByInitcode" retries="2"/>
|
|
|
- <dubbo:method name="SearchPlaceInfo" retries="2"/>
|
|
|
- <dubbo:method name="SearchPlaceInfoPage" retries="2"/>
|
|
|
- <dubbo:method name="insertOne" retries="0"/>
|
|
|
- <dubbo:method name="getTotalMoneyByPlaceId" retries="2"/>
|
|
|
- <dubbo:method name="selectPlaceIdByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="selectPlaceInfosForDownLoad" retries="2"/>
|
|
|
- <dubbo:method name="batchUpdate" retries="2"/>
|
|
|
- <dubbo:method name="getPlaceId" retries="2"/>
|
|
|
- <dubbo:method name="selectApplyPlaceLogs" retries="2"/>
|
|
|
- <dubbo:method name="getCount" retries="2"/>
|
|
|
- <dubbo:method name="updateApplyStatus" retries="2"/>
|
|
|
- <dubbo:method name="selectApplyLogsByPlaceID" retries="2"/>
|
|
|
- <dubbo:method name="handlerApplyLogs" retries="2"/>
|
|
|
- <dubbo:method name="addApplyPlaceLogs" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceLogsService" id="placeLogsServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="SearchPlaceLogsPage" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceOrderService" id="placeOrderServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getOrderPaper" retries="2"/>
|
|
|
- <dubbo:method name="getOrderPaperById" retries="2"/>
|
|
|
- <dubbo:method name="submitOrder" retries="0"/>
|
|
|
- <dubbo:method name="payOrder" retries="2"/>
|
|
|
- <dubbo:method name="getSearchPaidOrder" retries="2"/>
|
|
|
- <dubbo:method name="getSearchPaidOrderNext" retries="2"/>
|
|
|
- <dubbo:method name="getSearchPaidOrderAdmin" retries="2"/>
|
|
|
- <dubbo:method name="UpdateOrder" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceWithDrawalsLogsService" id="placeWithDrawalsLogsServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getTheRule" retries="2"/>
|
|
|
- <dubbo:method name="getOne" retries="2"/>
|
|
|
- <dubbo:method name="apply" retries="0"/>
|
|
|
- <dubbo:method name="submitApply" retries="0"/>
|
|
|
- <dubbo:method name="dealApply" retries="2"/>
|
|
|
- <dubbo:method name="HistoryRecords" retries="2"/>
|
|
|
- <dubbo:method name="HistoryRecordsNext" retries="2"/>
|
|
|
- <dubbo:method name="HistoryRecordsManager" retries="2"/>
|
|
|
- <dubbo:method name="insertTest" retries="0"/>
|
|
|
- <dubbo:method name="getTotalMoneyByPlaceId" retries="2"/>
|
|
|
- <dubbo:method name="selectAllMore" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.flow.TemplateFlowInfoService" id="templateFlowInfoServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getTemplateFlowInfo" retries="2"/>
|
|
|
- <dubbo:method name="addTemplateFlowList" retries="0"/>
|
|
|
- <dubbo:method name="getFlowInfoListByTemplateId" retries="2"/>
|
|
|
- <dubbo:method name="updateTemplateFlowInfo" retries="2"/>
|
|
|
- <dubbo:method name="getTypeId" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.flow.TemplateInfoService" id="templateInfoServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getSelectTemplateInfo" retries="2"/>
|
|
|
- <dubbo:method name="getTemplateList" retries="2"/>
|
|
|
- <dubbo:method name="getTemplateCount" retries="2"/>
|
|
|
- <dubbo:method name="addTemplateInfo" retries="0"/>
|
|
|
- <dubbo:method name="getTemplateInfoById" retries="2"/>
|
|
|
- <dubbo:method name="updateTemplateInfo" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.home.HomeService" id="homeServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectNowBannerByType" retries="2"/>
|
|
|
- <dubbo:method name="selectMemberInfoByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="updateWechatMemberInfoByByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="insertMemberInfo" retries="0"/>
|
|
|
- <dubbo:method name="updateUserResAndTypeByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="updateMemberStatusByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="selectMemberQrcodeUrlByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="updateMemberQrcodeByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="selectOnePlaceInfoByCode" retries="2"/>
|
|
|
- <dubbo:method name="updateOpenidById" retries="2"/>
|
|
|
- <dubbo:method name="selectUserIntegralByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="selectUserInfoByPlaceId" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.CashLogService" id="cashLogServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getAllCashLog" retries="2"/>
|
|
|
- <dubbo:method name="addCashLog" retries="0"/>
|
|
|
- <dubbo:method name="deleteCashLogs" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.IntegralService" id="integralServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.MemberService" id="memberServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="getMemberByUserId" retries="2"/>
|
|
|
- <dubbo:method name="getMemberByUserOpenId" retries="2"/>
|
|
|
- <dubbo:method name="getCount" retries="2"/>
|
|
|
- <dubbo:method name="getMemberByPage" retries="2"/>
|
|
|
- <dubbo:method name="updateMemberByUserId" retries="2"/>
|
|
|
- <dubbo:method name="updateUserIntegral" retries="0"/>
|
|
|
- <dubbo:method name="updateUserUseIntegral" retries="0"/>
|
|
|
- <dubbo:method name="selectUserIntegralByWechatProxyId" retries="2"/>
|
|
|
- <dubbo:method name="selectUserIdentityAndQrcodeByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="selectUserResAndIdSByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="updateUserIncomeByOpenId" retries="0"/>
|
|
|
- <dubbo:method name="updateUserFlagByOpenId" retries="2"/>
|
|
|
- <dubbo:method name="selectDownCountByUserId" retries="2"/>
|
|
|
- <dubbo:method name="buildChildUser" retries="2"/>
|
|
|
- <dubbo:method name="getDownInfoAndBuyedCount" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.ShareInfoService" id="shareInfoServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="addShareInfo" retries="2"/>
|
|
|
- <dubbo:method name="getShareInfoByOpenidAndType" retries="2"/>
|
|
|
- <dubbo:method name="getShareInfoById" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.WithdrawService" id="withdrawServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectWithDraw" retries="2"/>
|
|
|
- <dubbo:method name="getCount" retries="2"/>
|
|
|
- <dubbo:method name="updateWithdraw" retries="2"/>
|
|
|
- <dubbo:method name="addApplyWithdraw" retries="0"/>
|
|
|
- <dubbo:method name="addApplyCashWithdraw" retries="0"/>
|
|
|
- <dubbo:method name="selectLogsByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="selectLogsCountByOpenid" retries="2"/>
|
|
|
- <dubbo:method name="selectWithdrawLogsById" retries="2"/>
|
|
|
- <dubbo:method name="handleWithdrawStatus" retries="2"/>
|
|
|
- <dubbo:method name="handleWithdrawCashStatus" retries="2"/>
|
|
|
- <dubbo:method name="selectUseLogsCount" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.mq.EfastOrderService" id="efastOrderServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="selectEfastSendOrderInfo" retries="2"/>
|
|
|
- <dubbo:method name="selectEfastSendOrderList" retries="2"/>
|
|
|
- <dubbo:method name="addOrderInfoToEfast" retries="2"/>
|
|
|
- <dubbo:method name="sendOrderInfoToEfast" retries="2"/>
|
|
|
- <dubbo:method name="selectEfastReturnOrderInfo" retries="2"/>
|
|
|
- <dubbo:method name="returnOrderInfoToEfast" retries="2"/>
|
|
|
- <dubbo:method name="exchangeOrderInfoToEfast" retries="2"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.mq.MQSerivce" id="mQSerivceImplProxy" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.news.NewsService" id="newsServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="1" interface="com.iamberry.wechat.face.order.AdminOrderService" id="adminOrderServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="updateOrderIntegral" retries="1"></dubbo:method>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.pay.PayService" id="payServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductImageTextService" id="productImageTextServiceImpl" check="false" timeout="30000"/>
|
|
|
-
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductPictureService" id="productPictureServiceImpl" check="false" timeout="30000"/>
|
|
|
-
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductService" id="productServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="addProduct" retries="0"></dubbo:method>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.qrcode.QrcodeService" id="qrcodeServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="updateQRcodeStatusByUserOpenid" retries="0"/>
|
|
|
- <dubbo:method name="updateQRcodeScannNumAndSubNum" retries="0"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.qrcode.TemporaryQrcodeService" id="temporaryQrcodeServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="applyTempQrcode" retries="0"/>
|
|
|
- <dubbo:method name="insertTempQrcode" retries="0"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.reback.LoadRewardTaskService" id="loadRewardTaskServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.reback.RebackServices" id="rebackServicesImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="insert" retries="0"/>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.reback.RebackStaticService" id="rebackStaticServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.relationship.DealerRelationService" id="dealerRelationServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="insertDealerRelation" retries="0"></dubbo:method>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.relationship.WdRelationService" id="wdRelationServiceImpl" check="false" timeout="30000">
|
|
|
- <dubbo:method name="insertWdRelation" retries="0"></dubbo:method>
|
|
|
- </dubbo:reference>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.ConfigService" id="configServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.FirstJoinKeyService" id="firstJoinKeyServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.ImageTextInfoService" id="imageTextInfoServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.ImageTextMoreService" id="imageTextMoreServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.KeyWordService" id="keyWordServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.MenuInfoService" id="menuInfoServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.MenuKeySetService" id="menuKeySetServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.TokenService" id="tokenServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.WeChatService" id="weChatServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.statistics.AdminStatisticsService" id="adminStatisticsServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductTypeService" id="productTypeServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.task.WechatTaskService" id="wechatTaskServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.rewards.RewardsService" id="rewardsServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.rewards.SalesLogService" id="salesLogServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.game.GameService" id="gameServiceImpl" check="false" timeout="30000"/>
|
|
|
- <!-- 营养自测service -->
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnaireService" id="questionnaireServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionOptionService" id="questionOptionServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnaireAnswerService" id="questionnaireAnswerServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnaireAnswerDetailedService" id="questionnaireAnswerDetailedServiceImpl" check="false" timeout="30000"/>
|
|
|
- <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnairePaperService" id="questionnairePaperServiceImpl" check="false" timeout="30000"/>
|
|
|
-</beans>
|