u(~I$0hGR{1Y#tjh*6HkBB%10#j=&NjOitR4(h>%H+3H zSV?=iS&{m&_WP1JkbUDisInDd$&^=3d2;jad|MG53_sqy6~c%PA{57X(fls z#01mV7%(M|mT&Lh{9TvP166Oj21X&yu7<)qVy+wS+Z?E_b63iZWMp*mu%(0ZP>i$| zH_F0XAnh$Tc!H88rH1Yk@PZuc6?Xsyn8f1&5w465{nTmMTnQAxmSq`h-}Syrf`T`E...
(code=1, msg=None) Action = request.args.get("Action") - hm = g.hm if Action == "query": - data = hm.get_all_hooks_for_api + data = g.hm.get_all_hooks_for_api res.update(code=0, data=data, count=len(data)) elif Action == 'disable': name = request.form.get("name"...