You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/08/14 13:14:08 UTC

[GitHub] [apisix] powermanlc opened a new issue #2062: bug: not find any matched route 404

powermanlc opened a new issue #2062:
URL: https://github.com/apache/apisix/issues/2062


   ### Issue description
   I have releases the routes online,but sometimes appears 404 problem.
   surprising, only one route in only machine,yesterday another  route and another machine.
   
   help me, the apisix service has release online, affect users.
   ### Environment
   
   * apisix version (cmd: `apisix version`): 1.3
   * OS:linux online
   
   ### Minimal test code / Steps to reproduce the issue
   1. online service, random visits from users, occasionally. visits a day 6000+, 404 appears count 160
   
   ### What's the actual result? (including assertion message & call stack if applicable)
   
   
   
   ### What's the expected result?
   no 404, and why appears 404.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674092553


   there is no any route with uri `/a/b/c`.
   
   if you still have a problem, please provide a mini example.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674069359


   2020/08/14 20:47:51 [error] 50794#0: *45592321 [lua] init.lua:306: http_access_phase(): spanId:0.3 logId:2871423813 failed to match any routes, api_ctx: {"var":{"host":"127.0.0.1","request_method":"POST","uri":"\/a\/b\/b","remote_addr":"127.0.0.1","_request":"cdata<void *>: 0x027e2970"}}, client: 127.0.0.1, server: , request: "POST /a/b/cHTTP/1.1", host: "127.0.0.1:9080"
   
   this error log, no matched_route.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dualc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
