iamberry-wechat-web-consumer.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
  4. xsi:schemaLocation="http://www.springframework.org/schema/beans
  5. http://www.springframework.org/schema/beans/spring-beans.xsd
  6. http://code.alibabatech.com/schema/dubbo
  7. http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
  8. <!-- 消费方应用名,用于计算依赖关系,不是匹配条件,不要与提供方一样 -->
  9. <dubbo:application name="iamberry-wechat-web-consumer"/>
  10. <!-- 使用multicast广播注册中心暴露发现服务地址 -->
  11. <dubbo:registry address="zookeeper://127.0.0.1:2181" />
  12. <!-- dubbo所有事件下发线程池,最多接受50,超过等等 -->
  13. <dubbo:protocol threads="1000" dispather="all" threadpool="fixed"/>
  14. <!-- 自动从注册中心发现监控
  15. <dubbo:monitor protocol="registry"/> -->
  16. <!-- 非幂等性接口方法,可以重复调用3次,其他不重试 -->
  17. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.AdminAdministratorService" id="adminAdministratorServiceImpl" check="false" timeout="30000">
  18. <dubbo:method name="insertadmin" retries="2"/>
  19. <dubbo:method name="selectAdminChildInfoByName" retries="2"/>
  20. <dubbo:method name="selectAdminChildInfoByList" retries="2"/>
  21. <dubbo:method name="selectAdminChildInfoByNameList" retries="2"/>
  22. <dubbo:method name="deleteAdminChildInfoById" retries="2"/>
  23. <dubbo:method name="selectAdminChildInfoById" retries="2"/>
  24. <dubbo:method name="updateAdminChildInfoById" retries="2"/>
  25. <dubbo:method name="updatePermissionsById" retries="2"/>
  26. <dubbo:method name="selectAdminChildInfoByCount" retries="2"/>
  27. <dubbo:method name="selectAdminChildInfoByNameCount" retries="2"/>
  28. <dubbo:method name="updateAdminByPwd" retries="2"/>
  29. <dubbo:method name="updateSuperAdminByPwd" retries="2"/>
  30. </dubbo:reference>
  31. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.AdminLoginService" id="adminLoginServiceImpl" check="false" timeout="30000">
  32. <dubbo:method name="selectAdminInfoByNameAndPwd" retries="2"/>
  33. <dubbo:method name="selectAdminChildHavePermissionById" retries="2"/>
  34. <dubbo:method name="selectMenusById" retries="2"/>
  35. </dubbo:reference>
  36. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.admin.AdminLogService" id="adminLogServiceImpl" check="false" timeout="30000">
  37. <dubbo:method name="insertOne" retries="2"/>
  38. </dubbo:reference>
  39. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.AdminPermissionsService" id="adminPermissionsServiceImpl" check="false" timeout="30000">
  40. <dubbo:method name="selectPermissionById" retries="2"/>
  41. <dubbo:method name="insertPermissionById" retries="2"/>
  42. <dubbo:method name="deletePermissionById" retries="2"/>
  43. </dubbo:reference>
  44. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.admin.SystemService" id="systemServiceImpl" check="false" timeout="30000">
  45. <dubbo:method name="selectOneShopRuleById" retries="2"/>
  46. <dubbo:method name="selectAllShopRule" retries="2"/>
  47. </dubbo:reference>
  48. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.agent.AgentMemberService" id="agentMemberServiceImpl" check="false" timeout="30000">
  49. <dubbo:method name="getMyOrderStatusCount" retries="2"/>
  50. <dubbo:method name="getAgentMemberInfo" retries="2"/>
  51. <dubbo:method name="getWillIncomeByOpenId" retries="2"/>
  52. <dubbo:method name="getMemberInfo" retries="2"/>
  53. </dubbo:reference>
  54. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.agent.AgentOrderService" id="agentOrderServiceImpl" check="false" timeout="30000">
  55. <dubbo:method name="getAgentOrderListByOpenId" retries="2"/>
  56. <dubbo:method name="getAgentOrderCountByUserId" retries="2"/>
  57. <dubbo:method name="getProductCountByOpenId" retries="2"/>
  58. <dubbo:method name="selectCountOrderByOpenId" retries="2"/>
  59. <dubbo:method name="getPayedOrderByOpenId" retries="2"/>
  60. <dubbo:method name="updateOrderLockTypeByOrderId" retries="2"/>
  61. <dubbo:method name="getOrderListAndCountByOpenid" retries="2"/>
  62. </dubbo:reference>
  63. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.banner.AdminBannerService" id="adminBannerServiceImpl" check="false" timeout="30000">
  64. </dubbo:reference>
  65. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.bindingapp.BindingMacService" id="bindingMacServiceImpl" check="false" timeout="30000">
  66. <dubbo:method name="getOneById" retries="2"/>
  67. <dubbo:method name="insert" retries="0"/>
  68. <dubbo:method name="update" retries="2"/>
  69. <dubbo:method name="selectAll" retries="2"/>
  70. <dubbo:method name="getAllCount" retries="2"/>
  71. <dubbo:method name="testExist" retries="2"/>
  72. <dubbo:method name="deleteBindingById" retries="2"/>
  73. </dubbo:reference>
  74. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.cart.CartService" id="cartServiceImpl" check="false" timeout="30000">
  75. <dubbo:method name="selectCartByOpenId" retries="2"/>
  76. <dubbo:method name="getCartNumByCartOpenId" retries="2"/>
  77. <dubbo:method name="updateCartByOpenId" retries="0"/>
  78. <dubbo:method name="getCartNumByOpenId" retries="2"/>
  79. <dubbo:method name="getCartByCartProductId" retries="2"/>
  80. <dubbo:method name="addProductToCart" retries="0"/>
  81. <dubbo:method name="deleteCartByCartId" retries="0"/>
  82. <dubbo:method name="selectShopOrder" retries="2"/>
  83. <dubbo:method name="getOrderNumByOpenId" retries="2"/>
  84. <dubbo:method name="selectShopOrderItem" retries="2"/>
  85. <dubbo:method name="getShopOrderByOrderId" retries="2"/>
  86. <dubbo:method name="selectCartItemByListId" retries="2"/>
  87. <dubbo:method name="addOrderAndSaveOrderItem" retries="0"/>
  88. <dubbo:method name="updateOrderStatus" retries="2"/>
  89. <dubbo:method name="selectOrderStatusByOrderId" retries="2"/>
  90. <dubbo:method name="getOpenIdAndStatus" retries="2"/>
  91. <dubbo:method name="updateOrderByOrderId" retries="2"/>
  92. <dubbo:method name="selectOrderInfoById" retries="2"/>
  93. <dubbo:method name="getReluByRid" retries="2"/>
  94. <dubbo:method name="getItemNumByOrderId" retries="2"/>
  95. <dubbo:method name="supdateStateByOrderId" retries="2"/>
  96. <dubbo:method name="getCouponReduceByItemId" retries="2"/>
  97. <dubbo:method name="getOrderList" retries="2"/>
  98. </dubbo:reference>
  99. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.cart.ProductInfoService" id="productInfoServiceImpl" check="false" timeout="30000">
  100. <dubbo:method name="selectPageProduct" retries="2"/>
  101. <dubbo:method name="getProductByProductId" retries="2"/>
  102. <dubbo:method name="getProductByProductName" retries="2"/>
  103. <dubbo:method name="selectProductCount" retries="2"/>
  104. <dubbo:method name="selectIndexPageProduct" retries="2"/>
  105. <dubbo:method name="cacheIndexPageProduct" retries="2"/>
  106. <dubbo:method name="updateProductNumList" retries="2"/>
  107. </dubbo:reference>
  108. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.coupon.AdminCouponItemService" id="adminCouponItemServiceImpl" check="false" timeout="30000">
  109. <dubbo:method name="getAllCouponItem" retries="2"/>
  110. <dubbo:method name="getCouponItemCount" retries="2"/>
  111. <dubbo:method name="getCouponItemByCouponItemId" retries="2"/>
  112. <dubbo:method name="updateCouponItem" retries="2"/>
  113. </dubbo:reference>
  114. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.coupon.CouponItemService" id="couponItemServiceImpl" check="false" timeout="30000">
  115. <dubbo:method name="getCouponItemDtoList" retries="2"/>
  116. <dubbo:method name="getCouponItemCount" retries="2"/>
  117. <dubbo:method name="insertCouponItem" retries="2"/>
  118. <dubbo:method name="getCouponItemById" retries="2"/>
  119. <dubbo:method name="updateCouponItemById" retries="2"/>
  120. <dubbo:method name="updateCouponItemList" retries="2"/>
  121. </dubbo:reference>
  122. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.coupon.CouponTypeService" id="couponTypeServiceImpl" check="false" timeout="30000">
  123. <dubbo:method name="getCouponTypeList" retries="2"/>
  124. <dubbo:method name="getCouponTypeCount" retries="2"/>
  125. <dubbo:method name="insertCouponType" retries="0"/>
  126. <dubbo:method name="getCouponTypeById" retries="2"/>
  127. <dubbo:method name="getUnGetCoupon" retries="2"/>
  128. <dubbo:method name="updateCouponTypeForItem" retries="2"/>
  129. <dubbo:method name="updateCouponTypeById" retries="2"/>
  130. <dubbo:method name="deleteCouponTypeById" retries="0"/>
  131. </dubbo:reference>
  132. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.DrpRoleInfoService" id="drpRoleInfoServiceImpl" check="false" timeout="30000">
  133. <dubbo:method name="getDrpRoleList" retries="2"/>
  134. <dubbo:method name="getDrpRoleList2" retries="2"/>
  135. <dubbo:method name="selectDrpRoleCount" retries="2"/>
  136. <dubbo:method name="addDrpRoleInfo" retries="0"/>
  137. <dubbo:method name="selectDrpRoleInfo" retries="2"/>
  138. <dubbo:method name="updateDrpRoleInfo" retries="2"/>
  139. <dubbo:method name="updateDrpRoleStatus" retries="2"/>
  140. <dubbo:method name="getDrpRoleListByState" retries="2"/>
  141. </dubbo:reference>
  142. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceInfoService" id="placeInfoServiceImpl" check="false" timeout="30000">
  143. <dubbo:method name="delete" retries="2"/>
  144. <dubbo:method name="addOne" retries="0"/>
  145. <dubbo:method name="update" retries="2"/>
  146. <dubbo:method name="batchInsert" retries="0"/>
  147. <dubbo:method name="getPlaceInfoById" retries="2"/>
  148. <dubbo:method name="getPlaceInfoByOpenId" retries="2"/>
  149. <dubbo:method name="getOnePlaceInfoByInitcode" retries="2"/>
  150. <dubbo:method name="SearchPlaceInfo" retries="2"/>
  151. <dubbo:method name="SearchPlaceInfoPage" retries="2"/>
  152. <dubbo:method name="insertOne" retries="0"/>
  153. <dubbo:method name="getTotalMoneyByPlaceId" retries="2"/>
  154. <dubbo:method name="selectPlaceIdByOpenId" retries="2"/>
  155. <dubbo:method name="selectPlaceInfosForDownLoad" retries="2"/>
  156. <dubbo:method name="batchUpdate" retries="2"/>
  157. <dubbo:method name="getPlaceId" retries="2"/>
  158. <dubbo:method name="selectApplyPlaceLogs" retries="2"/>
  159. <dubbo:method name="getCount" retries="2"/>
  160. <dubbo:method name="updateApplyStatus" retries="2"/>
  161. <dubbo:method name="selectApplyLogsByPlaceID" retries="2"/>
  162. <dubbo:method name="handlerApplyLogs" retries="2"/>
  163. <dubbo:method name="addApplyPlaceLogs" retries="2"/>
  164. </dubbo:reference>
  165. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceLogsService" id="placeLogsServiceImpl" check="false" timeout="30000">
  166. <dubbo:method name="SearchPlaceLogsPage" retries="2"/>
  167. </dubbo:reference>
  168. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceOrderService" id="placeOrderServiceImpl" check="false" timeout="30000">
  169. <dubbo:method name="getOrderPaper" retries="2"/>
  170. <dubbo:method name="getOrderPaperById" retries="2"/>
  171. <dubbo:method name="submitOrder" retries="0"/>
  172. <dubbo:method name="payOrder" retries="2"/>
  173. <dubbo:method name="getSearchPaidOrder" retries="2"/>
  174. <dubbo:method name="getSearchPaidOrderNext" retries="2"/>
  175. <dubbo:method name="getSearchPaidOrderAdmin" retries="2"/>
  176. <dubbo:method name="UpdateOrder" retries="2"/>
  177. </dubbo:reference>
  178. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.drp.PlaceWithDrawalsLogsService" id="placeWithDrawalsLogsServiceImpl" check="false" timeout="30000">
  179. <dubbo:method name="getTheRule" retries="2"/>
  180. <dubbo:method name="getOne" retries="2"/>
  181. <dubbo:method name="apply" retries="0"/>
  182. <dubbo:method name="submitApply" retries="0"/>
  183. <dubbo:method name="dealApply" retries="2"/>
  184. <dubbo:method name="HistoryRecords" retries="2"/>
  185. <dubbo:method name="HistoryRecordsNext" retries="2"/>
  186. <dubbo:method name="HistoryRecordsManager" retries="2"/>
  187. <dubbo:method name="insertTest" retries="0"/>
  188. <dubbo:method name="getTotalMoneyByPlaceId" retries="2"/>
  189. <dubbo:method name="selectAllMore" retries="2"/>
  190. </dubbo:reference>
  191. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.flow.TemplateFlowInfoService" id="templateFlowInfoServiceImpl" check="false" timeout="30000">
  192. <dubbo:method name="getTemplateFlowInfo" retries="2"/>
  193. <dubbo:method name="addTemplateFlowList" retries="0"/>
  194. <dubbo:method name="getFlowInfoListByTemplateId" retries="2"/>
  195. <dubbo:method name="updateTemplateFlowInfo" retries="2"/>
  196. <dubbo:method name="getTypeId" retries="2"/>
  197. </dubbo:reference>
  198. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.flow.TemplateInfoService" id="templateInfoServiceImpl" check="false" timeout="30000">
  199. <dubbo:method name="getSelectTemplateInfo" retries="2"/>
  200. <dubbo:method name="getTemplateList" retries="2"/>
  201. <dubbo:method name="getTemplateCount" retries="2"/>
  202. <dubbo:method name="addTemplateInfo" retries="0"/>
  203. <dubbo:method name="getTemplateInfoById" retries="2"/>
  204. <dubbo:method name="updateTemplateInfo" retries="2"/>
  205. </dubbo:reference>
  206. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.home.HomeService" id="homeServiceImpl" check="false" timeout="30000">
  207. <dubbo:method name="selectNowBannerByType" retries="2"/>
  208. <dubbo:method name="selectMemberInfoByOpenId" retries="2"/>
  209. <dubbo:method name="updateWechatMemberInfoByByOpenid" retries="2"/>
  210. <dubbo:method name="insertMemberInfo" retries="0"/>
  211. <dubbo:method name="updateUserResAndTypeByOpenid" retries="2"/>
  212. <dubbo:method name="updateMemberStatusByOpenId" retries="2"/>
  213. <dubbo:method name="selectMemberQrcodeUrlByOpenid" retries="2"/>
  214. <dubbo:method name="updateMemberQrcodeByOpenid" retries="2"/>
  215. <dubbo:method name="selectOnePlaceInfoByCode" retries="2"/>
  216. <dubbo:method name="updateOpenidById" retries="2"/>
  217. <dubbo:method name="selectUserIntegralByOpenid" retries="2"/>
  218. <dubbo:method name="selectUserInfoByPlaceId" retries="2"/>
  219. </dubbo:reference>
  220. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.CashLogService" id="cashLogServiceImpl" check="false" timeout="30000">
  221. <dubbo:method name="getAllCashLog" retries="2"/>
  222. <dubbo:method name="addCashLog" retries="0"/>
  223. <dubbo:method name="deleteCashLogs" retries="2"/>
  224. </dubbo:reference>
  225. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.IntegralService" id="integralServiceImpl" check="false" timeout="30000"/>
  226. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.MemberService" id="memberServiceImpl" check="false" timeout="30000">
  227. <dubbo:method name="getMemberByUserId" retries="2"/>
  228. <dubbo:method name="getMemberByUserOpenId" retries="2"/>
  229. <dubbo:method name="getCount" retries="2"/>
  230. <dubbo:method name="getMemberByPage" retries="2"/>
  231. <dubbo:method name="updateMemberByUserId" retries="2"/>
  232. <dubbo:method name="updateUserIntegral" retries="0"/>
  233. <dubbo:method name="updateUserUseIntegral" retries="0"/>
  234. <dubbo:method name="selectUserIntegralByWechatProxyId" retries="2"/>
  235. <dubbo:method name="selectUserIdentityAndQrcodeByOpenId" retries="2"/>
  236. <dubbo:method name="selectUserResAndIdSByOpenId" retries="2"/>
  237. <dubbo:method name="updateUserIncomeByOpenId" retries="0"/>
  238. <dubbo:method name="updateUserFlagByOpenId" retries="2"/>
  239. <dubbo:method name="selectDownCountByUserId" retries="2"/>
  240. <dubbo:method name="buildChildUser" retries="2"/>
  241. <dubbo:method name="getDownInfoAndBuyedCount" retries="2"/>
  242. </dubbo:reference>
  243. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.ShareInfoService" id="shareInfoServiceImpl" check="false" timeout="30000">
  244. <dubbo:method name="addShareInfo" retries="2"/>
  245. <dubbo:method name="getShareInfoByOpenidAndType" retries="2"/>
  246. <dubbo:method name="getShareInfoById" retries="2"/>
  247. </dubbo:reference>
  248. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.member.WithdrawService" id="withdrawServiceImpl" check="false" timeout="30000">
  249. <dubbo:method name="selectWithDraw" retries="2"/>
  250. <dubbo:method name="getCount" retries="2"/>
  251. <dubbo:method name="updateWithdraw" retries="2"/>
  252. <dubbo:method name="addApplyWithdraw" retries="0"/>
  253. <dubbo:method name="addApplyCashWithdraw" retries="0"/>
  254. <dubbo:method name="selectLogsByOpenid" retries="2"/>
  255. <dubbo:method name="selectLogsCountByOpenid" retries="2"/>
  256. <dubbo:method name="selectWithdrawLogsById" retries="2"/>
  257. <dubbo:method name="handleWithdrawStatus" retries="2"/>
  258. <dubbo:method name="handleWithdrawCashStatus" retries="2"/>
  259. <dubbo:method name="selectUseLogsCount" retries="2"/>
  260. </dubbo:reference>
  261. <dubbo:reference retries="0" interface="com.iamberry.wechat.face.mq.EfastOrderService" id="efastOrderServiceImpl" check="false" timeout="30000">
  262. <dubbo:method name="selectEfastSendOrderInfo" retries="2"/>
  263. <dubbo:method name="selectEfastSendOrderList" retries="2"/>
  264. <dubbo:method name="addOrderInfoToEfast" retries="2"/>
  265. <dubbo:method name="sendOrderInfoToEfast" retries="2"/>
  266. <dubbo:method name="selectEfastReturnOrderInfo" retries="2"/>
  267. <dubbo:method name="returnOrderInfoToEfast" retries="2"/>
  268. <dubbo:method name="exchangeOrderInfoToEfast" retries="2"/>
  269. </dubbo:reference>
  270. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.mq.MQSerivce" id="mQSerivceImplProxy" check="false" timeout="30000"/>
  271. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.news.NewsService" id="newsServiceImpl" check="false" timeout="30000"/>
  272. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.order.AdminOrderService" id="adminOrderServiceImpl" check="false" timeout="30000">
  273. <dubbo:method name="updateOrderIntegral" retries="2"></dubbo:method>
  274. </dubbo:reference>
  275. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.pay.PayService" id="payServiceImpl" check="false" timeout="30000"/>
  276. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductImageTextService" id="productImageTextServiceImpl" check="false" timeout="30000"/>
  277. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductPictureService" id="productPictureServiceImpl" check="false" timeout="30000"/>
  278. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductService" id="productServiceImpl" check="false" timeout="30000">
  279. <dubbo:method name="addProduct" retries="0"></dubbo:method>
  280. </dubbo:reference>
  281. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.qrcode.QrcodeService" id="qrcodeServiceImpl" check="false" timeout="30000">
  282. <dubbo:method name="updateQRcodeStatusByUserOpenid" retries="0"/>
  283. <dubbo:method name="updateQRcodeScannNumAndSubNum" retries="0"/>
  284. </dubbo:reference>
  285. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.qrcode.TemporaryQrcodeService" id="temporaryQrcodeServiceImpl" check="false" timeout="30000">
  286. <dubbo:method name="applyTempQrcode" retries="0"/>
  287. <dubbo:method name="insertTempQrcode" retries="0"/>
  288. </dubbo:reference>
  289. <!-- <dubbo:reference retries="0" interface="com.iamberry.wechat.face.reback.LoadRewardTaskService" id="loadRewardTaskServiceImpl" check="false" timeout="30000"/> -->
  290. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.reback.RebackServices" id="rebackServicesImpl" check="false" timeout="30000">
  291. <dubbo:method name="insert" retries="0"/>
  292. </dubbo:reference>
  293. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.reback.RebackStaticService" id="rebackStaticServiceImpl" check="false" timeout="30000"/>
  294. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.relationship.DealerRelationService" id="dealerRelationServiceImpl" check="false" timeout="30000">
  295. <dubbo:method name="insertDealerRelation" retries="0"></dubbo:method>
  296. </dubbo:reference>
  297. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.relationship.WdRelationService" id="wdRelationServiceImpl" check="false" timeout="30000">
  298. <dubbo:method name="insertWdRelation" retries="0"></dubbo:method>
  299. </dubbo:reference>
  300. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.ConfigService" id="configServiceImpl" check="false" timeout="30000"/>
  301. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.FirstJoinKeyService" id="firstJoinKeyServiceImpl" check="false" timeout="30000"/>
  302. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.ImageTextInfoService" id="imageTextInfoServiceImpl" check="false" timeout="30000"/>
  303. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.ImageTextMoreService" id="imageTextMoreServiceImpl" check="false" timeout="30000"/>
  304. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.KeyWordService" id="keyWordServiceImpl" check="false" timeout="30000"/>
  305. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.MenuInfoService" id="menuInfoServiceImpl" check="false" timeout="30000"/>
  306. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.MenuKeySetService" id="menuKeySetServiceImpl" check="false" timeout="30000"/>
  307. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.TokenService" id="tokenServiceImpl" check="false" timeout="30000"/>
  308. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.wechat.WeChatService" id="weChatServiceImpl" check="false" timeout="30000"/>
  309. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.statistics.AdminStatisticsService" id="adminStatisticsServiceImpl" check="false" timeout="30000"/>
  310. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.porduct.ProductTypeService" id="productTypeServiceImpl" check="false" timeout="30000"/>
  311. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.task.WechatTaskService" id="wechatTaskServiceImpl" check="false" timeout="30000"/>
  312. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.rewards.RewardsService" id="rewardsServiceImpl" check="false" timeout="30000"/>
  313. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.rewards.SalesLogService" id="salesLogServiceImpl" check="false" timeout="30000"/>
  314. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.game.GameService" id="gameServiceImpl" check="false" timeout="30000"/>
  315. <!-- 营养自测service -->
  316. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnaireService" id="questionnaireServiceImpl" check="false" timeout="30000"/>
  317. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionOptionService" id="questionOptionServiceImpl" check="false" timeout="30000"/>
  318. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnaireAnswerService" id="questionnaireAnswerServiceImpl" check="false" timeout="30000"/>
  319. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnaireAnswerDetailedService" id="questionnaireAnswerDetailedServiceImpl" check="false" timeout="30000"/>
  320. <dubbo:reference retries="2" interface="com.iamberry.wechat.face.questionnaire.QuestionnairePaperService" id="questionnairePaperServiceImpl" check="false" timeout="30000"/>
  321. </beans>