dualc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675483467


   using 4.4 version,I have met the same problemn


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675495530


   @dualc https://github.com/apache/apisix/issues/2067#issuecomment-675232331
   
   you can take a look at this, it may help you.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc removed a comment on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc removed a comment on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674092958


   2020/08/14 20:47:31 [error] 50794#0: *45572282 [lua] radixtree_uri.lua:112: match(): spanId:0.3 logId:2851590728 not find any matched route, api_ctx: {"var":{"host":"127.0.0.1","request_method":"POST","uri":"\/billing\/renew\/gradesubjectofbuy","remote_addr":"127.0.0.1","_request":"cdata<void *>: 0x027dc990"}}, client: 127.0.0.1, server: , request: "POST /billing/renew/gradesubjectofbuy HTTP/1.1", host: "127.0.0.1:9080"
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675496814


   > > > using 1.4 version,I have met the same problemn
   > > 
   > > 
   > > Thanks for your advice. I will compared 1.3 version and 1.4 version code difference. and as quickly as possible upgrade 1.4version.
   > 
   > sorry,words fail to me,I mean,I have met the same problem when used the 1.4 version,it occurrd random,3% chance to raise,maybe we should try to use 1.5 version
   
   thanks,i got it. i solved it by reload nginx. it's very effective. I also encountered 404 problems at 3%, after reload two days no 404 problem.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674089288


   this week we just release online, and in source code add more wn logic code, now can I have others way?
   
   today this route  /billing/renew/gradesubjectofbuy had 404, in one mathine. other mathine no this case,
   yesterday is /billing/trade/listpro had 404 in other mathine. other mathine no this case.
   apisix open 32worker.
   
   curl "http://127.0.0.1:9080/apisix/admin/routes/" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
   {"node":{"nodes":[{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/outline","priority":0},"createdIndex":18020,"key":"\/moat\/routes\/00000000000000018020","modifiedIndex":18020},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/giftlistlite","priority":0},"createdIndex":18021,"key":"\/moat\/routes\/00000000000000018021","modifiedIndex":18021},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/coursetags","priority":0},"createdIndex":18044,"key":"\/moat\/routes\/00000000000000018044","modifiedIndex":18044},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/order\/detail","priority":0},"createdIndex":18058,"key":"\/moat\/routes\/00000000000000018058","modifiedIndex":18058},{"value":{"upstream_id":"00000000000000017973","pl
 ugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.odc.order.status","priority":0},"createdIndex":18062,"key":"\/moat\/routes\/00000000000000018062","modifiedIndex":18062},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskulistmix","priority":0},"createdIndex":18066,"key":"\/moat\/routes\/00000000000000018066","modifiedIndex":18066},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.coreapi.oldcheckuserrolesforhbf","priority":0},"createdIndex":18108,"key":"\/moat\/routes\/00000000000000018108","modifiedIndex":18108},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/cartlistprice","priority":0},"createdIndex":17987,"key":"\/moat\/routes\/00000000000000017987","modifiedIndex":17987},{"value":{"upstream_id":"00000000000000017973","plugins":{"promet
 heus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opindemnity","priority":0},"createdIndex":18133,"key":"\/moat\/routes\/00000000000000018133","modifiedIndex":18133},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/course\/searchcourseinfolist","priority":0},"createdIndex":18146,"key":"\/moat\/routes\/00000000000000018146","modifiedIndex":18146},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getbuyskulist","priority":0},"createdIndex":18155,"key":"\/moat\/routes\/00000000000000018155","modifiedIndex":18155},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.orderdetail","priority":0},"createdIndex":18119,"key":"\/moat\/routes\/00000000000000018119","modifiedIndex":18119},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-resp
 onse":{}},"uri":"\/billing\/router\/sp.asc.after.opclose","priority":0},"createdIndex":18051,"key":"\/moat\/routes\/00000000000000018051","modifiedIndex":18051},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.exchangedetail","priority":0},"createdIndex":18080,"key":"\/moat\/routes\/00000000000000018080","modifiedIndex":18080},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.statusquantity","priority":0},"createdIndex":18138,"key":"\/moat\/routes\/00000000000000018138","modifiedIndex":18138},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrenewrecsubject","priority":0},"createdIndex":18040,"key":"\/moat\/routes\/00000000000000018040","modifiedIndex":18040},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":
 {}},"uri":"\/billing\/product\/productentityrelationmap","priority":0},"createdIndex":18069,"key":"\/moat\/routes\/00000000000000018069","modifiedIndex":18069},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/checkcommonorder","priority":0},"createdIndex":18075,"key":"\/moat\/routes\/00000000000000018075","modifiedIndex":18075},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skuproductlist","priority":0},"createdIndex":18098,"key":"\/moat\/routes\/00000000000000018098","modifiedIndex":18098},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/getspudetailurl","priority":0},"createdIndex":18015,"key":"\/moat\/routes\/00000000000000018015","modifiedIndex":18015},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri"
 :"\/billing\/integralshop\/clientgoodsdetails","priority":0},"createdIndex":18027,"key":"\/moat\/routes\/00000000000000018027","modifiedIndex":18027},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isrefundlist","priority":0},"createdIndex":18083,"key":"\/moat\/routes\/00000000000000018083","modifiedIndex":18083},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.trade.api.transferclass","priority":0},"createdIndex":18106,"key":"\/moat\/routes\/00000000000000018106","modifiedIndex":18106},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskulistfilter","priority":0},"createdIndex":17986,"key":"\/moat\/routes\/00000000000000017986","modifiedIndex":17986},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billi
 ng\/sku\/getskulist","priority":0},"createdIndex":17976,"key":"\/moat\/routes\/00000000000000017976","modifiedIndex":17976},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.updateaddress","priority":0},"createdIndex":18122,"key":"\/moat\/routes\/00000000000000018122","modifiedIndex":18122},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/assistant\/flushyacinfo","priority":0},"createdIndex":18154,"key":"\/moat\/routes\/00000000000000018154","modifiedIndex":18154},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/detailpro","priority":0},"createdIndex":17975,"key":"\/moat\/routes\/00000000000000017975","modifiedIndex":17975},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/spuinfopro","priority":0},"created
 Index":18017,"key":"\/moat\/routes\/00000000000000018017","modifiedIndex":18017},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/price","priority":0},"createdIndex":18042,"key":"\/moat\/routes\/00000000000000018042","modifiedIndex":18042},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/detail","priority":0},"createdIndex":18049,"key":"\/moat\/routes\/00000000000000018049","modifiedIndex":18049},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/order\/list","priority":0},"createdIndex":18059,"key":"\/moat\/routes\/00000000000000018059","modifiedIndex":18059},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.misbiz.group.getcongroupskuids","priority":0},"createdIndex":18092,"key":"\/moat\/routes\/0000000000000001
 8092","modifiedIndex":18092},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opresend","priority":0},"createdIndex":18135,"key":"\/moat\/routes\/00000000000000018135","modifiedIndex":18135},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskuandgiftbizinfo","priority":0},"createdIndex":17992,"key":"\/moat\/routes\/00000000000000017992","modifiedIndex":17992},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/moretradereallist","priority":0},"createdIndex":18009,"key":"\/moat\/routes\/00000000000000018009","modifiedIndex":18009},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/purchase","priority":0},"createdIndex":18070,"key":"\/moat\/routes\/00000000000000018070","modifiedIndex":18070},{"value":
 {"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.goodsfield.filterbycondition","priority":0},"createdIndex":18088,"key":"\/moat\/routes\/00000000000000018088","modifiedIndex":18088},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.reminder","priority":0},"createdIndex":18120,"key":"\/moat\/routes\/00000000000000018120","modifiedIndex":18120},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/studentlist","priority":0},"createdIndex":18163,"key":"\/moat\/routes\/00000000000000018163","modifiedIndex":18163},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/detail","priority":0},"createdIndex":17995,"key":"\/moat\/routes\/00000000000000017995","modifiedIndex":17995},{"value":{"upstream_id":"00
 000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/exchangecodename","priority":0},"createdIndex":18033,"key":"\/moat\/routes\/00000000000000018033","modifiedIndex":18033},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/courseentrance","priority":0},"createdIndex":18034,"key":"\/moat\/routes\/00000000000000018034","modifiedIndex":18034},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/canapplylist","priority":0},"createdIndex":18052,"key":"\/moat\/routes\/00000000000000018052","modifiedIndex":18052},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.subskulist","priority":0},"createdIndex":18101,"key":"\/moat\/routes\/00000000000000018101","modifiedIndex":18101},{"value":{"upstream_id":"00000000000000017973","pl
 ugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.payunity.invoice.resend","priority":0},"createdIndex":18104,"key":"\/moat\/routes\/00000000000000018104","modifiedIndex":18104},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.register.registeruserrole","priority":0},"createdIndex":18110,"key":"\/moat\/routes\/00000000000000018110","modifiedIndex":18110},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.inventoryobtain","priority":0},"createdIndex":18118,"key":"\/moat\/routes\/00000000000000018118","modifiedIndex":18118},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getsinglebizlist","priority":0},"createdIndex":17990,"key":"\/moat\/routes\/00000000000000017990","modifiedIndex":17990},{"value":{"upstream_id":"00000000000000017973
 ","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/resubmitpage","priority":0},"createdIndex":18156,"key":"\/moat\/routes\/00000000000000018156","modifiedIndex":18156},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.check","priority":0},"createdIndex":18129,"key":"\/moat\/routes\/00000000000000018129","modifiedIndex":18129},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/css\/detail","priority":0},"createdIndex":18012,"key":"\/moat\/routes\/00000000000000018012","modifiedIndex":18012},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/teacher\/detail","priority":0},"createdIndex":18023,"key":"\/moat\/routes\/00000000000000018023","modifiedIndex":18023},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/
 billing\/coupon\/getcouponitemlist","priority":0},"createdIndex":18031,"key":"\/moat\/routes\/00000000000000018031","modifiedIndex":18031},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/apply","priority":0},"createdIndex":18053,"key":"\/moat\/routes\/00000000000000018053","modifiedIndex":18053},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.applyreasonlist","priority":0},"createdIndex":18079,"key":"\/moat\/routes\/00000000000000018079","modifiedIndex":18079},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.expressstatusbillobtain","priority":0},"createdIndex":18112,"key":"\/moat\/routes\/00000000000000018112","modifiedIndex":18112},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/route
 r\/sp.asc.after.modify","priority":0},"createdIndex":18131,"key":"\/moat\/routes\/00000000000000018131","modifiedIndex":18131},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/skuhitstatusinfo","priority":0},"createdIndex":17982,"key":"\/moat\/routes\/00000000000000017982","modifiedIndex":17982},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skubaseinfo","priority":0},"createdIndex":18168,"key":"\/moat\/routes\/00000000000000018168","modifiedIndex":18168},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opreturn","priority":0},"createdIndex":18056,"key":"\/moat\/routes\/00000000000000018056","modifiedIndex":18056},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.mai
 ninfo","priority":0},"createdIndex":18139,"key":"\/moat\/routes\/00000000000000018139","modifiedIndex":18139},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.count.common","priority":0},"createdIndex":18140,"key":"\/moat\/routes\/00000000000000018140","modifiedIndex":18140},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/sqrelationprice","priority":0},"createdIndex":18157,"key":"\/moat\/routes\/00000000000000018157","modifiedIndex":18157},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskucate","priority":0},"createdIndex":17988,"key":"\/moat\/routes\/00000000000000017988","modifiedIndex":17988},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/refunddetailv3","priority":0},"createdIndex":17998,"key
 ":"\/moat\/routes\/00000000000000017998","modifiedIndex":17998},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/unionskulist","priority":0},"createdIndex":18036,"key":"\/moat\/routes\/00000000000000018036","modifiedIndex":18036},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getcheckquantitydetail","priority":0},"createdIndex":18115,"key":"\/moat\/routes\/00000000000000018115","modifiedIndex":18115},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbbiz.skubizapi.getmoreskuactivity","priority":0},"createdIndex":18123,"key":"\/moat\/routes\/00000000000000018123","modifiedIndex":18123},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsspuapi.getgoodsspuinfobyspuid","
 priority":0},"createdIndex":18173,"key":"\/moat\/routes\/00000000000000018173","modifiedIndex":18173},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.category.getallcategory","priority":0},"createdIndex":18095,"key":"\/moat\/routes\/00000000000000018095","modifiedIndex":18095},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.trade.api.mixedRefund","priority":0},"createdIndex":18105,"key":"\/moat\/routes\/00000000000000018105","modifiedIndex":18105},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbcore.api.api","priority":0},"createdIndex":18124,"key":"\/moat\/routes\/00000000000000018124","modifiedIndex":18124},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.sim
 plesearch","priority":0},"createdIndex":18137,"key":"\/moat\/routes\/00000000000000018137","modifiedIndex":18137},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrecrenewskulist","priority":0},"createdIndex":18147,"key":"\/moat\/routes\/00000000000000018147","modifiedIndex":18147},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsskuapi.getgoodsskukvbyskuid","priority":0},"createdIndex":18169,"key":"\/moat\/routes\/00000000000000018169","modifiedIndex":18169},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsskuapi.getentitysummarystock","priority":0},"createdIndex":18170,"key":"\/moat\/routes\/00000000000000018170","modifiedIndex":18170},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-respon
 se":{}},"uri":"\/billing\/sku\/outline","priority":0},"createdIndex":17977,"key":"\/moat\/routes\/00000000000000017977","modifiedIndex":17977},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.expresscompany","priority":0},"createdIndex":18111,"key":"\/moat\/routes\/00000000000000018111","modifiedIndex":18111},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.supplement","priority":0},"createdIndex":18121,"key":"\/moat\/routes\/00000000000000018121","modifiedIndex":18121},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbcoupon.api.getusercouponlist","priority":0},"createdIndex":18126,"key":"\/moat\/routes\/00000000000000018126","modifiedIndex":18126},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":
 "\/billing\/router\/sp.asc.after.detaillistbyorderid","priority":0},"createdIndex":18130,"key":"\/moat\/routes\/00000000000000018130","modifiedIndex":18130},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/getshorttrainlist","priority":0},"createdIndex":18165,"key":"\/moat\/routes\/00000000000000018165","modifiedIndex":18165},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.coreapi.getuserroles","priority":0},"createdIndex":18107,"key":"\/moat\/routes\/00000000000000018107","modifiedIndex":18107},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/changecourselist","priority":0},"createdIndex":18001,"key":"\/moat\/routes\/00000000000000018001","modifiedIndex":18001},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":
 "\/billing\/css\/search","priority":0},"createdIndex":18011,"key":"\/moat\/routes\/00000000000000018011","modifiedIndex":18011},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/integralshop\/clientbuygoodslist","priority":0},"createdIndex":18026,"key":"\/moat\/routes\/00000000000000018026","modifiedIndex":18026},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.applyreasonlist","priority":0},"createdIndex":18057,"key":"\/moat\/routes\/00000000000000018057","modifiedIndex":18057},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/customservice\/changecourselist","priority":0},"createdIndex":18160,"key":"\/moat\/routes\/00000000000000018160","modifiedIndex":18160},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/co
 mmonprice","priority":0},"createdIndex":17991,"key":"\/moat\/routes\/00000000000000017991","modifiedIndex":17991},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/invoice\/history","priority":0},"createdIndex":18046,"key":"\/moat\/routes\/00000000000000018046","modifiedIndex":18046},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.spu.spubaseinfo","priority":0},"createdIndex":18102,"key":"\/moat\/routes\/00000000000000018102","modifiedIndex":18102},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opreturn","priority":0},"createdIndex":18136,"key":"\/moat\/routes\/00000000000000018136","modifiedIndex":18136},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/spusinglestatusinfo","prior
 ity":0},"createdIndex":18014,"key":"\/moat\/routes\/00000000000000018014","modifiedIndex":18014},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrecrenewlist","priority":0},"createdIndex":18035,"key":"\/moat\/routes\/00000000000000018035","modifiedIndex":18035},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.tab.special","priority":0},"createdIndex":18060,"key":"\/moat\/routes\/00000000000000018060","modifiedIndex":18060},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/getusercouponlist","priority":0},"createdIndex":18030,"key":"\/moat\/routes\/00000000000000018030","modifiedIndex":18030},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/payment\/mallprepayment","priority":0},"createdIndex":18068,"key
 ":"\/moat\/routes\/00000000000000018068","modifiedIndex":18068},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizas.api.applyreasonlist","priority":0},"createdIndex":18078,"key":"\/moat\/routes\/00000000000000018078","modifiedIndex":18078},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.misbiz.group.registerstopgroup","priority":0},"createdIndex":18094,"key":"\/moat\/routes\/00000000000000018094","modifiedIndex":18094},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skusaleinfo","priority":0},"createdIndex":18100,"key":"\/moat\/routes\/00000000000000018100","modifiedIndex":18100},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/detailpro","priority":0},"createdIndex":179
 94,"key":"\/moat\/routes\/00000000000000017994","modifiedIndex":17994},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/listpro","priority":0},"createdIndex":17996,"key":"\/moat\/routes\/00000000000000017996","modifiedIndex":17996},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getContinuitySkuList","priority":0},"createdIndex":18039,"key":"\/moat\/routes\/00000000000000018039","modifiedIndex":18039},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/invoice\/detail","priority":0},"createdIndex":18048,"key":"\/moat\/routes\/00000000000000018048","modifiedIndex":18048},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/getspulistmix","priority":0},"createdIndex":18064,"key":"\/moat\/routes\/00000000000000018064","modifi
 edIndex":18064},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.refundfeedetail","priority":0},"createdIndex":18085,"key":"\/moat\/routes\/00000000000000018085","modifiedIndex":18085},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.oprefund","priority":0},"createdIndex":18134,"key":"\/moat\/routes\/00000000000000018134","modifiedIndex":18134},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/recommendskulist","priority":0},"createdIndex":17978,"key":"\/moat\/routes\/00000000000000017978","modifiedIndex":17978},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/teacher\/teacherlist","priority":0},"createdIndex":18024,"key":"\/moat\/routes\/00000000000000018024","modifiedIndex":18024},{"value
 ":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.afs.api.adapter.updateaddress","priority":0},"createdIndex":18127,"key":"\/moat\/routes\/00000000000000018127","modifiedIndex":18127},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/list","priority":0},"createdIndex":17993,"key":"\/moat\/routes\/00000000000000017993","modifiedIndex":17993},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/css\/list","priority":0},"createdIndex":18010,"key":"\/moat\/routes\/00000000000000018010","modifiedIndex":18010},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/integralshop\/serviceseckillgoodslist","priority":0},"createdIndex":18028,"key":"\/moat\/routes\/00000000000000018028","modifiedIndex":18028},{"value":{"upstream_id":"00000000000000
 017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isrefundexpressfee","priority":0},"createdIndex":18082,"key":"\/moat\/routes\/00000000000000018082","modifiedIndex":18082},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.interface.getspulistbycondition","priority":0},"createdIndex":18091,"key":"\/moat\/routes\/00000000000000018091","modifiedIndex":18091},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/assistant\/editheadteacherinfo","priority":0},"createdIndex":18153,"key":"\/moat\/routes\/00000000000000018153","modifiedIndex":18153},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/relationprice","priority":0},"createdIndex":17984,"key":"\/moat\/routes\/00000000000000017984","modifiedIndex":17984},{"value":{"upstream_id":"00
 000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrecommendrenewskulist","priority":0},"createdIndex":18041,"key":"\/moat\/routes\/00000000000000018041","modifiedIndex":18041},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/prelist","priority":0},"createdIndex":18002,"key":"\/moat\/routes\/00000000000000018002","modifiedIndex":18002},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/mainentrance","priority":0},"createdIndex":18037,"key":"\/moat\/routes\/00000000000000018037","modifiedIndex":18037},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrenewgradesubject","priority":0},"createdIndex":18045,"key":"\/moat\/routes\/00000000000000018045","modifiedIndex":18045},{"value":{"upstream_id":"00000000000000017973","plugins":{"promet
 heus":{},"moat-response":{}},"uri":"\/billing\/after\/refundfeedetail","priority":0},"createdIndex":18054,"key":"\/moat\/routes\/00000000000000018054","modifiedIndex":18054},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.statusquantity","priority":0},"createdIndex":18055,"key":"\/moat\/routes\/00000000000000018055","modifiedIndex":18055},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/payment\/prepayment","priority":0},"createdIndex":18071,"key":"\/moat\/routes\/00000000000000018071","modifiedIndex":18071},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/placeorder","priority":0},"createdIndex":18074,"key":"\/moat\/routes\/00000000000000018074","modifiedIndex":18074},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/
 billing\/sku\/skurelationandcontinuepage","priority":0},"createdIndex":17983,"key":"\/moat\/routes\/00000000000000017983","modifiedIndex":17983},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsfield.getfieldtagskvbyonly","priority":0},"createdIndex":18171,"key":"\/moat\/routes\/00000000000000018171","modifiedIndex":18171},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/checkcloseorder","priority":0},"createdIndex":18076,"key":"\/moat\/routes\/00000000000000018076","modifiedIndex":18076},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/recommend","priority":0},"createdIndex":18008,"key":"\/moat\/routes\/00000000000000018008","modifiedIndex":18008},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/bil
 ling\/spu\/spuinfomix","priority":0},"createdIndex":18065,"key":"\/moat\/routes\/00000000000000018065","modifiedIndex":18065},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.replacesenddetail","priority":0},"createdIndex":18086,"key":"\/moat\/routes\/00000000000000018086","modifiedIndex":18086},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.courselist.api.getskubycourseid","priority":0},"createdIndex":18087,"key":"\/moat\/routes\/00000000000000018087","modifiedIndex":18087},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.interface.getskulistbycondition","priority":0},"createdIndex":18090,"key":"\/moat\/routes\/00000000000000018090","modifiedIndex":18090},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-respon
 se":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.category.listbysource","priority":0},"createdIndex":18096,"key":"\/moat\/routes\/00000000000000018096","modifiedIndex":18096},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.coreapi.oldcheckuserroles","priority":0},"createdIndex":18109,"key":"\/moat\/routes\/00000000000000018109","modifiedIndex":18109},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/ordercount","priority":0},"createdIndex":18004,"key":"\/moat\/routes\/00000000000000018004","modifiedIndex":18004},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/skulist","priority":0},"createdIndex":18162,"key":"\/moat\/routes\/00000000000000018162","modifiedIndex":18162},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response
 ":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodspicture.getgoodspictureinfobyspuid","priority":0},"createdIndex":18172,"key":"\/moat\/routes\/00000000000000018172","modifiedIndex":18172},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodscategoryfield.getallcategory","priority":0},"createdIndex":18174,"key":"\/moat\/routes\/00000000000000018174","modifiedIndex":18174},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.tab.special","priority":0},"createdIndex":18141,"key":"\/moat\/routes\/00000000000000018141","modifiedIndex":18141},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opclose","priority":0},"createdIndex":18132,"key":"\/moat\/routes\/00000000000000018132","modifiedIndex":18132},{"value":{"upstream_id":"0000000000
 0000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/tradelistforunfinished","priority":0},"createdIndex":18164,"key":"\/moat\/routes\/00000000000000018164","modifiedIndex":18164},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getactiveorderlistbyphone","priority":0},"createdIndex":18114,"key":"\/moat\/routes\/00000000000000018114","modifiedIndex":18114},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/grouplist","priority":0},"createdIndex":18007,"key":"\/moat\/routes\/00000000000000018007","modifiedIndex":18007},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/integralshop\/clientgoodsList","priority":0},"createdIndex":18025,"key":"\/moat\/routes\/00000000000000018025","modifiedIndex":18025},{"value":{"upstream_id":"0000000000000001797
 3","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/secondrenewskulist","priority":0},"createdIndex":18043,"key":"\/moat\/routes\/00000000000000018043","modifiedIndex":18043},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/invoice\/submit","priority":0},"createdIndex":18047,"key":"\/moat\/routes\/00000000000000018047","modifiedIndex":18047},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/mallcartlistprice","priority":0},"createdIndex":18067,"key":"\/moat\/routes\/00000000000000018067","modifiedIndex":18067},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isreplacesendlist","priority":0},"createdIndex":18084,"key":"\/moat\/routes\/00000000000000018084","modifiedIndex":18084},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{}
 ,"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skubaseinfo","priority":0},"createdIndex":18097,"key":"\/moat\/routes\/00000000000000018097","modifiedIndex":18097},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/changeapplypage","priority":0},"createdIndex":18000,"key":"\/moat\/routes\/00000000000000018000","modifiedIndex":18000},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskuexaminfo","priority":0},"createdIndex":17985,"key":"\/moat\/routes\/00000000000000017985","modifiedIndex":17985},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/refunddetail","priority":0},"createdIndex":17999,"key":"\/moat\/routes\/00000000000000017999","modifiedIndex":17999},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri"
 :"\/billing\/integralshop\/servicegoodslist","priority":0},"createdIndex":18029,"key":"\/moat\/routes\/00000000000000018029","modifiedIndex":18029},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrenewskulist","priority":0},"createdIndex":18038,"key":"\/moat\/routes\/00000000000000018038","modifiedIndex":18038},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/list","priority":0},"createdIndex":18050,"key":"\/moat\/routes\/00000000000000018050","modifiedIndex":18050},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskulistfromids","priority":0},"createdIndex":17981,"key":"\/moat\/routes\/00000000000000017981","modifiedIndex":17981},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/noaddressorderlist","pri
 ority":0},"createdIndex":18005,"key":"\/moat\/routes\/00000000000000018005","modifiedIndex":18005},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.count.common","priority":0},"createdIndex":18061,"key":"\/moat\/routes\/00000000000000018061","modifiedIndex":18061},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.odc.evaluation.mark","priority":0},"createdIndex":18063,"key":"\/moat\/routes\/00000000000000018063","modifiedIndex":18063},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.spu.spuresources","priority":0},"createdIndex":18103,"key":"\/moat\/routes\/00000000000000018103","modifiedIndex":18103},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/recommendprice","priority":0}
 ,"createdIndex":17979,"key":"\/moat\/routes\/00000000000000017979","modifiedIndex":17979},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/applyreasonlist","priority":0},"createdIndex":18006,"key":"\/moat\/routes\/00000000000000018006","modifiedIndex":18006},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/cardlist","priority":0},"createdIndex":18016,"key":"\/moat\/routes\/00000000000000018016","modifiedIndex":18016},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/commentpro","priority":0},"createdIndex":18019,"key":"\/moat\/routes\/00000000000000018019","modifiedIndex":18019},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/closeorder","priority":0},"createdIndex":18073,"key":"\/moat\/routes\/0000000000000001807
 3","modifiedIndex":18073},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.interface.getskuidlistbyproductid","priority":0},"createdIndex":18089,"key":"\/moat\/routes\/00000000000000018089","modifiedIndex":18089},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.misbiz.group.registercreategroup","priority":0},"createdIndex":18093,"key":"\/moat\/routes\/00000000000000018093","modifiedIndex":18093},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getexpresscompany","priority":0},"createdIndex":18117,"key":"\/moat\/routes\/00000000000000018117","modifiedIndex":18117},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskucatev2","priority":0},"createdIndex":17989,"key":"\/moat\/rout
 es\/00000000000000017989","modifiedIndex":17989},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isexchangelist","priority":0},"createdIndex":18081,"key":"\/moat\/routes\/00000000000000018081","modifiedIndex":18081},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/gradesubjectofbuy","priority":0},"createdIndex":18151,"key":"\/moat\/routes\/00000000000000018151","modifiedIndex":18151},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/spusalestatusinfo","priority":0},"createdIndex":18158,"key":"\/moat\/routes\/00000000000000018158","modifiedIndex":18158},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/relatedreallist","priority":0},"createdIndex":17997,"key":"\/moat\/routes\/00000000000000017997",
 "modifiedIndex":17997},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/pay\/api\/generatesign","priority":0},"createdIndex":18072,"key":"\/moat\/routes\/00000000000000018072","modifiedIndex":18072},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skuresources","priority":0},"createdIndex":18099,"key":"\/moat\/routes\/00000000000000018099","modifiedIndex":18099},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/courselist","priority":0},"createdIndex":18161,"key":"\/moat\/routes\/00000000000000018161","modifiedIndex":18161},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/predetail","priority":0},"createdIndex":18003,"key":"\/moat\/routes\/00000000000000018003","modifiedIndex":18003},{"value":{"ups
 tream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/sendcouponbyitemid","priority":0},"createdIndex":18032,"key":"\/moat\/routes\/00000000000000018032","modifiedIndex":18032},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/getunusedcouponlist","priority":0},"createdIndex":18159,"key":"\/moat\/routes\/00000000000000018159","modifiedIndex":18159},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/getspucard","priority":0},"createdIndex":18013,"key":"\/moat\/routes\/00000000000000018013","modifiedIndex":18013},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/props","priority":0},"createdIndex":18018,"key":"\/moat\/routes\/00000000000000018018","modifiedIndex":18018},{"value":{"upstream_id":"00000000000000017973","plugins":{"promet
 heus":{},"moat-response":{}},"uri":"\/billing\/teacher\/courseinfolist","priority":0},"createdIndex":18022,"key":"\/moat\/routes\/00000000000000018022","modifiedIndex":18022},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/payment\/purchasedata","priority":0},"createdIndex":18077,"key":"\/moat\/routes\/00000000000000018077","modifiedIndex":18077},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.expressstatusorderobtain","priority":0},"createdIndex":18113,"key":"\/moat\/routes\/00000000000000018113","modifiedIndex":18113},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getexpressbytradeid","priority":0},"createdIndex":18116,"key":"\/moat\/routes\/00000000000000018116","modifiedIndex":18116},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus
 ":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbcoupon.api.getcouponitemlist","priority":0},"createdIndex":18125,"key":"\/moat\/routes\/00000000000000018125","modifiedIndex":18125},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.apply","priority":0},"createdIndex":18128,"key":"\/moat\/routes\/00000000000000018128","modifiedIndex":18128},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/checkclasstimeconflict","priority":0},"createdIndex":17980,"key":"\/moat\/routes\/00000000000000017980","modifiedIndex":17980},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/teacher\/teacherescourselist","priority":0},"createdIndex":18166,"key":"\/moat\/routes\/00000000000000018166","modifiedIndex":18166},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"m
 oat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsskuapi.getskuidlistbyspuids","priority":0},"createdIndex":18175,"key":"\/moat\/routes\/00000000000000018175","modifiedIndex":18175},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/canchangecourselist","priority":0},"createdIndex":18144,"key":"\/moat\/routes\/00000000000000018144","modifiedIndex":18144}],"modifiedIndex":17974,"createdIndex":17974,"key":"\/moat\/routes","dir":true},"action":"get"}
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dualc edited a comment on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
dualc edited a comment on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675483467


   I have met the same problem when used 1.4 version


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dualc edited a comment on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
dualc edited a comment on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675483467


   using 1.4 version,I have met the same problemn


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] lijiapengsa commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
lijiapengsa commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674735989


   我也遇到了同样类似的问题
   #2067 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674092958


   2020/08/14 20:47:31 [error] 50794#0: *45572282 [lua] radixtree_uri.lua:112: match(): spanId:0.3 logId:2851590728 not find any matched route, api_ctx: {"var":{"host":"127.0.0.1","request_method":"POST","uri":"\/billing\/renew\/gradesubjectofbuy","remote_addr":"127.0.0.1","_request":"cdata<void *>: 0x027dc990"}}, client: 127.0.0.1, server: , request: "POST /billing/renew/gradesubjectofbuy HTTP/1.1", host: "127.0.0.1:9080"
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc removed a comment on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc removed a comment on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674089288


   this week we just release online, and in source code add more wn logic code, now can I have others way?
   
   today this route  /billing/renew/gradesubjectofbuy had 404, in one mathine. other mathine no this case,
   yesterday is /billing/trade/listpro had 404 in other mathine. other mathine no this case.
   apisix open 32worker.
   
   curl "http://127.0.0.1:9080/apisix/admin/routes/" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
   {"node":{"nodes":[{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/outline","priority":0},"createdIndex":18020,"key":"\/moat\/routes\/00000000000000018020","modifiedIndex":18020},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/giftlistlite","priority":0},"createdIndex":18021,"key":"\/moat\/routes\/00000000000000018021","modifiedIndex":18021},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/coursetags","priority":0},"createdIndex":18044,"key":"\/moat\/routes\/00000000000000018044","modifiedIndex":18044},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/order\/detail","priority":0},"createdIndex":18058,"key":"\/moat\/routes\/00000000000000018058","modifiedIndex":18058},{"value":{"upstream_id":"00000000000000017973","pl
 ugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.odc.order.status","priority":0},"createdIndex":18062,"key":"\/moat\/routes\/00000000000000018062","modifiedIndex":18062},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskulistmix","priority":0},"createdIndex":18066,"key":"\/moat\/routes\/00000000000000018066","modifiedIndex":18066},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.coreapi.oldcheckuserrolesforhbf","priority":0},"createdIndex":18108,"key":"\/moat\/routes\/00000000000000018108","modifiedIndex":18108},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/cartlistprice","priority":0},"createdIndex":17987,"key":"\/moat\/routes\/00000000000000017987","modifiedIndex":17987},{"value":{"upstream_id":"00000000000000017973","plugins":{"promet
 heus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opindemnity","priority":0},"createdIndex":18133,"key":"\/moat\/routes\/00000000000000018133","modifiedIndex":18133},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/course\/searchcourseinfolist","priority":0},"createdIndex":18146,"key":"\/moat\/routes\/00000000000000018146","modifiedIndex":18146},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getbuyskulist","priority":0},"createdIndex":18155,"key":"\/moat\/routes\/00000000000000018155","modifiedIndex":18155},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.orderdetail","priority":0},"createdIndex":18119,"key":"\/moat\/routes\/00000000000000018119","modifiedIndex":18119},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-resp
 onse":{}},"uri":"\/billing\/router\/sp.asc.after.opclose","priority":0},"createdIndex":18051,"key":"\/moat\/routes\/00000000000000018051","modifiedIndex":18051},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.exchangedetail","priority":0},"createdIndex":18080,"key":"\/moat\/routes\/00000000000000018080","modifiedIndex":18080},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.statusquantity","priority":0},"createdIndex":18138,"key":"\/moat\/routes\/00000000000000018138","modifiedIndex":18138},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrenewrecsubject","priority":0},"createdIndex":18040,"key":"\/moat\/routes\/00000000000000018040","modifiedIndex":18040},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":
 {}},"uri":"\/billing\/product\/productentityrelationmap","priority":0},"createdIndex":18069,"key":"\/moat\/routes\/00000000000000018069","modifiedIndex":18069},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/checkcommonorder","priority":0},"createdIndex":18075,"key":"\/moat\/routes\/00000000000000018075","modifiedIndex":18075},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skuproductlist","priority":0},"createdIndex":18098,"key":"\/moat\/routes\/00000000000000018098","modifiedIndex":18098},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/getspudetailurl","priority":0},"createdIndex":18015,"key":"\/moat\/routes\/00000000000000018015","modifiedIndex":18015},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri"
 :"\/billing\/integralshop\/clientgoodsdetails","priority":0},"createdIndex":18027,"key":"\/moat\/routes\/00000000000000018027","modifiedIndex":18027},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isrefundlist","priority":0},"createdIndex":18083,"key":"\/moat\/routes\/00000000000000018083","modifiedIndex":18083},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.trade.api.transferclass","priority":0},"createdIndex":18106,"key":"\/moat\/routes\/00000000000000018106","modifiedIndex":18106},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskulistfilter","priority":0},"createdIndex":17986,"key":"\/moat\/routes\/00000000000000017986","modifiedIndex":17986},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billi
 ng\/sku\/getskulist","priority":0},"createdIndex":17976,"key":"\/moat\/routes\/00000000000000017976","modifiedIndex":17976},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.updateaddress","priority":0},"createdIndex":18122,"key":"\/moat\/routes\/00000000000000018122","modifiedIndex":18122},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/assistant\/flushyacinfo","priority":0},"createdIndex":18154,"key":"\/moat\/routes\/00000000000000018154","modifiedIndex":18154},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/detailpro","priority":0},"createdIndex":17975,"key":"\/moat\/routes\/00000000000000017975","modifiedIndex":17975},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/spuinfopro","priority":0},"created
 Index":18017,"key":"\/moat\/routes\/00000000000000018017","modifiedIndex":18017},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/price","priority":0},"createdIndex":18042,"key":"\/moat\/routes\/00000000000000018042","modifiedIndex":18042},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/detail","priority":0},"createdIndex":18049,"key":"\/moat\/routes\/00000000000000018049","modifiedIndex":18049},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/order\/list","priority":0},"createdIndex":18059,"key":"\/moat\/routes\/00000000000000018059","modifiedIndex":18059},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.misbiz.group.getcongroupskuids","priority":0},"createdIndex":18092,"key":"\/moat\/routes\/0000000000000001
 8092","modifiedIndex":18092},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opresend","priority":0},"createdIndex":18135,"key":"\/moat\/routes\/00000000000000018135","modifiedIndex":18135},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskuandgiftbizinfo","priority":0},"createdIndex":17992,"key":"\/moat\/routes\/00000000000000017992","modifiedIndex":17992},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/moretradereallist","priority":0},"createdIndex":18009,"key":"\/moat\/routes\/00000000000000018009","modifiedIndex":18009},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/purchase","priority":0},"createdIndex":18070,"key":"\/moat\/routes\/00000000000000018070","modifiedIndex":18070},{"value":
 {"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.goodsfield.filterbycondition","priority":0},"createdIndex":18088,"key":"\/moat\/routes\/00000000000000018088","modifiedIndex":18088},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.reminder","priority":0},"createdIndex":18120,"key":"\/moat\/routes\/00000000000000018120","modifiedIndex":18120},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/studentlist","priority":0},"createdIndex":18163,"key":"\/moat\/routes\/00000000000000018163","modifiedIndex":18163},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/detail","priority":0},"createdIndex":17995,"key":"\/moat\/routes\/00000000000000017995","modifiedIndex":17995},{"value":{"upstream_id":"00
 000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/exchangecodename","priority":0},"createdIndex":18033,"key":"\/moat\/routes\/00000000000000018033","modifiedIndex":18033},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/courseentrance","priority":0},"createdIndex":18034,"key":"\/moat\/routes\/00000000000000018034","modifiedIndex":18034},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/canapplylist","priority":0},"createdIndex":18052,"key":"\/moat\/routes\/00000000000000018052","modifiedIndex":18052},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.subskulist","priority":0},"createdIndex":18101,"key":"\/moat\/routes\/00000000000000018101","modifiedIndex":18101},{"value":{"upstream_id":"00000000000000017973","pl
 ugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.payunity.invoice.resend","priority":0},"createdIndex":18104,"key":"\/moat\/routes\/00000000000000018104","modifiedIndex":18104},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.register.registeruserrole","priority":0},"createdIndex":18110,"key":"\/moat\/routes\/00000000000000018110","modifiedIndex":18110},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.inventoryobtain","priority":0},"createdIndex":18118,"key":"\/moat\/routes\/00000000000000018118","modifiedIndex":18118},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getsinglebizlist","priority":0},"createdIndex":17990,"key":"\/moat\/routes\/00000000000000017990","modifiedIndex":17990},{"value":{"upstream_id":"00000000000000017973
 ","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/resubmitpage","priority":0},"createdIndex":18156,"key":"\/moat\/routes\/00000000000000018156","modifiedIndex":18156},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.check","priority":0},"createdIndex":18129,"key":"\/moat\/routes\/00000000000000018129","modifiedIndex":18129},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/css\/detail","priority":0},"createdIndex":18012,"key":"\/moat\/routes\/00000000000000018012","modifiedIndex":18012},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/teacher\/detail","priority":0},"createdIndex":18023,"key":"\/moat\/routes\/00000000000000018023","modifiedIndex":18023},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/
 billing\/coupon\/getcouponitemlist","priority":0},"createdIndex":18031,"key":"\/moat\/routes\/00000000000000018031","modifiedIndex":18031},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/apply","priority":0},"createdIndex":18053,"key":"\/moat\/routes\/00000000000000018053","modifiedIndex":18053},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.applyreasonlist","priority":0},"createdIndex":18079,"key":"\/moat\/routes\/00000000000000018079","modifiedIndex":18079},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.expressstatusbillobtain","priority":0},"createdIndex":18112,"key":"\/moat\/routes\/00000000000000018112","modifiedIndex":18112},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/route
 r\/sp.asc.after.modify","priority":0},"createdIndex":18131,"key":"\/moat\/routes\/00000000000000018131","modifiedIndex":18131},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/skuhitstatusinfo","priority":0},"createdIndex":17982,"key":"\/moat\/routes\/00000000000000017982","modifiedIndex":17982},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skubaseinfo","priority":0},"createdIndex":18168,"key":"\/moat\/routes\/00000000000000018168","modifiedIndex":18168},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opreturn","priority":0},"createdIndex":18056,"key":"\/moat\/routes\/00000000000000018056","modifiedIndex":18056},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.mai
 ninfo","priority":0},"createdIndex":18139,"key":"\/moat\/routes\/00000000000000018139","modifiedIndex":18139},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.count.common","priority":0},"createdIndex":18140,"key":"\/moat\/routes\/00000000000000018140","modifiedIndex":18140},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/sqrelationprice","priority":0},"createdIndex":18157,"key":"\/moat\/routes\/00000000000000018157","modifiedIndex":18157},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskucate","priority":0},"createdIndex":17988,"key":"\/moat\/routes\/00000000000000017988","modifiedIndex":17988},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/refunddetailv3","priority":0},"createdIndex":17998,"key
 ":"\/moat\/routes\/00000000000000017998","modifiedIndex":17998},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/unionskulist","priority":0},"createdIndex":18036,"key":"\/moat\/routes\/00000000000000018036","modifiedIndex":18036},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getcheckquantitydetail","priority":0},"createdIndex":18115,"key":"\/moat\/routes\/00000000000000018115","modifiedIndex":18115},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbbiz.skubizapi.getmoreskuactivity","priority":0},"createdIndex":18123,"key":"\/moat\/routes\/00000000000000018123","modifiedIndex":18123},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsspuapi.getgoodsspuinfobyspuid","
 priority":0},"createdIndex":18173,"key":"\/moat\/routes\/00000000000000018173","modifiedIndex":18173},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.category.getallcategory","priority":0},"createdIndex":18095,"key":"\/moat\/routes\/00000000000000018095","modifiedIndex":18095},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.trade.api.mixedRefund","priority":0},"createdIndex":18105,"key":"\/moat\/routes\/00000000000000018105","modifiedIndex":18105},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbcore.api.api","priority":0},"createdIndex":18124,"key":"\/moat\/routes\/00000000000000018124","modifiedIndex":18124},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.sim
 plesearch","priority":0},"createdIndex":18137,"key":"\/moat\/routes\/00000000000000018137","modifiedIndex":18137},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrecrenewskulist","priority":0},"createdIndex":18147,"key":"\/moat\/routes\/00000000000000018147","modifiedIndex":18147},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsskuapi.getgoodsskukvbyskuid","priority":0},"createdIndex":18169,"key":"\/moat\/routes\/00000000000000018169","modifiedIndex":18169},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsskuapi.getentitysummarystock","priority":0},"createdIndex":18170,"key":"\/moat\/routes\/00000000000000018170","modifiedIndex":18170},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-respon
 se":{}},"uri":"\/billing\/sku\/outline","priority":0},"createdIndex":17977,"key":"\/moat\/routes\/00000000000000017977","modifiedIndex":17977},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.expresscompany","priority":0},"createdIndex":18111,"key":"\/moat\/routes\/00000000000000018111","modifiedIndex":18111},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.supplement","priority":0},"createdIndex":18121,"key":"\/moat\/routes\/00000000000000018121","modifiedIndex":18121},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbcoupon.api.getusercouponlist","priority":0},"createdIndex":18126,"key":"\/moat\/routes\/00000000000000018126","modifiedIndex":18126},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":
 "\/billing\/router\/sp.asc.after.detaillistbyorderid","priority":0},"createdIndex":18130,"key":"\/moat\/routes\/00000000000000018130","modifiedIndex":18130},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/getshorttrainlist","priority":0},"createdIndex":18165,"key":"\/moat\/routes\/00000000000000018165","modifiedIndex":18165},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.coreapi.getuserroles","priority":0},"createdIndex":18107,"key":"\/moat\/routes\/00000000000000018107","modifiedIndex":18107},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/changecourselist","priority":0},"createdIndex":18001,"key":"\/moat\/routes\/00000000000000018001","modifiedIndex":18001},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":
 "\/billing\/css\/search","priority":0},"createdIndex":18011,"key":"\/moat\/routes\/00000000000000018011","modifiedIndex":18011},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/integralshop\/clientbuygoodslist","priority":0},"createdIndex":18026,"key":"\/moat\/routes\/00000000000000018026","modifiedIndex":18026},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.applyreasonlist","priority":0},"createdIndex":18057,"key":"\/moat\/routes\/00000000000000018057","modifiedIndex":18057},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/customservice\/changecourselist","priority":0},"createdIndex":18160,"key":"\/moat\/routes\/00000000000000018160","modifiedIndex":18160},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/co
 mmonprice","priority":0},"createdIndex":17991,"key":"\/moat\/routes\/00000000000000017991","modifiedIndex":17991},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/invoice\/history","priority":0},"createdIndex":18046,"key":"\/moat\/routes\/00000000000000018046","modifiedIndex":18046},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.spu.spubaseinfo","priority":0},"createdIndex":18102,"key":"\/moat\/routes\/00000000000000018102","modifiedIndex":18102},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opreturn","priority":0},"createdIndex":18136,"key":"\/moat\/routes\/00000000000000018136","modifiedIndex":18136},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/spusinglestatusinfo","prior
 ity":0},"createdIndex":18014,"key":"\/moat\/routes\/00000000000000018014","modifiedIndex":18014},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrecrenewlist","priority":0},"createdIndex":18035,"key":"\/moat\/routes\/00000000000000018035","modifiedIndex":18035},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.tab.special","priority":0},"createdIndex":18060,"key":"\/moat\/routes\/00000000000000018060","modifiedIndex":18060},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/getusercouponlist","priority":0},"createdIndex":18030,"key":"\/moat\/routes\/00000000000000018030","modifiedIndex":18030},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/payment\/mallprepayment","priority":0},"createdIndex":18068,"key
 ":"\/moat\/routes\/00000000000000018068","modifiedIndex":18068},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizas.api.applyreasonlist","priority":0},"createdIndex":18078,"key":"\/moat\/routes\/00000000000000018078","modifiedIndex":18078},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.misbiz.group.registerstopgroup","priority":0},"createdIndex":18094,"key":"\/moat\/routes\/00000000000000018094","modifiedIndex":18094},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skusaleinfo","priority":0},"createdIndex":18100,"key":"\/moat\/routes\/00000000000000018100","modifiedIndex":18100},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/detailpro","priority":0},"createdIndex":179
 94,"key":"\/moat\/routes\/00000000000000017994","modifiedIndex":17994},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/listpro","priority":0},"createdIndex":17996,"key":"\/moat\/routes\/00000000000000017996","modifiedIndex":17996},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getContinuitySkuList","priority":0},"createdIndex":18039,"key":"\/moat\/routes\/00000000000000018039","modifiedIndex":18039},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/invoice\/detail","priority":0},"createdIndex":18048,"key":"\/moat\/routes\/00000000000000018048","modifiedIndex":18048},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/getspulistmix","priority":0},"createdIndex":18064,"key":"\/moat\/routes\/00000000000000018064","modifi
 edIndex":18064},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.refundfeedetail","priority":0},"createdIndex":18085,"key":"\/moat\/routes\/00000000000000018085","modifiedIndex":18085},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.oprefund","priority":0},"createdIndex":18134,"key":"\/moat\/routes\/00000000000000018134","modifiedIndex":18134},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/recommendskulist","priority":0},"createdIndex":17978,"key":"\/moat\/routes\/00000000000000017978","modifiedIndex":17978},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/teacher\/teacherlist","priority":0},"createdIndex":18024,"key":"\/moat\/routes\/00000000000000018024","modifiedIndex":18024},{"value
 ":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.afs.api.adapter.updateaddress","priority":0},"createdIndex":18127,"key":"\/moat\/routes\/00000000000000018127","modifiedIndex":18127},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/list","priority":0},"createdIndex":17993,"key":"\/moat\/routes\/00000000000000017993","modifiedIndex":17993},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/css\/list","priority":0},"createdIndex":18010,"key":"\/moat\/routes\/00000000000000018010","modifiedIndex":18010},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/integralshop\/serviceseckillgoodslist","priority":0},"createdIndex":18028,"key":"\/moat\/routes\/00000000000000018028","modifiedIndex":18028},{"value":{"upstream_id":"00000000000000
 017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isrefundexpressfee","priority":0},"createdIndex":18082,"key":"\/moat\/routes\/00000000000000018082","modifiedIndex":18082},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.interface.getspulistbycondition","priority":0},"createdIndex":18091,"key":"\/moat\/routes\/00000000000000018091","modifiedIndex":18091},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/assistant\/editheadteacherinfo","priority":0},"createdIndex":18153,"key":"\/moat\/routes\/00000000000000018153","modifiedIndex":18153},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/relationprice","priority":0},"createdIndex":17984,"key":"\/moat\/routes\/00000000000000017984","modifiedIndex":17984},{"value":{"upstream_id":"00
 000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrecommendrenewskulist","priority":0},"createdIndex":18041,"key":"\/moat\/routes\/00000000000000018041","modifiedIndex":18041},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/prelist","priority":0},"createdIndex":18002,"key":"\/moat\/routes\/00000000000000018002","modifiedIndex":18002},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/mainentrance","priority":0},"createdIndex":18037,"key":"\/moat\/routes\/00000000000000018037","modifiedIndex":18037},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrenewgradesubject","priority":0},"createdIndex":18045,"key":"\/moat\/routes\/00000000000000018045","modifiedIndex":18045},{"value":{"upstream_id":"00000000000000017973","plugins":{"promet
 heus":{},"moat-response":{}},"uri":"\/billing\/after\/refundfeedetail","priority":0},"createdIndex":18054,"key":"\/moat\/routes\/00000000000000018054","modifiedIndex":18054},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.statusquantity","priority":0},"createdIndex":18055,"key":"\/moat\/routes\/00000000000000018055","modifiedIndex":18055},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/payment\/prepayment","priority":0},"createdIndex":18071,"key":"\/moat\/routes\/00000000000000018071","modifiedIndex":18071},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/placeorder","priority":0},"createdIndex":18074,"key":"\/moat\/routes\/00000000000000018074","modifiedIndex":18074},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/
 billing\/sku\/skurelationandcontinuepage","priority":0},"createdIndex":17983,"key":"\/moat\/routes\/00000000000000017983","modifiedIndex":17983},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsfield.getfieldtagskvbyonly","priority":0},"createdIndex":18171,"key":"\/moat\/routes\/00000000000000018171","modifiedIndex":18171},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/checkcloseorder","priority":0},"createdIndex":18076,"key":"\/moat\/routes\/00000000000000018076","modifiedIndex":18076},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/recommend","priority":0},"createdIndex":18008,"key":"\/moat\/routes\/00000000000000018008","modifiedIndex":18008},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/bil
 ling\/spu\/spuinfomix","priority":0},"createdIndex":18065,"key":"\/moat\/routes\/00000000000000018065","modifiedIndex":18065},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.replacesenddetail","priority":0},"createdIndex":18086,"key":"\/moat\/routes\/00000000000000018086","modifiedIndex":18086},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.courselist.api.getskubycourseid","priority":0},"createdIndex":18087,"key":"\/moat\/routes\/00000000000000018087","modifiedIndex":18087},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.interface.getskulistbycondition","priority":0},"createdIndex":18090,"key":"\/moat\/routes\/00000000000000018090","modifiedIndex":18090},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-respon
 se":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.category.listbysource","priority":0},"createdIndex":18096,"key":"\/moat\/routes\/00000000000000018096","modifiedIndex":18096},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.userrole.coreapi.oldcheckuserroles","priority":0},"createdIndex":18109,"key":"\/moat\/routes\/00000000000000018109","modifiedIndex":18109},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/ordercount","priority":0},"createdIndex":18004,"key":"\/moat\/routes\/00000000000000018004","modifiedIndex":18004},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/skulist","priority":0},"createdIndex":18162,"key":"\/moat\/routes\/00000000000000018162","modifiedIndex":18162},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response
 ":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodspicture.getgoodspictureinfobyspuid","priority":0},"createdIndex":18172,"key":"\/moat\/routes\/00000000000000018172","modifiedIndex":18172},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodscategoryfield.getallcategory","priority":0},"createdIndex":18174,"key":"\/moat\/routes\/00000000000000018174","modifiedIndex":18174},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.tab.special","priority":0},"createdIndex":18141,"key":"\/moat\/routes\/00000000000000018141","modifiedIndex":18141},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.opclose","priority":0},"createdIndex":18132,"key":"\/moat\/routes\/00000000000000018132","modifiedIndex":18132},{"value":{"upstream_id":"0000000000
 0000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/tradelistforunfinished","priority":0},"createdIndex":18164,"key":"\/moat\/routes\/00000000000000018164","modifiedIndex":18164},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getactiveorderlistbyphone","priority":0},"createdIndex":18114,"key":"\/moat\/routes\/00000000000000018114","modifiedIndex":18114},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/grouplist","priority":0},"createdIndex":18007,"key":"\/moat\/routes\/00000000000000018007","modifiedIndex":18007},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/integralshop\/clientgoodsList","priority":0},"createdIndex":18025,"key":"\/moat\/routes\/00000000000000018025","modifiedIndex":18025},{"value":{"upstream_id":"0000000000000001797
 3","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/secondrenewskulist","priority":0},"createdIndex":18043,"key":"\/moat\/routes\/00000000000000018043","modifiedIndex":18043},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/invoice\/submit","priority":0},"createdIndex":18047,"key":"\/moat\/routes\/00000000000000018047","modifiedIndex":18047},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/mallcartlistprice","priority":0},"createdIndex":18067,"key":"\/moat\/routes\/00000000000000018067","modifiedIndex":18067},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isreplacesendlist","priority":0},"createdIndex":18084,"key":"\/moat\/routes\/00000000000000018084","modifiedIndex":18084},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{}
 ,"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skubaseinfo","priority":0},"createdIndex":18097,"key":"\/moat\/routes\/00000000000000018097","modifiedIndex":18097},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/changeapplypage","priority":0},"createdIndex":18000,"key":"\/moat\/routes\/00000000000000018000","modifiedIndex":18000},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskuexaminfo","priority":0},"createdIndex":17985,"key":"\/moat\/routes\/00000000000000017985","modifiedIndex":17985},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/refunddetail","priority":0},"createdIndex":17999,"key":"\/moat\/routes\/00000000000000017999","modifiedIndex":17999},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri"
 :"\/billing\/integralshop\/servicegoodslist","priority":0},"createdIndex":18029,"key":"\/moat\/routes\/00000000000000018029","modifiedIndex":18029},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/getrenewskulist","priority":0},"createdIndex":18038,"key":"\/moat\/routes\/00000000000000018038","modifiedIndex":18038},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/after\/list","priority":0},"createdIndex":18050,"key":"\/moat\/routes\/00000000000000018050","modifiedIndex":18050},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskulistfromids","priority":0},"createdIndex":17981,"key":"\/moat\/routes\/00000000000000017981","modifiedIndex":17981},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/noaddressorderlist","pri
 ority":0},"createdIndex":18005,"key":"\/moat\/routes\/00000000000000018005","modifiedIndex":18005},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.one.count.common","priority":0},"createdIndex":18061,"key":"\/moat\/routes\/00000000000000018061","modifiedIndex":18061},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.odc.evaluation.mark","priority":0},"createdIndex":18063,"key":"\/moat\/routes\/00000000000000018063","modifiedIndex":18063},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.spu.spuresources","priority":0},"createdIndex":18103,"key":"\/moat\/routes\/00000000000000018103","modifiedIndex":18103},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/recommendprice","priority":0}
 ,"createdIndex":17979,"key":"\/moat\/routes\/00000000000000017979","modifiedIndex":17979},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/applyreasonlist","priority":0},"createdIndex":18006,"key":"\/moat\/routes\/00000000000000018006","modifiedIndex":18006},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/cardlist","priority":0},"createdIndex":18016,"key":"\/moat\/routes\/00000000000000018016","modifiedIndex":18016},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/commentpro","priority":0},"createdIndex":18019,"key":"\/moat\/routes\/00000000000000018019","modifiedIndex":18019},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/pay\/closeorder","priority":0},"createdIndex":18073,"key":"\/moat\/routes\/0000000000000001807
 3","modifiedIndex":18073},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.goodssearch.interface.getskuidlistbyproductid","priority":0},"createdIndex":18089,"key":"\/moat\/routes\/00000000000000018089","modifiedIndex":18089},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.misbiz.group.registercreategroup","priority":0},"createdIndex":18093,"key":"\/moat\/routes\/00000000000000018093","modifiedIndex":18093},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getexpresscompany","priority":0},"createdIndex":18117,"key":"\/moat\/routes\/00000000000000018117","modifiedIndex":18117},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/getskucatev2","priority":0},"createdIndex":17989,"key":"\/moat\/rout
 es\/00000000000000017989","modifiedIndex":17989},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.bizca.api.isexchangelist","priority":0},"createdIndex":18081,"key":"\/moat\/routes\/00000000000000018081","modifiedIndex":18081},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/renew\/gradesubjectofbuy","priority":0},"createdIndex":18151,"key":"\/moat\/routes\/00000000000000018151","modifiedIndex":18151},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/spusalestatusinfo","priority":0},"createdIndex":18158,"key":"\/moat\/routes\/00000000000000018158","modifiedIndex":18158},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/relatedreallist","priority":0},"createdIndex":17997,"key":"\/moat\/routes\/00000000000000017997",
 "modifiedIndex":17997},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/pay\/api\/generatesign","priority":0},"createdIndex":18072,"key":"\/moat\/routes\/00000000000000018072","modifiedIndex":18072},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.sku.skuresources","priority":0},"createdIndex":18099,"key":"\/moat\/routes\/00000000000000018099","modifiedIndex":18099},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/courselist","priority":0},"createdIndex":18161,"key":"\/moat\/routes\/00000000000000018161","modifiedIndex":18161},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/trade\/predetail","priority":0},"createdIndex":18003,"key":"\/moat\/routes\/00000000000000018003","modifiedIndex":18003},{"value":{"ups
 tream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/sendcouponbyitemid","priority":0},"createdIndex":18032,"key":"\/moat\/routes\/00000000000000018032","modifiedIndex":18032},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/coupon\/getunusedcouponlist","priority":0},"createdIndex":18159,"key":"\/moat\/routes\/00000000000000018159","modifiedIndex":18159},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/getspucard","priority":0},"createdIndex":18013,"key":"\/moat\/routes\/00000000000000018013","modifiedIndex":18013},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/spu\/props","priority":0},"createdIndex":18018,"key":"\/moat\/routes\/00000000000000018018","modifiedIndex":18018},{"value":{"upstream_id":"00000000000000017973","plugins":{"promet
 heus":{},"moat-response":{}},"uri":"\/billing\/teacher\/courseinfolist","priority":0},"createdIndex":18022,"key":"\/moat\/routes\/00000000000000018022","modifiedIndex":18022},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/payment\/purchasedata","priority":0},"createdIndex":18077,"key":"\/moat\/routes\/00000000000000018077","modifiedIndex":18077},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.expressstatusorderobtain","priority":0},"createdIndex":18113,"key":"\/moat\/routes\/00000000000000018113","modifiedIndex":18113},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/zb.wms.api.getexpressbytradeid","priority":0},"createdIndex":18116,"key":"\/moat\/routes\/00000000000000018116","modifiedIndex":18116},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus
 ":{},"moat-response":{}},"uri":"\/billing\/router\/zb.zbcoupon.api.getcouponitemlist","priority":0},"createdIndex":18125,"key":"\/moat\/routes\/00000000000000018125","modifiedIndex":18125},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/router\/sp.asc.after.apply","priority":0},"createdIndex":18128,"key":"\/moat\/routes\/00000000000000018128","modifiedIndex":18128},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/sku\/checkclasstimeconflict","priority":0},"createdIndex":17980,"key":"\/moat\/routes\/00000000000000017980","modifiedIndex":17980},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/teacher\/teacherescourselist","priority":0},"createdIndex":18166,"key":"\/moat\/routes\/00000000000000018166","modifiedIndex":18166},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"m
 oat-response":{}},"uri":"\/billing\/router\/zb.newgoodsplatform.goodsskuapi.getskuidlistbyspuids","priority":0},"createdIndex":18175,"key":"\/moat\/routes\/00000000000000018175","modifiedIndex":18175},{"value":{"upstream_id":"00000000000000017973","plugins":{"prometheus":{},"moat-response":{}},"uri":"\/billing\/student\/canchangecourselist","priority":0},"createdIndex":18144,"key":"\/moat\/routes\/00000000000000018144","modifiedIndex":18144}],"modifiedIndex":17974,"createdIndex":17974,"key":"\/moat\/routes","dir":true},"action":"get"}
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dualc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
dualc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675490900


   > > using 1.4 version,I have met the same problemn
   > 
   > Thanks for your advice. I will compared 1.3 version and 1.4 version code difference. and as quickly as possible upgrade 1.4version.
   
   sorry,words fail to me,I mean,I have met the same problem when used the 1.4 version,it occurrd random,3% chance to raise,maybe we should try to use 1.5 version


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dualc edited a comment on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
dualc edited a comment on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675483467






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674083420


   and you need to provide your conf about `route`
   
   curl "http://127.0.0.1:9080/apisix/admin/routes/" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis closed issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
membphis closed issue #2062:
URL: https://github.com/apache/apisix/issues/2062


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-674083044


   please upgrade APISIX to latest version 1.5 first


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] powermanlc commented on issue #2062: bug: not find any matched route 404

Posted by GitBox <gi...@apache.org>.
powermanlc commented on issue #2062:
URL: https://github.com/apache/apisix/issues/2062#issuecomment-675486287


   > using 1.4 version,I have met the same problemn
   
   Thanks for your advice. I will compared 1.3 version and 1.4 version code difference. and as quickly as possible upgrade 1.4version.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org