{"info":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","description":"<html><head></head><body><p>It's was design for Connect Accounting, Warehouse, Product and Orders to Ketshopweb Platform.</p>\n<h1 id=\"url-endpoint\">URL Endpoint</h1>\n<p>We have seperate for Test Server and Production Server\nThis Document use Test Server Endpoint under domain \"ketshoptest.com\"</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>What is the preferred way of using the API?\n    We using JWT Concept to Authentication for Staff Logon\n    (JWT Concept --&gt; <a href=\"https://jwt.io/\">https://jwt.io/</a>) \n    For Server to Server communication will using special token \n    Secret Key and Publish Key require to connect to our Systems.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<p>200 OK\nStandard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing or containing the result of the action.</p>\n<p>400 Bad Request\nThe server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing).</p>\n<p>500 Internal Server Error\nA generic error message, given when an unexpected condition was encountered and no more specific message is suitable</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Is there a limit to the number of requests an user can send?\nWe allow only 20 requests per second. If Over than these your IP will be baned for 24 Hours.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"URL Endpoint","slug":"url-endpoint"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"241092","collectionId":"48964daa-3ad0-496e-a432-0b4e20907d51","publishedId":"Rzn6uN2x","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"d74c4f"},"publishDate":"2021-10-20T04:06:40.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","id":"e40cd76a-cc0a-421b-86ba-35027e93ab69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"\",\n\t\"username\": \"\",\n\t\"password\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/login/app","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","name":"Authentication","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","login","app"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e40cd76a-cc0a-421b-86ba-35027e93ab69"},{"name":"Login System","id":"db471ada-4818-4746-8dec-a1cab264649a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"\",\n\t\"username\": \"\",\n\t\"password\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/login/app","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","name":"Authentication","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","login","app"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db471ada-4818-4746-8dec-a1cab264649a"},{"name":"Refresh Token","id":"ab2505e3-5983-4233-be92-8700563b5da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"refresh_token\": \"d59a858b4a7597d36fecb4a19116677f1880cb9feaa705fb783d4b77ce408899\"\n}"},"url":"{{url_api}}//login/token","description":"<p>ใช้ขอ Token ใหม่เมื่อ access token หมดอายุ</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","name":"Authentication","type":"folder"}},"urlObject":{"path":["","login","token"],"host":["{{url_api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab2505e3-5983-4233-be92-8700563b5da3"},{"name":"Reset Password","id":"d2672aed-f579-4a76-85f5-afa475071626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"dev.ketshoptest.com\",\n\t\"email\": \"holy_grail@ketshoptest.com\"\n}"},"url":"{{url_api}}/login/resetpassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","name":"Authentication","type":"folder"}},"urlObject":{"path":["login","resetpassword"],"host":["{{url_api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2672aed-f579-4a76-85f5-afa475071626"},{"name":"Login Front","id":"55aff1a5-f7fa-4c27-9138-d4c196d89284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"\",\n\t\"username\": \"\",\n\t\"password\": \"\"\n}"},"url":"{{url_api}}/login/front","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","name":"Authentication","type":"folder"}},"urlObject":{"path":["login","front"],"host":["{{url_api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55aff1a5-f7fa-4c27-9138-d4c196d89284"},{"name":"Logout App","id":"44d3b741-32af-452b-9fef-2ac5c977b0cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"1181nvs4s239c3vef81307b2f05g2bxm\",\n\t\"api_secret\": \"1s4bx4n7vz4fv46ufbs42b6ne4mjd242\",\n\t\"data\": {\n\t\t\"promotion\": \"\",\n\t\t\"search\": \"Wideawefawef\",\n\t\t\"cate_id\": \"\",\n\t\t\"page\": \"1\",\n\t\t\"perpage\": \"10\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.vrsteel.com/api/v1/vr/common/product/searchSteelPromotion","urlObject":{"protocol":"https","path":["api","v1","vr","common","product","searchSteelPromotion"],"host":["devapi","vrsteel","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"44d3b741-32af-452b-9fef-2ac5c977b0cb"}],"id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"cd9762d2-332f-4988-937f-ec601337dc83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b50f290a-5e52-4cf7-8859-c6dd3340b154","type":"text/javascript","exec":[""]}}],"_postman_id":"3f8d1c60-f887-4dcf-8084-eb39d5f62096","description":""},{"name":"Order","item":[{"name":"Order Create V2","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"aa9da313-2630-4d82-9669-55388902256b"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"de170b2c-8583-4728-b672-c9252ae78840"}}],"id":"940eecec-087e-427d-813a-f4fd2588ab52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"delivery_option\": {\n        \"shipping_type_price\": \"normal\",\n        \"price\": 0\n    },\n    \"channel\": null,\n    \"salepage\": null,\n    \"from\": \"OrderSystem\",\n    \"user_id\": 2959,\n    \"shipping_address_id\": -1,\n    \"details\": [\n        {\n            \"id\": 1022,\n            \"sku\": \"211004-0001\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 70,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><span style=\\\"font-family: Prompt;\\\">คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_00_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-19 00:00:14\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"00 - ขาว\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\",\n            \"qty\": 1,\n            \"product_price\": 990\n        }\n    ],\n    \"coupon_code\": \"\",\n    \"customer_note\": \"\",\n    \"note\": \"\",\n    \"tax_no\": \"\",\n    \"guest\": false,\n    \"use_point\": 0,\n    \"discountaddon\": 0,\n    \"delivery\": {\n        \"id\": 63,\n        \"type\": \"direct\",\n        \"logo\": \"/system/core-imgs/jnt.jpg\",\n        \"name\": \"J&T Express\",\n        \"unit\": \"กรัม\",\n        \"price\": 0,\n        \"status\": true,\n        \"cod\": false,\n        \"cod_rate\": 0,\n        \"cod_rate_type\": \"percent\",\n        \"format_price\": \"one_price\",\n        \"is_auto\": false,\n        \"is_top_price\": false,\n        \"courier_code\": \"JNT\",\n        \"updated_at\": \"2020-12-01 14:49:44\",\n        \"updated_by\": \"admin\",\n        \"created_at\": \"2020-11-30 09:49:42\",\n        \"created_by\": \"admin\",\n        \"weight\": 500\n    },\n    \"quantity\": 0,\n    \"check_from\": \"order\",\n    \"box_value\": \"11x17x6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/order/order-transfer","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>delivery_option</td>\n<td>Object</td>\n<td>รูปแบบของขนส่ง สามารถปรับแต่งราคาขนส่ง ในกรณีที่ออเดอร์สร้างมาจากฝั่งหน้าบ้าน<blockquote>{<br />   \"price\": 300, //ค่าขนส่ง<br />   \"shipping_type_price\": \"custom\" // ประเภทราคา<br />}</blockquote>ค่าที่ใส่ shipping_type_price ได้แก่<ul><li>normal: จัดส่งปกติ</li><li>free: จัดส่งฟรี</li><li>custom: กำหนดราคาจัดส่งเอง</li></ul></td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>ค่าvalue ของ__ช่องทางจัดจำหน่าย__  สามารถเรียกดูได้ที่ <a href=\"#13878132-0503b570-5e58-42c4-9c8e-1acf3653d366\">Get Channels</a></td>\n</tr>\n<tr>\n<td>salepage</td>\n<td>Object</td>\n<td>ในกรณีลูกค้าสั่งซื้อผ่าน Sale Page __จำเป็น__ต้องใส่Propertyนี้<blockquote>{<br />   \"id\": 11, //ไอดีของSale Page<br />   \"ref\": \"a56e0fgb1\" // Sale Page Reference<br />}</blockquote> ดูการเรียกSale Page ได้ที่ <a href=\"#13878132-0f47466a-66df-4b99-b269-0e507bc98b91\">Get Sale Page</a></td>\n</tr>\n<tr>\n<td>from    <br /><strong>*Required</strong></td>\n<td>String</td>\n<td>ใช้ระบุว่าออเดอร์สร้างมาจากส่วนไหน <ul><li>OrderSystem: จากหลังบ้าน</li><li>Website: จากหน้าบ้าน</li><li>SalePage: จากหน้าSale Page</li></ul></td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>ไอดีของผู้ใช้ ใส่ null ในกรณีไม่ทราบไอดี</td>\n</tr>\n<tr>\n<td>shipping_address_id</td>\n<td>Number</td>\n<td>ไอดีของที่อยู่จัดส่งใส่ -1 เพื่อใช้ค่าdefault</td>\n</tr>\n<tr>\n<td>details <br /><strong>*Required</strong></td>\n<td>Array object</td>\n<td>รายละเอียดของสินค้าที่สั่ง ใส่เป็นอาเรย์ที่มีProduct Object สามารถดูรายละเอียดได้ที่ <a href=\"#b7c31798-ead9-40dd-bfa7-f3bde020a602\">Product Summary</a></td>\n</tr>\n<tr>\n<td>coupon_code</td>\n<td>String</td>\n<td>รหัสคูปอง หากใส่มา ถ้ารหัสคูปองไม่มีในระบบหรือหมดอายุ จะส่งผลให้สร้างออเดอร์ไม่ได้ แต่หากมีในระบบและพร้อมใช้งานจะส่งผลต่อการคิดราคาสินค้า</td>\n</tr>\n<tr>\n<td>customer_note</td>\n<td>String</td>\n<td>หมายเหตุของลูกค้า</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>หมายเหตุของร้านค้า</td>\n</tr>\n<tr>\n<td>tax_no</td>\n<td>String</td>\n<td>หมายเลขผู้เสียภาษีของลูกค้า</td>\n</tr>\n<tr>\n<td>guest</td>\n<td>Boolean, Object</td>\n<td>ในกรณีลูกค้าเป็นสมาชิกให้ใส่ค่า false ในกรณีไม่เป็นให้ใส่ที่อยู่ในfieldนี้<blockquote>{<br />   \"address1\": &lt;ที่อยู่&gt;,<br />   \"district\": &lt;อำเภอ&gt;<br />   \"lastname\": &lt;นามสกุล&gt;,<br />   \"name\": &lt;ชื่อ&gt;<br />   \"province\": &lt;จังหวัด&gt;,<br />   \"subdistrict\": &lt;ตำบล&gt;<br />   \"tel\": &lt;เบอร์โทรศัพท์&gt;,<br />   \"username\": &lt;ชื่อผู้ใช้&gt;<br />   \"zipcode\": &lt;รหัสไปรษณีย์&gt;<br />}</blockquote></td>\n</tr>\n<tr>\n<td>use_point</td>\n<td>Number</td>\n<td>จำนวนแต้มสะสมที่ใช้ในออเดอร์นี้</td>\n</tr>\n<tr>\n<td>discountaddon</td>\n<td>Number</td>\n<td>ส่วนลดพิเศษ</td>\n</tr>\n<tr>\n<td>delivery    <br /><strong>*Required</strong></td>\n<td>Object</td>\n<td>ข้อมูลของขนส่ง</td>\n</tr>\n<tr>\n<td>quantity    <br /><strong>*Required</strong></td>\n<td>Number</td>\n<td>จำนวนสินค้าในออเดอร์นี้ใช้ในการคำนวณโปรโมชั่น ที่เกี่ยวข้องกับจำนวนสินค้า</td>\n</tr>\n<tr>\n<td>check_from  <br /><strong>*Required</strong></td>\n<td>String</td>\n<td>ใช้ตรวจสอบว่าออเดอร์สร้างมาจากฟอร์มไหน <br />ซึ่งฟอร์มที่ใช้ได้แก่ <ul><li>order</li><li>order_link</li></ul></td>\n</tr>\n<tr>\n<td>box_value</td>\n<td>String</td>\n<td>กำหนดขนาดกล่อง รูปแบบการใส่ [ความกว้าง]x[ความยาว]x[ความสูง] <br /> ตัวอย่างการการใส่ขนาดกล่อง <blockquote>11x17x6</blockquote></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","order","order-transfer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6179bceb-f540-4336-ad42-71e1d4ef5bc8","name":"order-transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"delivery_option\": {\n        \"shipping_type_price\": \"normal\",\n        \"price\": 0\n    },\n    \"channel\": null,\n    \"salepage\": null,\n    \"from\": \"OrderSystem\",\n    \"user_id\": 2959,\n    \"shipping_address_id\": -1,\n    \"details\": [\n        {\n            \"id\": 1022,\n            \"sku\": \"211004-0001\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 70,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><span style=\\\"font-family: Prompt;\\\">คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_00_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-19 00:00:14\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"00 - ขาว\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\",\n            \"qty\": 1,\n            \"product_price\": 990\n        }\n    ],\n    \"coupon_code\": \"\",\n    \"customer_note\": \"\",\n    \"note\": \"\",\n    \"tax_no\": \"\",\n    \"guest\": false,\n    \"use_point\": 0,\n    \"discountaddon\": 0,\n    \"delivery\": {\n        \"id\": 63,\n        \"type\": \"direct\",\n        \"logo\": \"/system/core-imgs/jnt.jpg\",\n        \"name\": \"J&T Express\",\n        \"unit\": \"กรัม\",\n        \"price\": 0,\n        \"status\": true,\n        \"cod\": false,\n        \"cod_rate\": 0,\n        \"cod_rate_type\": \"percent\",\n        \"format_price\": \"one_price\",\n        \"is_auto\": false,\n        \"is_top_price\": false,\n        \"courier_code\": \"JNT\",\n        \"updated_at\": \"2020-12-01 14:49:44\",\n        \"updated_by\": \"admin\",\n        \"created_at\": \"2020-11-30 09:49:42\",\n        \"created_by\": \"admin\",\n        \"weight\": 500\n    },\n    \"quantity\": 0,\n    \"check_from\": \"order\",\n    \"box_value\": \"11x17x6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/order/order-transfer"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"940eecec-087e-427d-813a-f4fd2588ab52"},{"name":"Get Channels","id":"c76caea3-e09e-445e-995b-24715e32a0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}/api/v1/util/getChannels","description":"<h4 id=\"◽-channel-object\">◽ Channel Object</h4>\n<p><strong>Channel</strong> หรือ ช่องทางจัดจำหน่าย เป็นObjectที่ระบุข้อมูลที่เกี่ยวกับช่องทางจัดจำหน่าย โดยค่า__value__จะเป็นค่าที่ใช้ส่งrequestต่างๆ</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> {\n    \"name\": \"Line\", // ชื่อช่องทางจำหน่าย\n    \"value\": \"line\",  // ค่าที่ใช้ส่งใน request อื่นๆ\n    \"img\": \"/system/core-imgs/ch-line.png\", //รูปภาพของช่องทางจัดจำหน่าย\n    \"imgapp\": \"/system/core-imgs/btn-line@1x.png\" //รูปภาพของช่องทางจัดจำหน่าย\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","v1","util","getChannels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"287e7a2c-2a2f-4f24-813d-19eeb2c42dee","name":"getChannels","originalRequest":{"method":"GET","header":[],"url":"https://{{host}}/api/v1/util//getChannels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 07:27:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"d51fe022-a8a6-4140-9dbe-2bd123012c1e"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"6d6-fH5PFQYcOkOjoOnIFKSXQcEf/dE\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Facebook\",\n        \"value\": \"facebook\",\n        \"img\": \"/system/core-imgs/ch-facebook.png\",\n        \"imgapp\": \"/system/core-imgs/btn-facebook@1x.png\"\n    },\n    {\n        \"name\": \"Line@\",\n        \"value\": \"line@\",\n        \"img\": \"/system/core-imgs/ch-lineat.png\",\n        \"imgapp\": \"/system/core-imgs/btn-lineat@1x.png\"\n    },\n    {\n        \"name\": \"Line\",\n        \"value\": \"line\",\n        \"img\": \"/system/core-imgs/ch-line.png\",\n        \"imgapp\": \"/system/core-imgs/btn-line@1x.png\"\n    },\n    {\n        \"name\": \"Instagram\",\n        \"value\": \"instagram\",\n        \"img\": \"/system/core-imgs/ch-instagram.png\",\n        \"imgapp\": \"/system/core-imgs/btn-ig@1x.png\"\n    },\n    {\n        \"name\": \"Twitter\",\n        \"value\": \"twitter\",\n        \"img\": \"/system/core-imgs/ch-twitter.png\",\n        \"imgapp\": \"/system/core-imgs/btn-twitter@1x.png\"\n    },\n    {\n        \"name\": \"Wechat\",\n        \"value\": \"wechat\",\n        \"img\": \"/system/core-imgs/ch-wechat.png\",\n        \"imgapp\": \"/system/core-imgs/btn-wechat@1x.png\"\n    },\n    {\n        \"name\": \"Web Site\",\n        \"value\": \"website\",\n        \"img\": \"/system/core-imgs/ch-website.png\",\n        \"imgapp\": \"/system/core-imgs/btn-web@1x.png\"\n    },\n    {\n        \"name\": \"Application\",\n        \"value\": \"app\",\n        \"img\": \"/system/core-imgs/ch-app.png\",\n        \"imgapp\": \"/system/core-imgs/ch-app.png\"\n    },\n    {\n        \"name\": \"Ket Market\",\n        \"value\": \"ket-market\",\n        \"img\": \"/system/core-imgs/ch-ket-market.png\",\n        \"imgapp\": \"/system/core-imgs/ch-ket-market.png\"\n    },\n    {\n        \"name\": \"Sale Page\",\n        \"value\": \"sale-page\",\n        \"img\": \"/system/core-imgs/ch-salepage.png\",\n        \"imgapp\": \"/system/core-imgs/ch-salepage.png\"\n    },\n    {\n        \"name\": \"Lazada\",\n        \"value\": \"lazada\",\n        \"img\": \"/system/core-imgs/ch-lazada.png\",\n        \"imgapp\": \"/system/core-imgs/ch-lazada.png\"\n    },\n    {\n        \"name\": \"Shopee\",\n        \"value\": \"shopee\",\n        \"img\": \"/system/core-imgs/ch-shopee.png\",\n        \"imgapp\": \"/system/core-imgs/ch-shopee.png\"\n    },\n    {\n        \"name\": \"JDCentral\",\n        \"value\": \"jd-central\",\n        \"img\": \"/system/core-imgs/ch-jdcentral.png\",\n        \"imgapp\": \"/system/core-imgs/ch-jdcentral.png\"\n    },\n    {\n        \"name\": \"Line Bot\",\n        \"value\": \"line_bot\",\n        \"img\": \"/assets/images/core-imgs/ch-lineat_bot.png\",\n        \"imgapp\": \"/assets/images/core-imgs/ch-lineat_bot.png\"\n    }\n]"}],"_postman_id":"c76caea3-e09e-445e-995b-24715e32a0e5"},{"name":"Get Sale Page","id":"5d0fd741-d8b0-45e9-97fa-b9be74e94c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}/api/v1/sale-page/:id?type= link","urlObject":{"protocol":"https","path":["api","v1","sale-page",":id"],"host":["{{host}}"],"query":[{"description":{"content":"<p>ใส่ในกรณีเลือกส่งแบบ Permalink</p>\n","type":"text/plain"},"key":"type","value":" link"}],"variable":[{"id":"ebbf7eaa-c057-4171-93be-1b14f0515a4a","description":{"content":"<p>ส่งIdของSale Page หรือ Permalink</p>\n","type":"text/plain"},"type":"any","value":"<Sale Page Id> or <Sale Page Permalink> ","key":"id"}]}},"response":[{"id":"2370c7bf-5d9d-44c8-97de-dc535a6bd3b9","name":"get sale-page","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{host}}/api/v1/sale-page/:id?type=link","protocol":"https","host":["{{host}}"],"path":["api","v1","sale-page",":id"],"query":[{"key":"type","value":"link","description":"ในกรณีเลือกส่งแบบ Permalink ให้ใส่ ?type=linkต่อท้ายไป"}],"variable":[{"key":"id","value":null,"description":"ส่งIdของSale Page หรือ Permalink"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 09:09:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"dd8e58de-c306-4e91-a24b-ea7cab8630aa"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"49cc-IWjqkJWpn0I8FeGfWuP4+ZG5xqg\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 50,\n    \"name\": \"CAPOO\",\n    \"product_id\": 1016,\n    \"ref\": \"22rkqb8tc7\",\n    \"status\": 1,\n    \"property_status\": 1,\n    \"conversion_status\": null,\n    \"pixel_code\": null,\n    \"line_pixel_head\": \"\",\n    \"line_pixel_event\": \"\",\n    \"tiktok_pixel\": \"\",\n    \"element\": {\n        \"init\": {\n            \"id\": \"new\",\n            \"selector\": \"sale-page-app\",\n            \"drag\": false,\n            \"modalopen\": false,\n            \"uid\": \"1acnj1h1jlhd12iop5645\"\n        },\n        \"data\": {\n            \"page_style\": {\n                \"font_family\": \"Prompt\"\n            },\n            \"buy_btn_style\": {\n                \"text\": \"Buy now!\",\n                \"font_color\": \"#fff\",\n                \"bg_color\": \"#5e75fb\"\n            },\n            \"contact_btn_style\": {\n                \"status\": 1,\n                \"link\": \"#gggg\",\n                \"text\": \"Ask me!\",\n                \"font_color\": \"#fff\",\n                \"bg_color\": \"#ffb800\"\n            },\n            \"css\": {\n                \"desktop\": {\n                    \"paddingBottom\": 10,\n                    \"background\": {\n                        \"status\": false,\n                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                        \"color\": \"#fff\",\n                        \"blur\": 0,\n                        \"opacity\": 1\n                    },\n                    \"padding\": {\n                        \"top\": 0,\n                        \"bottom\": 0,\n                        \"left\": 0,\n                        \"right\": 0\n                    },\n                    \"margin\": {\n                        \"top\": 0,\n                        \"bottom\": 0,\n                        \"left\": 0,\n                        \"right\": 0\n                    },\n                    \"corner\": {\n                        \"top_left\": 0,\n                        \"top_right\": 0,\n                        \"bottom_right\": 0,\n                        \"bottom_left\": 0\n                    },\n                    \"shadow\": {\n                        \"status\": false,\n                        \"blur\": 8,\n                        \"size\": 2,\n                        \"top_bottom\": 0,\n                        \"left_right\": 0,\n                        \"color\": \"#616161\"\n                    },\n                    \"border_color\": \"#fff\",\n                    \"border_style\": \"solid\",\n                    \"border\": {\n                        \"top\": 0,\n                        \"bottom\": 0,\n                        \"left\": 0,\n                        \"right\": 0\n                    },\n                    \"fullWidth\": true\n                }\n            },\n            \"cols\": [\n                {\n                    \"columnWidth\": 100,\n                    \"visible\": false,\n                    \"css\": {\n                        \"desktop\": {\n                            \"background\": {\n                                \"status\": false,\n                                \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                \"color\": \"#fff\",\n                                \"blur\": 0,\n                                \"opacity\": 0\n                            },\n                            \"padding\": {\n                                \"top\": 0,\n                                \"bottom\": 0,\n                                \"left\": 0,\n                                \"right\": 0\n                            },\n                            \"margin\": {\n                                \"top\": 0,\n                                \"bottom\": 0,\n                                \"left\": 0,\n                                \"right\": 0\n                            },\n                            \"corner\": {\n                                \"top_left\": 0,\n                                \"top_right\": 0,\n                                \"bottom_right\": 0,\n                                \"bottom_left\": 0\n                            },\n                            \"shadow\": {\n                                \"status\": false,\n                                \"blur\": 8,\n                                \"size\": 2,\n                                \"top_bottom\": 0,\n                                \"left_right\": 0,\n                                \"color\": \"#616161\"\n                            },\n                            \"border_color\": \"#fff\",\n                            \"border_style\": \"solid\",\n                            \"border\": {\n                                \"top\": 0,\n                                \"bottom\": 0,\n                                \"left\": 0,\n                                \"right\": 0\n                            }\n                        }\n                    },\n                    \"rows\": [\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Side Image\",\n                                    \"img\": \"/assets/images/element/e-imgslide.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"sideImage\",\n                                    \"drag\": false,\n                                    \"setting\": false,\n                                    \"have_element\": false,\n                                    \"uid\": \"22rngkaunmkW8bhK\",\n                                    \"modalopen\": false\n                                },\n                                \"data\": {\n                                    \"paddingTopBottom\": 50,\n                                    \"dotColor\": \"#d6d6d6\",\n                                    \"dotColorActive\": \"#01a9ac\",\n                                    \"dotWidth\": 10,\n                                    \"dotHeight\": 10,\n                                    \"dotCircle\": 30,\n                                    \"navFontSize\": 16,\n                                    \"navColorFont\": \"#ffffff\",\n                                    \"navColorFontHover\": \"#fff\",\n                                    \"navBg\": \"#5e75fb\",\n                                    \"navBgHover\": \"#7b61ff\",\n                                    \"navTypeStyle\": \"0\",\n                                    \"navWidth\": 22,\n                                    \"navHeight\": 40,\n                                    \"navCircle\": 5,\n                                    \"options\": {\n                                        \"items\": 1,\n                                        \"autoplayTimeout\": 3500,\n                                        \"nav\": true,\n                                        \"autoplay\": false,\n                                        \"dots\": false,\n                                        \"loop\": true,\n                                        \"responsiveRefreshRate\": 200,\n                                        \"navText\": [\n                                            \"<i class=\\\"fa fa-arrow-left\\\" aria-hidden=\\\"true\\\"></i>\",\n                                            \"<i class=\\\"fa fa-arrow-right\\\" aria-hidden=\\\"true\\\"></i>\"\n                                        ],\n                                        \"responsive\": {\n                                            \"0\": 1,\n                                            \"400\": 1,\n                                            \"740\": 1,\n                                            \"940\": 1\n                                        }\n                                    },\n                                    \"height\": {\n                                        \"status\": false,\n                                        \"value\": 400\n                                    },\n                                    \"slides\": [\n                                        {\n                                            \"img\": \"/assets/images/core-imgs/salepage/TMP-04/banner.png\",\n                                            \"color\": \"#fff\",\n                                            \"opacity\": 1,\n                                            \"blur\": 0,\n                                            \"fullwidth\": false,\n                                            \"html\": \"\",\n                                            \"link\": \"\",\n                                            \"link_target\": \"\"\n                                        },\n                                        {\n                                            \"img\": \"/assets/images/core-imgs/salepage/TMP-04/banner.png\",\n                                            \"color\": \"#fff\",\n                                            \"opacity\": 1,\n                                            \"blur\": 0,\n                                            \"fullwidth\": false,\n                                            \"html\": \"\",\n                                            \"link\": \"\",\n                                            \"link_target\": \"\"\n                                        }\n                                    ],\n                                    \"paddingRightLeft\": true,\n                                    \"item_desktop\": 1,\n                                    \"item_tablet\": 1,\n                                    \"item_mobile\": 1\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 30,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Text Area\",\n                                    \"img\": \"/assets/images/element/e-textarea.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"textArea\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"uid\": \"22rngkczsjxgMQo1\"\n                                },\n                                \"data\": {\n                                    \"fullwidth\": true,\n                                    \"html\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 30px; font-family: Prompt;\\\"><strong>ซื้อ&nbsp;</strong></span><strong><span style=\\\"font-size: 30px; font-family: Poppins;\\\">Headphone</span></strong><span style=\\\"font-size: 30px; font-family: Prompt;\\\"><strong>&nbsp;ราคาถูกสุด!!</strong></span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit,&nbsp;</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                                    \"paddingRightLeft\": true\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 20,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Side Image\",\n                                    \"img\": \"/assets/images/element/e-imgslide.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"sideImage\",\n                                    \"drag\": false,\n                                    \"setting\": false,\n                                    \"have_element\": false,\n                                    \"uid\": \"22rngkfeviCc8V09\",\n                                    \"modalopen\": false\n                                },\n                                \"data\": {\n                                    \"paddingTopBottom\": 50,\n                                    \"dotColor\": \"#d6d6d6\",\n                                    \"dotColorActive\": \"#01a9ac\",\n                                    \"dotWidth\": 10,\n                                    \"dotHeight\": 10,\n                                    \"dotCircle\": 30,\n                                    \"navFontSize\": 16,\n                                    \"navColorFont\": \"#ffffff\",\n                                    \"navColorFontHover\": \"#fff\",\n                                    \"navBg\": \"#5e75fb\",\n                                    \"navBgHover\": \"#7b61ff\",\n                                    \"navTypeStyle\": \"0\",\n                                    \"navWidth\": 22,\n                                    \"navHeight\": 40,\n                                    \"navCircle\": 5,\n                                    \"options\": {\n                                        \"items\": 2,\n                                        \"autoplayTimeout\": 3500,\n                                        \"nav\": true,\n                                        \"autoplay\": false,\n                                        \"dots\": false,\n                                        \"loop\": true,\n                                        \"responsiveRefreshRate\": 200,\n                                        \"navText\": [\n                                            \"<i class=\\\"fa fa-arrow-left\\\" aria-hidden=\\\"true\\\"></i>\",\n                                            \"<i class=\\\"fa fa-arrow-right\\\" aria-hidden=\\\"true\\\"></i>\"\n                                        ],\n                                        \"responsive\": {\n                                            \"0\": 1,\n                                            \"400\": 1,\n                                            \"740\": 2,\n                                            \"940\": 2\n                                        }\n                                    },\n                                    \"height\": {\n                                        \"status\": false,\n                                        \"value\": 400\n                                    },\n                                    \"slides\": [\n                                        {\n                                            \"img\": \"/assets/images/core-imgs/salepage/TMP-04/banner-square-01.png\",\n                                            \"color\": \"#fff\",\n                                            \"opacity\": 1,\n                                            \"blur\": 0,\n                                            \"fullwidth\": false,\n                                            \"html\": \"\",\n                                            \"link\": \"\",\n                                            \"link_target\": \"\"\n                                        },\n                                        {\n                                            \"img\": \"/assets/images/core-imgs/salepage/TMP-04/banner-square-02.png\",\n                                            \"color\": \"#fff\",\n                                            \"opacity\": 1,\n                                            \"blur\": 0,\n                                            \"fullwidth\": false,\n                                            \"html\": \"\",\n                                            \"link\": \"\",\n                                            \"link_target\": \"\"\n                                        }\n                                    ],\n                                    \"paddingRightLeft\": true,\n                                    \"item_desktop\": 2,\n                                    \"item_tablet\": 2,\n                                    \"item_mobile\": 1\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 30,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Text Area\",\n                                    \"img\": \"/assets/images/element/e-textarea.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"textArea\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"uid\": \"22rngkhszyTHyIvb\"\n                                },\n                                \"data\": {\n                                    \"fullwidth\": true,\n                                    \"html\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px; font-family: Prompt;\\\"><strong>รับประกันของแท้ 100%</strong></span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit,&nbsp;</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                                    \"paddingRightLeft\": true\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 20,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Youtube\",\n                                    \"img\": \"/assets/images/element/e-youtube.png\",\n                                    \"enable\": 1,\n                                    \"selector\": \"el-youtube\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"have_setting\": true,\n                                    \"uid\": \"22rngkjnmi9AA35F\"\n                                },\n                                \"data\": {\n                                    \"url\": \"https://www.youtube.com/watch?v=bInJjmH31Hk\",\n                                    \"fullwidth\": true,\n                                    \"paddingTopBottom\": 0,\n                                    \"autoplay\": 0,\n                                    \"controls\": 1,\n                                    \"loop\": 1,\n                                    \"mute\": 1,\n                                    \"paddingRightLeft\": true\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 30,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Product Detail\",\n                                    \"img\": \"/assets/images/element/e-textarea.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"el-product-detail\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"default\": true,\n                                    \"uid\": \"w304i5093i59039idlfk\"\n                                },\n                                \"data\": {\n                                    \"fullwidth\": true,\n                                    \"product_id\": 1016,\n                                    \"product_detail_style\": {\n                                        \"image_status\": 1,\n                                        \"desc_status\": 1,\n                                        \"detail_position\": \"horizontal\",\n                                        \"name_size\": \"md\",\n                                        \"price_size\": \"md\",\n                                        \"prop_type\": \"dropdown\"\n                                    },\n                                    \"share_btn_style\": {\n                                        \"status\": 1\n                                    },\n                                    \"paddingRightLeft\": true\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Text Area\",\n                                    \"img\": \"/assets/images/element/e-textarea.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"textArea\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"uid\": \"22rngknnilUjKq1z\"\n                                },\n                                \"data\": {\n                                    \"fullwidth\": true,\n                                    \"html\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px; font-family: Prompt;\\\"><strong>สต็อคแน่น จัดส่งสินค้าจริง</strong></span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit,&nbsp;</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                                    \"paddingRightLeft\": true\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 20,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Image\",\n                                    \"img\": \"/assets/images/element/e-image.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"el-image\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"uid\": \"22rngkpf31Vfk1Jw\"\n                                },\n                                \"data\": {\n                                    \"fullwidth\": true,\n                                    \"image\": {\n                                        \"path\": \"/assets/images/core-imgs/salepage/TMP-04/img-boxes.png\",\n                                        \"width\": \"800\",\n                                        \"height\": \"600\"\n                                    },\n                                    \"alt\": \"\",\n                                    \"link_type\": \"-\",\n                                    \"url\": \"\",\n                                    \"position\": \"center\",\n                                    \"paddingRightLeft\": true,\n                                    \"effect\": \"-\"\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 30,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        },\n                        {\n                            \"data\": {\n                                \"init\": {\n                                    \"name\": \"Accordion\",\n                                    \"img\": \"/assets/images/element/e-accordion.jpg\",\n                                    \"enable\": 1,\n                                    \"selector\": \"el-accordion\",\n                                    \"drag\": false,\n                                    \"modalopen\": false,\n                                    \"have_element\": false,\n                                    \"have_setting\": true,\n                                    \"uid\": \"22rngkpyhvbzVSZk\"\n                                },\n                                \"data\": {\n                                    \"fullwidth\": true,\n                                    \"font\": \"Prompt\",\n                                    \"color_font\": \"#ffffff\",\n                                    \"bg_color\": \"#6567FD\",\n                                    \"border_color\": \"#3436d9\",\n                                    \"data\": [\n                                        {\n                                            \"label\": \"วิธีการสั่งซื้อสินค้า\",\n                                            \"desc\": \"Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.\"\n                                        },\n                                        {\n                                            \"label\": \"นโยบายการเปลี่ยนสินค้า และคืนสินค้า\",\n                                            \"desc\": \"Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.\"\n                                        },\n                                        {\n                                            \"label\": \"เงื่อนไขการรับประกันสินค้า\",\n                                            \"desc\": \"Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.\"\n                                        }\n                                    ],\n                                    \"paddingRightLeft\": true\n                                },\n                                \"elements\": []\n                            },\n                            \"css\": {\n                                \"desktop\": {\n                                    \"background\": {\n                                        \"status\": false,\n                                        \"image\": \"/system/core-imgs/slide_defalut/slider_bg_81.jpg\",\n                                        \"color\": \"#fff\",\n                                        \"blur\": 0,\n                                        \"opacity\": 0\n                                    },\n                                    \"padding\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"margin\": {\n                                        \"top\": 0,\n                                        \"bottom\": 30,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    },\n                                    \"corner\": {\n                                        \"top_left\": 0,\n                                        \"top_right\": 0,\n                                        \"bottom_right\": 0,\n                                        \"bottom_left\": 0\n                                    },\n                                    \"shadow\": {\n                                        \"status\": false,\n                                        \"blur\": 8,\n                                        \"size\": 2,\n                                        \"top_bottom\": 0,\n                                        \"left_right\": 0,\n                                        \"color\": \"#616161\"\n                                    },\n                                    \"border_color\": \"#fff\",\n                                    \"border_style\": \"solid\",\n                                    \"border\": {\n                                        \"top\": 0,\n                                        \"bottom\": 0,\n                                        \"left\": 0,\n                                        \"right\": 0\n                                    }\n                                }\n                            },\n                            \"visible_settng_css\": false\n                        }\n                    ]\n                }\n            ],\n            \"paddingRightLeft\": true,\n            \"contact_link\": \"#\",\n            \"contact_fontcolor\": \"#fff\",\n            \"contact_backgroundcolor\": \"#003b6f\",\n            \"by_fontcolor\": \"#fff\",\n            \"by_backgroundcolor\": \"#00539a\"\n        }\n    },\n    \"created_at\": \"2021-09-23 16:22:36\",\n    \"updated_at\": \"2021-10-05 10:15:27\",\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\",\n    \"permalink_lang1\": \"คาปู----s\",\n    \"permalink_lang2\": \"คาปู----s\",\n    \"permalink_lang3\": \"คาปู----s\",\n    \"permalink_lang4\": \"คาปู----s\",\n    \"seo_title_lang1\": \"CAPOO\",\n    \"seo_title_lang2\": \"CAPOO\",\n    \"seo_title_lang3\": \"CAPOO\",\n    \"seo_title_lang4\": \"CAPOO\",\n    \"seo_keyword_lang1\": \"ร้านขายเสื้อออนไลน์, demo, ketshopweb, cms, Clothshop, test\",\n    \"seo_keyword_lang2\": \"ร้านขายเสื้อออนไลน์, demo, ketshopweb, cms, Clothshop, test\",\n    \"seo_keyword_lang3\": \"ร้านขายเสื้อออนไลน์, demo, ketshopweb, cms, Clothshop, test\",\n    \"seo_keyword_lang4\": \"ร้านขายเสื้อออนไลน์, demo, ketshopweb, cms, Clothshop, test\",\n    \"seo_des_lang1\": \"ร้านขายเสื้อออนไลน์ ด้วยระบบ Ketshopweb CMS ที่สามารถรองรับการทำงาน ทั้งมือถือและคอมพิวเตอร์ มีระบบขนส่ง ในตัว และสามารถรองรับการตัดบัตรเครดิตได้ ใช้บริการที่เดียวจบ\",\n    \"seo_des_lang2\": \"ร้านขายเสื้อออนไลน์ ด้วยระบบ Ketshopweb CMS ที่สามารถรองรับการทำงาน ทั้งมือถือและคอมพิวเตอร์ มีระบบขนส่ง ในตัว และสามารถรองรับการตัดบัตรเครดิตได้ ใช้บริการที่เดียวจบ\",\n    \"seo_des_lang3\": \"ร้านขายเสื้อออนไลน์ ด้วยระบบ Ketshopweb CMS ที่สามารถรองรับการทำงาน ทั้งมือถือและคอมพิวเตอร์ มีระบบขนส่ง ในตัว และสามารถรองรับการตัดบัตรเครดิตได้ ใช้บริการที่เดียวจบ\",\n    \"seo_des_lang4\": \"ร้านขายเสื้อออนไลน์ ด้วยระบบ Ketshopweb CMS ที่สามารถรองรับการทำงาน ทั้งมือถือและคอมพิวเตอร์ มีระบบขนส่ง ในตัว และสามารถรองรับการตัดบัตรเครดิตได้ ใช้บริการที่เดียวจบ\",\n    \"seo_image_lang1\": null,\n    \"seo_image_lang2\": null,\n    \"seo_image_lang3\": null,\n    \"seo_image_lang4\": null,\n    \"details\": [\n        {\n            \"id\": 663,\n            \"sale_page_id\": 50,\n            \"product_id\": 1016,\n            \"custom_price\": 111,\n            \"created_at\": \"2021-09-23 16:22:36\",\n            \"updated_at\": \"2021-10-04 18:10:58\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 664,\n            \"sale_page_id\": 50,\n            \"product_id\": 1010,\n            \"custom_price\": 99,\n            \"created_at\": \"2021-09-23 16:22:36\",\n            \"updated_at\": \"2021-10-04 18:10:58\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 665,\n            \"sale_page_id\": 50,\n            \"product_id\": 1015,\n            \"custom_price\": 98,\n            \"created_at\": \"2021-09-23 16:22:36\",\n            \"updated_at\": \"2021-10-04 18:10:58\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 666,\n            \"sale_page_id\": 50,\n            \"product_id\": 1017,\n            \"custom_price\": 80,\n            \"created_at\": \"2021-09-23 16:22:36\",\n            \"updated_at\": \"2021-10-04 18:10:58\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        }\n    ]\n}"}],"_postman_id":"5d0fd741-d8b0-45e9-97fa-b9be74e94c96"}],"id":"2a0ea3d6-9ce3-40fa-a5f3-72398cbe9af5","_postman_id":"2a0ea3d6-9ce3-40fa-a5f3-72398cbe9af5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"OrdersOld","item":[{"name":"List Order By ID","id":"26bc9093-e6e6-4fc8-9fcb-2f0939d0b123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJpYXQiOjE1NDUxMjU3MzgsImV4cCI6MTU0NTEyOTMzOH0.cJ_TV5LdjPLtKhYiETXJdQqSQro63HM_eu5bQIhlpTs","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/order/1902000124?type=ordercode","description":"<p>สามารถส่งได้ 2 แบบ </p>\n<ol>\n<li><p>ค้นหาจาก Order ID (primarykey)\n ex. /api/v1/order/53846</p>\n</li>\n<li><p>ค้นหาจาก Order Code\n ex. /api/v1/order/1812000035?type=ordercode</p>\n</li>\n<li><p>ค้นหาจาก Tracking Code\n ex. /api/v1/order/SP010933303?type=trackcode</p>\n</li>\n</ol>\n<p>================\nเพิ่ม property freeshipping_delivery สำหรับ order ที่เป็น ฟรีจัดส่ง ใช้ในการปรับสถานะ ORDER เป็นจัดส่งตาม design\nOrder-Detail-Delivery-3 และ Order-Detail-Delivery-5</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","1902000124"],"host":["devapi","ketshoptest","com"],"query":[{"key":"type","value":"ordercode"}],"variable":[]}},"response":[],"_postman_id":"26bc9093-e6e6-4fc8-9fcb-2f0939d0b123"},{"name":"List Order Link By ID","id":"0922df3f-413f-4db7-9ae0-60b592f965dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJpYXQiOjE1NDUxMjU3MzgsImV4cCI6MTU0NTEyOTMzOH0.cJ_TV5LdjPLtKhYiETXJdQqSQro63HM_eu5bQIhlpTs","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/order-link/1544762891726856?type=link","description":"<p>สามารถส่งได้ 2 แบบ </p>\n<ol>\n<li><p>ค้นหาจาก Order ID (primarykey)\n ex. /api/v1/order-link/148</p>\n</li>\n<li><p>ค้นหาจาก Order Code\n ex. /api/v1/order-link/1810000078?type=ordercode</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","1544762891726856"],"host":["devapi","ketshoptest","com"],"query":[{"key":"type","value":"link"}],"variable":[]}},"response":[],"_postman_id":"0922df3f-413f-4db7-9ae0-60b592f965dd"},{"name":"List Order Link Status","id":"47f15ab2-c938-4242-8ced-a82a2e8db1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order-link/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f15ab2-c938-4242-8ced-a82a2e8db1fb"},{"name":"List Order Link Social","id":"6cf93ddf-83bc-4f57-bf97-a3272178e199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order-link/social","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","social"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cf93ddf-83bc-4f57-bf97-a3272178e199"},{"name":"List Order Status","id":"dcdab814-b81d-48e8-ad0d-ea02ba4eeed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcdab814-b81d-48e8-ad0d-ea02ba4eeed0"},{"name":"List Payment Type","id":"8c1d1bb3-815c-4ac4-b817-16f16c020aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order/paymenttype","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","paymenttype"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c1d1bb3-815c-4ac4-b817-16f16c020aa8"},{"name":"List Create By","id":"737d7bd3-988c-4cc5-8886-852387355637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order/createdby","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","createdby"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"737d7bd3-988c-4cc5-8886-852387355637"},{"name":"List Available Payment [ช่องทางที่สามารถชำระเงินได้]","id":"030bae8f-ffa7-4f4e-b770-e6031e37c55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order/availablePayment","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","availablePayment"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"030bae8f-ffa7-4f4e-b770-e6031e37c55b"},{"name":"List Available Payment [ช่องทางที่สามารถชำระเงินได้] App","id":"02bd1d46-832d-486c-ae83-1cb832e0ff29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order/availablePaymentApp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","availablePaymentApp"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"02bd1d46-832d-486c-ae83-1cb832e0ff29"},{"name":"Search Order","id":"c54c1e83-07a3-4ebe-a125-3229d05f0cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJtYXNrX2RhdGEiOjAsImlhdCI6MTYwNzk0NTEyNywiZXhwIjoxNjA3OTczOTI3fQ.yeSK3Ti4vq-S8ymDG029Vu1dxrd0YTXdw2RqUjdO-PLrI8tGbDAQs64V3REvnZpjmpJxhwI2_z7PIf4oiygLtof_yTFTb25HVE-8YiUaMEfEtTZ0SLqNqKWaJO_Q78M6q8rDjAt8ZROnXg6_4lA4m2bZtPu-Lj2EDPwOqYhsS8k8kf4tjWffpaWiKIU6Legy87JHoRtLeU0xYJU1L6oGI0XR4GNHwrx-jEy3d7HwSxeyGGEHLdb4HOWO5w0m0n4LTMSOFhsekRZSeFUX29bjJWmFc3rOVMHjAw1G6zvGeBJODb0l-NDyrQ4_a_GhLsqvzwu73U8p__X3eBQYGtQU1Q","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sort\": \"desc\",\n\t\"status\": \"\",\n\t\"ordercode\": \"\",\n\t\"user_id\": \"\",\n\t\"search\": \"\",\n\t\"paymenttype\": \"\",\n\t\"created_by\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/search","description":"<p>{\n    \"sort\": \"desc\",\n    \"status\": \"\", // เรียกจาก /api/v1/order/status\n    \"ordercode\": \"\",// ค้นหาด้วยเลขคำสั่งซื้อ\n    \"user_id\": \"\",\n    \"search\": \"\",// ค้นหาด้วยชื่อหรืออีเมล์\n    \"paymenttype\": \"\", //ส่งเป็นตัวเลข id เรียกจาก /api/v1/order/paymenttype ( 1 =ชำระสด , 2=โอนเงิน, 3=เครดิต, 5= QR)\n    \"created_by\": \"\", // ส่งเป็นชื่อของผู้สร้าง order เรียกจาก /api/v1/order/createdby\n    \"page\": 1,\n    \"perpage\": 10\n}</p>\n","urlObject":{"protocol":"https","path":["api","v1","order","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c54c1e83-07a3-4ebe-a125-3229d05f0cf8"},{"name":"Search Order By Withdraw","id":"e94c7a94-2fd5-4a06-a4c3-0ba9c6b5ef22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sort\": \"desc\",\n\t\"status\": \"\",\n\t\"ordercode\": \"\",\n\t\"user_id\": \"\",\n\t\"search\": \"Sappakorn\",\n\t\"paymenttype\": \"\",\n\t\"withdraw_by\": \"\",\n\t\"created_by\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/searchByWithdraw","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","searchByWithdraw"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e94c7a94-2fd5-4a06-a4c3-0ba9c6b5ef22"},{"name":"Search Order Link","id":"dd0fea69-1812-487b-a846-6164f82cfef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJpYXQiOjE1NDUxMjU3MzgsImV4cCI6MTU0NTEyOTMzOH0.cJ_TV5LdjPLtKhYiETXJdQqSQro63HM_eu5bQIhlpTs","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sort\": \"desc\",\n\t\"status\": \"\",\n\t\"ordercode\": \"\",\n\t\"search\": \"\",\n\t\"paymenttype\": \"5\",\n\t\"created_by\": \"admin\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order-link/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd0fea69-1812-487b-a846-6164f82cfef4"},{"name":"Create Order Link","id":"0c82ea35-efd2-4a93-8abc-91a3c1eb92bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 3\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"social\": \"facebook\",\n\t\"discountaddon\": 0,\n\t\"note\": null\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order-link","description":"<ul>\n<li>discountaddon คือ ส่วนลดพิเศษ</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"a53a6770-677d-40e5-b77c-c03dfb0ac0f7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 3\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"discountaddon\": 0,\n\t\"note\": null\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order-link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 11:19:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"34e-eOXtK1TSmVC6QtViYO+n3+0t5W4\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://dev.ketshoptest.com/orderlink/1545995994911000\",\n    \"orderlink\": {\n        \"type\": \"orderlink\",\n        \"permalink\": 1545995994911000,\n        \"weight\": 800,\n        \"created_by\": \"admin\",\n        \"updated_by\": \"admin\",\n        \"social\": null,\n        \"amount\": 3993,\n        \"discount\": 598.95,\n        \"vattype\": 2,\n        \"vatrate\": 7,\n        \"vat\": 237.58,\n        \"discountaddon\": 0,\n        \"totals\": 3631.63,\n        \"status\": 0,\n        \"promotion_data\": \"{\\\"promotion_id\\\":2,\\\"data\\\":{\\\"id\\\":7,\\\"title\\\":\\\"2,000 ลด 15%\\\",\\\"total\\\":2000,\\\"freeshipping\\\":0,\\\"discount\\\":\\\"15.00\\\",\\\"discount_type\\\":\\\"percent\\\",\\\"startdate\\\":\\\"2018-12-02T17:00:00.000Z\\\",\\\"enddate\\\":\\\"2019-01-09T17:00:00.000Z\\\",\\\"status\\\":1,\\\"use\\\":0,\\\"created_at\\\":\\\"2018-12-04T09:49:23.000Z\\\",\\\"updated_at\\\":\\\"2018-12-04T09:49:23.000Z\\\",\\\"created_by\\\":\\\"system\\\",\\\"updated_by\\\":\\\"system\\\"}}\",\n        \"freeshipping\": \"0\",\n        \"note\": null,\n        \"updated_at\": \"2018-12-28 18:19:54\",\n        \"created_at\": \"2018-12-28 18:19:54\",\n        \"id\": 266\n    }\n}"}],"_postman_id":"0c82ea35-efd2-4a93-8abc-91a3c1eb92bc"},{"name":"Calculate Discount And Delivery","id":"1568e88c-701a-4ecb-bcd5-4ebb7d7ff76b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 1\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"user_id\": -1,\n\t\"shipping_address_id\": -1\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/checkdelivery","description":"<p>ใช้ คำนวณส่วนลด Promotion และ list ขนส่งที่สามารถใช้ได้ในการสร้าง Order \nขนส่งมี 2 ประเภท</p>\n<ol>\n<li>แบบปกติ delivery_normal จะใช้ key id ส่งไปสร้าง Order</li>\n<li>แบบอัตโนมัติ delivery_shippop จะใช้ key courier_code ในการส่งไปสร้าง Order</li>\n</ol>\n<ul>\n<li>รายการขนส่งที่สามารถใช้ได้จะแตกต่างกันตามน้ำหนักของ สินค้าทั้งหมดที่เลือก</li>\n</ul>\n<ul>\n<li>freeshipping คือ ฟรีค่าขนส่ง 1 ฟรี, 0 ไม่ฟรี มาจากเว็บไซต์เปิดการใช้งาน ฟรีค่าขนส่ง หรือ เข้าเงื่อนไขใน Promotion</li>\n<li><h1 id=\"shipping_address_id-คือ-ที่อยู่ของ-customer-ที่จะส่งของไป-ได้จาก-list-customer-by-id----array-address-หากส่งค่า--1-จะใช้ที่อยู่ออกบิลของ-customer\">shipping_address_id คือ ที่อยู่ของ customer ที่จะส่งของไป\nได้จาก List customer by id -&gt;  array address\nหากส่งค่า -1 จะใช้ที่อยู่ออกบิลของ customer</h1>\nOrder Cash\nให้ส่ง user_id = -1 จะเป็นการคำนวณส่วนลดโปรโมชั่น</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","checkdelivery"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"416877ad-3b5b-4329-b956-77ba65a07e43","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 1\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"user_id\": 22,\n\t\"shipping_address_id\": -1\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/checkdelivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 10:53:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"524-LMz6JJrikOGAvuVxsWnSZw4OCV8\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"discount\": 199.7,\n    \"freeshipping\": \"0\",\n    \"promotion_detail\": {\n        \"promotion_id\": 2,\n        \"data\": {\n            \"id\": 6,\n            \"title\": \"1,000 ลด 10%\",\n            \"total\": 1000,\n            \"freeshipping\": 0,\n            \"discount\": \"10.00\",\n            \"discount_type\": \"percent\",\n            \"startdate\": \"2018-12-02T17:00:00.000Z\",\n            \"enddate\": \"2019-01-09T17:00:00.000Z\",\n            \"status\": 1,\n            \"use\": 21,\n            \"created_at\": \"2018-12-04T09:49:34.000Z\",\n            \"updated_at\": \"2018-12-28T10:35:56.000Z\",\n            \"created_by\": \"system\",\n            \"updated_by\": \"system\"\n        }\n    },\n    \"delivery_normal\": [\n        {\n            \"name\": \"FedExx\",\n            \"from\": 301,\n            \"to\": 400,\n            \"price\": 400,\n            \"id\": 40,\n            \"logo\": \"/upload-img/Default/image/shipp-fedex.jpg\"\n        },\n        {\n            \"name\": \"Girly Shipping\",\n            \"from\": 0,\n            \"to\": 550,\n            \"price\": 0,\n            \"id\": 15,\n            \"logo\": \"/upload-img/KET STYLE/logo_big_test.png\"\n        }\n    ],\n    \"delivery_shippop\": [\n        {\n            \"courier_code\": \"THP\",\n            \"price\": 36.75,\n            \"estimate_time\": \"ภายใน 1 - 4 วัน\",\n            \"available\": true,\n            \"remark\": \"นำส่งปณ.ที่รองรับ 47 ปณเท่านั้น\",\n            \"err_code\": \"ERR_DEFAULT\",\n            \"minimum\": 1,\n            \"oldprice\": 35,\n            \"name\": \"ไปรษณีย์ไทยEMS\"\n        },\n        {\n            \"courier_code\": \"TP2\",\n            \"price\": 28.28,\n            \"estimate_time\": \"ภายใน 3 - 5 วัน\",\n            \"available\": true,\n            \"remark\": \"นำส่งปณ.ที่รองรับ 47 ปณเท่านั้น\",\n            \"err_code\": \"ERR_DEFAULT\",\n            \"minimum\": 1,\n            \"oldprice\": 28,\n            \"name\": \"ไปรษณีย์ ลงทะเบียน\"\n        }\n    ],\n    \"delichargeaddon\": 600,\n    \"vatrate\": 7\n}"}],"_postman_id":"1568e88c-701a-4ecb-bcd5-4ebb7d7ff76b"},{"name":"Create Order Transfer","id":"fdf68b59-2166-4e9c-9072-8431c10f9b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 239,\n\t\t\t\"qty\" : 3\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"user_id\": 22,\n\t\"shipping_address_id\": -1,\n\t\"discountaddon\": 10,\n\t\"note\": \"\",\n\t\"delivery\": {\n\t\t\"type\": \"shippop\",\n\t\t\"value\": \"THP\"\n\t},\n\t\"tax_no\": null\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/order-transfer","description":"<p>การสร้าง Order จะต้องเรียก Service  Calculate Discount And Delivery ก่อนเสมอ เนื่องจากต้องคำนวณว่าสามารถใช้ขนส่งแบบไหนได้บ้าง</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>ตัวอย่างinput ขนส่ง\ndelivery: {\n        type: \"normal\" หรือ \"shippop\",\n        value: \"1\" (id) หรือ \"THP\" (courier_code)\n   }\n* เลือกจาก Calculate Discount And Delivery\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","order-transfer"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"82bbdf52-815e-4aa5-b7ec-2b2a807a9b0b","name":"Success ( Delivery Shippop ) ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 1\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"user_id\": 22,\n\t\"shipping_address_id\": -1,\n\t\"discountaddon\": 0,\n\t\"note\": \"\",\n\t\"delivery\": {\n\t\t\"type\": \"shippop\",\n\t\t\"value\": \"THP\"\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 11:20:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"3f-YtXxS2KB6xFkfuXliDaqmkb7C14\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 53895,\n    \"ordercode\": \"1812000087\",\n    \"trackcode\": \"SP010984081\"\n}"},{"id":"914010c5-3533-4dae-aedb-e21371afb75b","name":"Success ( Delivery Normal )","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 1\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"user_id\": 22,\n\t\"shipping_address_id\": -1,\n\t\"discountaddon\": 0,\n\t\"note\": \"\",\n\t\"delivery\": {\n\t\t\"type\": \"normal\",\n\t\t\"value\": \"40\"\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 11:21:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"36-BsJAJnuI4NFDTR+QhOz8eLiwLng\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 53896,\n    \"ordercode\": \"1812000088\",\n    \"trackcode\": null\n}"}],"_postman_id":"fdf68b59-2166-4e9c-9072-8431c10f9b52"},{"name":"Create Order Cash","id":"25dc7791-2463-4061-9cb4-ab292d677668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 1\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"discountaddon\": 0,\n\t\"note\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/order-cash","description":"<p>ชำระสดหน้าร้าน</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","order-cash"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"25dc7791-2463-4061-9cb4-ab292d677668"},{"name":"Create Order QR","id":"d68146ed-f11f-4b9d-a18e-dab2371d1ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://uat.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 322,\n\t\t\t\"qty\" : 1\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 323,\n\t\t\t\"qty\" : 1\n\t\t}\n\t],\n\t\"discountaddon\": 0,\n\t\"note\": \"\",\n\t\"paymentType\":{\n        \"id\": 5,\n        \"name\": \"ชำระผ่าน QR Payment (Alipay)\",\n        \"provider\": \"SCB\",\n        \"type\": \"A\",\n        \"value\": \"qr\"\n    }\n}"},"url":"https://api.ketshoptest.com/api/v1/order/order-qr","description":"<p>เอา result \n{\n    qrcode: \"\"\n}\nไป gen QR</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","order-qr"],"host":["api","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d68146ed-f11f-4b9d-a18e-dab2371d1ece"},{"name":"Update Order Link","id":"7fc1c3b8-f855-4bbb-aa17-0a7ce9f69f72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\" : [\n\t\t{\n\t\t\t\"product_id\" : 161,\n\t\t\t\"qty\" : 4\n\t\t},\n\t\t{\n\t\t\t\"product_id\" : 155,\n\t\t\t\"qty\" : 2\n\t\t}\n\t],\n\t\"discountaddon\": 0,\n\t\"note\": null\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order-link/260","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","260"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fc1c3b8-f855-4bbb-aa17-0a7ce9f69f72"},{"name":"Delete Order Link","id":"1429d771-4870-4476-a0d3-bcf10961416a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order-link/263","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","263"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1429d771-4870-4476-a0d3-bcf10961416a"},{"name":"Order PDF","id":"26522d86-db62-4804-9ae9-629c2c50559b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"order_id\": 54054\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/order-pdf","description":"<p>return เป็น base64 แทน PDF</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","order-pdf"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"26522d86-db62-4804-9ae9-629c2c50559b"},{"name":"withdrawByshippingGroup","id":"2b0196c9-fa3b-407c-9041-3516d99a207e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"shipping_group_ref\": \"0f1cfbfc-d9af-4014-8416-34fe0988f216\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/withdrawByshippingGroup","description":"<p>return เป็น base64 แทน PDF</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","withdrawByshippingGroup"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"bc594cee-840f-42e7-a829-39db5e8d1da3","name":"withdrawByshippingGroup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"shipping_group_ref\": \"0f1cfbfc-d9af-4014-8416-34fe0988f216\" }","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/order/withdrawByshippingGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 24 Aug 2020 03:04:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"98-YoeS2B1JUAE7ZUzt04JedSpUPJ0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ไม่สามารถใช้งานได้เนื่องจากมีการเบิกสินค้าแล้ว\"\n}"}],"_postman_id":"2b0196c9-fa3b-407c-9041-3516d99a207e"},{"name":"Checkstatus","id":"fa0f95bc-0600-4d9d-b28a-9dfcb766f485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/order/checkstatus/53973","description":"<p>ใช้เช็คสถานะ order ในการใช้แบบ QRcode \n1 คือยังรอโอนเงิน\n2 คือได้รับเงินแล้ว</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","checkstatus","53973"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa0f95bc-0600-4d9d-b28a-9dfcb766f485"},{"name":"Update Order Status ","id":"54cf14c9-cfd0-4492-b1de-fa1243e6cca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": 4,\n\t\"note\": \"\",\n\t\"type\": \"freeshipping_auto_oneday\", \n\t\"data\": {\n         \"shippop\": {\n            \"courier_code\": \"SKT\",\n            \"price\": 90,\n            \"estimate_time\": \"ภายใน 1 วัน\",\n            \"available\": true,\n            \"remark\": \"เหตุผลจาก Available : FALSE\",\n            \"err_code\": \"ERR_DEFAULT\",\n            \"courier_name\": \"Skootar\",\n            \"oldprice\": 90\n        },\n        \"bookingdata\": {\n            \"from\": {\n                \"name\": \"ตัวอย่าง เทส\",\n                \"tel\": \"0800000000000\",\n                \"address\": \"12/3\",\n                \"state\": \"เขต / อำเภอ\",\n                \"district\": \"แขวง / ตำบล\",\n                \"province\": \"กรุงเทพมหานคร\",\n                \"postcode\": \"10900\",\n                \"lat\": 13.805831601784,\n                \"lng\": 100.57646648205\n            },\n            \"to\": {\n                \"name\": \"disk disk\",\n                \"tel\": \"202030\",\n                \"address\": \"543 faef\",\n                \"state\": \"a\",\n                \"district\": \"a\",\n                \"province\": \"ชัยนาท\",\n                \"postcode\": \"10310\",\n                \"lat\": 13.814499948734777,\n                \"lng\": 100.56376354016106\n            },\n            \"parcel\": {\n                \"name\": \"11x17x6\",\n                \"weight\": \"10.00\",\n                \"width\": \"11\",\n                \"length\": \"17\",\n                \"height\": \"6\",\n                \"courier_code\": \"SKT\"\n            },\n            \"courier_code\": \"SKT\"\n        }\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/updatestatus/53992","description":"<h2 id=\"status-1-รอโอนเงิน2-ได้รับเงิน3-จัดเตรียม4-จัดส่ง--เมื่อปรับสถานะเป้น-4-จัดส่ง-จะต้องส่ง-property-เพิ่ม-คือ-type-และ-data\">status: 1 รอโอนเงิน,2 ได้รับเงิน,3 จัดเตรียม,4 จัดส่ง\n*** เมื่อปรับสถานะเป้น 4 (จัดส่ง) จะต้องส่ง property เพิ่ม คือ\ntype และ data</h2>\n<h2 id=\"type-แบ่งออกเป็น-4-ประเภท--แต่ละประเภทการส่ง-property-data-จะต่างกัน-1-normal-คือ-order-ธรรมดาที่-orderfreeshipping--0-2-freeshipping_manual-คือ-order-ที่-freeshipping--1-และ-เลือกประเภทการส่งแบบ-จัดส่งแบบกำหนดเอง-3-freeshipping_auto-คือ-order-ที่-freeshipping--1-และ-เลือกประเภทการส่งแบบอัตโนมัติแบบนำส่งเอง-4-freeshipping_auto_oneday-คือ-order-ที่-freeshipping--1-และ-เลือกประเภทการส่งแบบอัตโนมัติแบบมารับที่ร้านค้า\">type แบ่งออกเป็น 4 ประเภท ( แต่ละประเภทการส่ง property data จะต่างกัน)\n1. \"normal\" คือ order ธรรมดาที่ order.freeshipping = 0\n2. \"freeshipping_manual\" คือ order ที่ freeshipping = 1 และ เลือกประเภทการส่งแบบ จัดส่งแบบกำหนดเอง\n3. \"freeshipping_auto\" คือ order ที่ freeshipping = 1 และ เลือกประเภทการส่งแบบอัตโนมัติแบบนำส่งเอง\n4. \"freeshipping_auto_oneday\" คือ order ที่ freeshipping = 1 และ เลือกประเภทการส่งแบบอัตโนมัติแบบมารับที่ร้านค้า</h2>\n<p>property data</p>\n<ol>\n<li><p>type \"normal\" \n หาก order.purchase_id มีค่า เป็น null จะต้องส่ง trackcode\n{\n \"status\": 4,\n \"note\": \"\",\n \"type\": \"normal\", \n \"data\": {\n trackcode: \"abc\" // require เมื่อ order.purchase_id == null\n }\n}</p>\n</li>\n<li><p>freeshipping_manual</p>\n</li>\n</ol>\n<p>{\n    \"status\": 4,\n    \"note\": \"\",\n    \"type\": \"freeshipping_manual\", \n    \"data\": {\n        delivery: \"FedEx\", // require\n        trackcode: \"abc\"  // require\n    }\n}</p>\n<ol>\n<li>freeshipping_auto</li>\n</ol>\n<p>{\n    \"status\": 4,\n    \"note\": \"\",\n    \"type\": \"freeshipping_auto\", \n    \"data\": {\n        \"shippop\": {\n            \"courier_code\": \"THP\",\n            \"price\": 37,\n            \"estimate_time\": \"ภายใน 1 - 4 วัน\",\n            \"available\": true,\n            \"remark\": \"optional\",\n            \"err_code\": \"ERR_DEFAULT\",\n            \"courier_name\": \"EMS\",\n            \"oldprice\": 37\n        }\n    }\n}</p>\n<ol>\n<li>freeshipping_auto_oneday</li>\n</ol>\n<p>{\n    \"status\": 4,\n    \"note\": \"\",\n    \"type\": \"freeshipping_auto_oneday\", \n    \"data\": {\n         \"shippop\": {\n            \"courier_code\": \"SKT\",\n            \"price\": 90,\n            \"estimate_time\": \"ภายใน 1 วัน\",\n            \"available\": true,\n            \"remark\": \"เหตุผลจาก Available : FALSE\",\n            \"err_code\": \"ERR_DEFAULT\",\n            \"courier_name\": \"Skootar\",\n            \"oldprice\": 90\n        },\n        \"bookingdata\": {\n            \"from\": {\n                \"name\": \"ตัวอย่าง เทส\",\n                \"tel\": \"0800000000000\",\n                \"address\": \"12/3\",\n                \"state\": \"เขต / อำเภอ\",\n                \"district\": \"แขวง / ตำบล\",\n                \"province\": \"กรุงเทพมหานคร\",\n                \"postcode\": \"10900\",\n                \"lat\": 13.805831601784,\n                \"lng\": 100.57646648205\n            },\n            \"to\": {\n                \"name\": \"disk disk\",\n                \"tel\": \"202030\",\n                \"address\": \"543 faef\",\n                \"state\": \"a\",\n                \"district\": \"a\",\n                \"province\": \"ชัยนาท\",\n                \"postcode\": \"10310\",\n                \"lat\": 13.814499948734777,\n                \"lng\": 100.56376354016106\n            },\n            \"parcel\": {\n                \"name\": \"11x17x6\",\n                \"weight\": \"10.00\",\n                \"width\": \"11\",\n                \"length\": \"17\",\n                \"height\": \"6\",\n                \"courier_code\": \"SKT\"\n            },\n            \"courier_code\": \"SKT\"\n        }\n    }\n}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","updatestatus","53992"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"54cf14c9-cfd0-4492-b1de-fa1243e6cca0"},{"name":"Change Order QR to Cash","id":"0ea9ef10-4ab6-4a21-b9d6-82a5fe8edb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"orderid\": \"54088\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/qr-to-cash","description":"<p>เปลี่ยนจาก order qr เป็น order cash กรณี แสกน qr แล้วมีปัญหา</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","qr-to-cash"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ea9ef10-4ab6-4a21-b9d6-82a5fe8edb66"},{"name":"Order report overview status","id":"4ff58bea-3529-4c57-9495-8e2cdc9f36f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"startdate\": \"2018-08-01\",\n\t\"enddate\": \"2019-02-20\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/order-report-status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","order-report-status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff58bea-3529-4c57-9495-8e2cdc9f36f0"},{"name":"List Order Status [ with filter ]","id":"7a9948ca-4bc2-41cb-bae2-ab3f399c9064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"created_by\": \"aunaun\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order","status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9948ca-4bc2-41cb-bae2-ab3f399c9064"},{"name":"List Order Link Status [ with filter ]","id":"a28e8fd7-7ea8-48c8-85ff-cb50ecf3f549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"created_by\": \"admin\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/order-link/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","order-link","status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a28e8fd7-7ea8-48c8-85ff-cb50ecf3f549"},{"name":"List Orders For Print","id":"a4227833-0c02-4b32-9257-2e3dd5d555f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"3\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"{{url_api}}/order/listOrders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"path":["order","listOrders"],"host":["{{url_api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4227833-0c02-4b32-9257-2e3dd5d555f8"},{"name":"Orderlink Create v2","id":"87fd8837-0c84-4406-86d5-664ac4bae902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": null,\n    \"user_id\": 2959,\n    \"shipping_address_id\": -1,\n    \"details\": [\n        {\n            \"id\": 1025,\n            \"sku\": \"211004-0900\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0900\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 85,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><span style=\\\"font-family: Prompt;\\\">คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 16:58:47\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\",\n            \"checked\": true,\n            \"qty\": 1,\n            \"product_price\": 990,\n            \"custom_price\": 990\n        }\n    ],\n    \"note\": \"\",\n    \"channel\": \"facebook\",\n    \"discountaddon\": 0,\n    \"use_point\": 0,\n    \"delivery\": {\n        \"id\": 84,\n        \"type\": \"auto\",\n        \"logo\": \"/system/core-imgs/thpost.jpg\",\n        \"name\": \"ขนส่งเชื่อมอัตโนมัติ-log\",\n        \"unit\": \"กรัม\",\n        \"price\": 100,\n        \"status\": true,\n        \"cod\": false,\n        \"cod_rate\": 0,\n        \"cod_rate_type\": \"percent\",\n        \"format_price\": \"one_price\",\n        \"is_auto\": true,\n        \"is_top_price\": false,\n        \"courier_code\": \"TP2\",\n        \"updated_at\": \"2021-03-09 17:08:08\",\n        \"updated_by\": \"mint_webmaster\",\n        \"created_at\": \"2021-03-09 17:05:41\",\n        \"created_by\": \"mint_webmaster\",\n        \"weight\": 500,\n        \"provider\": {\n            \"courier_code\": \"TP2\",\n            \"name\": \"ไปรษณีย์ ลงทะเบียน\",\n            \"img\": \"/system/core-imgs/thpost.jpg\",\n            \"status\": 0,\n            \"disabled\": false\n        },\n        \"_price\": 100\n    },\n    \"social_id\": \"\",\n    \"customer\": {\n        \"id\": 2959,\n        \"tel\": \"1234567890\",\n        \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n        \"name\": \"Sappakorn\",\n        \"lastname\": \"Kebpasee\",\n        \"address1\": \"326/313 Moo 6\",\n        \"district\": \"ชะอำ\",\n        \"subdistrict\": \"สามพระยา\",\n        \"province\": \"เพชรบุรี\",\n        \"zipcode\": \"76120\"\n    },\n    \"slip\": {\n        \"value\": 1040.5,\n        \"date\": \"2021-10-18\",\n        \"time\": \"17:37:09\",\n        \"picture\": \"/orderimages/e557839129d294a3bf4c76a5439e0f43.png\",\n        \"bank\": \"ธนาคารกสิกรไทย 123-4-xxxxx-x นายประยุทธ์ ไทยชนะ\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"tel\": \"\",\n        \"remark\": \"test note\",\n        \"bank_data\": {\n            \"id\": 1,\n            \"code\": \"2\",\n            \"logo\": \"/upload-img/Default/image/bank-kasikorn.jpg\",\n            \"name\": \"ธนาคารกสิกรไทย\",\n            \"account\": \"นายประยุทธ์ ไทยชนะ\",\n            \"acnum\": \"123-4-xxxxx-x\",\n            \"created_at\": \"2016-06-17T05:46:36.000Z\",\n            \"updated_at\": \"2020-07-31T10:47:47.000Z\"\n        }\n    },\n    \"is_payment\": true,\n    \"delivery_free_price\": false,\n    \"channel_social_name\": null,\n    \"channel_social_id\": null,\n    \"check_from\": \"order_link\",\n    \"box_value\": \"11x17x6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/order-link/v2/create-update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>IDของผู้ใช้ ใส่เมื่อต้องการระบุผู้สั่งซื้อ หากไม่ต้องการระบุใส่ -1</td>\n</tr>\n<tr>\n<td>shipping_address_id</td>\n<td>Number</td>\n<td>IDของที่อยู่ default -1</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Object Array</td>\n<td>รายการสินค้า ใช้Objectที่ได้จากการ<a href=\"#Product-Search\">ค้นหาสินค้า</a></td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>ช่องทาง</td>\n</tr>\n<tr>\n<td>discountaddon</td>\n<td>Number</td>\n<td>ส่วนลดพิเศษ default คือ 0</td>\n</tr>\n<tr>\n<td>use_point</td>\n<td>Number</td>\n<td>แต้มสะสม default คือ 0</td>\n</tr>\n<tr>\n<td>delivery</td>\n<td>Object</td>\n<td>ขนส่ง ได้จาก<a href=\"#Check-Delivery\">Check Delivery</a></td>\n</tr>\n<tr>\n<td>social_id</td>\n<td>String</td>\n<td>Idโซเชียลของผู้ใช้</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>ข้อมูลลูกค้า</td>\n</tr>\n<tr>\n<td>slip</td>\n<td>Object</td>\n<td>หลักฐานการโอนเงิน</td>\n</tr>\n<tr>\n<td>is_payment</td>\n<td>Boolean</td>\n<td>การชำระเงิน true = ชำระเงินแล้ว, false = ยังไม่ชำระเงิน</td>\n</tr>\n<tr>\n<td>delivery_free_price</td>\n<td>Boolean</td>\n<td>การจัดส่งฟรีหรือไม่ true = จัดส่งฟรี, false = คิดค่าจัดส่ง</td>\n</tr>\n<tr>\n<td>channel_social_name</td>\n<td>String</td>\n<td>ชื่อโซเชียลของช่องทาง</td>\n</tr>\n<tr>\n<td>channel_social_id</td>\n<td>Number</td>\n<td>Idโซเชียลของช่องทาง</td>\n</tr>\n<tr>\n<td>check_from</td>\n<td>String</td>\n<td>เช็คจากDeliveryจากไหน default คือ order</td>\n</tr>\n<tr>\n<td>box_value</td>\n<td>String</td>\n<td>ขนาดกล่อง กว้างxยาวxสูง</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","order-link","v2","create-update"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"9903251a-6ec5-4b7a-943b-76c832b08048","name":"create-update","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": null,\n    \"user_id\": 2959,\n    \"shipping_address_id\": -1,\n    \"details\": [\n        {\n            \"id\": 1025,\n            \"sku\": \"211004-0900\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0900\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 85,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><span style=\\\"font-family: Prompt;\\\">คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 16:58:47\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\",\n            \"checked\": true,\n            \"qty\": 1,\n            \"product_price\": 990,\n            \"custom_price\": 990\n        }\n    ],\n    \"note\": \"\",\n    \"channel\": \"facebook\",\n    \"discountaddon\": 0,\n    \"use_point\": 0,\n    \"delivery\": {\n        \"id\": 84,\n        \"type\": \"auto\",\n        \"logo\": \"/system/core-imgs/thpost.jpg\",\n        \"name\": \"ขนส่งเชื่อมอัตโนมัติ-log\",\n        \"unit\": \"กรัม\",\n        \"price\": 100,\n        \"status\": true,\n        \"cod\": false,\n        \"cod_rate\": 0,\n        \"cod_rate_type\": \"percent\",\n        \"format_price\": \"one_price\",\n        \"is_auto\": true,\n        \"is_top_price\": false,\n        \"courier_code\": \"TP2\",\n        \"updated_at\": \"2021-03-09 17:08:08\",\n        \"updated_by\": \"mint_webmaster\",\n        \"created_at\": \"2021-03-09 17:05:41\",\n        \"created_by\": \"mint_webmaster\",\n        \"weight\": 500,\n        \"provider\": {\n            \"courier_code\": \"TP2\",\n            \"name\": \"ไปรษณีย์ ลงทะเบียน\",\n            \"img\": \"/system/core-imgs/thpost.jpg\",\n            \"status\": 0,\n            \"disabled\": false\n        },\n        \"_price\": 100\n    },\n    \"social_id\": \"\",\n    \"customer\": {\n        \"id\": 2959,\n        \"tel\": \"0652494963\",\n        \"username\": \"pookanmail@ketshoptest.com\",\n        \"name\": \"Sippakorn\",\n        \"lastname\": \"Phuakpong\",\n        \"address1\": \"21/2 Moo3\",\n        \"district\": \"ชะอำ\",\n        \"subdistrict\": \"สามพระยา\",\n        \"province\": \"เพชรบุรี\",\n        \"zipcode\": \"76120\"\n    },\n    \"slip\": {\n        \"value\": 1040.5,\n        \"date\": \"2021-10-18\",\n        \"time\": \"17:37:09\",\n        \"picture\": \"/orderimages/e557839129d294a3bf4c76a5439e0f43.png\",\n        \"bank\": \"ธนาคารกสิกรไทย 123-4-xxxxx-x นายธนณัฐ ชัยชนะ\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"tel\": \"\",\n        \"remark\": \"test note\",\n        \"bank_data\": {\n            \"id\": 1,\n            \"code\": \"2\",\n            \"logo\": \"/upload-img/Default/image/bank-kasikorn.jpg\",\n            \"name\": \"ธนาคารกสิกรไทย\",\n            \"account\": \"นายธนณัฐ ชัยชนะ\",\n            \"acnum\": \"123-4-xxxxx-x\",\n            \"created_at\": \"2016-06-17T05:46:36.000Z\",\n            \"updated_at\": \"2020-07-31T10:47:47.000Z\"\n        }\n    },\n    \"is_payment\": true,\n    \"delivery_free_price\": false,\n    \"channel_social_name\": null,\n    \"channel_social_id\": null,\n    \"check_from\": \"order_link\",\n    \"box_value\": \"11x17x6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/order-link/v2/create-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 10:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"54016ef5-a8de-4206-866b-67a29acb9778"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"78a-bHkEKzDyuEi1R/4IycN60z4lX8Q\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://dev.ketshoptest.com/orderlink/9K_Yx4CR\",\n    \"orderlink\": {\n        \"option\": 1,\n        \"type\": \"orderlink\",\n        \"weight\": 500,\n        \"facebook_id\": null,\n        \"social_id\": null,\n        \"channel_social_name\": null,\n        \"channel_social_id\": null,\n        \"created_by\": \"admin\",\n        \"updated_by\": \"admin\",\n        \"social\": \"facebook\",\n        \"amount\": 990,\n        \"discount\": 49.5,\n        \"expire_date\": \"2023-10-08 17:40:44\",\n        \"vattype\": 2,\n        \"vatrate\": 7,\n        \"vat\": 0,\n        \"discountaddon\": 0,\n        \"totals\": 1040.5,\n        \"status\": 0,\n        \"promotion_data\": [\n            {\n                \"promotion_id\": 1,\n                \"promotion_type\": \"condition\",\n                \"promotion_title\": \"ซื้อครบ 500 ลด 5%\",\n                \"title\": \"ซื้อครบ 500 ลด 5%\",\n                \"coupon\": null,\n                \"freeshipping\": 0,\n                \"is_use_max_discount\": 0,\n                \"max_discount\": 0,\n                \"discount\": 49.5,\n                \"value\": 5,\n                \"value_type\": \"percent\"\n            }\n        ],\n        \"freeshipping\": 0,\n        \"note\": null,\n        \"delivery\": {\n            \"id\": 84,\n            \"type\": \"auto\",\n            \"logo\": \"/system/core-imgs/thpost.jpg\",\n            \"name\": \"ขนส่งเชื่อมอัตโนมัติ-log\",\n            \"unit\": \"กรัม\",\n            \"price\": 100,\n            \"status\": true,\n            \"cod\": false,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"one_price\",\n            \"is_auto\": true,\n            \"is_top_price\": false,\n            \"courier_code\": \"TP2\",\n            \"updated_at\": \"2021-03-09 17:08:08\",\n            \"updated_by\": \"mint_webmaster\",\n            \"created_at\": \"2021-03-09 17:05:41\",\n            \"created_by\": \"mint_webmaster\",\n            \"weight\": 500,\n            \"provider\": {\n                \"courier_code\": \"TP2\",\n                \"name\": \"ไปรษณีย์ ลงทะเบียน\",\n                \"img\": \"/system/core-imgs/thpost.jpg\",\n                \"status\": 0,\n                \"disabled\": false\n            },\n            \"_price\": 100\n        },\n        \"permalink\": \"9K_Yx4CR\",\n        \"user_id\": 2959,\n        \"name\": \"Sippakorn Phuakpong\",\n        \"address1\": \"21/2 Moo3\",\n        \"district\": \"ชะอำ\",\n        \"subdistrict\": \"สามพระยา\",\n        \"province\": \"เพชรบุรี\",\n        \"zipcode\": \"76120\",\n        \"tel\": \"0652494963\",\n        \"bill_address1\": \"21/2 Moo3\",\n        \"bill_district\": \"ชะอำ\",\n        \"bill_subdistrict\": \"สามพระยา\",\n        \"bill_province\": \"เพชรบุรี\",\n        \"bill_zipcode\": \"76120\",\n        \"bill_name\": \"Sippakorn\",\n        \"bill_lastname\": \"Phuakpong\",\n        \"bill_tel\": \"0652494963\",\n        \"updated_at\": \"2021-10-18 17:40:44\",\n        \"created_at\": \"2021-10-18 17:40:44\",\n        \"id\": 555\n    }\n}"}],"_postman_id":"87fd8837-0c84-4406-86d5-664ac4bae902"}],"id":"fd0eca5a-b407-4918-860c-c5556157dd3b","event":[{"listen":"prerequest","script":{"id":"bc6337d2-cabf-42e4-80bf-3c6e31617490","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a2712c61-8711-4dc9-8f52-c45b282492e8","type":"text/javascript","exec":[""]}}],"_postman_id":"fd0eca5a-b407-4918-860c-c5556157dd3b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Products","item":[{"name":"List Product By ID","id":"6150be9b-7f59-47bd-89ca-b83f154fd546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJpYXQiOjE1NDUxMjU3MzgsImV4cCI6MTU0NTEyOTMzOH0.cJ_TV5LdjPLtKhYiETXJdQqSQro63HM_eu5bQIhlpTs","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/product/351","description":"<p>สามารถส่งได้ 2 แบบ </p>\n<ol>\n<li><p>ค้นหาจาก Product ID (primarykey)\n ex. /api/v1/product/232</p>\n</li>\n<li><p>ค้นหาจาก SKU\n ex. /api/v1/product/KET232?type=sku</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","351"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6150be9b-7f59-47bd-89ca-b83f154fd546"},{"name":"List Product Property","id":"09d0059e-7945-4c83-887b-37597e2782ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/product/productProperty/130","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","productProperty","130"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"09d0059e-7945-4c83-887b-37597e2782ea"},{"name":"List Product Category","id":"99c99089-6121-457d-a012-74c0b89f87a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJpYXQiOjE1NDUxMjU3MzgsImV4cCI6MTU0NTEyOTMzOH0.cJ_TV5LdjPLtKhYiETXJdQqSQro63HM_eu5bQIhlpTs","type":"text"},{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/product/category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","category"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99c99089-6121-457d-a012-74c0b89f87a7"},{"name":"List All Category","id":"2ec219d9-2603-4d36-912d-7dc23eb60802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/product/allCategory","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","allCategory"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ec219d9-2603-4d36-912d-7dc23eb60802"},{"name":"List Main Category","id":"b45c2908-a3ec-44b4-8757-e1b790d5d8df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/product/maincategory","description":"<p>list หมวดหมู่หลัก ที่สามารถเพิ่ม category เข้าไปได้</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","maincategory"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b45c2908-a3ec-44b4-8757-e1b790d5d8df"},{"name":"List Product By SKU","id":"2ed37890-1554-4816-8427-9136e2f7d4cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sku\": \"98-20-XL\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/bySKU","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","bySKU"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ed37890-1554-4816-8427-9136e2f7d4cb"},{"name":"Search Product","id":"5251074c-b177-4a01-95dc-f80e30b13674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJpYXQiOjE1NDUxMjU3MzgsImV4cCI6MTU0NTEyOTMzOH0.cJ_TV5LdjPLtKhYiETXJdQqSQro63HM_eu5bQIhlpTs","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang\": \"lang1\",\n\t\"status\": \"\",\n\t\"search\": \"\",\n\t\"cate_id\": \"\",\n\t\"group\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10,\n\t\"ids\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/search","description":"<p>{\n    \"lang\": \"lang1\",\n    \"status\": \"\", // สถานะสินค้า  1= ใช้งาน ,0 ไม่ใช้งาน\n    \"search\": \"\", // sku หรือ ชื่อสินค้า\n    \"cate_id\": \"1\", // category id\n    \"group\": \"\", \n    \"page\": 1,\n    \"perpage\": 10\n}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5251074c-b177-4a01-95dc-f80e30b13674"},{"name":"Create Product","id":"de686f8f-7707-4b7e-8fe7-d580b1e8e25c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"feature_img\": \"/upload-img/-700-_1541405717.png\",\n  \"title_lang1\": \"test add prod 4 post man\",\n  \"sku\": \"sku-115555\",\n  \"cate_id\": -1,\n  \"hilight\": 1,\n  \"status\": 1,\n  \"instock\": \"10\",\n  \"normal_price\": \"290\",\n  \"discount_price\": \"250\",\n  \"weight\": \"10.11\"\n}\n"},"url":"https://devapi.ketshoptest.com/api/v1/product","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de686f8f-7707-4b7e-8fe7-d580b1e8e25c"},{"name":"Clone product","id":"a49c514b-794a-49ba-b49e-8af99df283e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 250\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/clone","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","clone"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a49c514b-794a-49ba-b49e-8af99df283e5"},{"name":"Create Product Category","id":"bf00c31a-7d73-4fda-b3af-c50a9ffa54b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"parent\": 13,\n\t\"lang1\": \"fromApp2\",\n\t\"lang2\": \"fromApp2\",\n\t\"lang3\": \"fromApp2\",\n\t\"lang4\": \"fromApp2\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/category","description":"<p>parent: // category id หมวดหมู่หลัก\n                ไม่เลือกหมวดหมู่หลัก ส่ง -1 คือ uncategory</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","category"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf00c31a-7d73-4fda-b3af-c50a9ffa54b7"},{"name":"Update Product","id":"de64dbdc-8634-4f5b-ac04-cdf6e688caae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title_lang1\": \"test add prod 111\",\n  \"sku\": \"SKU-2b95cani2b95cani\",\n  \"status\": true,\n  \"hilight\": 1,\n  \"instock\": \"20\",\n  \"normal_price\": \"250\",\n  \"discount_price\": \"0\",\n  \"weight\": \"10.11\",\n  \"tags\": [\n  \t\t\t82,84\n  \t\t]\n}\n"},"url":"https://devapi.ketshoptest.com/api/v1/product/103","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","103"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de64dbdc-8634-4f5b-ac04-cdf6e688caae"},{"name":"Update Product Category","id":"72e7c392-de14-44bc-98b5-2178abc6edb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang1\": \"\",\n\t\"lang2\": \"\",\n\t\"lang3\": \"\",\n\t\"lang4\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/category/23","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","category","23"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"72e7c392-de14-44bc-98b5-2178abc6edb9"},{"name":"Delete Product ","id":"7eb4b6d8-131a-4b4a-b3d2-a364b194d34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/product/243","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","243"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eb4b6d8-131a-4b4a-b3d2-a364b194d34a"},{"name":"Delete Product Category","id":"c2bb1224-c601-41dc-838f-9c55b0a1e09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/product/category/24","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","category","24"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2bb1224-c601-41dc-838f-9c55b0a1e09f"},{"name":"Search Product Group","id":"7a9a31cd-e137-4111-a385-2ab6d98e68ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"referer","value":"https://ket8.ketshoptest.com","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"b\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/searchGroup","urlObject":{"protocol":"https","path":["api","v1","product","searchGroup"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9a31cd-e137-4111-a385-2ab6d98e68ef"},{"name":"Search Product  FRONT (producthilight)","id":"0f48c18d-f814-4b51-95b8-21bbaf8c4ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang\": \"lang1\",\n\t\"status\": \"\",\n\t\"search\": \"\",\n\t\"cate_id\": \"\",\n\t\"group\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10,\n\t\"ids\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/searchFront","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","searchFront"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f48c18d-f814-4b51-95b8-21bbaf8c4ecf"},{"name":"Search Product Log","id":"95738bfb-0b8e-45b0-8941-2470c60f4a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-17\",\n\t\"enddate\": \"2019-02-18\",\n\t\"search\": \"\",\n\t\"page\": 0,\n\t\"perpage\": 10,\n\t\"product_id\": \"288\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/searchLog","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","searchLog"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"95738bfb-0b8e-45b0-8941-2470c60f4a59"},{"name":"Add or remove product from Category","id":"061778de-d623-44c7-8c2d-305d58303eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"cate_id\": \"1\",\n\t\"add\": [],\n\t\"remove\": []\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/categoryUpdateMultiple","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","categoryUpdateMultiple"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"061778de-d623-44c7-8c2d-305d58303eca"},{"name":"Search  Category  BY ID","id":"11a71daf-5644-48dd-a314-9a8d9887b7d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [1,2],\n\t\"children\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/searchCategoryByID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","searchCategoryByID"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"11a71daf-5644-48dd-a314-9a8d9887b7d2"},{"name":"Save Section And Element","id":"1a7db6db-4cdd-45ae-a07d-f7cb41c09fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": \"\",\n\t\"delete_elements\": [],\n\t\"delete_sections\": [],\n\t\"data\": []\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/saveSectionElement","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","saveSectionElement"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a7db6db-4cdd-45ae-a07d-f7cb41c09fd5"},{"name":"Product Detail","id":"3c8a3cd5-de2d-426a-a843-1a7421b13661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"permalink\": \"awef-1-N\",\n\t\"lang\": \"lang1\"\n}\n"},"url":"https://devapi.ketshoptest.com/api/v1/product/productDetail","urlObject":{"protocol":"https","path":["api","v1","product","productDetail"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c8a3cd5-de2d-426a-a843-1a7421b13661"},{"name":"Product Related","id":"dffb37e9-294d-4603-b4d4-09204386cb52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"permalink\": \"awef-1-N\",\n\t\"lang\": \"lang1\",\n\t\"limit\": 4\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/productRelated","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","productRelated"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dffb37e9-294d-4603-b4d4-09204386cb52"},{"name":"Product Group","id":"ceeb13b4-19b1-418d-ae08-2fcfde840b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"},{"key":"lang","value":"lang1","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"permalink\": \"awef-1-N\",\n\t\"limit\": 4\n}"},"url":"https://devapi.ketshoptest.com/api/v1/product/productGroup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product","productGroup"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceeb13b4-19b1-418d-ae08-2fcfde840b2f"}],"id":"b9e87796-acfc-49b1-858c-3cafa3d8dbb4","event":[{"listen":"prerequest","script":{"id":"ea5a1b03-10ce-40ba-a49f-cbe7546a4ec8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9e92841-21f1-464e-8757-0da6d3bda1ba","type":"text/javascript","exec":[""]}}],"_postman_id":"b9e87796-acfc-49b1-858c-3cafa3d8dbb4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Customer","item":[{"name":"List Customer By ID","id":"5c44893c-511a-4b05-a2f4-510cfe930504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/:id","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>อีเมลล์</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>ชื่อ</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>tel</td>\n<td>String</td>\n<td>เบอร์โทรศัพท์</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n<tr>\n<td>subdistrict</td>\n<td>String</td>\n<td>ตำบล</td>\n</tr>\n<tr>\n<td>district</td>\n<td>String</td>\n<td>อำเภอ</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>จังหวัด</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>รหัสไปรษณีย์</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของลูกค้า</p>\n","type":"text/plain"},"type":"any","value":"<Customer ID>","key":"id"}]}},"response":[{"id":"98d0cf80-88cb-4047-925f-529fbb49fbae","name":"List Customer By ID","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/22"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 11:01:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"29624609-208f-4994-a68f-5e85fe275571"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"87f-u7eix8dlIoiN3upmfLF6uB61snM\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 22,\n    \"point\": 8671,\n    \"type\": \"member\",\n    \"socialname\": null,\n    \"fbid\": \"1911755362402549\",\n    \"fb_id_chat\": null,\n    \"name\": \"disk\",\n    \"lastname\": \"-\",\n    \"username\": \"holy_grail@ketshoptest.com\",\n    \"smstoken\": null,\n    \"status\": 1,\n    \"tel\": \"1234567890\",\n    \"address1\": \"543 faef\",\n    \"address2\": null,\n    \"subdistrict\": \"กกตูม\",\n    \"district\": \"jjjj\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"zipcode\": \"10312\",\n    \"lastbill\": 2,\n    \"created_at\": \"2018-05-08 14:53:50\",\n    \"updated_at\": \"2021-09-14 10:25:55\",\n    \"total_cost\": 1166076.34,\n    \"total_cost_shopee\": 0,\n    \"total_cost_lazada\": 0,\n    \"total_cost_jd\": 0,\n    \"address\": [\n        {\n            \"id\": 2,\n            \"name\": \"tteiitei\",\n            \"status\": 1,\n            \"user_id\": 22,\n            \"address1\": \"awef\",\n            \"address2\": null,\n            \"subdistrict\": \"กกตูม\",\n            \"district\": \"พานทอง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"tel\": \"1234567890\",\n            \"updated_at\": \"2021-09-14 10:24:49\",\n            \"created_at\": \"2018-08-22 11:00:22\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"awelel\",\n            \"status\": 1,\n            \"user_id\": 22,\n            \"address1\": \"ef\",\n            \"address2\": null,\n            \"subdistrict\": \"efe\",\n            \"district\": \"efefe\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"50000\",\n            \"tel\": \"1234567890\",\n            \"updated_at\": \"2018-08-22 11:01:47\",\n            \"created_at\": \"2018-08-22 11:01:47\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"ไำด\",\n            \"status\": 1,\n            \"user_id\": 22,\n            \"address1\": \"/_\",\n            \"address2\": null,\n            \"subdistrict\": \"ำด\",\n            \"district\": \"ำ\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"323\",\n            \"tel\": \"\",\n            \"updated_at\": \"2020-08-11 15:16:39\",\n            \"created_at\": \"2020-08-11 15:16:39\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"kkkke\",\n            \"status\": 1,\n            \"user_id\": 22,\n            \"address1\": \"33\",\n            \"address2\": null,\n            \"subdistrict\": \"กกตูม\",\n            \"district\": \"กรงปินัง\",\n            \"province\": \"กาญจนบุรี\",\n            \"zipcode\": \"20000\",\n            \"tel\": \"3299\",\n            \"updated_at\": \"2020-08-11 16:49:11\",\n            \"created_at\": \"2020-08-11 16:49:11\"\n        }\n    ],\n    \"full_address\": \"543 faef กกตูม jjjj กรุงเทพมหานคร 10312\",\n    \"from_social\": [\n        {\n            \"name\": \"facebook\",\n            \"img\": \"/system/core-imgs/ch-facebook.png\"\n        },\n        {\n            \"name\": \"line\",\n            \"img\": \"/system/core-imgs/ch-line.png\"\n        },\n        {\n            \"name\": \"sale-page\",\n            \"img\": \"/system/core-imgs/ch-salepage.png\"\n        },\n        {\n            \"name\": \"website\",\n            \"img\": \"/system/core-imgs/ch-website.png\"\n        }\n    ],\n    \"order_count\": 420,\n    \"order_paid_total\": 1161616.97,\n    \"order_paid_count\": 156,\n    \"order_unpaid_total\": null,\n    \"order_unpaid_count\": 0\n}"}],"_postman_id":"5c44893c-511a-4b05-a2f4-510cfe930504"},{"name":"Search Customer","id":"5cdb6f4e-c939-4a92-8fc3-81a02bbf7987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sort\": \"desc\",\n    \"type\": \"\",\n    \"status\": \"\",\n    \"search\": \"\",\n    \"page\": 1,\n    \"perpage\": 10,\n    \"orderby\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/search","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>การเรียงข้อมูล <ul><li>desc: เรียงจากมากไปหาน้อย</li><li>asc: เรียงจากน้อยไปหามาก</li></ul></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>ประเภทผู้ใช้ <ul><li>member</li><li>guest</li></ul></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>สถานะของลูกค้า <ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>คำค้นหา name, lastname, username, tel</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>เลขหน้าการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนข้อมูลต่อหน้าการค้นหา</td>\n</tr>\n<tr>\n<td>orderby</td>\n<td>String</td>\n<td>คอลัมน์ข้อมูลที่ใช้เรียงลำดับ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"148fe90b-377e-4848-93f8-7da831ea8aeb","name":"Search Customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sort\": \"desc\",\n    \"type\": \"\",\n    \"status\": \"\",\n    \"search\": \"\",\n    \"page\": 1,\n    \"perpage\": 10,\n    \"orderby\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 11:07:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"f5eb2722-ee3e-4017-951a-e33e0266424c"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1d2f-mfC9A6W9hU7ni2sCM1RXs+hTlks\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2917,\n    \"data\": [\n        {\n            \"id\": 2962,\n            \"point\": 99,\n            \"name\": \"May\",\n            \"lastname\": \"Firefox\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"ลาดพร้าว 20\",\n            \"subdistrict\": \"สามเสนนอก\",\n            \"district\": \"ห้วยขวาง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"created_at\": \"2021-10-12 10:16:09\",\n            \"updated_at\": \"2021-10-12 10:33:07\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                }\n            ],\n            \"order_count\": 2,\n            \"order_paid_total\": 1000,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2961,\n            \"point\": 198,\n            \"name\": \"ซูชิ\",\n            \"lastname\": \"แฮนเดอร์สัน\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"ลาดพร้าว 33\",\n            \"subdistrict\": \"สามเสนนอก\",\n            \"district\": \"ห้วยขวาง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"created_at\": \"2021-10-04 15:10:39\",\n            \"updated_at\": \"2021-10-11 15:18:55\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": 1990,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2960,\n            \"point\": 0,\n            \"name\": \"นะโม\",\n            \"lastname\": \"ตัสสะ\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"ถนนสุทธิสารวินิจฉัย\",\n            \"subdistrict\": \"สามเสนนอก\",\n            \"district\": \"ห้วยขวาง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"created_at\": \"2021-10-04 11:43:50\",\n            \"updated_at\": \"2021-10-04 11:43:50\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2959,\n            \"point\": 1000,\n            \"name\": \"Somsak\",\n            \"lastname\": \"Jiam\",\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"1 ถ.นครปฐม\",\n            \"subdistrict\": \"ดุสิต\",\n            \"district\": \"เขตดุสิต\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"created_at\": \"2021-10-01 14:48:42\",\n            \"updated_at\": \"2021-10-12 16:41:27\",\n            \"total_cost\": 578,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [\n                {\n                    \"id\": 75,\n                    \"name\": \"Sappakorn Kebpasee\",\n                    \"status\": 1,\n                    \"user_id\": 2959,\n                    \"address1\": \"33/212 Moo 6\",\n                    \"address2\": null,\n                    \"subdistrict\": \"สามพระยา\",\n                    \"district\": \"ชะอำ\",\n                    \"province\": \"เพชรบุรี\",\n                    \"zipcode\": \"76120\",\n                    \"tel\": \"1234567890\",\n                    \"updated_at\": \"2021-10-01 14:51:10\",\n                    \"created_at\": \"2021-10-01 14:51:10\"\n                }\n            ],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                },\n                {\n                    \"name\": \"website\",\n                    \"img\": \"/system/core-imgs/ch-website.png\"\n                }\n            ],\n            \"order_count\": 26,\n            \"order_paid_total\": 2670,\n            \"order_unpaid_total\": 7956\n        },\n        {\n            \"id\": 2958,\n            \"point\": 0,\n            \"name\": \"PA\",\n            \"lastname\": \"Petshop\",\n            \"username\": \"\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"326/313 ม.44 ถ.เอกชัย เขตบางบอน จังหวัดกรุงเทพมหานคร 10150\",\n            \"subdistrict\": null,\n            \"district\": \"เขตบางบอน\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10150\",\n            \"created_at\": \"2021-09-22 14:49:20\",\n            \"updated_at\": \"2021-09-22 14:49:20\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"shopee\",\n                    \"img\": \"/system/core-imgs/ch-shopee.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": 1,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2957,\n            \"point\": 0,\n            \"name\": \"Somsak\",\n            \"lastname\": \"Jiam\",\n            \"username\": \"somsakmail2@ketshoptest.com\",\n            \"tel\": null,\n            \"address1\": \"1 ถ.นครปฐม\",\n            \"subdistrict\": \"ดุสิต\",\n            \"district\": \"เขตดุสิต\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"created_at\": \"2021-09-06 18:20:01\",\n            \"updated_at\": \"2021-09-06 18:20:01\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [],\n            \"from_social\": [],\n            \"order_count\": 0,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2956,\n            \"point\": 0,\n            \"name\": \"Somsak\",\n            \"lastname\": \"Jiam\",\n            \"username\": \"somsakmail1@ketshoptest.com\",\n            \"tel\": null,\n            \"address1\": \"1 ถ.นครปฐม\",\n            \"subdistrict\": \"ดุสิต\",\n            \"district\": \"เขตดุสิต\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"created_at\": \"2021-09-06 18:08:38\",\n            \"updated_at\": \"2021-09-06 18:08:38\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [],\n            \"from_social\": [],\n            \"order_count\": 0,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2948,\n            \"point\": 181,\n            \"name\": \"Sappakorn\",\n            \"lastname\": \"Kebpasee\",\n            \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"21/2 หมู่ 3\",\n            \"subdistrict\": \"สามพระยา\",\n            \"district\": \"ชะอำ\",\n            \"province\": \"เพชรบุรี\",\n            \"zipcode\": \"76120\",\n            \"created_at\": \"2021-09-01 17:58:45\",\n            \"updated_at\": \"2021-10-12 15:15:04\",\n            \"total_cost\": 2036,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [\n                {\n                    \"id\": 70,\n                    \"name\": \"Sappakorn\",\n                    \"status\": 1,\n                    \"user_id\": 2948,\n                    \"address1\": \"33/32 หมู่ 6\",\n                    \"address2\": null,\n                    \"subdistrict\": \"สามพระยา\",\n                    \"district\": \"ชะอำ\",\n                    \"province\": \"เพชรบุรี\",\n                    \"zipcode\": \"76120\",\n                    \"tel\": \"1234567890\",\n                    \"updated_at\": \"2021-09-01 18:00:24\",\n                    \"created_at\": \"2021-09-01 18:00:24\"\n                }\n            ],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"line_bot\",\n                    \"img\": \"/assets/images/core-imgs/ch-lineat_bot.png\"\n                },\n                {\n                    \"name\": \"website\",\n                    \"img\": \"/system/core-imgs/ch-website.png\"\n                }\n            ],\n            \"order_count\": 59,\n            \"order_paid_total\": 2186,\n            \"order_unpaid_total\": 1901\n        },\n        {\n            \"id\": 2946,\n            \"point\": 0,\n            \"name\": \"klklkl\",\n            \"lastname\": \"kllklk\",\n            \"username\": \"-\",\n            \"tel\": \"8838232323\",\n            \"address1\": \"feafaew\",\n            \"subdistrict\": \"กกสะทอน\",\n            \"district\": \"กระทุ่มแบน\",\n            \"province\": \"กำแพงเพชร\",\n            \"zipcode\": \"10900\",\n            \"created_at\": \"2021-08-24 14:45:18\",\n            \"updated_at\": \"2021-08-31 16:18:05\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"instagram\",\n                    \"img\": \"/system/core-imgs/ch-instagram.png\"\n                },\n                {\n                    \"name\": \"twitter\",\n                    \"img\": \"/system/core-imgs/ch-twitter.png\"\n                }\n            ],\n            \"order_count\": 7,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2945,\n            \"point\": 0,\n            \"name\": \"ฟไำด\",\n            \"lastname\": \"ฟไำดฟไำ\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"awefawef\",\n            \"subdistrict\": \"กกสะทอน\",\n            \"district\": \"กรงปินัง\",\n            \"province\": \"จันทบุรี\",\n            \"zipcode\": \"10900\",\n            \"created_at\": \"2021-08-24 10:34:05\",\n            \"updated_at\": \"2021-08-24 10:34:05\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        }\n    ]\n}"}],"_postman_id":"5cdb6f4e-c939-4a92-8fc3-81a02bbf7987"},{"name":"Activate New Customer Register","id":"91b9cd71-38e5-4702-a620-cdff4db5a084","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","description":"<p>เว็บไซต์ที่ยิงrequest ต้องใส่เพื่อให้สามารถระบุDatabaseได้</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\": \"79162907-e04a-4175-b157-6bd98a5d5ead\"\n}s"},"url":"https://devapi.ketshoptest.com/api/v1/customer/confirmregister","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>String</td>\n<td>Register Token</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","customer","confirmregister"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"0a4a73b3-5234-4c42-8e5a-5cc447d04bc2","name":"Activate New Customer Register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\": \"79162907-e04a-4175-b157-6bd98a5d5ead\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/confirmregister"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 09:16:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"cdfdb095-1509-4f24-a8a4-4503cff3bcf9"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"2ed-x8XILKnuihEuWj7U8y3etNwZT8Y\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpZCI6Mjk2NywiY3VzX2lkIjoyLCJ1c2VybmFtZSI6InNpcHBha29ybi5wQGtldHNob3B3ZWIuY29tIiwidXNlcl9yb2xlIjoiY3VzdG9tZXIiLCJkb21haW4iOiJkZXYua2V0c2hvcHRlc3QuY29tIiwibmFtZSI6InNpcHBha29ybi5wIiwibGFzdG5hbWUiOiItIiwibWFza19kYXRhIjowLCJpYXQiOjE2MzQ4MDc3NjAsImV4cCI6MTYzNDgzNjU2MH0.rBJdDkI_GvJB4jumg3_-8g1re-WOTNM8jfxoIlGkCAtqZ-woGMe64DSRHiK3PZZhzXCNfdcgb4gXNeGxifmvoIdGILSr8aae662Ob5Wl3ojh82XwlPiDD3chmWEAAZqn0YaUoQPZ6rln_mZZf4fRSkNlfM9XbOmex9_kEfvkVDyTWb_ZZ01cHCwWjGgD-rU9hMDq0ID9PeqoEjg7yWCHWD0hr8yPnOeDboddTuXq7v-iUVg-cV55jXfuYiEqXAR32v1BTOI2T69-WU0c6IjORNNviwrSA93wtaFf9Cu2GmgLnOQ1f8Zf_fD7I7DrAtQp67f0FLU35Zg4stOSYthgVw\",\n    \"refresh_token\": \"4c7279706fa5b0ce7699d7155adafe461ab8a7604691cae686cdbe9d47cbccff\"\n}"}],"_postman_id":"91b9cd71-38e5-4702-a620-cdff4db5a084"},{"name":"Update Customer (Back End)","id":"d1d3e4f5-e60e-4745-8d5d-f7cabbc46e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address1\": \" 33/44\",\n    \"district\": \"กระแสสินธุ์\",\n    \"lastname\": \"Sang\",\n    \"name\": \"KawJao\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"status\": 1,\n    \"tel\": \"1234567890\",\n    \"zipcode\": \"12345\",\n    \"id\": 2964,\n    \"first_name\": \"KawJao\",\n    \"last_name\": \"Sang\",\n    \"address\": \" 33/44\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/:id","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n<tr>\n<td>district</td>\n<td>String</td>\n<td>ตำบล</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>ชื่อ</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>จังหวัด</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td>สถานะการเปิดใช้งาน <ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>tel</td>\n<td>String</td>\n<td>เบอร์โทรศัพท์</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>รหัสไปรษณีย์</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>ไอดีของผู้ใช้</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>ชื่อจริง</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีผู้ใช้</p>\n","type":"text/plain"},"type":"any","value":"<user_id>","key":"id"}]}},"response":[{"id":"3303df49-4cf1-40a3-8e4f-1cc31ddd813b","name":"Update Customer (Back End)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address1\": \" 33/44\",\n    \"district\": \"กระแสสินธุ์\",\n    \"lastname\": \"Sang\",\n    \"name\": \"KawJao\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"status\": 1,\n    \"tel\": \"1234567890\",\n    \"zipcode\": \"12345\",\n    \"id\": 2964,\n    \"first_name\": \"KawJao\",\n    \"last_name\": \"Sang\",\n    \"address\": \" 33/44\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/2964"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 07:41:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"e8c70810-abf2-427b-8ff2-510d4c362d14"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"22f-yWF188z44+RJP3PyUFMwXeULXx0\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2964,\n    \"point\": 0,\n    \"type\": \"member\",\n    \"socialname\": null,\n    \"fbid\": null,\n    \"fb_id_chat\": null,\n    \"name\": \"KawJao\",\n    \"lastname\": \"Sang\",\n    \"username\": \"kaw_jaw@ketshoptest.com\",\n    \"smstoken\": null,\n    \"status\": 1,\n    \"tel\": \"1234567890\",\n    \"address1\": \" 33/44\",\n    \"address2\": null,\n    \"subdistrict\": \"กกโก\",\n    \"district\": \"กระแสสินธุ์\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"zipcode\": \"12345\",\n    \"lastbill\": -1,\n    \"created_at\": \"2021-10-21 14:31:38\",\n    \"updated_at\": \"2021-10-21 14:41:36\",\n    \"total_cost\": 0,\n    \"total_cost_shopee\": 0,\n    \"total_cost_lazada\": 0,\n    \"total_cost_jd\": 0,\n    \"address\": []\n}"}],"_postman_id":"d1d3e4f5-e60e-4745-8d5d-f7cabbc46e34"},{"name":"Delete Customer","id":"a2bcd4dd-e56f-4b5a-a87c-f6e748d64c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/:id","urlObject":{"protocol":"https","path":["api","v1","customer",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีลูกค้า</p>\n","type":"text/plain"},"type":"any","value":"<user_id>","key":"id"}]}},"response":[{"id":"88d1effa-67e3-443f-a19a-cdded1bbe294","name":"Delete Customer","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/customer/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","customer",":id"],"variable":[{"key":"id","value":"2963","description":"ไอดีลูกค้า"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 08:26:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"41b01b14-3081-4a9d-b58a-0b6f7f84d947"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"f-NQVRlQfKHCoInEbhALgECMonhCE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true\n}"}],"_postman_id":"a2bcd4dd-e56f-4b5a-a87c-f6e748d64c71"},{"name":"Create Address","id":"8a2c47b5-c505-4b2f-a338-12d7f64cf90d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bank  Phoomrat\",\n    \"address1\": \"1/2 moo 78\",\n    \"subdistrict\": \"กกปลาซิว\",\n    \"district\": \"กมลาไสย\",\n    \"province\": \"กำแพงเพชร\",\n    \"zipcode\": 123456,\n    \"tel\": \"1234567890\",\n    \"user_id\": 2964\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/address","description":"<p>เพิ่มที่อยู่ในการจัดส่งสินค้า</p>\n<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>ชื่อผู้รับ</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n<tr>\n<td>subdistrict</td>\n<td>String</td>\n<td>ตำบล</td>\n</tr>\n<tr>\n<td>district</td>\n<td>String</td>\n<td>อำเภอ</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>จังหวัด</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>Number</td>\n<td>รหัสไปรษณีย์</td>\n</tr>\n<tr>\n<td>tel</td>\n<td>String</td>\n<td>เบอร์โทรศัพท์</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>ไอดีผู้ใช้</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","address"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"ce797a44-6b39-4d12-aa5e-d526f7dd1808","name":"Create Address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bank  Phoomrat\",\n    \"address1\": \"1/2 moo 78\",\n    \"subdistrict\": \"กกปลาซิว\",\n    \"district\": \"กมลาไสย\",\n    \"province\": \"กำแพงเพชร\",\n    \"zipcode\": 123456,\n    \"tel\": \"1234567890\",\n    \"user_id\": 2964\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 07:59:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"9b02d15c-947c-421f-87d9-9561b2b7ca55"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"134-iWiss1rag7u+3N0pB/A6K02MhrQ\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 2964,\n    \"name\": \"Bank  Phoomrat\",\n    \"address1\": \"1/2 moo 78\",\n    \"subdistrict\": \"กกปลาซิว\",\n    \"district\": \"กมลาไสย\",\n    \"province\": \"กำแพงเพชร\",\n    \"zipcode\": \"123456\",\n    \"tel\": \"1234567890\",\n    \"status\": 1,\n    \"updated_at\": \"2021-10-21 14:59:37\",\n    \"created_at\": \"2021-10-21 14:59:37\",\n    \"id\": 77\n}"}],"_postman_id":"8a2c47b5-c505-4b2f-a338-12d7f64cf90d"},{"name":"Update Address","id":"9c066b3c-1881-4baf-8b26-0b43978031cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Praewpraw Mahasanae\",\n    \"address1\": \"1/2 moo 4\",\n    \"subdistrict\": \"กกปลาซิว\",\n    \"district\": \"กมลาไสย\",\n    \"province\": \"กำแพงเพชร\",\n    \"zipcode\": \"123456\",\n    \"tel\": \"1234567890\",\n    \"id\": 76,\n    \"user_id\": 76\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/address/:id","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n<tr>\n<td>district</td>\n<td>String</td>\n<td>ตำบล</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>ชื่อ</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>จังหวัด</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td>สถานะการเปิดใช้งาน <ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>tel</td>\n<td>String</td>\n<td>เบอร์โทรศัพท์</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>รหัสไปรษณีย์</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>ไอดีของผู้ใช้</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>ชื่อจริง</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","address",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีผู้ใช้</p>\n","type":"text/plain"},"type":"any","value":"<user_id>","key":"id"}]}},"response":[{"id":"1c519cd8-aaa6-4464-ab13-ac76fab6a644","name":"Update Address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Praewpraw Mahasanae\",\n    \"address1\": \"1/2 moo 4\",\n    \"subdistrict\": \"กกปลาซิว\",\n    \"district\": \"กมลาไสย\",\n    \"province\": \"กำแพงเพชร\",\n    \"zipcode\": \"123456\",\n    \"tel\": \"1234567890\",\n    \"id\": 76,\n    \"user_id\": 76\n}"},"url":{"raw":"https://devapi.ketshoptest.com/api/v1/customer/address/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","customer","address",":id"],"variable":[{"key":"id","value":"76","description":"ไอดีผู้ใช้"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 08:06:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"53e13b54-ca20-411d-9204-c05fedf406a8"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"148-qhDiUvAamk3wAiRflocDmU63O/A\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 76,\n    \"name\": \"Praewpraw Mahasanae\",\n    \"status\": 1,\n    \"user_id\": 2964,\n    \"address1\": \"1/2 moo 4\",\n    \"address2\": null,\n    \"subdistrict\": \"กกปลาซิว\",\n    \"district\": \"กมลาไสย\",\n    \"province\": \"กำแพงเพชร\",\n    \"zipcode\": \"123456\",\n    \"tel\": \"1234567890\",\n    \"updated_at\": \"2021-10-21 15:06:32\",\n    \"created_at\": \"2021-10-21 14:53:32\"\n}"}],"_postman_id":"9c066b3c-1881-4baf-8b26-0b43978031cc"},{"name":"Delete Address","id":"02a4ac47-6e3c-4c66-a983-e8ee8fbd92a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/address/:id","urlObject":{"protocol":"https","path":["api","v1","customer","address",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของที่อยู่</p>\n","type":"text/plain"},"type":"any","value":"<address_id>","key":"id"}]}},"response":[{"id":"486d634e-a2ff-4751-b66b-388d72c5cc96","name":"Delete Address","originalRequest":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/address/76"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 08:18:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"cfdc3e7d-c4da-4c10-a355-51ea92024654"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"f-NQVRlQfKHCoInEbhALgECMonhCE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true\n}"}],"_postman_id":"02a4ac47-6e3c-4c66-a983-e8ee8fbd92a1"},{"name":"Register (Front End)","id":"0c77d457-6421-4194-80f1-295b2f32ba64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","description":"<p>เว็บไซต์ที่ยิงrequest ต้องใส่เพื่อให้สามารถระบุDatabaseได้</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"sappakorn.kebpass@ketshoptest.com\",\n    \"password\": \"1234567890a\",\n    \"confirmpassword\": \"1234567890a\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/register","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>ชื่ออีเมลล์</td>\n</tr>\n<tr>\n<td>password</td>\n<td>String</td>\n<td>พาสเวิด</td>\n</tr>\n<tr>\n<td>confirmpassword</td>\n<td>String</td>\n<td>ยืนยันพาสเวิด</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","customer","register"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"607ba5cf-29ae-439e-8690-757790b873ce","name":"Register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"sappakorn.kebpasee@ketshopweb.com\",\n    \"password\": \"1234567890a\",\n    \"confirmpassword\": \"1234567890a\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 08:59:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"bd765beb-0826-484f-8dea-5021fc6c35cf"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"33-9aLq/Ff3+t0QltV8/UrZ7JUc8H4\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please Click Activate Link From Email\"\n}"}],"_postman_id":"0c77d457-6421-4194-80f1-295b2f32ba64"},{"name":"Get Current Profile Customer (Front End)","id":"e3ec41fb-1619-4e8d-8f3f-44804adf2bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/me","urlObject":{"protocol":"https","path":["api","v1","customer","me"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"01e17f49-8950-4766-a6f8-c6f1f9034d1b","name":"Get Current Profile Customer ","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 09:18:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"b9d7d441-b754-48c7-b80f-561ff42416eb"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1d7-LX8mQhsjzZRdjSDKdt2pWROxS3c\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2967,\n    \"point\": 0,\n    \"type\": \"member\",\n    \"socialname\": null,\n    \"fbid\": null,\n    \"fb_id_chat\": null,\n    \"name\": \"Sappakorn\",\n    \"lastname\": \"Kebpasee\",\n    \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n    \"smstoken\": null,\n    \"status\": 1,\n    \"tel\": null,\n    \"address1\": null,\n    \"address2\": null,\n    \"subdistrict\": null,\n    \"district\": null,\n    \"province\": null,\n    \"zipcode\": null,\n    \"lastbill\": -1,\n    \"created_at\": \"2021-10-21 15:59:27\",\n    \"updated_at\": \"2021-10-21 16:16:00\",\n    \"total_cost\": 0,\n    \"total_cost_shopee\": 0,\n    \"total_cost_lazada\": 0,\n    \"total_cost_jd\": 0,\n    \"address\": []\n}"}],"_postman_id":"e3ec41fb-1619-4e8d-8f3f-44804adf2bf9"},{"name":"Create Customer (Front End)","id":"3fce9ace-323a-474c-8807-90f90f99018a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"province\": \"กรุงเทพมหานคร\",\n    \"first_name\": \"KawJao\",\n    \"last_name\": \"Sang\",\n    \"email\": \"kaw_jaw@ketshoptest.com\",\n    \"tel\": \"1234567890\",\n    \"subdistrict\": \"กกโก\",\n    \"district\": \"กระแสสินธุ์\",\n    \"address\": \"11/22 \",\n    \"zipcode\": \"12345\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>จังหวัด</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>ชื่อ</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>อีเมลล์</td>\n</tr>\n<tr>\n<td>tel</td>\n<td>String</td>\n<td>เบอร์โทรศัพท์</td>\n</tr>\n<tr>\n<td>subdistrict</td>\n<td>String</td>\n<td>ตำบล</td>\n</tr>\n<tr>\n<td>district</td>\n<td>String</td>\n<td>อำเภอ</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>รหัสไปรษณีย์</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"aea6f336-0402-4948-9845-c6aee52dbf87","name":"Create Customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"province\": \"กรุงเทพมหานคร\",\n    \"first_name\": \"KawJao\",\n    \"last_name\": \"Sang\",\n    \"email\": \"kaw_jaw@ketshoptest.com\",\n    \"tel\": \"1234567890\",\n    \"subdistrict\": \"กกโก\",\n    \"district\": \"กระแสสินธุ์\",\n    \"address\": \"11/22 \",\n    \"zipcode\": \"12345\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 07:31:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"90dc6545-a7e3-4099-8cea-6083623ca367"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"16f-68q25Shx3VTGKJuHYwYeZAVbaNk\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"username\": \"kaw_jaw@ketshoptest.com\",\n    \"name\": \"KawJao\",\n    \"lastname\": \"Sang\",\n    \"status\": 1,\n    \"tel\": \"1234567890\",\n    \"address1\": \"11/22 \",\n    \"subdistrict\": \"กกโก\",\n    \"district\": \"กระแสสินธุ์\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"zipcode\": \"12345\",\n    \"socialname\": null,\n    \"updated_at\": \"2021-10-21 14:31:38\",\n    \"created_at\": \"2021-10-21 14:31:38\",\n    \"id\": 2964\n}"}],"_postman_id":"3fce9ace-323a-474c-8807-90f90f99018a"},{"name":"Update Profile (Front End)","id":"63d3197b-fc68-4589-906e-0bd8a21253d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address1\": \"11/112\",\n    \"subdistrict\": \"กกตูม\",\n    \"district\": \"กงไกรลาศ\",\n    \"province\": \"กาฬสินธุ์\",\n    \"zipcode\": 123456,\n    \"id\": 2967,\n    \"name\": \"Sappakorn\",\n    \"lastname\": \"Kebpasee\",\n    \"tel\": \"1234567890\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/updateProfile","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n<tr>\n<td>district</td>\n<td>String</td>\n<td>ตำบล</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>ชื่อ</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>จังหวัด</td>\n</tr>\n<tr>\n<td>tel</td>\n<td>String, Number</td>\n<td>เบอร์โทรศัพท์</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>รหัสไปรษณีย์</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>ไอดีของผู้ใช้</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>ชื่อจริง</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>นามสกุล</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>ที่อยู่</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","updateProfile"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"b6dec91c-6718-4ceb-9097-1ffae502ca69","name":"Update Profile (Front End)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address1\": \"11/112\",\n    \"subdistrict\": \"กกตูม\",\n    \"district\": \"กงไกรลาศ\",\n    \"province\": \"กาฬสินธุ์\",\n    \"zipcode\": 123456,\n    \"id\": 2967,\n    \"name\": \"Sippakorn\",\n    \"lastname\": \"Ketshop\",\n    \"tel\": \"1234567890\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/updateProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 09:25:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"3e209eeb-8753-4f07-8572-f68bf313c882"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"21a-EXAICkGivwDZSoi9GqT4fjctgHM\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2967,\n    \"point\": 0,\n    \"type\": \"member\",\n    \"socialname\": null,\n    \"fbid\": null,\n    \"fb_id_chat\": null,\n    \"name\": \"Sappakorn\",\n    \"lastname\": \"Kebpasee\",\n    \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n    \"smstoken\": null,\n    \"status\": 1,\n    \"tel\": \"1234567890\",\n    \"address1\": \"11/112\",\n    \"address2\": null,\n    \"subdistrict\": \"กกตูม\",\n    \"district\": \"กงไกรลาศ\",\n    \"province\": \"กาฬสินธุ์\",\n    \"zipcode\": \"123456\",\n    \"lastbill\": -1,\n    \"created_at\": \"2021-10-21 15:59:27\",\n    \"updated_at\": \"2021-10-21 16:25:29\",\n    \"total_cost\": 0,\n    \"total_cost_shopee\": 0,\n    \"total_cost_lazada\": 0,\n    \"total_cost_jd\": 0\n}"}],"_postman_id":"63d3197b-fc68-4589-906e-0bd8a21253d6"},{"name":"Forgot Password (Front End)","id":"5ad37d9c-1ae2-4768-a749-fc27e092db55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","description":"<p>เว็บไซต์ที่ยิงrequest ต้องใส่เพื่อให้สามารถระบุDatabaseได้</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"holy_grail@ketshoptest.com\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/forgotpassword","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>อีเมลล์ที่จะรีเซ็ทพาสเวิด เมื่อส่งรีเควสไป จะได้รับอีเมลล์เข้าจดหมาย</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","customer","forgotpassword"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"d04e3a08-af5d-4785-815b-65694506569f","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"holy_grail@ketshoptest.com\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/forgotpassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 09:33:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"23ac7daa-7b98-4776-bd2d-4ede87d70727"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"1e-beTd6utRlLp2KDLhlDVJ4MNGOpk\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"holy_grail@ketshoptest.com\""}],"_postman_id":"5ad37d9c-1ae2-4768-a749-fc27e092db55"},{"name":"Check Forgotten Password Token","id":"b87c6b7f-9e26-497b-873e-e33b4a3401a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","description":"<p>เว็บไซต์ที่ยิงrequest ต้องใส่เพื่อให้สามารถระบุDatabaseได้</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"3d17b3ae-ade1-412e-bad2-aa0fb67826f4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/checkForgotPasswordToken","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>String</td>\n<td>reset password token</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","customer","checkForgotPasswordToken"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"7d31fba5-832a-4d07-8745-37765a5c017b","name":"Check Forgotten Password Token","originalRequest":{"method":"POST","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","description":"เว็บไซต์ที่ยิงrequest ต้องใส่เพื่อให้สามารถระบุDatabaseได้","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"3d17b3ae-ade1-412e-bad2-aa0fb67826f4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/checkForgotPasswordToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 10:13:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"9cb1b3ab-a575-4cc4-a1f7-9e1563f355bb"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"4-X/5TO4MPCKAyY0ipFgr6/IraRNs\""}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"b87c6b7f-9e26-497b-873e-e33b4a3401a7"},{"name":"Change Password Forgot (Front End)","id":"2583ccb5-1eee-49ed-af96-01e5b32c395f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"1234567890a\",\n    \"token\": \"43bb8358-e9e3-4fa1-8471-7f69dcd6ec2f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/changePasswordForgot","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>password</td>\n<td>String</td>\n<td>new password</td>\n</tr>\n<tr>\n<td>token</td>\n<td>String</td>\n<td>reset password token</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","customer","changePasswordForgot"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"60b8e422-d50c-43c0-bae3-173fb9046faf","name":"Change Password Forgot (Front End)","originalRequest":{"method":"POST","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"1234567890a\",\n    \"token\": \"43bb8358-e9e3-4fa1-8471-7f69dcd6ec2f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/changePasswordForgot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 10:29:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"ff52e35a-8983-4e6b-92db-f79f5a77ae96"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"2f2-DofCjj4Fj0yCTGnUgMjoJ0sa3ec\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpZCI6Mjk2NywiY3VzX2lkIjoyLCJ1c2VybmFtZSI6InNpcHBha29ybi5wQGtldHNob3B3ZWIuY29tIiwidXNlcl9yb2xlIjoiY3VzdG9tZXIiLCJkb21haW4iOiJkZXYua2V0c2hvcHRlc3QuY29tIiwibmFtZSI6IlNpcHBha29ybiIsImxhc3RuYW1lIjoiS2V0c2hvcCIsIm1hc2tfZGF0YSI6MCwiaWF0IjoxNjM0ODEyMTU5LCJleHAiOjE2MzQ4NDA5NTl9.tY2gpI3Irv4eE8qWKHz6iqQwRP7-tfkVl_tAXg07vglb2jFBMyCAvIndj-D4_98Vy_L5leCaKxk8yZCWHhvQw0VLsFHNWDTumv1G2THXIElRVAnz8DnsGbC2r-Q1o75mNjTKQSAeCwAOzFwucydHpeya3GuPrp_PGIONSAEkPOIYNIPGlJIx76BU-1mnT8J63U94UsHWS-U9__kHpVlf2Zxm29hjzNg4j2Kv1L943gse9IVnDlbXkXP-ur5uSYyRIpwaU--ukgfBkbLWUxANdWIABsHLKuymWjbBj6cqkmd_nhTHU8LsIYnaiZL35m6pburBsJucF6H7gM-5fbkypQ\",\n    \"refresh_token\": \"dd4b604c0e96d3ff1414a68ea2a109c0ba3d90a6017495c4ececb2abfea52c6d\"\n}"}],"_postman_id":"2583ccb5-1eee-49ed-af96-01e5b32c395f"},{"name":"Register Guest","id":"d271e7d5-948d-43e0-a20e-3063d10b3f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"ggez@mail.com\",\n    \"name\": \"ggez\",\n    \"lastname\": \"ggez\",\n    \"tel\": \"1234567890\",\n    \"address1\": \"152\",\n    \"subdistrict\": \"qq\",\n    \"district\": \"ww\",\n    \"province\": \"ee\",\n    \"zipcode\": \"123456\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/registerGuest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","customer","registerGuest"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"3d7f9096-8055-4e28-ac2d-0af10496127b","name":"Register Guest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"ggez@mail.com\",\n    \"name\": \"ggez\",\n    \"lastname\": \"ggez\",\n    \"tel\": \"1234567890\",\n    \"address1\": \"152\",\n    \"subdistrict\": \"qq\",\n    \"district\": \"ww\",\n    \"province\": \"ee\",\n    \"zipcode\": \"123456\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/customer/registerGuest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 09:40:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"17d34ac6-de0e-447f-a921-7626cc64264b"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"3fe-dskkLtY40q4XUC5RsoykM/gj3fE\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpZCI6Mjk2OCwiY3VzX2lkIjoyLCJ1c2VybmFtZSI6ImdnZXpAbWFpbC5jb20iLCJ1c2VyX3JvbGUiOiJndWVzdCIsImRvbWFpbiI6ImRldi5rZXRzaG9wdGVzdC5jb20iLCJuYW1lIjoiZ2dleiIsImxhc3RuYW1lIjoiZ2dleiIsIm1hc2tfZGF0YSI6MCwiaWF0IjoxNjM0ODA5MjE4LCJleHAiOjE2MzQ4MzgwMTh9.Nu5bXe-hVW1VbffQQMpdjFN2DGZpRCmPEWCc74tvZMfm_kVB1-s27Vtr9kWTCqi60twiw1USFX1KI1dIDlIjoWa9H2y42YrHiduEuJU--zevfj4mP3TLP97m--niNGlA7vrRy_uYL9HXN8zRW_-U5-7QsUVlBiHZFFOc0bmbml3QMbVPdHgJdrFxM3jsVy1_XlpaZiFRrDnH3s1rOgqqz_fCgYCyaKrRFxvxnrUKcR0aqnD1FijQ-DVrloIfgzJ37uLRZBkmiR9WuMHdW_Lc-NNDn8FWe6Ofl6FkAeu4WLYTMb2s1dOca8uZO0NpKkp8Dwcp_Y0mrZAzp_mvDVDoyg\",\n    \"refresh_token\": \"c59a011d5ba0adbd8fe0e601fdeeb1d873309ede7ef1034dbe6d5f1d48a9a109\",\n    \"customer\": {\n        \"name\": \"ggez\",\n        \"lastname\": \"ggez\",\n        \"tel\": \"1234567890\",\n        \"address1\": \"152\",\n        \"subdistrict\": \"qq\",\n        \"district\": \"ww\",\n        \"province\": \"ee\",\n        \"zipcode\": \"123456\",\n        \"type\": \"guest\",\n        \"username\": \"ggez@mail.com\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-21 16:40:18\",\n        \"created_at\": \"2021-10-21 16:40:18\",\n        \"id\": 2968\n    },\n    \"register\": true\n}"}],"_postman_id":"d271e7d5-948d-43e0-a20e-3063d10b3f90"},{"name":"Order Summary (Front End)","id":"648a3780-39a1-4fc8-a008-7c44775f20b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/summary","urlObject":{"protocol":"https","path":["api","v1","customer","summary"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"b93e5224-74bf-4c1b-b2fb-ec131a64b348","name":"Order Summary","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 09:59:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"715ef9b0-6303-472e-a507-1b4090534385"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"3c-SsvfX+Ca8Qo6Z0jNKqtMF546cbQ\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_customer\": 2920,\n    \"total_member\": 73,\n    \"total_guest\": 2847\n}"}],"_postman_id":"648a3780-39a1-4fc8-a008-7c44775f20b6"},{"name":"Order Summary By Facebook Id","id":"4bc1111f-e528-4a64-a5f4-1f44a04fc214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/facebook/:id","urlObject":{"protocol":"https","path":["api","v1","customer","facebook",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>Facebook Id</p>\n","type":"text/plain"},"type":"any","value":"1616672288342977","key":"id"}]}},"response":[{"id":"93819164-4a13-4467-8c35-6c807574e01b","name":"Order Summary By Facebook","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/customer/facebook/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","customer","facebook",":id"],"variable":[{"key":"id","value":"1616672288342977","description":"Facebook Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 10:03:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"84c9e6b2-3c41-4ea7-9dda-0ef370ddf7a2"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"ce-Ef3efedZYNcgCO/pl1zHs34nPsI\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"facebook_id\": \"161667928088892123\",\n    \"order_count\": 308,\n    \"order_total\": 577555.44,\n    \"order_paid_count\": 290,\n    \"order_paid_total\": 567095.44,\n    \"order_paid_avg\": 1955.501517,\n    \"order_unpaid_count\": 0,\n    \"order_unpaid_total\": null\n}"}],"_postman_id":"4bc1111f-e528-4a64-a5f4-1f44a04fc214"},{"name":"Order History (Front End)","id":"b3cce2bf-b38a-4c8d-94aa-a14e4e3cb45b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"startdate\": \"\",\n    \"enddate\": \"\",\n    \"status\": \"\",\n    \"ordercode\": \"\",\n    \"email\": \"\",\n    \"trackcode\": \"\",\n    \"search\": \"\",\n    \"paymenttype\": \"\",\n    \"created_by\": \"\",\n    \"page\": 1,\n    \"perpage\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/orderHistory","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>ช่วงวันที่ จากวันที่</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>ช่วงวันที่ ถึงวันที่</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String, Number</td>\n<td>สถานะของออเดอร์ <ul><li>-1: ยกเลิก</li><li>1: รอการชำระเงิน</li><li>2: ได้รับเงิน</li><li>3: จัดเตรียมสินค้า</li><li>4: จัดส่ง</li><li>5: เสร็จสิ้น</li></ul></td>\n</tr>\n<tr>\n<td>ordercode</td>\n<td>String</td>\n<td>รหัสออเดอร์</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>อีเมลล์ที่สั่งซื้ออเดอร์</td>\n</tr>\n<tr>\n<td>trackcode</td>\n<td>String</td>\n<td>รหัสพัสดุ</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>ค้นหาจาก name, lastname, username, tel ที่อยู่ในบิลของออเดอร์</td>\n</tr>\n<tr>\n<td>paymenttype</td>\n<td>String, Number</td>\n<td>ประเภทการชำระเงิน <ul><li>-2: รอชำระเงิน</li><li>1: ชำระสด</li><li>2: โอนเงินผ่าน ธนาคาร</li><li>3: Credit Card</li><li>4: เก็บเงินปลายทาง</li><li>5: QR Payment</li><li>6: Crypto currency</li></ul></td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>String</td>\n<td>ค้นหาจากคนที่สร้างออเดอร์</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าผลการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","orderHistory"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"c893e85c-3e84-4d55-b5e2-88162011e861","name":"Order History (Front End)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"startdate\": \"\",\n    \"enddate\": \"\",\n    \"status\": \"\",\n    \"ordercode\": \"\",\n    \"email\": \"\",\n    \"trackcode\": \"\",\n    \"search\": \"\",\n    \"paymenttype\": \"\",\n    \"created_by\": \"\",\n    \"page\": 1,\n    \"perpage\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/orderHistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 21 Oct 2021 10:45:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"6c7781b7-1bd9-4705-a934-7e9b3742ac75"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1462-0ZXpvvImzi09oohxzVIFR4HIHR0\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"id\": 59607,\n            \"ordercode\": \"2110000109\",\n            \"channel\": \"website\",\n            \"status\": 1,\n            \"user_id\": 2967,\n            \"tax_no\": null,\n            \"shipping_group_id\": null,\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"shippingorder\": null,\n            \"purchase_id\": null,\n            \"shipconfirm\": \"0\",\n            \"shipconfirm_date\": null,\n            \"delivery_transfer_received\": 0,\n            \"delivery_service_type\": null,\n            \"delivery_send_start_time\": null,\n            \"delivery_send_end_time\": null,\n            \"delivery_type\": \"normal\",\n            \"delivery\": {\n                \"id\": 65,\n                \"type\": \"normal\",\n                \"logo\": \"/upload-img/logo2.jpg\",\n                \"name\": \"ขนส่งทั่วไป\",\n                \"unit\": \"กรัม\",\n                \"price\": 10,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 10,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"normal\",\n                \"updated_at\": \"2020-12-16 12:35:21\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-12-01 10:55:15\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"delichargeaddon\": 0,\n            \"delicharge\": 10,\n            \"add_delicharge\": 0,\n            \"amount\": 1580,\n            \"amount_receive\": null,\n            \"bankname\": null,\n            \"banknote\": null,\n            \"vat\": 0,\n            \"vattype\": 2,\n            \"vatrate\": 7,\n            \"discount\": 100,\n            \"discountaddon\": 0,\n            \"use_point\": 0,\n            \"discount_point\": 0,\n            \"totals\": 1490,\n            \"order_date\": \"2021-10-21 17:42:25\",\n            \"updated_at\": \"2021-10-21 17:42:25\",\n            \"created_at\": \"2021-10-21 17:42:25\",\n            \"trackcode\": null,\n            \"name\": \"Sappakorn Kebpasee\",\n            \"address1\": \"11/112\",\n            \"address2\": null,\n            \"district\": \"กงไกรลาศ\",\n            \"subdistrict\": \"กกตูม\",\n            \"province\": \"กาฬสินธุ์\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"payment\": null,\n            \"zipcode\": \"123456\",\n            \"tel\": \"1234567890\",\n            \"weight\": 510,\n            \"note\": \"\",\n            \"bill_address1\": \"11/112\",\n            \"bill_address2\": null,\n            \"bill_district\": \"กงไกรลาศ\",\n            \"bill_subdistrict\": \"กกตูม\",\n            \"bill_province\": \"กาฬสินธุ์\",\n            \"bill_zipcode\": \"123456\",\n            \"bill_name\": \"Sappakorn\",\n            \"bill_lastname\": \"Kebpasee\",\n            \"bill_tel\": \"1234567890\",\n            \"box_name\": \"Size 40\",\n            \"box_value\": \"18x12x10\",\n            \"shippopbfdata\": null,\n            \"shippopdata\": null,\n            \"shippop\": null,\n            \"freeshipping\": 0,\n            \"freeshipping_manual\": null,\n            \"qutation_id\": null,\n            \"coupon_code\": null,\n            \"promotion_id\": null,\n            \"promotion_type\": null,\n            \"promotion_data\": null,\n            \"created_by\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"updated_by\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"frm_table\": null,\n            \"frmtb_id\": null,\n            \"customer_note\": \"\",\n            \"creditpaytype\": \"F\",\n            \"transaction_no\": null,\n            \"shippop_status\": \"\",\n            \"order_complete\": 0,\n            \"delivery_print\": 0,\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-21T17:42:25+07:00\",\n                    \"created_by\": \"sappakorn.kebpasee@ketshoptest.com\"\n                }\n            ],\n            \"prepared_by\": null,\n            \"prepared_at\": null,\n            \"delivered_by\": null,\n            \"delivered_at\": null,\n            \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"details\": [\n                {\n                    \"id\": 9384,\n                    \"order_id\": 59607,\n                    \"product_id\": 1008,\n                    \"qty\": 1,\n                    \"price\": 590,\n                    \"jsondata\": null,\n                    \"updated_at\": \"2021-10-21 17:42:26\",\n                    \"created_at\": \"2021-10-21 17:42:26\",\n                    \"prop_enable\": 0,\n                    \"feature_img\": \"/upload-img/244167.jpg\",\n                    \"title_lang1\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                    \"title_lang2\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                    \"title_lang3\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                    \"title_lang4\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                    \"properties_desc\": null,\n                    \"property_info\": null,\n                    \"properties_desc2\": null,\n                    \"property_info2\": null,\n                    \"sku\": \"E0101\",\n                    \"cate_id\": -1,\n                    \"weight\": 10,\n                    \"temp_price\": 0,\n                    \"product_price\": 590,\n                    \"transaction_ref\": \"c2ac38b9-5e20-4a83-821c-fe1b1ae191ec\",\n                    \"size_width\": 10,\n                    \"size_length\": 10,\n                    \"size_height\": 10\n                },\n                {\n                    \"id\": 9385,\n                    \"order_id\": 59607,\n                    \"product_id\": 1022,\n                    \"qty\": 1,\n                    \"price\": 990,\n                    \"jsondata\": null,\n                    \"updated_at\": \"2021-10-21 17:42:26\",\n                    \"created_at\": \"2021-10-21 17:42:26\",\n                    \"prop_enable\": 2,\n                    \"feature_img\": \"/upload-img/รูปสินค้า/goods_00_442476.png\",\n                    \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n                    \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n                    \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n                    \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n                    \"properties_desc\": \"เลือกสี\",\n                    \"property_info\": \"00 - ขาว\",\n                    \"properties_desc2\": \"เลือกไซส์\",\n                    \"property_info2\": \"S\",\n                    \"sku\": \"211004-0001\",\n                    \"cate_id\": 1,\n                    \"weight\": 500,\n                    \"temp_price\": 1290,\n                    \"product_price\": 990,\n                    \"transaction_ref\": \"c2ac38b9-5e20-4a83-821c-fe1b1ae191ec\",\n                    \"size_width\": 10,\n                    \"size_length\": 10,\n                    \"size_height\": 5\n                }\n            ],\n            \"confirmpayments\": [],\n            \"order_expire\": false,\n            \"status_timeline\": [\n                {\n                    \"created_by\": \"sappakorn.kebpasee@ketshoptest.com\",\n                    \"process\": \"finish\",\n                    \"status\": 0,\n                    \"name\": \"สั่งซื้อ\",\n                    \"datetime\": \"21/10/2021, 17:42\"\n                },\n                {\n                    \"created_by\": \"sappakorn.kebpasee@ketshoptest.com\",\n                    \"process\": \"process\",\n                    \"status\": 1,\n                    \"name\": \"รอชำระเงิน\",\n                    \"datetime\": \"21/10/2021, 17:42\"\n                },\n                {\n                    \"created_by\": \"\",\n                    \"process\": \"wait\",\n                    \"status\": 2,\n                    \"name\": \"ได้รับเงิน\",\n                    \"datetime\": \"-\"\n                },\n                {\n                    \"created_by\": \"\",\n                    \"process\": \"wait\",\n                    \"status\": 3,\n                    \"name\": \"กำลังจัดเตรียม\",\n                    \"datetime\": \"-\"\n                },\n                {\n                    \"created_by\": \"\",\n                    \"process\": \"wait\",\n                    \"status\": 4,\n                    \"name\": \"จัดส่ง\",\n                    \"datetime\": \"-\"\n                },\n                {\n                    \"created_by\": \"\",\n                    \"process\": \"wait\",\n                    \"status\": 5,\n                    \"name\": \"เสร็จสิ้น\",\n                    \"datetime\": \"-\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b3cce2bf-b38a-4c8d-94aa-a14e4e3cb45b"},{"name":"Export Customer","id":"da921f42-f6dc-4074-9a10-4db7a43b6e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/customer/export","description":"<p>export รายชื่อลูกค้าเป็นไฟล์Excel</p>\n","urlObject":{"protocol":"https","path":["api","v1","customer","export"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"967fb45f-04da-447d-8bff-5f9c2caf8e6c","name":"Export Customer","originalRequest":{"method":"POST","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/customer/export"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 03:27:28 GMT"},{"key":"Content-Type","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"key":"Content-Length","value":"417156"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"0c3902fe-2bd6-4c53-8175-043f9bcb23ca"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"Content-Disposition","value":"attachment; filename=\"Customer_2021-10-22%2010%3A27%3A26.xlsx\"; filename*=utf-8''Customer_2021-10-22%2010%3A27%3A26.xlsx;"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml���N�0\u0010E%�\u0016%nY ��v�c\t�(\u001f0ؓĪ_�LK��8I+��H ��q�̜�ș-v�\u0016[Ld��Ŵ��\u0002�\r\n���\u0016o���V\u0014��5��\u0016{$���V��T�^O��㝔�:t@U��s҄��6�2�ZC��z2��*xF�%�3�|��\r\nl,\u0017���~t- Fk\u0014p֒y�(\u001ew9\u001c-���A���\u0013�� R%�C\r\nu&��) ��\u0013^�IF�\u0010�i�B\u001d��喊bB��!��հV\u000e�\u001f�KH�\f.O�;+?BZ����\u000e'�~O\u0018���\u000f!�a�^΃xo��I��\u0005�\u001d$ԯ��\r\n?/��O\u001e�˦B�2��&6gN�M�9%�\u0017\u001e�r���PK\u0003\u0004\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000xl/PK\u0003\u0004\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000xl/worksheets/PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS\u001d\u0019\u0015*��\u0002\u0000�u\u001e\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��]�%�qe�Wh|�����I2�>U���[73f�f�!\r\n\u0014aM\u00124�ju����*�G�kE�~\u0013q�<\u001cy7\"2b�G���������?��_����������\u000f?�ï�����o�����?�������?��o~��o��\u001f����O��O�_~�����/������?������5�\u001f���nw��\u001f���O��w�m\u0012����������o�㟿�ˏ���\u001f~����\u001a�?���D��w���?������\u001f���o����\u001f�\u0011��/���Ͽ�G�������\u001f��O������{��`�׻�����\u0003�ǿ��\u001f����\f�����?������\u001d�����\u0015�~����O���~��O����\u001f����?��|�����_�ϟ���\u000f���O/��������\u001f�����W?�W�����U'���_���������k����_���������ߟY��o�%��\u0012\u000f\u0012�-��qK| q�\u0012�D�%>��l�O$�[��mK|G�%>�\u0013+\u000f�U��T�\bR\u001e� �.��\u0007�\r\nR�l\u0013����y*����2;0@y��U���\u001f��g��ȡ<�\u000f��g�O��g�Q���?\tR���\u001c�N����,HQ��F�d���\u0012oSb�\u0012�h#b#��K�8�\u001a�CA\u001e�\u00145�\u0017��� UjD��|\u0014�D�$\u0003U�͑�\u0004�R�\\�\u0019�ǩԦ�۔X��:%ڈ�H��R;ͥF�X��� �\u000f�^���@\u0004R�(Uj��5T\u0006�R�#�\tR�&����z�JmJ�M�eJ�S������.��\\jD�u\u0001\u0015�.�DNu\u0001%\u0002��@Uj2P��d�*�9� Uj�K���S�M��)�L�uJ�\u0011���ťv�K�ȩ�j��YM�:�\u0011�Ԉ@j2P��d�*�9� Uj�K��.S�M��)�L�uJ�\u0011���եv�K�ȩ�j��Y�ȹ�jD \u0003�YM\u0006�R�#�\tR�&��Y�?`=\\#Q�&1N��z�6\r\n�N�6\"6z�뉯\u001e���\u0013�Rg7c��fL�߄�ꄁ�l,\u001c��XUx\u0001�1Uz�O��6��ss�m�,sd�#m�l��s\u0010�p\u0018ⓣ�:�\u0019S'\r\n<a�u�\u0013��\u0013C\u0002⓱�gcA|s�;c >ɧN|\u001b�#�)�6G�9�Α6D����\r\n��X\u0010抙O\u0018�|�`�\u000b�\u0005a(>\u0019\u000b3_�/\u0004�w�@|�\u000ff���0G���2G�9҆�V|\u001d�a\u001fX\r\n�\\1�\t����\r\n3_`7\bC��X��\u0002�!`�3\u0006�|0��]�9�6G�9�Α6D���x\u000f��|\u0010憙O\u0018�|�`�\u000b\f\ba(>\u0019\u000b3_�A\u0004�w�@|d8��}�9�6G�9�Α6D���\u0011���\u0010�V]Vc��jL�Y���\u0002OB����/p%\u0002�;c >�g_�7w&���\u001cY��:G�\u0010ي��O�\u0003�B����O�c\u0015�0�*���\u0010�⓱�U|�O\u00110�\u0019\u0003�I>��d?�*���\u001cY��:G�\u0010ي��X�\u0003�B�;f>a0�\t��O�����\u0002�B\u0003�/�.\u0002�;c ?K\b�}s\u0003c��͑e��s�\r\n���:6�>�1���� ��\u0019�7?� ����@x�\u000b<����\u0018H�\u0012����ؘ#osd�#�\u001ciCd+����\u000f�\r\ncv��\u001a���@����F�\u0004\u0003�CG�,\u0018x\u001d\u0001�1��%�Yp�1|�#osd�#�\u001ciCd[M�s\t~��\u0013\t\u001aSˣ\u001f\r\n�YP�:\u000b\r\nĲb\u000bT&��\r\n��O\r\n���^,%T\u0017\u000b��b\u001b��w����f��W�/\u0002��9�B��a����,�V=Α6D�z�x ��\u00031�֦?\u0014�W=\u001at�z\fl\u0010\r\nt�z4�T�hй�1pB��\u001em0\u0014�ϭ�9�6G�9�Α6D�\u001a�X$=\u0016 �]��7Q�nN\u0004�\u0006%\u0010�e�견Сj0�HZ.l�c� -�:I\u0011\u0006\"$r��.�j��2��Α6D�R�\u0018#��\u00181�ֽ?\u0014:W)\u001at�R\f�\u0011\r\nt�R4�V�hнJ1�G��\u0014e�Z��z��p���\u0017�n�jz�\t�|��쮗w�\u000f�\b\u000bE�ݒ!�Ud�-9\u0004n�1�$��PmwT�v<\r\na�6\b�t`�X�ZA�Q!��\u0002q�\u0012�'�@�6\u0018v.s\u0003e��͑e��s�\r\n��\u0006;\u0006�!0P����\u000f����P�P\f�\u0001�F�M�\r\n�C�\u0004z\u0011�\"\f|\u0014\u001d��\"\u001e�F�\u001cy�#�\u001cY�H\u001b\"[\u0011v��C`�\u0018�:i��\u0016.\u0010j�\u0005�Dh��U�\u0006\u001d�\u0006\r\n:V\r\n\u0006f�1Р=$h��\u0004V乙\"��z9��U\u0013�<�:G�\u0010�*�c�\u001c\u0002KŘZ\u001a�P\b�\u0015��[\t:D4\u0010v+\u0006a�b\u0010v+��b\f�hO\u001b�\u0015�\u0014תĹ�\"��p��;W!΍�9҆�V�\u001dc�\u0010\u0018+�`�b\u00106)\u0006a�\u0012�h lR\f�&� ,ˁ�b\f�\u0018\f�z�Uq�B�;+��'6��C�s�\r\n��\r\n\u001a;\u0017��>\u0011�2�E� ܣa\u0010n� ī4$P-���\u0010��0�\u001e%ZJ�QC\u0018\\�!�a���|m\u0016�\r\nѢ\\w\u0017���9҆�V�\u001d_�\u0018�*Ơ�U���)T}>�(D\u000bT}>��ϧP�-[J\u0010b��`u�|�Qq�B��*�\u001c��ûK\u0015��\\�#m�l��1W���bL�\u001e}(T\r\n>���'\u0010�h����P5�\u0014�\u0006��\u0004!\u0006�>���x\u0014s�\r\nq�̑e��s�\r\n��\u0006{\u0017[%7[\t��\u0007�je�{��U��\u0005W\u0016�V5hнjPF��D/\u0006A�\u0016h_Eh\u0010�\u0012/\u0004�2����fqN�ێ�f!�����Q9v\u001c�c�\bs@!�BX�e4��X$��F�g�\r\n�3D��u�\u0006A���b��8�9ҝ��L_��^�1���]5���\u0014��\u0010�J��\u001c\u0003OE�\u0003\r\n�SD��\b����\r\n�SD��)�A\u0010a��Ӧ\biR��\u001bA0\u001b\u0012ٟ��w�*Ĺ�2G�\u0010�\r\n�c�\u001c\u0003cE�\u0003j\u0011\u0015�V� lU\u0002cE\u0003a�b\u0010�*�\u0000xx\u0013\u0018+�@�2\u0018�87V\u0004�\u0010%��pc\u0019�<�:G�\u0010�*�c�\u001c\u0003cE�C}�\u000f��a1\b\u001b��X�@ذ\u0018�\r\n�@���� (�\u0002a�b\u00106,t)p|3wV\u0004�<�X�5�<�:G�\u0010�*��\u001c\u0003gE�\u0003��U\b�\u0015����Y�ѰY��:%|�HPb�h (� (�6\u0005�8�V\u0004��o�w�?�e\u001ek�#m�l��޹\u0014���\u0014�9ԊևB%�{�ʣ�`\u0010@e��hP�]~R�\f��P��2Ee�\u0015���\u0006r)\r\nR�(��\u0005x��>�e\u001ek�#m�l��qWN��\"̡V�>\u0014�[\u0016��� H�\u0002�-�BuˢPݲ(T�\u0018�+��C�\u0013��z��E\u0018H���zxW��e\u001ej�#m�l�رWN��b\f��\u0005:�\u0012��\u001a\t��\u0007���V?\u0014�P�T��\u0006%\u0006���V������W�j��\u0017�.�ꦿY��Დ�mA!ȹ�2D���x-'�8UE\u001aT�.\u0002���F��\u0018�-\u001a\bs�A�\u001b%o�-\u0012\u0014\u0019���`T$=��\t�bL���M�\u0013܄E(Hqn�\f��\u0014{\u001f\u0019I�2b\u0016½*Q��o�^�}Ub�\u0011\u000b��� ̍\u0006�#�7G����`�D1Z�e�E�ݥVo�\tw�ݎ�w��e\u0011\u0012�\f�D\u0012�-���r\r\n�\u0016a\u000eu�x(�-�y\u0012�\u001b\u0003�EG��:\r\n�s\u001d����o���H\u001b\f��Qw�_�y\r\n�\u001a�o�]���Z�\b\t=έ�!��c�z9\u0005֋0�ZR�P\bo�\u0006�\u0013o��G\u000bTO�\u0015��;\u0006qK\u001dX/�`Km)A��1�\u0001(\b�H������w��Z�H\u001b\"[)v̗S`�\bs�o�\u000f�05\u001a\u0004)\u0006�\u0006��h\u0010�F�j\r\n�A��\u0005�\u0007�\r\nՃ�\u0013�\f�E\u0018\u00031����w�tj\u0011\u0010b��/Cd+Ǝ�r\r\n�\u0017ad\u000f#P};y�P��3\bb�@��� �9Z��O`\u0010�\u00184��`�`\u001d���'�\"\f�H�~���?��Α6D�R�\u00180���\u0011�Pߖ\u001f\r\n�\u0012\u001d�j%�\u0007� E\u000bTKt\u0014�%:\r\n�\u0012\u001d� E\u000bt�Z4\bK�X'��V�sբ��\u001cN74�\b\u0007)�\r\n�!����Υ���ώv\f���C \u001e�h�j\u0006\u001a�O*Z��F+T�h�����H���\u0005�k�AuZ�0;�)J\u0014��So��s\u001d��\u000e�H\u001b\"[\u001dvܗ��\u0001С}����\u000b$:�H���r�\u000e-Pm��@ԡE�\u000e\u0003�E\u0003A�\u0002A�ҖRu8w_��2G�9҆�V�\u001d��lv\u0001Dh\u001f,��\u0002�\b-R=˱� B\u000bTϹ\u0015���\r\nU��R�\b\u0003��\u001e\u0012n�;ӽ�\b�-sd�#�\u001ciCd+�rN�\u0016��u���H8��H���\"A�\u0016�\u001eq+T7*�7>u\u001c�-�(�\bm��rx�oq�\"$r�\t�\tt�zw]���m�#m�l��q[��\u0011@�b���6�\u0013�|\u0011�\u001eN|���E\u000bT7�\r\nվ\u0016\u001b��r`�h ��\u0006��۴,�� Ն6�|;Q�s�e��!��b��f\u000e@��U���~\b$R�H�T�r�\u0014-P-\u0015�@8�Q\b�b�\t��\u001b���r��\u0019_���\u001cY��:G�\u0010ي�㭜�\u0019\u0003\"�����@ \u0011�E��\u001c�+\u001a\bk�\u0004�\b\r\n�\b\u0003sE\u001fe\u0015�\r\n\u0006\u0011��\r\n�#osd�#�\u001ciCd+�r�F\f�P>rR\u001bH\u001e\u0002�\b-\u0012\u0016��V�@X�%\u0010Eh\u0010D\u0018�*�(�\bm0�p��\"\bD8���\u001cY�H\u001b\"[\u0011vܔ�y\u0000\u0010�X.|34_\u0006\"�H�H�r�\b��+u��� �\u0019�h|3\f�\u0014\r\n�7C��fHg�V�}\u0011\u0006%\u001do\u0002]w�ӻZ+�\b\b9�\u001d�!��c�Q9�\u0015W��|�\u0004��\u000b$r�Hx;\f,\u0015\r\n��C�j��'�jՃ�\u00049\u0006���C��8��e��͑e��s�\r\nt�f��@��e�{W��EȪ�9҆�V�\u001dO�x*\u0002\u001dkW�C N�\u001a�\u001eg[N\u0010�\u0005���\r\n��l��q��\u0004A\u0006--6\u0018�\r\n    <p��\u0018_���\u001cY��:G�\u0010ي��\\\u0012OE ��\u0002�\b%R-��`9A�\u0016�n�\u0015��\u0015��n�R�\b\u0003OE\u0007�������2G���2G�9҆�V�\u001dO�x*\u0002\u001dkK�C \u0011�E��\u001cx*\u001a\b3�A�\t\r\n�L\u0018x*�(�\be04�]�\u0006Ɨ9�6G�9�Α6D�\"�)��L\u0011�X[�\u001e\u0002�\b-R-��� B\u000b��C��~hP�6�R�\b��\u0015\u001d��˗�u�e��͑e��s�\r\n��\b;6�%�Q\u0004:־��@\"B�T7ʖ\u0013Dh��F٠jxR�n�-%��\u0002��\u0000�j/߅�D=��\"\fd(�*����\u001ep-�`�\u001ciCd�Ǝ�rI�\u0014���ڀ@�L�B�nm�\tj���Q�B�\u0014�Fûa`�蓬ZL�\t�П�%ق@�s;e��s�\r\n��\u0006;v�%hR\u0011�X[�\u001e\r\nA�\u0006A���b�j\u000b�G����\r\n��fK\t\u001a�@�*B�NU��\u000f�ϑ�9�̑u��!�\u0015a�N�\u0004�)�\u001ck��C!��\u0006�*l�(B\u000bT��\u0015�կ6\u001a�\u000e\u00037E\u0003��0qS.S���\u001cy�#�\u001cY�H\u001b\"[\u0011vL�KЖ\"̱v�=\u0014���\r\na\u0012x(\u001a\b�\u0013��?1\b���C�@�*B\tD\u0011�M�9�6G�9�Α6D6\"��\\�_��D��\u001cks�C��\u001c+T�c� B\u000bT��>*T�c\u001b\r\n3�AU�\u001a�΄\r\nU\u0011n \u0017�\u001cy�#�\u001cY�H\u001b\"[\u0011v��kp\u0017�0�j\u0005=\u0014���\u0006Q��q���f\u0014�귧\u0014����\u0012Dh��U�\u0012�\"�jE\u0010�P�\u0002{���6�y�u��!�Ub�>�&��@��\f�\u0010�_\u000f�H�b`�\bs���G�0\u001f��QO�-%H1�O�A��~D�\u0014\u0015\u0004J��'sd�#m�lEرO��}\"�\t�y\u0002�\b-Rmγ� B\u000b��� ̇\u0006a>\f�\u0013\r\n��Р[U!\r\n�z�� P�}���.�y�u��!�Ub�C�&\u001e�@����0�vP�W��ɖ\u0013�h���l�`�\u0019��W�T�\u0018x(:\u0018�����\u0005�\u0010���S�P��H�#m�l��1R���\"�\t�^\r\n�[�\u0015����\u0004%Z�Z\u0000k�P��\u0010�\u0018\u0018)�(�\u0012�~��\u0018 ��U\u0018H��mw�\u001d�=�y�u��!��b�F�&6�@'�FY$��j�j�Y$h�\u0002USϠ�N�I�\u0016\u0003\u001fE\u001feբe��Z�+�0-��TN(�6j��\u001d\u000e,�\u0016\u0014��{*Cd+Ȏ�rMZT\u0004:U��!\u0010]f��\u0017��T�@xa\u0014\u0007�.S�\f�%0U�QVAZژ\u001c�-*�`n�{*sd�#m�lE��T�I��@�j�?\u0004\u0012\u0011Z�j�XN\u0010�\u0005���B�T1\b߹�� ���/c�u�pE\u0010�p�̑u��!�\u0015a�S�&\r\nt�\u001d\u001e\u000f�(B�T�*�S\u0015�\u0006�{\u0015���\u0005�\b-�*B}�E��`&�@~�(H�\t��2G�9҆�V�\u001dO�t�\bt�]\u001d\u000f�D�\u0016��d[N\u0010�\u0004�m\u001d\u001f\u0015�'ٚR]�-%�0�Fь��r�?\u0001\u0011�=�9�̑u��!�\u0015a�N�%v�@���z\b$\"�H�w�r�\b-P-8��P�mP�rx�� ��Nь�r|��)�@�s;e��s�\r\n��\b;v�-�S\u0004:�\u001bE \u0011�E�\u001b\u0013�\t\"�@uc�Pݘ\b�F\u0000K\t\"\f�Q,#t���\u0007�\"��)sd�#�\u001ciCd+�rK�\u0014�N�F\u0011HD(\u0010j\u001c,'��R�\u001b\u0013���DS�u��\u0012D\u00188)6\u0018j�oS���\u001cy�#�\u001cY�H\u001b\"[\u0011vL�[b�\bt��C \u0011�E��$0Q4\u00106&\u0006ac\u0012@/�\u0012D\u0018�(:X��oS���\u001cy�#�\u001cY�H\u001b\"[\u0011vܓ[�\bt�7�\u0004\u0012\u0011\u0006����P\u0015��T�z>*��I\u0000�XJ\u0010a��\u0018S\u0003����\"�w�̑e��s�\r\n��\b;��-qL\u0004:Վ��@\"B�T\u001d\u0013�\t\"�@�1Q�:&\r\nac\u00128&�(�\bm0lL�](s�m�,sd�#m�lE�qLn�c\"Щ�9=\u0004\u0012\u0011Z$�\u0013\u0006��\u0005B/�B�\t%o\\\u0018b)A��c�\u0019�fޅ2G���2G�9҆�V�\u001d��8&\u0002�j��C \u0011�E�\u0011M��h \u001c�\u0018T{B-o\u001e�\u0004��>�*���(��\u001d�E\u0010�p�̑u��!�\u0011�}�\"���g\"\u0014�T��\u001e\u0002Q�\u001a��\u0013ZNU�\u001a�V�\u0018T{�>\tD��R�\"�GYDh\fD��|&�#osd�#�\u001ciCd+crO\u001c\u0013�N���!���\"Ն<�\t\"�@�!O�zX-��0pL�QV\u0011�WZ ¹c\"\bD8wL��:G�\u0010ي���\u0013�D�Sm�|\b$\"�H�\u00129�\t\"�@��$�X�e�`�YJ\u0010a��h����>wL\u0004�\b��\u001cY�H\u001b\"[\u0011v\u001c�{�\bt�G�\u000f�D�\u0012\t_̳� B\u000bT���P�b��wBK\t\"\f\u001c\u0013ͨ\u001eVߧ.ŗ9�6G�9�Α6D�\"�8&��1\u0011�T[0\u001f\u0002�\b-R=��� B\u000bT\u000f�\r\n�\u0019����\t\u0004\u001dΝ�9҆�V�\u001d��8'\u0002�k'�C ѡE�\u001e��\u0004\u001dZ��!+��PzM8\u0019\u0006Ή\u0005�ݮ\u0016�:�\u0017Q[�\u0005�\u001f�\u0010侷uy�̑6D6R��v��o?��hԹv�?�*s�{�꼨yUAz�:3*��d��IM���\u0007�7z9Um�-���bL]���\u001f.������Z/A�5`ژ)\u0002�+�~�/|�'�3>��T������h���B��G�j\u0001�>\u0007��jZ�g��x���R[�!Ϲ�b��~xW\u0017�%\b�\u0006L\u001b3E�\u001d���\u000f�3�h�Q��\u0018u�\u0007�4/j�Bq�\u0014\r\n�4�E��\u0016�i��n\u0014�����p\u0002�-`��Y\u0003����ˎ\u000b�퇹.I���l���bգ\u001f͋��P��ǩz�c��2�c��B��U}��R=Y�-��Y\u0002f\r\n�6f�,;�̷\u001f�$u���\u000f���)�,�9�\u0003֦*�jW�Q��\u0007\u0006�?S�2ij�R�7M�C�\u0000]\r\nt=��6�b �9wk�L\u0011gǯ���\\��|�&�Q6gZ�zi��EqZ��l�T��2��A�q��\u0014�L��-՛3��M�,\u0001�\u0006L\u001b3E�\u001d\u0007��\u000fsY�\u0017R�\u001c\u001eF�,-\u0016�����P��X�\u000eei\u0003R�����\u0014�L̜-�n�1�z|����vyǽ���\t�6f�:;�η\u001f��\u0014\u0013�66?����;U{\u00114/�SB��N�v\u0004��\u0001SM��\f�\u001d�J^4i�T�ۘ��{3�?���F��\u0014���\u00193E�\u001d���\u000fsq�%R��\u001fF��i\u0014�����\u000b��\u0014�:m@�3�}��B���us�0\u00130o\u0001�\u0004�\u001a0m�\u0014Yv̟o?T�@�⢠�کj�8UKu�\u0012UZ�Z����5�C/\t�]\u0002}�\u001e���M��\u0006��Y\u0002f\r\n�6f����:����L�\u0002�kW�é{դQ���(jRC��]�d�������\u0005U\u001a�����L����J\u001c�\u000b�;��4Խ��,�A�s����͞��O�k�:���(Y�5V5�5/��BU��(\u0013gd\u0000YZ\u0014gb\u0000�x\"�y��1�2�y�~`��C�\u0001��LQf���G��Pb�\be�\u00147�6�м�L\u000b���P�������̠�F\u001f�(3p��[�,\u0001�\u0006L\u001b3E�=�g\u001f�?B��T��)W\r\n�r���j��4\u0016�\b0�\u001fLU�G�������1�gF{Z)83�3o�\u001c���\u0018Ee\u0006\u0006А)��\u0019@��\u0000\u0012�\\��\u000f�l�4k�\u0001�i�](�0#\u0003�Ң0\u0013\u0003�Ɠ\t�6\r\n�r2g\bS\u0018.��3gژ)��y?���\u0011ꌻ,�2]Z�z���E]Z�z��S�o̩z˙�E]&ޏ=,�e��̙��Y\u0002f\r\n�6f�,{��>�~������\u0011��-4/��B��H)��(�2�~��B��D��ό�t)\fu\u0019�>s����˞볏\\\u001f���\u0002�Q�K�\u0005���.-\u0014�q���\u001b�CLK��L\\\u001f{X���uK��/�Կ��B�ۻ�d�\u0018Hq\u0006�ϐ)��>���\u0011ꌋ0�2qZ,��[^\u0014�����R���Nq�>�L!N\u0019�^�𺥼�G���c�Q�����3m�\u0014e���}��cԹ^E�p�\u0000e\u001aŃ����P<�4�6�8U�r5-*S���t������7�@��pcN�p>\\�եa1��\f<�!���aב��\u001f�dW�)�\u00197\u00168�S#�pj$\u0014�)�\u0005_�v\r\n�FJaoniA�\u001a�XթT�hwKy�1��ěQ���\u001dN���8�L\u001b3E�=\u0013�4\u0001\tt�]�\u000f���+U?�`���B�rX)T\u000e\u001bUϳ^4-�S�l��i\u0014�,\u000e4Sj�\u0017�j�ԛR���]}�X��<\u0003'h�\u0014y�����7�'�Km�~\u0018%��B\u001d��?\u0018%򴴰!R\r\n\u001b\"{\u000e<״�(��\b��Q?�T���_\fB�ߛQ�ۭ��/�Q��\u001f4d�8{~�!򃄺���Q�#�X�)-/��B��T\r\n\u001d�Jݠ��\u000e�g\r\n�\u000f\r\nQ��\u0015Wt���\u0007��$��\u0014���D��\u0012t�,\u0005�1��ⷀY\u0003����˞1t��!�.�)>�2]Z,\r\n31�4\u0014�<�_���$/�yb\f�\u0010f�\u000et��R�y_\f�5\u0005o\u0006Q��/4gژ)���B��\u0017\u0012��k\u0011,V��x�x���B\u001a��Q\\ǅ��*/�\u0016�i�x�i\u0014O7i���\u0014�\u000by�\u00144gրicf��㮣˯?Lu)�\u0005\u001f�6J&L��\t��.5\u0014&L�P~�$��iA�:��R��q�-թ?\u0012\u0006��3K��\u0001��L�e�\u000b:F\r\nAB]���(ӥĪ�\u0006\u001f4/��B�\r\nS)�a&ɿhZԥ\r\n\b�R)8�G\u001a*�e�\u00114g��Y\u0003����˞\tt�ځ�����Q�K���\"ˋ��P8.R\r\n/�I�/�\u0016ui>\u0017�qM�\u000e]ο�c\fu\u0019�\u0003͙5`ژ)���?���\u0011�R;r\u001fF�.-\u0016�5-/��B��T\r\n�d����E]Z�\u0011�KK���6�ep\u001dܜY\u0002f\r\n�6f�.{��1�~��ԖǇQ�K���2�~4\u0014�K�8_\u0006ɿhZԥ\r\nx�.���s\u0014_\u0007���'`��Y\u0003����˞�s�l\u001f�.�R\u0013�ti�p{��E]Z(�\u001b�\u0014��H�Ѵ�K�TN�qK\u000b��Gz'�e�\u000e4g��Y\u0003����˞�s��\u001e�.���p\r\n�DJ�\u001d��.-\u0014ځ��\u0017o�2]&~�@��KZ���<����P���3gրic��g�\u001c#�G�\u000b�k�͗\u0016��e��h(ΗFq��\u001c\u001fK���\u0001q��\u0014\r\n����@��\u000f�\u0004�\u00120k��1St�3|���#ԥ��<�2]Z,Η�ᣡ8_\r\nUKo>EɿhZ�%�c����i��Kq|���\u0002�9�\u0004�\u001a0m�\u0014]���c��\bu��(\u000f�L�\u0016\u000b}@�\u0017ui��\u0007�\u0014����_4-�Ҟ)diYq�\f�\u0013��\f�9�\u0006L\u001b3[Y�v\u001dY~�a*K�.l\u0000\u0012Jd��0]Z^����t)�\u0015�-��Ѵ K\u001d\u0010�\u001e�`Cn��.��.��\u00120k��1Stٳ{N��#Ե�Z=�2]Z,ؐ�\u0017ui�`C*\u0005\u001b2I�EӢ.���4�+d\u0019�=�P���3gրic�Ȳ���\"�G�k��z\u0018e��X藴�(K\tU��>:�~�$�\u0017M��Lz~4+Ζ��#\fe\u0019�=sf\r\n�6f�,{f�)2{���n��Q&K���21{4\u0014gK�8[Ff��EYڀ��(���S`�\bC]\u0006fϜY\u0003����˞�s��\u001e��l�\u0011�t)���cyQ�\u0016\r\nE\u001bJ�h#I�EӢ.\tɡ�Pb��\u0002�G\u0018�20{��\u001a0m�\u0014]�̞Sd�\bu��%�2]Z,Η�٣�8_\u001a��22{,-��\u0006�|i\u0014����\u0011��\f̞9�\u0006L\u001b3E�=��\u0014�=B]k��(ӥĪ\u001d\u0019\u001f4/��Bq�4��ed�XZԥ\r\n\b�G)�='\u001a'�e`�̙%`րic��g��\"�G�kmWx\u0018e��X(ڰ��K\u000b��\r\n�P��$��iQ�6 �6����[�����3K��\u0001��L�e��9Ef�P��\u0016�0�ti�`BZ^ԥ��\t�\u0014L�$�\u0017M���\u0001�\u001f7\r\n����\u0011��\f̞9�\u0006L\u001b3E�=��\u0014�=B]��4�L�\u0016���٣�x�.T���\u0014%��iQ�ѥoBپ'p{��.\u0003�gά\u0001���V��]G�_��R�k�Vx\u0018%��X�/-/�RCa�T\r\n�e����\u0005]�3�����\r\n��:�\u0014\u0006��3K��\u0001��L�e��9Gf�PW�P\be��Xx���(K\u000b��K��z�$��iQ��u���|v\r\n��s��\bC]\u0006nϜY\u0003����˞�s��\u001e��u�y\u0018e��X�B��E]Z(lǕ�v\r\n        <I�EӢ.m@lǕ�v�\u001c�=�P���3gրic��g��#�G�+{(��.�B��E]Z(�+��q�L���c\u0003���N���L�\u0004w�\u000bC]\u0006vϜY\u0003����˞�s��\u001e�����a�͗\u0016\u000b5n�\u0017ui�P�\u0014jܒ�_4-�R>-$븥���9�{��.\u0003�gά\u0001��L�e��9Gv�P��\u001d�0�ti��\u001d���K\u000b���Q�H�Ѵ�K\u001b\u0010�q�P�q\u000e�\u001ea����3k��1Stٳ{Α�#Ե6+<�2]Z,ؐ�\u0017ui�`C*\u0005\u001b2I�EӢ.����qK\u000bUn���\u0011��\f�9�\u0006L\u001b3E�=��\u001c�=B]k���(ӥ�B���E]J��\u001d��)T�%ɿhZԥ\r\nx�.��9Q`�\bC]\u0006vϜY\u0003����˞�s��\u001e���Y�a���b��Kˋ��P��Z)�i�$��iQ�2 mHM��D��#\fu\u0019�=sf\r\n�6f�.{v�9�{���n��Q�KR����A�.-\u0014ω��9Qd�XZԥ\r\n�s\"�xN\u0014�=�P���3gրicf��ˮ�˯?Lu)ԍ\u001fPQ\r\n��\u0011k��\u0007��.u@��+�su\u001b��zQ\r\n��gZe)оz\u0002�[�sL$\fd9g��Y\u0003���\"˞�s��\u001e�n���a�L�\u0016�\u001f���(K\u000b��R)L�I�/�\u0016ei\u0017��H),�\u0017Z'�6�0�e`�̙5`ژ)���=���\u0011��.\r\n�L�\u0016\u000b�qˋ��P؎+��x����E]����KM��e`�\bC]\u0006vϜY\u0003����˞�s��\u001e�n�\u0013�a���ba;nyQ�\u0012�6d|t\r\n��$�\u0017M��\u0014#��\u001eM\u000bǗ\u0017Z'�e`�̙%`րic��g�\\\"�G�\u001b�(�2]Z,Η�ݣ�8_\u001a��2�{,-��\u0006�:n\u0014����\u0011��\f�9�\u0006L\u001b3E�=��\u0012�=B��E!��Rb����.-\u0014�/���ed�XZԥ\r\n�u�(l�/��#\fu\u0019�=sf\r\n�6f�.{v�%�{����B(ӥ��v<�{4\u0014��Fq;\u001e�=�\u0016u)v\u000f��4-T\u0005_\u0002�G\u0018�2�{��\u001a0m�\u0014]��Kd�\bu�'��2]Z,\\\u0015lyQ�\u0016\r\nW\u0005+�����_4-�2��M(�!/��#\fu\u0019�=sf\r\n�6f�.{v�%�{���\u0006��Q�K�\u0005���.-\u0014�\u001e�`�$ɿhZ�e��\u001e�j�����2p{��\u00120k��1Sd�s{.��#ԭ\u001e�=�2YZ,n�\u0013��Bն��Nq;\u001e�=�\u0016ei\u0003�\u001dW\r\n��%p{��.\u0003�gά\u0001���V��]G�_��R�[�\u001eF�.5\u0016�K�\u000b��P�.��t�$��iA�:��R)�^n��.��.��\u00120k��1Stٳ{���#ԍ_�\u0010�ti��ziyQ�\u0016\r\n��J��2I�EӢ.��\u001eM\u000b��+�\u0013�2�{��\u00120k��1Stٳ{���#ԍ]\u0014\u0016�\u0004YZ(��-\u0014ei��\u001bW\r\n�� ��\u0004�Ο(D)�\u0012[!���#\fE\u0019x=sf\r\n�6f�({^�5�z���Q6YJ����A�*-\u0014�.���e����EY���3uM��\f�\u001ea����3k��1St��z���#ԭ��<�2]Z,�\\&^���˥Q|���\u001eK���\u0001yv�i��\u0006^�0�e��̙5`ژ)��y=���\u0011�V{h\u001eF�.%V����yQ�\u0016��Q�/#��Ң.�B�\u0002��\u001aX=�P���3gրic�Ȳg�\\#�G�\u001b;{�2YZ,X�\u0017ei�`�+\u0005k\r\n            <I�EӢ,��;.㒖,�MPz)\fu\u0019X=sf\r\n�6f�.{V�5�z����(B�.-\u0016:!-/��B�\u0013�(~\u001d%I�EӢ.m@tB*�R�k`�\bC]\u0006VϜY\u0003����˞�s��\u001e�n�;�a���bq�L�\u001e\r\n���(Η��ciQ�����KR�Zn�z�\f��9�\u0004�\u001a0m�\u0014]���k��\bu��Q�2]Z,Η�ף�8_����(I�/�\u0016ui\u0003r�4��e��\bC]\u0006^ϜY\u0003����.o��.��0եPw~\u001eE(ѥ��|iyA�\u001a\r\n�R�/��_4-�ҠZy���B�Ɔ��R\u0018�r�,\u0001�\u0006L\u001b3E�=��\u0016y=B��}\u0014��ХPl����K\u000b���R؎+u�.\u0013�G )��\u0001���\u0002�G\u0018�2�z��\u001a0m�\u0014]���[��\bu�=4\u000f�8_\u001a�\u001b�,/��B��,�pc�R�e��\bd��\u0001����\u0011��\f�9�\u0006L\u001b3E�=��\u0016�=B�k\u000f�é=ti\u0014.d���K\u000b�\u000bY��B]j�\u0017M���g\r\nY����,\u0003�G\u0018�2p{��\u001a0m�\u0014Y�ܞ[��\bu�O��\u0014�K�8]&n���ti\u0014�K�jcǋ�EY�\u0015m2]����-p{��.\u0003�gά\u0001��L�e���En�P��\"�p�\u0000]\u001a�\u000b\u0006-/��B�A�p��R��$n�@RJ$�\\0x\u000b�\u001ea����3k��1Stٳ{n��#Խ��<��A�F�$��.%Tm���\u0014J��:@��ݣ�\u0014�\u0014OHv��#\fe\u0019�=sf\r\n�6f�,{n�-r{���ޘ�S(qS\r\n�6f�.{n�-r{���V��SW��(�=�\u0017ui���\u0018U��?9��.\u0013�G ���\u0001����p\u001d\u000fܞ9�\u0004�\u001a0m�luy�ut����.���&��SXǕ�:nyA�\u001a\r\n�RXǕ�:niA��L�,u\r\n                <4�l��t)\fd9g��Y\u0003���\"˞�s��\u001e������\u0014\u000e/����EYZ(\u001c^*��K�εr�EӢ,�B��H�\u0016�{��\bCY\u0006^ϜY\u0003���\"˞�s��\u001e���\u0014\u000e/����EYZ(\u001c^*��K�j��EY\u0012��K����\u001ex=�P���3gրic�����#�G�{�\t8��K�pxiyQ�\u0016\r\n��J��R)\u001c^ZZԥ��.�B\u000bŝ��\t�\f̞9�\u0004�\u001a0m�\u0014]�̞{d�\bu�ŷ\u000f�j��{��\u001b���K\u000b�ݸR؍+�ݸ�E]F_��\u0001�\u001b��8�u��P���3gրic��g��#�G�{-�}8�u�(��٣���\u001b�u\\Z{v�D�E�0\u0005b������i�p�\f�9�\u0004�\u001a0m�\u0014e��{d�\b�|��ЙcGhS1\u0014`Zj\u0014��B\u0005�c(�t�۟���'\u000bu�\\σ�܄�:\u0003�gά\u0001��LQg���G��Pχ�\u0005ݰZ_���qIO�\u001f��5]1.�qUO�\u001f}�P�xMrfD\u001b�\u0006q\u0006�ϜY\u0002f\r\n�6f�8{��=�~�z�Ѹ�+�e]1���㱸�+ƕݰZ����Q����\b�sgD��tS��\u0007\u000eМY\u0002f\r\n�6f�<{\u000e�=r��z>D��qeW�+{b\u0002y,��qeW�+{�\u0003\td��\u0011��\u0007m?�P��\u00114gրicf#��n�����L�F=\u001fb]�\u001d�ō�;X]�5�*�N���w���\u001bF7H\u0013���\u0007[���Օ}K�vݘ�̀Y\u0002f\r\n�6f�6;nз\u001f��\u0014�bW� \u001f\u001d�\fm*V���ԨM�U���`�R�\u000ev�8\u0003Oȟ,�i\u0003�2��-�3�1T��\u0014\r\n�5`ژ)��B�~��S�&��*�G\u0007���\u001d���kjT�ƪ\u0007�\u001d���w�z\u0004��Q����wF�\u0015q[�'Ϲ7\u00140K��\u0001��L�g�\u001b���\\�Ҵ�å�\u001d�vN:VK�>hj��ƪ��\u001d�6Ov��\r\n��Q�A7�A��ϻ���8�\u0006Q��\u0001��L\u0011g� ���\\�r1�\u000e7\u000bw0��qe\u000f<�N,��qeW�+{`\u00139ĹӨZz�s�(`��Y\u0003����ΎM�퇹:�����\u001d��!u�Z���Q�\u001a�V\"u�Z����Pg�\u0015\u0019t��\b�;#�֠-֛<�^Q�,\u0001�\u0006L\u001b3E�\u001d���\u000fsy��Q�\u001f\u001f\u001d�6\u0007u��\u001d��Q�\u0016���}�`�?���\u0006!͌��X����ժ�-���P�s�(`րic���\u0016}�a�OsQP.���|\u0007�\u0007�\u001a����|\u0007�\u0007�fN3�>5\u0016�O�j��\u0016�͟s�(`��Y\u0003����ώa�퇹>���U�\u001d�V�w�Z���Q�\u001a�ֿw�Z\u0000o\u0018����(O��\u000e��> '�yÐ1\u0014��.\r\n�5`ژ)���E�~���L�Z��`ܶ\u001bVk�>hj\u0014���]1nۭ\u0003�:�\u0018�I��s>`���R=q�͢�Y\u0002f\r\n�6f����:����T�B=���9\u001d���\u0018fNK\r\n��X�9\u001d���\u0018�\"�\f��'[��\u0003�Pi�u�)\f�9g��Y\u0003����Ξ]���\"���Z���`ض;�m��Fuj,l�\u001dö�1l�-3��\u0010��v�\u001a�[����.�3K��\u0001��LQg�.�Gv�PϿZm\u0005�`�\u0017���f`M���X�\u001bرZ�����~`͌�\u0014�\b��vFĦhO�\u0005�va(��.�3k��1S�ٳ���]$��!riW�K�b\\�\u0013��cqiW�K�b\\�\u0013�H ���\u0014vE��\r\n� ��*\u0012��\f��9�\u0006L\u001b3E�=�h\u001fYEB=�j�Sr\fuJ��N�R�:5\u0016�\u001cC��`b\u0015Yb\u0014gd\u0015��\u0014\u0005V�0\u0014g`\u0015͙5`ژ)��YE��*\u0012�����0�z���)J�\"��M�b�\u0014)�MQ�\u0015)ĩSG�Y�\u000f�\"a(��,�3k��1���aב��\u001f��\u0014��\u0010q��\u0018\u000e<\u001dÁ��\u0006yz,\u001cx*��\u000f;\u0018\u000e<-3��cA��am�`�7Oa��9�\u0004�\u001a0m�\u0014}��Cd\u0017\t�|�X�\u001d���\u0018�vK���XX�\u001d���\u0018j�-3�S� .�B�\u0004[�3{\r\nCu\u0006vќY\u0003����Ξ]t��\"����ȣ���t\ff��Fuj,�����t\ff�eFu�]T��ϝ\u0011q�t��By\u0006vќY\u0002f\r\n�6f�<{v�!���z>D� ;�\u001ad�P�l�Q�\u0016�Ve~�`�Av\f5Ȗ\u0019婱8{*���!0���>\u0003�hά\u0001��L�g�0:D��Pχ�3y�p&�\u0018��-5�Sc�L�1��+V\u000b�^43�Sc�1r\f��!����>\u0003�hά\u0001��L�g�3:D��Pχ\b��1���n�ԨO�\u0005��1���n�̨Oi1�G��;#���\u0010�F�P��i4gրic�ȳg\u001a\u001d\"�H����t���S1�}&����ۧb|�T�o��i�.Чbp�\u000et`���5�3K��\u0001��L�g�5:D��Pχ\b��1�F����\u001a����\u001a9\u0006��1\u001c�[fԧ�:A��q�\u001e�F�P��o4gրic���\u001b\u001d\"�H��C�٧b<�T�g��o�x�iX�����x��\u0018G�d�Nk}��5��8\u0012��\f��9�\u0006L\u001b3E�=��\u0010\u0019GB=�j�J�\u000eV���`�J:M��X�N\u001d\u0012%!��$�2�:\t]���Έ\\�\u0003�H\u0018�30���\u001a0m�l�y�u�����<�z>D,�aqW�V�}�� O����1,�aq�� O�do�#�hi�u�)\f�9g��Y\u0003���\"Ϟot�|#��\u000f\u0011GK��h�1\u001c-Yj����ђc8Z\u0012��g�Ĩ��R:��y�-��f�\u001a͙%`րic�h��\u001a\u001d#�H����\u001e=:\u0018��a�n�Q�\u001a\u000b�vǰow\f�vˌ�$dS��\b��\u0018�F�P��k4gրic�ȳ�\u001a\u001d#�H��C�k�\u0018\\#��\u001aYj��Ƣ<\r\n��T�:\u0018�E�\u0019婱P\u0012�\u0018JB��k$\f�\u0019�Fsf\r\n�6f�>{��1r���\u0003{t0��8��\u0010K���X(\tq\f%!��$�2�>��B���\"ޙx\f,#a(��2�3k��1S�ٳ���e$���[�\u001c�ڮ\u0018���2�X�<\u0015�ڮ\u0018���2�X8�w�g$\f�\u0019xFsf\r\n�6f�>{��1�z>Dn�\u0015�ݰZ��AS�>5\u0016��qۮ\u0018��g$Э�Y���=p���:\u0003�hά\u0001��LQg�1:F��PϿ\u001a�vŸ�+ƥ=q�<\u0016�vŸ�+ƥ=q���B����|�\u0018�E�P��]4gրic���g\u0017\u001d#�H���֬=:\u0018�vŸ�'v���Ү\u0018�vŸ�'v���Ү\u0018���0\u0012��\f\f�9�\u0006L\u001b3E�=��\u0018\u0019FB=\u001f\"�vŸ�\u001b�K�,5�ScqiW�K�b\\�\u0013�H�K=���\u0019�k{`\u0018\tCy\u0006�ќY\u0003����\r\n                        <O��<��0��Pχ�\u0013y�p\"�\u0018N�-5��c�D�1��\u001bvķ]53�S�lU�@��o��8��8��\u00120k��1S�ٳ�N�]$�\u001e��<\u0014\u00137ӣam��(N����1��am��(��/�\u0001q\"\r\n\f#a���0�3k��1S��3�N�a$��!�D�1��;�\u0013yK��X�(�c\u0007C\u001f�cp3-3��>OĻ�}H�ȟ\u0002�H\u0018�3p���\u001a0m�\u0014}�\u001c�S�\u0018\t�|�ض;�m�cض[jԧ�¶�1l�\u001dö�2�>�>#���y\r\n\u001c#a���1�3k��1S��s�N�c$��X�$\u001f\u001d\f;wǸ�'���\u0012}ꐸ��1��`�Q���p�\u0011Q�|\r\n<#a(��3�3k��1S���N�g$��!�\u000e�1�!;�:dK���X��T�V�}�`0�-3��\u001a�x\u0007�\u000f��Q�\u0019\tC}\u0006�ќY\u0003����Ϟgt�<#��\u000f\u0011mp��\r\n�1��Yjԧ�B\u001b�ch�s\fmp�\u0019���8\u001a�J�S�\u001a\tC}\u0006�ќY\u0003����Ϟkt�\\#��\u000f��wbwY�5\u0018W��4�Xܻ+ƽ�bܻ'��B�=���(p���8\u0003�hά\u0001��L\u0011g�5:E��PϿ\u001a\u0017wŸ�+��=q�<\u0016\u0017w�XM�\u0018\u0017��5�X�-\u001f��;\u001d\u0018|FS\u0018�3p���\u001a0m�\u0014}�\\�S�\u001a\t�|�\\�\u0015��\u0018\u0017��5�X\\�\u0015��\u0018\u0017��5�'\u000bu��T}��-՛<\u0003�h�,\u0001�\u0006L\u001b3[q�w\u001dq~�a*N��4\\��X-�{�\u0018?w`�A�>\"\u001cM��\u0018و4���25\u0014&N�0on�of\\L'\f�9g��Y\u0003���\"͞ct�\u001c#��\r\n@{�ch�t\f홖\u001a����M�О�\u0018�3-3�Ӛ��N\u001d\u0011� ��2\u0012��\f,�9�\u0006L\u001b3E�=��\u001cYFB=\u001f\"�A\u001c���\u0018�<-5�ScQ���\u0018�1\u0014�Xf��=Y�S\u0007ā�90���:\u0003�hά\u0001��LQg�0:G��Pχ�Z\u0010�P\u000b�\u0018jA,5�Sc�\u0016�1����Ö\u0019�iN\u0010/��!��g`\u0018\tC}\u0006�ќY\u0003����Ϟat�\f#��\u000f���b\\�\u0015��\u0018F\u001e�\f}*v�>���Ö\u0018�t\u0018\t$����-\u0012��\fܢ9�\u0006L\u001b3E�=��\u001c�EB=��(\u0006q\f� ��\u0018�R�65\u0016�iX�,���p�d�Q�\u0006�S)\u001cw�\u0003�H\u0018�3����\u001a0m�\u0014u���s�\u0015\t���q�T�3�b�9\u0013��cQ��q�T�\r\nu&^�@��\u001f��Έ���9����<\u0003�hά\u0001��L�g�*:GV�Pχ�\u0003%�N�H�}\u0007��8,5�Sc�k\u001c��\u0012�1T�Xf��|�������\u00049\u0007f�0�g`\u0016͙5`ژ)��E��,\u0012��\u0010a\u00169\u0006��1�E�\u001a婱`\u0016)��\u000f;Ƶ=1�\u0004��\u0014��<�\f:���<\u0003�hά\u0001��L�g�+:G^�Pχ\b��1xE��<>�<\u0016�\"��\u00159\u0006��2�<�J:ց���{�\u001c�E�P��[4gրicf+�ˮ#ϯ?L�)���2O�P\b�\u0018\r\nA,5��c�\u0010�1\u0014�8�B\u0010�\f�\u0014H�R�#���`\u001dy\r\n\u0003yΙ%`րic�ȳ�\u0018]\"�H��C���1l�\u001d���R�<-V��������\u0018N�,3ʓЅW/��ع_\u0002�H\u0018�3p���\u001a0m�\u0014y�\u001c�K�\u0018\t�|�h�p\fM\u001c����R�\r\n                            <5\u0016�\u0018\u0016wäP�2�<�V:ʓ�|i�B�\u0005v�0Tg�\u0018͙5`ژ)��9F��1\u0012��ǅ��\u0018�L��\u0005bK���X�3\u001d��)إ\u0018_;\u0015�kgb\u0018y,�S1�v*�3%ˌ�4���\u0011q�t\t\f#a(��0�3k��1S��3�.�a$����<\u001d��\u0018ϔ\u0012��c�LI1�))��=1�\u0014�\r\n                                <uD�)\u0005��0�g`\u0018͙5`ژ)��\u0019F��0\u0012��\u0010��\u001b&��F�ad�Q�\u001a\u000b��bu\u0003��/��31�\u0014�\r\n                                    <uDΞ�a$\f�\u0019\u0018Fsf\r\n�6f�<{��%2��z�uљ��\u0001�T�\by&���:A���H�1\u0014�[f��Ē�A\u001cC\u001d�%p���>\u0003�hά\u0001���V��]G�_��S���\r\nӧc�\u001c9�͑�\u0006}j,~ �1l�\u001c���2�>\r\nb\u0013�����\u0006��S\u0018�s�,\u0001�\u0006L\u001b3E�=��\u001a9FB=\u001f\"�F�auw\f{#K���X���1ܫd�\u001c�[f��\u000e\t�]�Z����z�\f,�9�\u0004�\u001a0m�\u0014}�,�kd\u0019\t�|�X�\u001d���\u0018�wK���XX�\u001d���\u0018�wˌ�\u0014�z��;#�R�J���\f<�9�\u0004�\u001a0m�\u0014y�<�k�\u0019\t�|���\u0004�sy\u000f��=��,ֹ��~�`\\�\u0015��xF\u001e\u000b/�����J\u000b��\fl�9�\u0004�\u001a0m�\u0014y�l�kd\u001b\t�|�h�s\fMp��\t�R�>5\u0016��\u001cC\u0013�b�&�E3�>�.#\u001f\u0010-pWz005��:\u0003�hά\u0001��LQg�7�F��Pχ�F\u000e����\u0018\\MK��X�N\u001d�k�b\\�\u0013�� �\u001a�\\�\u0003�H\u0018�3����\u001a0m�\u0014y�l�kd\u001b\t�|�\\�\u0015C=�b�r�Fyj,ԃ8�z\u0010�P\u0010b�Q��в�YG�׳��-֛=\u0003�h�,\u0001�\u0006L\u001b3E�=��\u001a�FB=�lܹ+Ɲ�bܹ'��Ǣ<\u0015���\u0018��-3��>��Zd\u001f\u0012\u0007���7\u0012��\f|�9�\u0006L\u001b3E�=��\u001a�FB�ϵ�����7R\f���F}j,ؚ���t\f��eF}\u0012�U\u000b�STg`\u001b\tCu\u0006�ќY\u0003����Ξmt�l#��5��9�68��jZjT�Ƣ:\u0015��ȰZ����Q�ɝt:��\u0002�H\u0018�30���\u001a0m�l�y�u�����:�z��p��\u0018N=\u001dé��\u0006uz,�z:���ar*o�A�\u0016Kn��!ѥ��:�\u0014\u0006��3K��\u0001��L�g�5�E��P�?/fO�0{:���R�>5\u0016jB\u0014㍳�Q��k�O\u0016��\u0001���3\u0012��\f<�9�\u0006L\u001b3E�=��\u0016yFBٕ����/��Al�Q�\u0012�\\�y?\u001a�o�|�\u0011y��QT����i\u0014�I�\u00057!\u000bCe\u0006vќY\u0003����̞]t��\"�T��1Ce�mmTf�\u0016Y�sM��b�k�F\u0014e&^���2��2�ܡL2�zțR����\u0015\u0002\r\n\f�9��L\u0011h�0�E��PO!�0r�\r\nU\f���F�j,\u001c�;F�\u001aVk�_43��\u0010nJ�lԭ�H�n���\u001e\u0018Fsf\t�5`ژ)��\u0019F��0\u0012��W�H1n�\u0014�(1�<\u0016'PŸ-R\f��eFu\u0012�WG?k�Z��z�\f��9�\u0004�\u001a0m�\u0014u���[�\u0017\t������1Tz:�b\u0010K��X�\u0002�c\u0007C1�c(\u0006�̨N{�\u0010�\u000e�B�\u001b�\u0017�3����\u00120k��1S�ٳ�n�]$��!�.r\fv�c��,5�ScQ���.r\fv�eFuړ�:u@\u001c��h���\u0014��\f̢9�\u0006L\u001b3E�=��\u0016�EB�ϵ\u0016���`\u00169\u0006��R�:5\u00167��,r\ff�eFu\r\nT�O?wF��~��By\u0006nќY\u0002f\r\n�6f�<{n�-r��z>D.�qiW�K{�\u0016i�Zd���qi'v��؋&Fu\u0012�]�\\]�B�\u001b�\u0017�30���\u00120k��1�\u0015�}�\u0011��\u001f��\u0014���E\u0019�c(�s\fet�\u001a��p9�c8�t\f�![fP�>�*N��f�uKu�)\f�9g��Y\u0003���\"ΞSt��\"��4\u0014�9�\":�.�l�Fq�\u0014�\u000e���1l�,3�3q�l@�H̝�\u000b�\u00198Esf\t�5`ژ)��9E��)\u0012j���\u001e\u001d\f��:�\u0013yK���X�m�1l�\u001cæ�2�:%֡�P~�\f�mѝ�\u000b6��P��_4gրic���\u0017�#�H����5<:\u0018�E�a[d�Q�\u001a\u000b�\"ǰ-r\f�\"ˌ�L��\u0001��y��Bu\u0006�Esf\t�5`ژ)��E��,\u0012��\u0010�+r\f�\"ǰ+�ԨN�U��?v0��qmO�\"�u��A|�\f�#�{`\u0017\tC}\u0006vќY\u0003����Ϟ]t��\"��\u000f\u0011G�����1\u001cyZjԧ�Bo�c�m7L��,3�Sb�>53��a$\f�\u0019\u0018Fsf\r\n�6f�>{��=2���_X!�\u0018WwŸ�'�����\u0018WwŸ�'��@�\u0018\u001f��{�\u0018\tCy\u0006�ќY\u0003���\"Ϟct�\u001c#��\u000f�˻b\\�\u0015��8F\u001a�\u0016��`\\�\u0015��8F\u0002]kI�g��u\u000fڋ��:\u0003�hά\u0001��LQg�1�G��PϿ\u001a��q�\u0018��c䱸uW�[wŸuO\u001c#}�\u0010�\fh\u0007KA{�0Tg`\u0018͙5`ژ)��\u0019F��0\u0012��WC��b�\f�}\u0007�G�,5�Sc�#p��#p��#p�\u0019�)��`Ɇ�����H\u0018�3����\u001a0m�l�y��\\��~��Ө�߭�yv�Z���j���V�ىU�<;X��t\fu��YէA׺g��T����cyc�:\u0003f\t�5`ژ)��F�~����\u0014�yv�Z���j���FuZ,|�4����F\u0001�\u0006L\u001b3E�\u001d���\u000fs}��Q��G\u0007��\u0018g��6�Ģ>\u0015��iX��{�̨O�U\u000b�;Xm��b=}�m��Y\u0002f\r\n�6f�>;�ѷ\u001f��4w�\u0016�>:X�\u001bu��7�ԨO�U�F\u001d��:X�\u001bif�'!~DS�z��z��F\u0001�\u0004�\u001a0m�\u0014uvl�o?��i�F-�}8VKB�w��7�ԨN�U�F\u001d��:\u0018W��62��tF��hK��97�\u0002f\t�5`ژ)��F�~��Ӝ�Z���`\\�\u0015��\u001e�F�XT�b�4�`w�30�\f�'4}D܇��z�{F\u0001�\u0004�\u001a0m�\u0014yv<�o?��i�\u0006�C�`�\u001a)ƭQ�\u0019ub�\u0016�\u000eV[�\u0014��\u000b�\u0019�\u00194\u0019u\u0006���22��[F\u0001�\u0006L\u001b3E�\u001d���\u000fsu��R+y\u001f\u001d��\u000b��� �\u001aթ��NŸ1\u0012�\u001ew͌�L,�Έ�Z�-�;W�{F\u0001�\u0004�\u001a0m�\u0014yv<�o?��)�Ƶ\u0016�>:X���`�R^S�\r\n                                        <5V-F�`�R���Jy͌�\f<#�����͝s�(`��Y\u0003���\"Ύe�퇹8�׸�\u001a�G\u0007������\u000f�\u001aũ��}�\u001d�^7���u��\u0019�I\b\u0016��Έ�\u0017�\u001d#c(Ϲc\u00140k��1���~ב��\u001f��\u0014��\u0010�/r\f�\"ǰ/�� O��3Oǰ�+VKG_43�S�k}\t��\u0019\u0011K�\u0006��S\u0018�s�,\u0001�\u0006L\u001b3E�=�h\u001fYFB=\u001f\"�vǰ�;���R�\r\n                                            <5\u0016�vǰ�;���2�<\r\n�\r\n                                                <uD8���1\u0012��\f\u001c�9�\u0006L\u001b3E�=�h\u001f9FB=\u001f\"�<\u0015�\u0015��;\u0018�<-5�S3�\r\n                                                    <uH,�aq��(O�UK�;Xm��b=}\u0006�ќY\u0002f\r\n�6f�>{��>r��z>Dl�\u001d���1l�-5�Sc�\u000b=\u001d��̧\u000e�c%ˌ�$ě���y���z�\f\u001c�9�\u0004�\u001a0m�\u0014u�\u001c�}�\u0018\t���qqW���b\\�\u0013�Hc�:uH\u001cz:V�_�̨��3F:`��z�R=q\u0006�ќY\u0002f\r\n�6f�8{��>2��z��j�|\u0007�e�\u001d���kj\u0014�Ūե\u001f;X-��`�L^3�8�0�\u001e�g���;{�R=u\u0006~ќY\u0002f\r\n�6f�:{~�>�z��P\r\n�\u0018JA\u001cC)��Fuj,�S1�\u0014�(�\r\n                                                        <V�\fG\u0007C)�>p���>\u0003�hά\u0001��L�g�1�G��P�k-�}t��\u0003��j\u000f��F}j��\u0003��P��X��̨��Z:\u001d��&n��:\u0003�h�,\u0001�\u0006L\u001b3E�=�h\u001f\u0019FB=�j�\u0016)�m�b�\u0016%��Ǣ:\u0015�gf\u0018YfTgb\u0018\t$��>0���8\u0003�hά\u0001��L\u0011g�0�G��P�k��}t0N��q�L\f#�Eq*ƩS1N��ad��u���ر�v�n��>\u0003�h�,\u0001�\u0006L\u001b3[}\u001ev\u001d}~�a�O�������0y:���R�>=\u0016v��\r\n�O\u001d\fgJ�\u0019�)\u0010?\u0000�\u0019\u0011��`\u001dy\r\n\u0003yΙ%`րic�ȳ�\u0018\u001d\"�H��C���1�\u001c���R�\r\n                                                            <5\u0016��\u001dC��c(���(O��*y�X�y\b,#a���2�3k��1S�ٳ�\u000e�e$��!���1Tz:�JOK���X��s\f������2�>\tI\u0013��x����\u0016���\tCy\u0006�ќY\u0003���\"Ϟct�\u001c#��6\u001c{:�cO�p�i�Q�\u0012�V�3?v0\u001c{:�cOˌ�$$]\u001c>\"v��2\u0012��\f,�9�\u0006L\u001b3E�=��\u0010YFB=\u001fb����ջ�:X��KS�\r\n                                                                <5\u0016�\u0018Wwb�z.���Q��=�oc��|���r�8\u0003�h�,\u0001�\u0006L\u001b3E�=��\u0010YFB=��(�t\f������R�85\u0016J=\u001dC5��\u000bp�L,#�l��\u00119w\u0006��0�g�\u0019͙5`ژ)��yF��3\u0012�����H1�\u0014��(�<\u0016wF�q�T�;��3\u0012H�A,\u0014>���z�\f\u001c�9�\u0004�\u001a0m�\u0014u�\u001c�C�\u0018\t�����N�Z�������R�:5\u0016\u001a4\u001dC��ch\u001f�̨N��[=;CR��g$\f�\u0019xFsf\r\n�6f�>{��!�z>D\u001e{\u0012�WI��\u0004C��eFyj,��;\u0006�H�Z����Q�\u001a���b|�\f\\#a(��5�3k��1S��s�\u000e�k$�\u001e7�>:\u0018\u0017wŸ�'�����\u0018\u0017wŸ�'��B�\u0019Ɉ�j\u0016�n��<\u0003�h�,\u0001�\u0006L\u001b3[y\u001ew\u001dy~�a*O��6�����jQ�\u0007�\f��X�\u00199���a�� �hfP�>�*N{`�\u000e�uKu�)\f�9g��Y\u0003����͞ct�\u001c#��[L��a�t\fS��Fqj,L��a�t\fS�eFqڵt\r\n                                                                    <U�!�O�/G�3p���\u00120k��1S��s���c$��V+*\u001f\u001d���b(\b�ԨO���\u0010�P\u0010bر\u001eھhfԧ=Y�S\u0007��~����30���\u00120k��1S��3���a$��\u0006b��@�\u00186F�\u001aթ��1r\f\u001b#�x�eFuj,l�\u001c���\u00188F�P��c4gրic���\u0018\u001d#�H��C��.���yj0�\u0018Yf���B��c(�w\f���\u0019�IH�_P\r\n��G�/\u0014g�\u0018͙%`րic����\u0018\u001d#�H��_\r\n��`&N\r\n\u0006��2�8-\u0016>���`�;\u0006��2�8�/\u0019u��ct\f\u001c#a(��1�3k��1S��s���c$��!�mw\fn�cp�-5�Sc�/mu0\\��\u0018.M�̨O�e;#\u001b�\u0016��n��>\u0003�h�,2�:\tI\u000b����30���<\u0003�hά\u0001���V��]G�_��S��_\u0017��c�<\u001d��i�A�\u001e\u000b��c�<\u001dÁ�e\u0006y\r\n��n>;\u0005un��:��:��\u00120k��1S�ٳ�N�]$��\u0006+Ӱ{}o{��P�d�Q�\u001a\u000b����P�1x��\u0019�IH\u001a8|D�)��P��[4g��Y\u0003���\"Ϟ[t��\"��\u000f\u0011uJ��=�1�gZj���B{�b����b�� �hf��Aز��03O�]$\f�\u0019�Esf\r\n�6f�<{v�)���z�u���\u0018��\u001cC���Fyj,��9��7���f�Q�\u0012k_7��;C�b�S`\u0017\tC}\u0006vќY\u0003����Ϟ]t��\"��\u000f\u0011[#ǰ5R�V+�ԨO����c�\u001a9�\u001b=-3�S� ^��\u0014��\u0013�\u0017l܅�:\u0003�hά\u0001��LQg�/:E~�PϿ\u001a\u000e�\u001dÁ�c8��ԨN��\u0003y�p �\u0018\u000e�-3�Sm1n�l�Z����z�\f\f�9�\u0004�\u001a0m�\u0014}�\f�Sd\u0018\t�|�\\�\u0015��.c��\u001a�(O\u001d\u0011�J:\"JA���͋R\u0014���6��=����4\u0003�hά\u0001��L�f�+:E^�PO\u0005p�T�S�b�:\u0013��cq�T�S�b�:\u0013��b��iC���1\u0012��\f\u001c�9�\u0006L\u001b3E�=��\u00149FB=\u001f\"�N�8u*ƍQ�\u0018y,n��1b\u0015�cܷ'���\u0012�݇��=h0\u0012��\f<�9�\u0006L\u001b3E�=��\u0014yFB��nԽV���`<�O\u001c#\u001f�G���k�\u0011�\u001bEmZ(N�Fqe��Rwt_\fڟk��b��i����.�R��s4d�\"=�:\"���T�B=ŀ�k\u001c��5����R�L5\u0016�Ev\f\u0005u����2�P=\u0016N�\u001c��J\u001b�3�\r\n�It�,\u0001�\u0006L\u001b3E�=��\u001cyGB=\u001f\"��\u001dC��c(��ԨO��byǰCR���\u0019�IH�`�P���L\u001b\u0006�0Tg`\u001d͙5`ژ)��YG��:\u0012j�[�\u001e\u001d\f����\u0015�R�:5\u0016^A\u001d�ټb<��̨NBr��\u0014�>ρs$\f�\u00198Gsf\r\n�6f�:{��9r��z�qal:\u0006c�1\u0018��\u001aթ�`l*Vk�?u0\u0014-YfT�=Y���%�΁m$\f�\u0019�Fsf\r\n�6f�8{��9���z���)#��)#��fd�Q�\u0016KĩCr�T\f��eFq�g�x�\u000f\t[�L\u0013��\f��9�\u0004�\u001a0m�\u0014}���sd\u001c\t�|��5\u001d���X=\u0001���Q�\u001a\u000b��c�5mH~��(��\u001e,�)i�K[g\u001a0�f`\u001a͙%`րic�h�g\u001a�#�H��\u0016GK����1�-YjԦ��ْc8�t\f'��\u0019�)��\u0007��\u0007\u000f΁s$\f�\u00198Gsf\r\n�6f�>{��9r��z��P�X-���P�i�Q��\u0019��Cr�\u0006(^:k�Q�\u001a��T\f]���9\u0012��\f��9�\u0006L\u001b3E�=��\u001c9GB=���?\u0015���\u0018���9�Xԧb�?\u0015���8G\u001e��\u0012kW\r\n��-��g�\u001c͙%`րic���\u001c�#�Ȩ]=�{t0\u001e+)�c��;\u0012H��C��\u001a�p�a�gt5�R�=�f#a�Π�hά\u0001���V��]G�_��Ө\u001d��\u001dñ�c8V2\f��Xع+�zyǰ�\u001b\u0006u\r\nd\u0017{��x��`\u001d}\r\n\u0003}Ι%`րic��g\u0019]\"�Ȩ\u001d�wǰ�;���0��b�>uHX��^|�`�'!�S^\u0007�ct��Bq\u0006�ќY\u0002f\r\n�6f�8{��%r���Ֆ�G\u0007���\u0018�v�(N�U+�?v0��]��n�(N��[��N^�:�o\u0019\tCu\u0006�ќY\u0003����Ξct�\u001c#�v��{t0N��q�L\u001c#��\u0017Oǰ1r\f\u001b#�(��1\u0012����]\u0002�H\u0018�3p���\u001a0m�\u0014q�\u001c�K�\u0018\te��\u0016lW;!�+�Ry��M\u001b�6B|�\u0011Q\bb\u0014K卢2-\u0014�9��I�\u0005\u0017�\r\nCi\u0006fќY\u0003���\"͞Yt��\"�v\"MŰaw\f\u001bvèM��:\u0010�`f\r\nf\u001fo�hTg�\u0016ـ���K`\u0017\tCu\u0006vќY\u0003����Ξ]t��\"�v������aW�\u001b��.�X�\u0010\u0019V�&?\u0019�?Ɇ=��\u0004�*%\u001f��g�\u0016\tCy\u0006nќY\u0003���\"Ϟ[t��\"�v��p���b�<\u0013��cq�T���X7WZ�\u0016��'\u000bu\u0012�Գ��-�\u0013g`\u0015͙%`րic���g\u0015]\"�Ȩ]m�xt0Ν�q�L�\"�ŹӰZF���q�L�\"�.�o��\u0019�sg�\u0014\tCy\u0006NќY\u0003���\"ϞSt��\"�v�\u0015����aW�\u001b��)�Xܰ+�\r\n�bܰ'N�@G\u001a�B��_��\u0016�'\u0005VќY\u0002f\r\n�6f���:����T�F�j��ñ��𾃡\u0010�0��c��/�p�c8�7\f�\u0014Hn�\u0012j��v��\u0016�̞�@�sf\t�5`ژ)��9E��)2jW���\u000e��\"��\\d\u0018婱�\\�\u0018Δ\u0004�_�K̋F�<��\u0018if�t�u�u�Oa���,�3k��1S��3���YdԮ66<:\u0018vF�agd\u0018����3r\f;#����\r\n\f\u0016��L�c$�|\u0004�J߅�g�\u0015͙%`րic����\u0015]#�Ȩ]mlxt0�\u001c���0�Scag�X=j����32��\u0014�V�����5p���<\u0003�hά\u0001��L�g�-�Fn�Q;��;���c�\u0019\u0019Fyj,�\u001c���1�\f�<\t]�9��Έ�=��\"a(��1�3k��1S��s���cdԮ:\u000e�/q8\u00067�0�Sc��/�P��\u0018\u001c#�(O1�.�u�sgH�{^\u0003�H\u0018�3����\u001a0m�\u0014}�<�k�\u0019\u0019��\u0015�\u000e�:%�P�d\u0018�iP�0���P��\u0018�\u00051��$t��]�;#�Ҽ\u0006��0�g�\u0019͙5`ژ)��yF��32j_\u000b�\u001f\u001d\f�+9���\u0014�\r\n                                                                        <5\u0016�s\fw�9ƝQ�\u0019铅:\t��(����8\u0003�hά\u0001��L\u0011g�3�F��Q�Z_��`\\�\u0015�ڞxF\u001e�k�b\\ۥ%�R\u001d�\u0017�Fq\u0012��s��N�F�k`\u0019\tCu\u0006�ќY\u0003����Ξet�,#�p�ܣ���S1\u001ez&���⡧b<�\u0014\u0003�\\�`^4\u001a�iO\u0016�\u0014�\u001e&�n��8\u0003�h�,\u0001�\u0006L\u001b3[q�v\u001dq~�a*N���\b���0u:��S�*N����1L��a[d\u0018�)�||�GĮh�u�)\f�9g��Y\u0003���\"Ϟat�\f#��������+r\f�\"� O�Ey\u001aVK�?u0�y\u001aFyj7\u0013�#���F��\f��9�\u0004�\u001a0m�\u0014y���[�\u0017\u0019���Ï\u000e�3O�p�\u0018䩱p��\u0018�<\u001dÙ�a��Ƃ߮\u0018o��~��)\f�\u0019XFsf\r\n�6f�>{��-���ڳ��1�����T\f��X�3\u001d��)�\u001eUY/\u001a��Lڋ\u0004�]�-0���8\u0003�hά\u0001��L\u0011g�0�E��Q{Vz:\u0006?�1���A�\u001a\u000b~�b��t�k{b\u0018\ttc-��ȵ=0���<\u0003�hά\u0001��L�g�0�E��Q{Vz:Ƶ]1��a䱸�+Ƶ]1��a�O\u0016�\u0014W�X\u000f_�XO��]4g��Y\u0003����Ξ]t��\"��,�T������S1�Sc���1\u0014z:�BOèNk\u001e�m�>$Εn�_$\f�\u0019�Esf\r\n�6f�>{~�-���*dǸ�+��=�<\u0016��\u0018\u000e=\u0005�5�/\u001a��$$w�\bu��-����8\u0003�hά\u0001��L\u0011g�/�E~�Q�Z+��`<�T����_�x��\u0018\u000f=\u0015�g�\u0017\u0019$�J:\"�v�/ܵ\u0007�ќY\u0002f\r\n�6f�<{��-2����\r\n�G\u0007㡧b<�L\f#��t����\u0014D1n�\u0013�H ���\u0013��(����<\u0003�hά\u0001���V��]G�_���(|�����1r\f\u001b#Ū<=\u00166F�ac$�ݽ`ѠO}�U�6�ܽ��:�\u0014\u0006�3K��\u0001��LQg�1�G��Q�Z��0l�5\u001e\r\n��bP�A�\u0002�c\u0007���\u0018jA\f�:P�S3�8uHN��q�L�\"{\u0018����\u0019��g`\u0019\tC}\u0006�ќY\u0003����Ϟet�,#�\u000e�Bv���b�<\u0013��cQ��q�$��u�h0�3\b���\u0017\f�{�\u0018\tCu\u0006�ќY\u0003����Ξct�\u001c#�\u000e,C\u0016��R:\u000f�#y�(N��#O�p$�\u0018��\r\n�:\tə�P��̝t_p�$\f�\u00198Fsf\r\n�6f�:{��=r��:�\f�1�!;�2d�(O��2d�p\"�X�h}Q���X8�t\f�J��1\u0012��\f\u001c�9�\u0006L\u001b3E�=��\u001e9FF\u001dx\u0015�c\r\n                                                                            <VR��J�c�x��\u0018��\u0014��n\u0018��t\u0018\t�G/��\u0016�3����\u00120k��1S�ٳ��ed\u0014�<\u000f�j���\u000e��=��\r\n                                                                                <3�S��\u0017�\u001cá�aT��+\u001dY��C�Ҽ��>\u0003�h�,\u0001�\u0006L\u001b3E�=��\u001eyFF\u001dj��quW��{�\u0019y,��qu7��90��L��\u0004�_����\u0016�3����\u00120k��1�Q�i�su~�a�N�\u000e�C6LΕ:Ѫ�XUg'V5�;X5�;X��\u0014���'[��\u0019��s��:���\f�%`րic���c\u0019}�a�N�\u000e����������e�\u0018�i�j���\u000eVO=\r\nC��\u0006�8��B�2\u001e�<��zڜ�E\u0001�\u0004�\u001a0m�\u0014mv�o?̵)\u0014n�{t����\u000ev�6\u0003��\u0013�\fm*V����ꑧb\u0014�XO�3;Cޠ�y��1���1\r\n�5`ژ)��8F�~���l\r\n�!;�:�\u000eV�E�Q�\u001a�\u001ezv�z�\u0018�L�(Ϡ�� �;�n�1���-\r\n�5`ژ)��E�~�k�L�Z+��`�-�`�-R���X�-�`�-�!�])jS>��::\u001f\u0011ut[�'Ϲ]\u00140K��\u0001��L�g�.���\\���\r\n�c�X�}\u0007��\u0019�E�X�:\u0015�ԩX��\u0014�>\t\u001dk���Έ��c���9��\u0002f\t�5`ژ)���E�~���L\r\n\\7��j\u0007G\u0007�\u001d\u001c�Q�\u001a��g:��f\u0015�7�\u0015�<\r\n��iTu3�TO�s�(`��Y\u0003����Ύ[�퇹:�E�%�\u000eV;�;X�lW���X������v�����E�Q�I�QW4pl��8�fQ�,\u0001�\u0006L\u001b3E�\u001d���\u000fsq��Q���azܩ��a�b\u0014�ƪ��\u001d�\u001e�;V+�_\u0014�:��B�v\u0001\u001e\u000e�XO�s�(`��Y\u0003����ΎU�퇹:�B�\u0005�\u000eƩS1N��UԉũS1N��q�\f�\"�����S�\u0015ͭ\"c�ιU\u00140k��1�U�~�Q��\u001f��4�{�;\u0018\u000e�\u001d�a�aP�ǂ:\r\n;֪�O\u001d��\r\n�\u0018�i\u0010z3;#B�\u001b�#Oa �9�\u0004�\u001a0m�\u0014y���}�\u0015\u0019u����\u000eV��:X�RR���X�\u000e���*�\u000e\u0006��0�31�\u0004:���-�\u0013g`\u0016͙%`րic���g\u0016�#�Ȩc��~8V��w0�(\u0019Fqj,�(9�\u0013%��g\u0014�h4�3�-�\u0001�x�b=u\u0006VќY\u0002f\r\n�6f�:{V�>���:ֺ�G\u0007�q�c8�7���X8�w\f���+�\u0015�:��\"\u001f��<�n��>\u0003�h�,\u0001�\u0006L\u001b3E�=�h\u001f�EF\u001d�X\u001e\u001d\f�\"ǰ/2���X|�T\f�\"\u001d\u0012\u0017~)F}ړ�:�T�_[����-�3K��\u0001��LQg�-�Gn�Q�Z���`8�w\f��Q�\u001a\u000b���&�\u000e�}Q�\u0016铅:���N�>����8\u0003�hά\u0001��L\u0011g�+�G^�Q�Z\\��`�Rr\fUJ�Q�\u001a\u000bUJ��JI���Vc�h4�Sb���C�-�\u0007n�0�g�\u0016͙5`ژ)��E��-2�X��\u001f\u001d��J��P)q�<\u0016�iX��|�`�<\u0013�H ~�PC�ۄ[�'��/�3K��\u0001��L�g�/�G~�Q��\u001b?:\u0018�O�8}&~�Ǣ<\u0015��I��%j0�����B��-�\u0013g`\u0017͙%`րic���g\u0017�#�Ȩ#��\u001d�ܩ\u0018���.�X��w\f��qmO�\"���j;|�\fɵ=0���>\u0003�hά\u0001���V��]G�_��Өc�\u001e\u001d\f�J��X�0��cA���D�1l�\r\n�>\u0005����ϝ\u0011��o�N��0��Y\u0002f\r\n�6f�<{��!2��:���G\u0007���t0��\u0019FyZ,��\u000e�3y��/�Fy&��@��kKu�Na(��0�3k��1S��3�\u000e�adԑ\u0015�q�T�sgb\u0018y,\u001c�;�#y�p$o\u0018�)\u0010�v\u001d�Vm�n��<\u0003�h�,\u0001�\u0006L\u001b3E�=��\u00109FF\u001dkM����D�1��\u001bFyj,��;�\u0013y�P�d\u0018�I�&K�Q�\u0018\u001d\u0002�H\u0018�3����\u001a0m�\u0014u���C�\u0017\u0019u�5�\u001d\f\u001b#ǰ12���XT�a,�7l�\u000bk\u0014�:\u0013�H�s�*}�R=q\u0006vќY\u0002f\r\n�6f�8{v�!���:�>�1N��q�L�\"�Eq*ƩS1N��]�O\u0016�4��� ��/\u0012��\f��9�\u0006L\u001b3E�=��\u0010�EF\u001dkI���q�T�Sg�\u0017y,�Ӱ:G}�`8�7��$d{v\u001d\u0011E���.\u0012��\f�9�\u0006L\u001b3E�=��\u0010�EF\u001dkM������1\u0014y\u001aFyZ,��\u000e��xǸgO�\"��@^�{=�{�R=u\u0006nќY\u0002f\r\n�6f�:{n�!r��:���G\u0007Cw�a'\\ҭ\u0018թ��P�b�*�\u000e��vŠΤ�H �S:\u0004v�0Tg`\u0017͙5`ژ)���E��.2�+�;\u0018��\u0014�Rb\u0017y,�S1\u001e�+�]Qb\u0017)�J\u0010��׺\u000f{�b����-�3K��\u0001���V��]G�_��Ө\u0013K�\u0015c��c(�7\f��X(�w\f�������ţUyꓭ�\u0001k������>Uq\r\n\u0003qΙ%`րic����\u0015\u001d#�Ȩ\u0013+�\u001d���\u0018�N�(N���x�p\u001c�\u0018��\u0015�8�w�%�\u001e�\u0015���.\u0012��\f�9�\u0006L\u001b3E�=��\u0018�EF�I���p��\u0018\u000e�\f�>5\u0016�E��P�1\u001c*)\u0006}j,l�\u001c��~\f�\"a���/�3k��1S��󋎑_d�\t�t;�K�;\u0018\u0017��/�X\\�\u0015��\u0018nTR\f�Ln�\u0013HN䏁]$\f�\u0019�Esf\r\n�6f�8{v�1���:��\u000eVo��`�\u0014�0�Sc�R\u0010�p)�`�3\u000f�4\u001aę�E\u0006�s�[�'��.�3K��\u0001��L\u0011g�.:Fv�Q�Z_��`�Rr\fUJ�Q�\u001a\u000b\u0017t;�\u000b�\u001d�e_�A���,\u0004�\u0011q�t���]�0�g�\u0017͙5`ژ)���E��/2��\u001ad��\u00179\u0006��0��b���1� \u001b��\u0012z4�S\u001a��u��c�l�\u001c�y%x�RI���f�\u001bY陒���K�^%�Aƺ�@tf4D2@�\u000f�\u001e�s`\u0018\tC}\u0006�њ�\u0002f̙���0:G��Q8\u0017�l0\u001c�p\f\u00078\f�>5\u0016\u000ep8\u0006��1��'��@�~�\u0011�.\r\n\u001c#a(��1Z3[��9S��9F��12��K�\u0015�%ݎq]�8F�\u0019�C�1\u0012섓\u001e/�\u0006yJ�[\u0015�o�q�3����>\u0003�h�l\u00013�L�g�\u0019�#�ȨKm16\u0018�v��\u001bF}j,\\��\u0018<#��u���� ���E\u0006�؃|��Bm\u0006�њ�\u0004�\u00160c�\u001c�y�j���\u000fKm\u001au�\u001d��\u0006�ۮX}%�*\u0006mz,����v\r\n&\u001f��`U��`�6m<^�p�\u001am\r\n\u0003m��O�l\u00013�L�f�\u0017]\"�ȨK��?\u001b\fu�1�MèM�Em*�i�`'\\���h\u0010gr��\u0007Ģ�\u0012�E�P��[�f��\u0019s���s�.�[dԅ��a��\u0018\u0016�Q�\u0016�6�����h7����hP'!�\u0013J��}�:y\u0006fњ�\u0004�\u00160c�\u0014yvf�%2������g�a��\u0018��Q�\u001a��T\ff�c03\u0015�<\u0013�H�S5O�G�\u0013g`\u0016��O�l\u00013�L\u0011gg\u0016]\"�Ȩ\u000b\u001b�\u001dc�T��31�<\u0016�i\u0018\u001b�\u0005{��E\u001a\f�$$\u0007�t@\u001c|�\u0004f�0\u0014g`\u0016��-`Ɯ)��̢Kd\u0016\u0019u�\u0005�\r\n�1��\u0018Fqj,��8�ʩ\u0018+gb\u0016\td?�:\"WE��\"a(��,Z3[��9S�ٙE��,2���xǸb�1�\u001fo\u0018婱�*R�+v�X<\u0013�H�;7;}DV��+\u0012��\f��5�\u0005̘3E��Wt��\"��b��`�\u0003q\f} �Q�\u001a��T\fM���f�\u0005�:mD���lv^\u0002�H\u0018j30���\u00160c�\u0014mvF�%2��bw�b�w\fF�aԦ�B\u0003�ch�\u0013�6;\u0013�HG�6m<�D��$\u0012��\fL�5�\u0005̘3E��It�L\"��\u001c�\u0018��\u001dCs�aԦƢ6\u0015�I�\u0018ř�D\u001a\u000b��\u0001���&\u0012��\fl�5�\u0005̘3Gu�|5���:���\u000b�\r\n�\u0006:��@g\u0018���@�\u0018\u001a�\u00043�ݢA�\u0002ɉv�~j���H5�\u0014\u0006�\\3���\u0002f̙���(���\"�j%x6\u0018朎a�i\u0018թ��{�\u0018z�\u0005��eZ0�S�G�\u0005�P�̟�'\u0012��\f|�5�\u0005̘3E��O�\u0013�DJ��\u0018�\u0006c�T��3�4��S�Ĥ�1�D�Q������\u0019��3����<\u0003�h�l\u00013�L�g�\u0013�D>�R��<\u001b\f\u001f�p\f\u001f�0��X\"O\u001d��S��\u0017��D\u0002a��ی���~\u0002�H\u0018�3p���\u00160c�\u0014yvN�O�\u00149\u0005\u001b�1ؘ���4���X��t\f= �����_\u001a��L�\u0015������u�\f��5�\t�-`Ɯ)�쬢��*r\r\n>�c�1\u001d��i\u0018�i�xp�1�8��\u001b�Q��5t\u0002���&���5Ǌ��:\u0003�h�l\u00013�LQg�\u0014�DN�R�<Ƴ��?�\u0018��\f�:5\u0016թ\u0018k�b8�a\u0018�i��NBr^�'����8\u0003�h�l\u00013�L\u0011g�\u0013�D>�RՓ{6\u0018lL��َ\u0015�85\u0016|\"�`c\u001a&��\u001aFq&F�@&��(\u0012��\f��5�\u0005̘3E��Q�\u0013\u0019EJ�Ćc����r&F��\r\nǰ\u0019�\u0018ř8E\u0002�v')[�\u0007V�0Tg`\u0015��-`Ɯ)�쬢��*R�n�<\u001d���?\r\n\u0006\u001b�0�Sc�*r�;Jr��Z��/�Fu&V�\r\n����G�Sg`\u0015��O�l\u00013��Q�ׯF���T�R�!>\u001b\fF�c02\r\n�:=\u0016n�r\f\r\n �a�n\u0018�iP����\u0011ko���5�\u0014\u0006�\\3���\u0002f̙\"��+�F^�R�9�1tw:��N�(O���N����\u0018�\"�(��P�A߼\t�\u001a�E�P��Y�f��\u0019s���3���Y�\u0014\u001b�\u001dÆ�c�P2��Xu]�\u0006Æ�`�{]��4\u001aթ�X=\u0015�����-\u0012��\fܢ5�\u0005̘3E��[t��\"�j�����\u001d�\u0018��\r\n�>5\u0016��\u0018��`�t�\f�>�SE\u0002���a�}�:u\u0006fњ�\u0004�\u00160c�\u0014uvf�52���'\u001a�\r\n\u0006/�1x��Q�\u001a��T\f^�a�ڴ�R��\u0014\u001fH���C�̼\u0006v�0�g`\u0017��-`Ɯ)���kd\u0017\u0019u�'\u001f�\r\n��\u0018�gb\u0017y,���aC�1l�\u001bF}�\u0013��&�o3$\f�+�\u0017�30���'`��\u0019s��3���adԕ��?�1l,\u0019F}j,l,9��%�Ъd\u0018��\u0018F\u0002��y\r\n\u001c#a���1Z3[��9S��9F��12�Z[ߟ\r\n�.O���i\u0018թ��NŸ��\u00187�\u0012�H i�\u0014J�<��e$\f�\u0019XFkf\u000b�1g�:;��\u001aYFF]�!�\u0018�<\u001dC��aT��B��c�\u0017�>�mѨ��p�@�!�+�\u0017t�\bCq\u0006�њ�\u0002f̙\"��1�F��QW6�;�ҩ\u0018Kg�\u0018y,4y:ƅ�\u00188����F�8\t�y��Q�S\r\n�Y$\f�\u0019\u0018Fkf\u000b�1g��}5���8���A�1TN�P9\r\n�85\u0016��Cb�i\u0018\u000b�QЦ>�*M��\r\n�\u0003���\u000b\u0003m��O�l\u00013�L�f�\u0016�\"�Ȩk=��l0�����4���X03\u001dÜ�1�9\r\n�8\u0013�H�Gmax\u001f�N��Y�f>\u0001�\u0005̘3E��Yt��\"�����c,���p&f���1L9\u001d����Q��n���\u0019\u0011��[�\u0015\tCy\u0006^њ�\u0002f̙\"��+�E^�QW6�;\u0006/�1x��Q�\u0016��ǎ��t\f��Q����x\u001f\u0011\u0017$�\u0002�H\u0018�30���\u00160c�\u0014yvf�-2���V��`�iW�?�Y�(O���)�}�ȢQ���\"�\u000b�\f�\"a(��)Z3[��9S��9E��)2���x��\u001d�\u0018��\r\n�8uH�S�d�T��3q�\u00042�H���7�}����3�\u00198Ek�\u00130[��9S��9E��)2��\u0006y�� �\u0018\u001a�\r\n�>5\u0016\u001a�\u001dc�\u0014��.:è��)\u0012�K��G��Q\u0012��\f��5�\u0005̘3E��St��\"�����c����\u0006�Q�:$թC�z*��8E\u0002Y\u001f�a�����u��W�f>\u0001�\u0005̘3E��Wt��\"�����c����z&^��\u0012}��\u0003q�S��+\u0012�t����͐p�o�^���.Z3���\u0002f̙���.�Ev�Q�z���X=��O��\u000f�0�Sc�iw�;��.2��L\u000e\u0018��\\\u001b\u0005~�0Tg�\u0017��-`Ɯ9���ը��\u001f��4�Z�d�\u0006C��c��4\f��X��N�xy�`�/2hP��¯�c�u?`M�\u0014\u0006�\\3���\u0002f̙���3�G��QW�\u001f�\u0018N\u00189�\u0013F�Q�\u0016K��Cb[�1l�\u001bF}\u0012�\u0017_~�\u0011�-\u000f\\#a(��5Z3[��9S�ٹF��52�Z�\u0003�\r\n�myǰ-o\u0018�i�D���j��\r\n��F\u0002ɶ���n�{�\u001a\tCy\u0006�њ�\u0002f̙\"��5�G��Q�Z\r\n�\r\n���cX\u001b\u0019Fyj,��\u001c�Βag�F�Q�rx�Q�\u0013�6C��=����>\u0003�h�l\u00013�L�gg\u001b�#�Ȩ[m�~6\u0018��\u0014����*F}j,�[�\u0018�1�B�]1�\u0010*�o3\"�\u0003�H\u0018�30���\u00160c�\u0014yv��=2����\u0013\u0010�\u0006c�T��31�<\u0016�\u0018��\u001c�֒a��@u��ی���;=\u0018�3����'`��\u0019s�ȳ��odԭ�mx:V���i0�,\u0019Fyj,�,9��%ǰ�d\u0018�)����\u0016�Z��#��3p���'`��\u0019s��s��sdԍ��Q�14�\u001bF}j,�\";�Fy�j��K1ꓐ4�[��Y�>R��\u0005�\f|�5�\t�-`Ɯ)��|�{�\u001b\u0019u�-��\u0006�Βb�YJ|#�%��!���\u0018瞉o$�|�M�ӭ�\r\n�#�\u0015��6Z3���\u0002f̙\"��6�G��Q7^%�\u00187�\u0015��|b\u001by,�,\u0019V\u001b��3�n��F�<\r\n⾼�x�����u�\f|�5�\t�-`Ɯ9�������\u001f��4�V���\r\n���\u0018��a�����_���\u001a�гd\u0018�\u0010�)��T{d�G���0���\u0004�\u00160c�\u0014yv��#�����]�1��;�}y�(O�Ey\u001aV;C�k0��\u001bFy\u0012�������\u0011�F�P��k�f��\u0019s���s�\u001e�kdԭnW?\r\n;}���?M4\u0016��5�XT�b,���x&��A����)�<\u001f�i$\f�\u0019�Fkf\u000b�1g�:;��\u0011�FF��Q�g��v*�ڙ�F\u001a���������\u0018L#èN��m%�p'�#0���>\u0003�h�l\u00013�L�gg\u001a=\"�Ȩ[mp6\u0018��\u001cö�aԧƢ>\u0015�1b�p��0�39k$\u0010����j�鄡8\u0003�h�l\u00013�L\u0011gg\u0019=\"�Ȩ[�o6\u0018�\u0011;�cĆQ�\u001a\u000bǈ\u001dî�cX�\u001bFq&\u001f1\u0012�n�z\u0004��0Tg�\u0018��-`Ɯ)��\u001c�G�\u0018\u0019�˩�\r\n�M%ǰ�d\u0018թ����X��ϰӽ\u0016��F�:\t����STg�\u0017\tCu\u0006~њ�\u0002f̙���/zD~�Q7�&�\u0018��\u0014�(�<\u0016�E�qYD��Vd\u000bFq\u0012�ׅ�\u000f�UQp�H\u0018�3����\u00160c�\u0014qvv�#�����Q�1�N�X:\u0013��cQ����T��ӿ\u0014�:�+�\u0004�C���-\u0012��\fܢ5�\u0005̘3E��[��\"�nl�w��S1���-�XT�b,���|�F�F�:�CF> �Vz\u0004f�0Tg`\u0016��-`Ɯ9��������\u000f+u*u�U�\r\nVkg��کXUg\u0013�N;\u0015��K���/�bU�M����`�\r\n���>���\f�O�l\u00013�L�g�\u0016���Z�B�k������5\r\nVo�Q���X�b�\u0006�;J��u�\u001a��\f.�3�G��T'εY\u00140���\u0002f̙\"��,����8���=��\u001e�\u0006�]��Q�\u001a�vy6X��l���\u0018�)��\u0017�\"�pl�}�|��\u0018�sm\u0017\u0005�\u00160c�\u0014}6v��?��)�\u001d7�7Xݎo��\u001d�\u0018����O�X<�\\Pݲ}i4�3���\u000eX���G����8�^Q�|\u0002f\u000b�1g�8\u001b���\u001f��\u0014�\u0016y��\"�`,��W�Ģ8\u0015c�T��3����B�:`�\u00039b�O��,\r\n�O�l\u00013�LQgc\u0016���Z�B�k�����.R���,jbq]dX�|���X:\u0003����u�b\\\u0017��\"c�ϵ]\u00140[��9S���E��֧Pw\\��`\\\u0017)�uQ`\u00175��.R�?�6d�b�\u0014�>���\f��G�\u0013��-\r\n�O�l\u00013�L\u0011g�\u0016���Z�B�k\u001b�ӱچ�O��=p���(N\u001d��\u001dn�3�\u0019�EM�z:����6���>׆Q�l\u00013�L�gc\u0018���Z�B�k������\u0018�\u0003��c�>u�j\u00189V;�_�Q��~�?��\fY-�#��sm\u0019\u0005�'`��\u0019s�賱���a�O��\u001d?\r\n;}U\u0015��D���bԧƪ�Q�U��0|���(O�p�]����{\u001f�N�k�(`>\u0001�\u0005̘3Gu��\u001au���R�F�k����P=\u001dC�4\f��XX\u001a)V{A�S�g�\u0015�<\u0005�\u0001\u000e\r\n�\u0003\u001cG�Q�0P��\u0004�\u00160c�\u0014uv��)2����\u0016�g�U���P;\r\n�:5\u0016j�c����\u0003\u001c�Q�\u0006a�.��~;b�<\u0003�h�|\u0002f\u000b�1g�<;��\u0014YFF����`�\u0004G��\u0013\u001c�Q�\u0016��G����\t�\u0006�'8\u0014�<\r\n�<�12y�}��;0��\f\u001c�5�\u0005̘3E��ct�\u001c#����J\r\nV�UR���X�V�\u0006���\u0019�Ož4\u0018ՙ\u0018F\u0002���������� �P��a�f��\u0019s�h�3�N�adԽ��?\u001b\f�\"�j����Q�:$��C�t*�ҙ\u0018F\r\n�tʧ�x��\u0011�~�\u0003�h�|\u0002f\u000b�1g�<;��\u00149FF�kS���X:\u0015c�L\u001c#�%��!�t\r\n�N%�(OB���רӅv���\u000bzA��<\u0003�h�l\u00013�L�gg\u0018�\"�Ȩ{mk6\u0018��a�\u0015�_�(O�U/Ll0��\u000bv���̗F�<\u0013��\u0006<׹���u�3p���'`��\u0019s���s�N�cdԽ��?\u001b��S1\u0016��1�XT�b,���x&��@�t�שz��Hu�\f��5�\t�-`Ɯ)����S�\u0017\u0019u�m��\u0006c�\u0014�Q;��U���XT�b���qY��E�d!N;`T��\u001f�N��Y�f>\u0001�\u0005̘3E��Yt��\"�\u001e�w\f� ��\u0013�0�ScQ��qɮX=_�\u0018�i�\u0014��uD�;\u0003�H\u0018�3p���\u00160c�\u001c�������\u001f��4�Q�ߟ\r\nVo]h�z�b��Ǫ�.4X�uA����R\r\n��\u0007[ũ�a��@5�\u0014\u0006�\\3���\u0002f̙���+���\"�\u001e�w\f��?�0jSc�{f\u001b\f} ��\u001e�b\u0014��@��~�!�\u0007�\u001d�E�P��Y�f��\u0019s��3��#�ȨGmWx6�\u0019�T�\u0002}&f��\u0012}��2\u001d��i\u0018��|�Ȩөn���X'��,Z3���\u0002f̙\"��,���\"�\u001eu\u0005�l0x����4��X�u�\r\n�\r\ny\u001d����\u0014�<\u0013�H�ӹN��G�Sg`\u0017��O�l\u00013�LQgg\u0017}Gv�Q�z\u001a��`,���x&v����:\u0015Ö�c�R2��k���mFĞ�w`\u0017\tCy\u0006vњ�\u0002f̙\"��.���\"�\u001e�W�=�G�0�S3�\r\n                                                                                    <uH�)9�=%�(O��E�#bC���\u000b\u001aA��<\u0003�h�l\u00013�L�gg\u0017}Gv�Q�z���`\\\u001a)ƥQb\u0017i,��\u000e��E��\u0012y�(O�`�\u000be}J߁_$\f�\u0019�Ekf\u000b�1g�<;��;�z����c�\u0000�?\r\n���E\u001e\u000b��\u001d��aǸ���E\u0002ُ��Hy\u0006��0�g`\u0018��-`Ɯ)��\f���02��\u0016y��\"�\u0018Z�\r\n�\r\n                                                                                        <5\u0016Z�\u0015c��c8=l\u0018�\u0018F\u0002�Զ�����\u0019\u0018Fk�\u00130[��9S��\u0019Fߑad\u0014�|6\u0018\u0017F�qa�\u0018F\u001e�?�qa$ǣ�J%�Fq\u0006\u0017�\u0019$W*}�zA��0\u0014g`\u0017��-`Ɯ9���Ո��\u001f��4���xǰ��\u0018��\f�8=\u0016ĩXm����P9\r\n�8��Vq\r\nt��\u000b��\u0011kJ�0P��\u0004�\u00160c�\u0014uv��92��z�S\r\n�\u0006C�t\f��0��b�:uHl�\u001b��i\u0014ř\\F'��\u0003�H\u0018j30���\u00160c�\u0014mvf�92��z�\u0002�\u0006Ü�1�9\r\n�65\u0016朊�\u0002y�N�yzi0j�\u001e,�i�\t�\u001c8E�P��S�f��\u0019s�h�s�ΑSd�\u0003��7\u0018\u000ee:�C��Q�\u001a\u000b�2\u001dc�\u0014\f��K1��Х��_�d�~��r�:\u0003�h�|\u0002f\u000b�1g�:;��\u001c9EF=p|��r*�ʙ8E\u001e��T\fm ���xŨNB�����(ܸ�>R]�\f��5�\t�-`Ɯ)�쌢sd\u0014\u0019����\r\n�ک\u0018kgb\u0014y,�S1�NŰ\u0013o\u0018�\u0019�+2JVD��\"a���'Z3[��9S���D��'2�Q�\r\n���b\\�'>�@��f��\u0006C\u000f�c8Vd�Q��\u0000}�ߛ�fHܓx��B}\u0006Fњ�\u0004�\u00160c�\u0014}vF�92���\u001f\"��\u001dCw�c获ԨO�E}*��xǸ,J�\"�N�_��\fɕQ�\u0014\tC}\u0006Nњ�\u0002f̙���):GN�P�/��;��x��\u001eo�Q�\u0016K��C�ȴ!�u\u0019�R��$d+#R����H5] �P��U�f��\u0019s�����ΑU$��rY=\u0015c�T��3��<\u0016.Jt\f] ���n�Q��L�6 ����\"a(��*Z3[��9s\u0014��\u0011�?,�)��n�\u0003�\u0018/�w\f= �\u001a���\u0003�\u0018J�cP�e\u0006uz,��\u001dC�<`�>��>��'`��\u0019s��3�.�Y$��\u0010�4r\fK#ǰ4�ԨO���xǰ4r\fK#ˌ�L�\"��ʼ\u0004v�0Tg`\u0017��-`Ɯ)���Kd\u0017\t��5ܸ�\u0018n\\p\f7.XjT�Ƣ:\u0015C\u0017�cؒ�̨NB�ۮ�����u�\f\u001c�5�\t�-`Ɯ)��\u001c�K�\u0018\t��6\\��\u0018�\\P�V�55�Sc�T�ch�w\f��\u0019�)ǆ~��o��?�B���\f<�5�\t�-`Ɯ)��<�K�\u0019\t��7��\u001c���1��,5�ScQ��a_�1�+Yfԧ�A���GĶ�%0���<\u0003�h�l\u00013�L�gg\u001a]\"�H��Wm|6\u0018��\u001cö��Fyj,ܺ�\u0018n]p�\u0007�LL#�n����\u0019�K���E�P��k�f��\u0019s�ȳs�.�k$��\u0010�4R�K#Ÿ4J\\#�U\u001b���`\\\u001aٝu�tO\\#}�P�\u000e���\u000b�\u0017�3����'`��\u0019s����.�g$��r���\u0018�<\u001dC���Fuj,�S18��q�̨N9\\$�S���:\u0005x\u001f�N��e�f>\u0001�\u0005̘3E��et�,#�����\u0018��b,��e��x��c,�r9\u001c\u001b=-1�39[��q�\u0019�-\u0012��\f\f�5�\u0005̘3E��at�\f#��W�ҩ\u0018K�b,��a�� �\u0018w��lѵ��_�\u0019�I�J�Q\\�\u0007����:\u0003�h�l\u00013��Q�?_�:��a�N������\u0018*�c���\u001a�鱠N��\"oC�j��bP�>�*N�N�>y\u001f��l\u0017\u0006�\\3���\u0002f̙���/���\"����FO����\u0018\u001a=-5��b�:uH��mH\u0018^/Ũ��/\u0012H\u000e\r\n�\u0004v�0\u0014g`\u0017��-`Ɯ)��좟�.\u0012j��\u000f�1�\u0007�\u0018�\u0003��(N����\u001cC��b쑷�(N�x]����\u0012\u0002�H\u0018�3����\u00160c�\u0014yvv�Od\u0017\t�?D�;\u001dü�1�;-5�Sc�v*�y�`�ibTgt��\u0006d��O�\u0015\tCq\u0006^њ�\u0002f̙\"��+���\"��w�i�b�v*�ig�\u0015y,�S�Sm\u0005���p��2�:%\u0016���\u0011�=ן�+\u0012��\f��5�\u0005̘3E��W�\u0013yEB�\u000f\u0011� �ɚݣ�v&^�Ǣ<\u0015c��\b}�Yˌ�\"\u001f\u0011۝?�W$\f�\u0019xEkf\u000b�1g�<;��'���.��b����z&^�ƪ���k0lw:�-%ˌ�L�\"�N�\u0001�}�:q\u0006Vњ�\u0004�\u00160c�\u0014qvV�Od\u0015\t��4�N��E�\u0018��,5�Sc�o��\r\n�1��\u0013��c�x�b�o�}�:}\u0006^њ�\u0004�\u00160c�\u0014}v^�O�\u0015\t�?D�))�=%Ÿ��xE\u001aK��CrOI1�x&f�>Y��\u0010.�z\u001f�N��Y�f>\u0001�\u0005̘3E��Y�\u0013�EB�/\r\n�.8�{\u0017\u001cý\u000b�\u001a�i�D�:$��\f�\r\n�/͌�\u0014��^{��!��\u0014\u001c0\u0012��\f�5�\u0005̘3G}^�\u001a}���R�B�\u000f\u0011�J�aa�\u0018\u0016F�\u001a�鱰0r\f\u000b#\u001bR>�f\u0018��O��S ���@5�\u0014\u0006�\\3���\u0002f̙\"��-�Fn�P��Ų�1,�\u001cò�R�8-Vm��_�aYdC�[d\u0018ř�E\u0002�[t\r\n�\"a(��-Z3[��9S�ٹE��-\u0012j�����r*�ʙ�E\u001e��T\f\u001dt�q�i�Q��et\u0002ɴ�\u001axE�P��W�f��\u0019s���󊮑W$��n1�t\f�N�0���(N���\u0012\u0015����5\u0018��-3��е���fDl�_\u0003�H\u0018�3p���\u00160c�\u0014yvn�5r���\u001f\"��\u001cÖ�c�R��(O�%��!9�T\f\u00073-3�Ӟ,�)W��z�k�\u0015\tCq\u0006^њ�\u0002f̙\"��+�F^�Pg|\r\n��`8��Xmg�WS�85\u0016��9�c��qI�xE�d!N��j���Hu�\f��5�\t�-`Ɯ)�윢k�\u0014\t��4��t\fg2\u001dÙLK���X\u0014�b،w�K��)\u0012�t�m��͐�x\u0006f�0�g`\u0016��-`Ɯ)��̢kd\u0016\tu��g��P�c8�i�Q�\u001a\u000b�2\u001d�f�`�s]<�43�� |SK)X���*\u0012��\f��5�\u0005̘3E��Ut��\"����\u000eO����\u0018:<-5�ScQ���/�p\u0013�eFu�\u001ds_P��X���G��g`\u0016��O�l\u00013�L�gg\u0016]#�H��!��t\fN�cp2-5��b�\r\n                                                                                            <uH\u0016O1xp��K3�<\u0005�W�#�+��W��E\u0002Q��Y�f��\u0019s���W��?X�S����|:���\u0018ʧ�\u0006}z,4�;\u00063S16�[fЧŪk��fD��5�S\u0018�s�|\u0002f\u000b�1g�<;��\u0016�EB�\u000f\u0011;�aG�1��[j��Ƃ��\u0018v�\u001cî�eFy&v�@�����E?�g`\u0018��O�l\u00013�L�gg\u0018�\"�H���a_�1�+\u0019�]C���(O����c�W\u0012�Z\u001b�^�\u0018ՙ�E\u0002ɶ�-����6\u0003�h�l\u00013�L�f�\u0017�\"�H���bC�1l�;�\r\nyK���XhSr\f�J�a[�2�8�CH�y\r\n��y��T���.Z3���\u0002f̙���.�Ev�P�[�-Ȋ�^�\u001a\f� [jT���-Ȏ�\u0016d�p��2�:\u0013�H�[��}�:q\u0006vњ�\u0004�\u00160c�\u0014qvv�-����_\u001a\u0017E�qQ�\u0018\u0017E�]䱸(R��\"�j��K3�8\r\n�H��Ku��G��g`\u0018��O�l\u00013�L�gg\u0018�\"�H���aO�1�)9�=%K��X\"O\u001d\u0012{J���cÖ\u0019�\u001c-�\u0001y�ҍ�\u000b6���8\u0003�h�l\u00013�L\u0011g�\u0016�\"�H��ݲv*�ک\u0018kg�\u0016y,�S1�N��\u001do�Q��~j�����R`\u0017\tCy\u0006vњ�\u0002f̙\"��.�Ev�PgL�\r\n�ک\u0018kgb\u0017i,��\u000e�ک\u0018�Lˌ�$t�\u0005�>\"w�\u0002�H\u0018�3����\u00160c�\u0014yvv�-����\u001f\"��\u001dC{�ch���(O��\u000ed��\u001e�\u0018N\r\n[f�gd\u0017\tu��\u001b��.�<\u0003�h�|\u0002f\u000b�1g��5���<�:�c��`�Sr\f{J�\u001a�� Oǰ\u001d/�\tW3�43�S!,��B+ȁj�)\fԹf>\u0001�\u0005̘3E��Yt��\"������\u0018��c(��\u001aթ��N��!/أ�<�41��н�_~}@\\�y\u0017�\b�\f��5�\t�-`Ɯ)�쬢{d\u0015\t��[L<\u001d���1L<-5�Sc�{؎�l�`�[�\u0000�43����/�P��\u0000�>R�4.�\u0014��\f̢5�\u0005̘3E��Yt��\"�����E��p�c8\\d�Q�\u001a\u000b�7\u0014�=��5\u0018ՙ�E\u0002�����fDl��\u0003�H\u0018�3p���\u00160c�\u0014yvn�=r���\u001f\"睊qީ\u0018睉[��e:\u0006/S�\u0013\u001a�_�\u0019婱�O�8�\f\f#a���0Z3[��9S��\u0019F��0\u0012j��\u0003q\f} ����55�S��>uH,�\r\n�6%ˌ�L�\u0017\tdmJwz/���?�(��0Z3[��9S��\u0019F��0\u0012j��s\f]t����R�\r\n                                                                                                <5\u0016��\u001c�]���l7��L\f#��\u0002�;�\u0017\u0016��1Z3���\u0002f̙���1�G��P���]1.�\u0015�=q�4V=\u0001�\u0006c�T\f{��\u0019�)g�p��o3$�\u0003�H\u0018�3����\u00160c�\u0014}v��=����\u001f\"�g:���|��F}j,�S1N>\u0015C#�eF}&��\tt:�\u001f��\u0011k�va���1Z3[��9S��9F��1\u0012jkh�S������Hg�Q�\u001a\u000b�t����1��'��@��;�6#rc)p���<\u0003�h�l\u00013��Q���F�����P�C�ƒc�Xr\f\u001bK�\u001a�鱰�dؙ��;���e\u0006y\r\nd�%:���\u0003��S\u0018�s�|\u0002f\u000b�1g�>;��\u0011yFB��\r\nK#ǰ4r\fK#K���XX\u001a9���cX�[f�gr�H �q\u0004��0Tg`\u001a��-`Ɯ)��L�Gd\u001a\t��5�+9�}%�j3���\u001aթ�p��1�/r\f��eFuj�\u000b��\u0018~�\u001f�`���6Z3���\u0002f̙���6zD��P�C䯻b�uW���m䱨O���\u0018\u001b�-3�3������\u0011�F�P��k�f��\u0019s���s�\u001e�k$���`�;\u0006��1X�\u001aթ�`�;\u0006�]0�\u0007��(NB�\u000f�\u0003�=����8\u0003�h�l\u00013�L\u0011gg\u0019=\"�H��ݲt*�ҩ\u0018Kgb\u0019y,.�\f�\r\n��5\u0018\u0017F�e$��Q�l�͐\\\u0018\u0005����>\u0003�h�l\u00013�L�g�\u0019=\"�H��!�rw\f��c��-5�Sc��t\f��6$��_�Q��g$�\t\u001f�{\u001f�N��g�f>\u0001�\u0005̘3E��g�<#���˅�b\\\u0018\u0019V�3��ԨN�ŉ�b\\\u0018��#\r\n!�\u0019թ�8�T�S��3\u0012��\f<�5�\u0005̘3E��g�<#�����\u0018��b���g�X=\u0015c�T��3�\u0004�V��\u0019��38f$\f�\u0019�Fkf\u000b�1g�<;��\u0011�FB���_��b���1\\�i�Q�\u001a\u000b��9�Sp��\u0014�eFy\u0012�u�Q,��_`i\r\nCu\u0006�њ�\u0002f̙�:�__�οX�Ө��եQ�եQ�ե��V��Ī�l����X�Y~ifU��d�8\r\n:��C\u0007G�k�1U�\u0001�\t�-`Ɯ)�l\u001c��X�Ӝ�:%{6X�Uj�����Q�\u001a��*5X�Uj���a͌�$ď�\u001bŏ�\u001f�N�k�(`>\u0001�\u0005̘3E��c��\u000fku��Q\u001b͟\r\nV��\u001a�6�ijT�Ū]��k��L�`��N3�:��ңV�_�uE��\u0011���v�\u0002�\u00130[��9S��8F��֧9)����`ua�`ua��Q�\u001a�.�\u001a�.�\f;=�L��Q�\u0012�\u000bwŸ�y�:}�=���\u0004�\u00160c�\u0014}6���?��i�K�2~6X�Xr�6h���Q�\u001a�n,5X�Xj�j\u001aifԧƪ�{���}m\u001b\u0019C}�m���\u0002f̙���6����>�ۨ���\u0006��H1��\u0002ۨ�Um#�j#�������̨O�HQ]\u0001�6X�Y:b�>׶Q�|\u0002f\u000b�1g�>\u001b���\u001f��4ץ6\u0010?\u001b��#Ÿ:\r\nl#�%��!��R�՝%͌�\fl#��\u0019�#Չs�\u001a\u0005�'`��\u0019s���q���a-N3]Ќ�`,���x\u0006�Q\u0013��\u0014�f�\u0006c�\f\\#��;\u0018��w+\u001d�N�k�(`>\u0001�\u0005̘3E��e��\u000fkq��qA'r��N�\u0006��Ț\u001a�i���S�侒b�W\r\n,#�x3]3\"并���<זQ�l\u00013�L�gc\u0019���Z�b�\\Њ�`\\\u0018\u0019�VdM���X\\\u0018)ƅ\u0011����ibT�=X�Sm6�#�ism\u0018\u0005�'`��\u0019s���W��?XjS���bSɂ�������iѠM�U\u000fq4X=��`\u0010�e\u0006qZ,��\u000bŻ��T�Na��5�\t�-`Ɯ)��\f�Sd\u0018\t��5TN�P9\u0015����jjT�\u000eIu�ؒw\f[�\u0019�I��\u001fv\u001f\u0011��\u00148F�P��c�f��\u0019s�ȳs�N�c$��\u0010���\u0006���\u001b�\u001eo��(O�u�<\u0015�\u001f�4��S��/͌��Xp�\u001c���G��g�\u0018��O�l\u00013�L�g�\u0018�\"�H����\u0003��v�\u001a�\u001ep�ԨO͌��!1�t\f;�\u0019����#�\u0018�\u0003�H\u0018�3p���\u00160c�\u0014}v��)r���\u001f\"6�\u001c��S1l*Yjԧ�º]�����a�#o�Q��c��/\u001e\u001c�N��c�f>\u0001�\u0005̘3E��ct�\u001c#����}%ǰ��\u0018\u0017G�c�8�T��#�op�]3�>���\f�\u001d�S`\u0017\tCq\u0006vњ�\u0002f̙\"��.:Ev�P��E��chWr\f�J�\u001aũ�(N�pe�c����(NB���#b��\u0014\u0018F�P��a�f��\u0019s�ȳ3�N�a$��v�f:\u00067�1���\u001a婱���\u0018��\u001d�<\u0013�H!4+)ŕ{�\u0018\tCu\u0006�њ�\u0002f̙���1:E��P�[c�k־jU���ƙg�\u0018y,�<\r\nå�\r\nƙg�\u0018铅8�$���\u0007~�0\u0014g�\u0017��-`Ɯ)����S�\u0017\t��4N;\u0015�S1N;\u0013�Hc�8uH�N�X:\u0013��b��ӨSm�y\u001f�N��e�f>\u0001�\u0005̘3Gy~5���<��_\u001bj�c�x:����\u0006yj,�S��N��\u000ey���/� O�nu;�ר\u0013|��\u0011k�)\f�f>\u0001�\u0005̘3E��g�\u001dyFB�o\u0017\u0013O�0�t\f\u0013OK���X�x:��C�I�K1�3��� �P��u�\f,�5�\t�-`Ɯ)��,���2\u0012j���\u0014�&�\u001e�~�US�:5\u0016թ\u0018,#��g�43�S\u001eƵ����!뉁�\u0011��\u0019XFk�\u00130[��9S��YFߑe$��\u0010Y=\u0015c�T��3��4��S�D\u0013�`���s��̨O{�P�\r\nX[��G��ۍ�:\u0003�h�l\u00013�LQgg\u0018}G��P�˭_�n����\u0006c�L\f#�%��!Y=\u0015c�L\f#�U;�}�z��}�����)8c(��/Z3[��9S���Eߑ_$��\u0010Y<\u0015c�T��3�<\u0016�\u0018���a�n�Q�\u0006a�.�\t[\u0005�#���\u0007�њ�\u0004�\u00160c�\u0014yv��w�\u0018\tu�w��\r\nƅ�b\\�'��Ǣ<\u0005��\u0019\u000eǰ�i�Q�rv���}D�\u001f�\u000e\u001c#a(��1Z3[��9S��9Fߑc$�\u0019�a�\u0006��v�p��R�\r\n                                                                                                    <5\u0016η;���q�8F\u001e�\u001bK��3\u0003�#��3����'`��\u0019s���#�H�3f��\u0006㯻b�uO<#�%��!�4�!��^�Q��g$У�\u0000��T'��3Z3���\u0002f̙\"��3��<#��w˕�b\\\u0019)ƕQ�\u0019y�;ĩ\u0018.�R\f��kf\u0014��\u001f�}%\u001d�+��4\u0012��\fL�5�\u0005̘3G}��\u001a}���R�B�\u000f\u0011��c�4\u001d��i�A�\u001e\u000b�J����1�F�\u0019�)Е��B����>b��]\u0018�s�|\u0002f\u000b�1g�<;��\u001c�FB��\r\n\u0007�\u001cö�b���_M���X8��\u0018:�\u0005{ԧ��Ĩ��b:\u001d\u0010m���3\u0012��\f<�5�\u0005̘3E��gt�<#��w���cX\u00189����Fqj,�S1�N�X;\u0013�H �\u0010\\3$.�;����0�g�\u0019��-`Ɯ)��<�s�\u0019\t�?D\u001c3R�Z.�4\u0018�\u0019YjԧfF}�,��ᘑeF}\u0012��:\"o�>b]�\fL�5�\t�-`Ɯ)��L�sd\u001a\t��6��t\f�4\u001d�)MK���X8\u0005�\u0018L#ǰn��(O��#�Fa��L���\f,�5�\t�-`Ɯ)��,�sd\u0019\tu��u�\u001aL�_�h���e��7�\u001b�~�ذ}��u�eFqj,�S1�3����>\u0003�h�l\u00013�L�g�\u0019�#�H����x*��\u0018�g�\u0019y,\u0016O�X<\u0015c�L<#���D\u001d���X���4Z3���\u0002f̙���4:G��P�CĦ�cؔw\f��\u001a�i�D�:$6�\u0005;�jK�K3�>��B�2�Om|}\u001f�N��e�f>\u0001�\u0005̘3E��et�,#����]yǰ+�\u0018v�-5�ScaW�1��+&��e$е���ϟ�/�i�p�30���'`��\u0019s�ȳ3�Αi$���X<\u0015c�T��31�4��S�d�\u0014��[~�\u0013�H�,�IH\u001c�3�\u0017�*\u0005�њ�\u0004�\u00160c�\u001c�y�j���\u000fKq\r\n��[�N�P;\u001dC��� N�\u0005q:��)�>[Į�e\u0006qz,�<\u001d�>\u000fX��.\f��f>\u0001�\u0005̘3E��et�,#��?���Ӱӗ�S�a�n�Q�\u001a\u000b+wǰrw\f��eF}Fw����m�\u0004��0�g`\u001a��-`Ɯ)��L�Kd\u001a\t�?D\u001c4r\f\u001bK�ᄻ�Fyj,��T�_;p\f͞�\u0019�)\u0010=#�N_us�}�:y\u0006�њ�\u0004�\u00160c�\u0014yv��%��_\u001b�A\u001cC?�c�\u0007��(O�%��!�*/\u0018��41�39fd��\u0018�%0���6\u0003�h�l\u00013�L�fg\u0018]\"�H��ղt*�ҩ\u0018Kgb\u0018y,jS�+��m�[]��\u0014�8��B��p���Hu�\f\f�5�\t�-`Ɯ)��\f�Kd\u0018\t��[��\u001dÚ�1��-5�Ӝ \u0011�\u000e�5�c���(N��\u0012�Lt����0\u0012��\f\f�5�\u0005̘3E��at�\f#�����\u0018��b,��a䱨O��Y��\u0014�f#�eF}\u001a�3pB�p����u�\f��5�\t�-`Ɯ)����K�\u0017\t��]�O�X>\u0015c�L�\"�%��!Y>�I��%Fu\u0012�FO\u001d��3����8\u0003�h�l\u00013�L\u0011gg\u0017]\"�H���r�S1n))�-��.�X��T�[��I�L�\"�nձ�5��]w��G��g`\u0017��O�l\u00013�L�gg\u0017]\"�H����v*�ک\u0018kgb\u0017y,�\u001fv�kv�p��2�<%\u0016\u001b�,T�Kx\u001f�N��_�f>\u0001�\u0005̘3Gu�|5���:���\u001aN�;����t��\u0006uz,�S�zj�\u0006Æ�e\u0006u\r\nd�ǶXXs��X�Oa��5�\t�-`Ɯ)������/\u0012jo��t\f;��a��R�>5\u0016N�9�S\u001c����%Fy&��\tt���\u000e�#։3p���'`��\u0019s���s�~\"�H��ݲx*��\u0018�g�\u0016i�zj�\r\n�\u000fm\tv�q�i�Q��d]$���~\u0002�H\u0018�30���\u00160c�\u0014uvf�Od\u0016\t��\\�N�X:\u0015c�L�\"�Eu*���c�xZfT�\u001c0��5>\"�E?�_$\f�\u0019�Ekf\u000b�1g�<;��'��\u001f\"\u000e\u000f;��Ê�\u0013!�jj�����7�p�͆��n�(O�8�\u000f'��z\u0006��0�g�\u0018��-`Ɯ)��\u001c���1\u0012�R�l0\u001c\u001fv\fǇ-5�Sc��\u001a�p��`'t\u0017�43�3���G����0\u0012��\f\f�5�\u0005̘3E��a�\u0013\u0019FB�o��S1VO�ꡚ55�S��\r\n                                                                                                        <uHN=ž���Yf�����݂�͐8\u0001�\u00138F�P��c�f��\u0019s��s�~\"�H���r�\u0018'��q�8F\u001aK��Cr�\u0018�\u0013�H��w5�~�!9�\fL#a���4Z3[��9S�ٙF?�i$��\u0010Y?\u0015c�4����WS�>5\u0016g��q�)\u0016\u000e�6�43�3���\u0007d�\f<#a���3Z3[��9S��yF?�g$��r9�T��O�8�L<#���\u0018'���ROˌ�$t�g�#r�30���<\u0003�h�l\u00013��Q�ׯF�����P�+\u000fq8v��t���R�<=ֹ��1��\bv��s\u001c�\u0019�i��k]��!�9�\u0003��S\u0018�s�|\u0002f\u000b�1g�>;��\u001a�FB�qOг��\u0011�\u0018:B,5�ScQ����\u0005�NhW}if�g�\u001aـ����>b�:\u0003�h�|\u0002f\u000b�1g�:;��\u001a�FB�/\u0017\u0017)V\u000f%��`8\u0002g�Q�\u001a\u000bG�\u001c�\u00118��Mg�Q��@���fH�|^���|�0�g�\u001b��-`Ɯ)��|�k�\u001b\tu��H�\r\n�^d�Ћl�Q�\u001a\u000b͞��x�C���\f�>�SF\u0002٧஁m$\f�\u0019�Fkf\u000b�1g�:;��\u001a�FB�1�6\u0018��\u001cC;��Fu�\u001f$��!9�T\f'9,3��н6��\u001auB�����}ոA\u0018�3����\u00160c�\u0014yv��5����_\u001b��b,���x&��Ǣ<\r\n�A\u000eǰ�d�Q����\u001a}����\u001a�F�P��m�f��\u0019s�ȳ����m$��ڰ-�\u0018��\u001dö��FyZ,��\u000e�myǰ-o�Q���cI�[�\u0017{\u001f�N��i�f>\u0001�\u0005̘3E��it�L#����~:��O�\u0018��,5��b�\u000e��5\u0018LMǸnOL#���d\u0017��s�\u0006��0�g�\u0019��-`Ɯ)��<�k�\u0019\t��6��;�]yǰ+o�Q�\u001a��T\f�Ȃ��k��K3�<�\u0011?��#�z\u0006��0�g`\u001a��-`Ɯ)��L�kd\u001a\tuF'ϳ�X=\u0015c�LL#�U�h���X=\u0015c�LL#}�P�\\�'��5����:\u0003�h�l\u00013��Q���F���T�P�[C�t\f��1\u0014OK\r\n��XP�c(���N��饙A�\u001e\u000b?����\u0003��S\u0018�s�|\u0002f\u000b�1g�>;��\u0016yFB��\u0017��1TO�P=-5�ScQ��զ��\u001a��L<#}�P'!�[�\u0016XF�P��e�f��\u0019s�����n�e$��Ұlw\f�vǰl��(N�%��!�lw\f�vˌ�\u0014��v��6C���F���\f,�5�\t�-`Ɯ)��,�[d\u0019\t�?Dt�9�n:�x��R�>5\u0016��\u001cC7�>\r\n�:k\u0018��XF\u0002Y�\f\u001c#a(��1Z3[��9S��9F��1\u0012j��y*ƙ�b�y&��Ǣ8\u0015��S���:�K3�8���l��:�x\u001f�N��a�f>\u0001�\u0005̘3E��at�\f#�θ���`�w*�ygb\u0018i�z(�\r\n�U�`�{���̨N��^Oǰn�\u0005��0�g�\u0018��-`Ɯ)��\u001c�[�\u0018\t��^N=\u0015��S1N=\u0013��cQ��q�I��f%K��\f#\u001b��4o�a$\f�\u0019\u0018Fkf\u000b�1g�8;��\u0016\u0019FB��\u0016n�cp�\u001d��n�Q�\u001a\u000bv�b���\r\nƟ��0R�{Jb\u0018ɵ���0\u0012��\f\f�5�\u0005̘3E��at�\f#����ک\u0018k�b���a��D�:$k'�G�YibT'!�����W�}��N%a(��.Z3[��9S���E��.\u0012ꌎ�g��v*�ڙ�E\u001aKĩC��D�D��]$\u0010<�_��}���\u0019�Ek�\u00130[��9sT���Q�?,�)������\u0018�<\u001dC���\u0006uz,�K�\u0018J�`'4\u0002�43�S�l\u0015�@h�~\u001f�F��@�k�\u00130[��9S��yE��+\u0012j�(���t:��i�Q�\u001a��T\f�ӆčd/�(��+\u0012H�\u0000w\u000f�\"a(��+Z3[��9S��yE��+\u0012�|�{��\u0006��L�p8�R�8-��S���\"ǰb��(N���\u0011�m�Ě�\u001exE�P��W�f��\u0019s����W$��\u0010Y<\u0015c�T��3�<\u0016杆�y�H��W�^�\u0019�)\u0010?��#���{�\u0016\tCy\u0006nњ�\u0002f̙\"��-�Gn�P����S1N<\u0015��3q�<\u0016˧b�xf�12��L�\"��3F��,\u0012��\f̢5�\u0005̘3E��Yt��\"��w�ک\u0018k�b���Y�(N�8�\u0014�6��41j�\u001e,�)�U\u000f�}�:m\u0006Fњ�\u0004�\u00160c�\u0014mvF�=2��:����g�qީ\u0018睉Q�p�c8�)���\u0013�H�,�I�V�Q$\f�\u0019\u0018Ekf\u000b�1g�8;��\u001e\u0019EB��\u00167�8�\u001bA\u001cÍ �\u001aũ���\u0018�X8��\u001b�/M�ڔ\u0011y��Ql=�\u00076�0\u0014g`\u0013��-`Ɯ)��l�{d\u0013\tu���;�\u0006c�T��3��<\u0016+�b����\\�eFu�\u0003�۔�z�\u0001�Nυ�\f|�5�\t�-`Ɯ)��|�{�\u0013\t��5�9\u0015�S1�9\u0013��cq�n\u0018�\u0010#��v��43�39V�\u0003֙���u�\f|�5�\t�-`Ɯ9���ը��\u001f��\u0014j�X�;��cX�[jP�Ƣ:}H�N��=�\u0012�8\u0005\u0012��\u0006d{ҁ���/U��@�k�\u00130[��9S���D��'\u0012j��u:�Y�c�uZj\u0014��¬�1�:mH:�FQ�\u0016\r\n�N���\b|\"a(��'Z3[��9S���D��'\u0012�|��w�\u0006ì�1�:-5��b�8uH�D��t&>�@�3��k�:�\u001f��?I\u0018�3����\u00160c�\u0014}v>�#���\u001b��b,���x&>�Ǣ>\u0015c�$���q^�\u0018�\u001c)\u0012H��\u001f�I$\f�\u0019�Dkf\u000b�1g�6;��\u0011�DB����ڳ�X;\u0015c�LL\"�%��!Y;eHi\u00001��LL\"��\u0001�\u0011�D�P��I�f��\u0019s���3�\u001e�I$��n/\u0010�b?\u0010�bW�31�4��S����.���2�8�/\u0017���g�\u0013\tCy\u0006>њ�\u0002f̙\"��'zD>�P���Ya�pVX1~��R�\r\n                                                                                                            <5\u0016�c:���6��I/�(��'\u0012��U���\u0011��\u0019\u0018Ek�\u00130[��9S��\u0019E��(\u0012j�8,�\u0018\u000e\u000b;��\u001aթ���\r\n�X<\u0015c�L�\"�~j��͈,��U$\f�\u0019XEkf\u000b�1g�<;��\u0011YEB����س�8�T�\u0013��*�X\"O\u001d�\u0013O�X<\u0013��b��u��\f�\u001d��,\u0012��\f̢5�\u0005̘3E��Y��\"���\b��1�E��,�ԨO�%��!�h�!\u001f���\u0018���E\u0002I��#����8\u0003�h�l\u00013��A���/\u0017��?��i�\u0019��y6X-�\r\nV���V��Ī>{�U��0�(ibU��`�6\r\n�ґrm\u001aS�\u00190���\u0002f̙���*����6�i�'�\u001a��v6X���ԨM�U\u0017�\r\nV\u000b�c�t�K3�8\t���שzV�Hu�\\{E\u0001�\t�-`Ɯ)�l���X��<�zX��`�eo��kjT�ƪ}�\r\nV��\u001b���ifT�@���\u0019��s}��\u0018�s�\u0015\u0005�\u00160c�\u0014}6^��?��iVK=\u0005�l����أ���WS�>uH�S���(\u0019&�ǚ\u0019�\u0019�E\u0006���Hu�\\�E\u0001�\t�-`Ɯ)�l̢�X�S��G=*�l�z\u000bH��[@45�Sc�@�����\u001a��\f�\"����fȺ�y�:}�����\u0004�\u00160c�\u0014}6~��?��)vˣ��y\u001av���l�x�z\f�_M���̨O\u001d��S1��\u0002�H\u001fƣ���͐�=��u�\\\u001bF\u0001�\t�-`Ɯ)�l\f��X�S��G5R�\r\nV��\u0006�~��F}j�\u001b��X���a'\\T��̨��0�\u0001�^����}��k��P�k�(`��\u0019s���1���a�N�5\u001euw��Xm\t�����\\55�Scկ�6Xݑo��#��Q��p��o3bݐ?b]�\\\u001bF\u0001�\t�-`Ɯ)�l\f��X�S\\�\u0007No4Xݐo��!��Q�\u001a���;��\u001b:�\u0005\u001b�A��d�N�d\u0011?�zļ��\u0018�sm\u0017\u0005�\u00160c�\u0014u6v��?��)n�\u0003�7\u001a��J�q_)��<��S�䎼�7lU�̨N�j�R3buۏXW<׆Q�|\u0002f\u000b�1g��<}5���<���.6�\u001dæ�cؔ�� O��Myǰ)/�黚�/�\f��'[�)\u0010�B�>R�8��8��'`��\u0019s���s�N�c$����\u001b\r\n\u00067�1���\u001a�i�D�:$&�6�w�9�\u0014�85\u0016��\u001d�>\u0003�H\u0018�3����\u00160c�\u0014}v��)��_/��a��\u0018��\u001a�i�D�:d��3���-3�Ӟ,�IH��O�a$\f�\u0019\u0018Fkf\u000b�1g�8;��\u0014\u0019FB��\u0016��c��T\f\u001f,��(N�U��\u001b�6!7\u0018�E�\u0019�i�����_��]Wb�#��3����'`��\u0019s���N�g$���X<\u0015c�T��3�<\u0016�<\u001dÞ�c�y&��ƪ�ڍ:���#��3����'`��\u0019s�ȳ��N�e$��QO]<\u001b�sO�8�L,#�%��!9��!�q�C1ʓ\u0010�]0ꄦ��\u0011k����<\u0003�h�l\u00013�L�g�\u0018�\"�H����z*��\u0018�g�\u0018y,�S1VO1p��v͌�$�\u000f�7#�z��\u0018\u0019Cy\u0006�њ�\u0002f̙\"��2:E��Pg�r}:Vm�\u001a\f���Fyjf��\u000e�ɧb�|&����mt\u001a\r\n�s\u001f�N��c�f>\u0001�\u0005̘3E��ct�\u001c#��ߵ���أ������\t8M���X�\bG�q�n�N\\���Q���u��fD�s}��\u0018�3����\u00160c�\u0014yv��)�����.W�q�nX=\u0012�Fyj,��\u0015c�T��3���a@�\u0012�V�\u0014�G��g`\u0019��O�l\u00013��Q��_�<��a)O��׆��c�z:����\u0006yz,��;���aR=-3�S ��>\"��\u0001k�)\f�f>\u0001�\u0005̘3E��i�\u001d�FB�o\u0017?�\u0016�R�8��h�0Ͽ\u001a���X���\u0019\u00160)~y4�3�r�\u000eX���G�\u0013g�\u0018��O�l\u00013�L\u0011g�\u0018}G��P�\u0004�(�\u0018\u001a�\u001dC���Fqj,�S1�2�!�qӬb\u0014g�\u0018\tt�֞��\u0011��\u0019XFk�\u00130[��9S��YFߑe$��r�I�\u0018:�\u001cC'��Fuj,�*\tv�\u0007��3L�A�̨�䌑\u000e�{��X���0Z3���\u0002f̙���0��\f#�.��ӳ��I�\u0018:�,5��l\u0019Q�\u000e�N:ǰ�i�Q���<��#�x�|���0�g`\u0018��-`Ɯ)��\f���0\u0012j�7�S�;��\u0003�L\f#�U���k0�1\u0012�t���K3�<\t�c�F��\u0016����g�\u0017��O�l\u00013�LQg�\u0017}G~�P����S1N<\u0015��3�<\u0016թ\u0018'�b+]k��K3�:�\t:U��Wc]�M�#��30���'`��\u0019s��3��#�H���r�\u0018���q�\u0018F\u001e�?��\u001e��\f;]k[�K3�>�Q=���\u0014�\u000f\u0007��0Tg`\u0018��-`Ɯ)��\f���0\u0012j��z*Ʃ�b�z&�����\u000b��z*��A,3�SN\u000f]���o�aK�;p���>\u0003�h�l\u00013�L�g�\u0018}G��P�{��S1�=\u0015��3q�4V=���\u0006��S1�o�̨O9>�Ƨ�fHt+}\u0007��0�g`\u0019��-`Ɯ9�������\u001f��\u0014j���\u001c�e�\u0018,#K\r\n��XЧc0�\u0005;]j��K3�>-��>}H��5�\u0014\u0006�\\3���\u0002f̙���3:G��P����\u0018\u001cw���⿚\u001a����-�\u0018\u001cw��\u001f[\u001cҴ̨OB�MgT}\u0014�#թ30���'`��\u0019s���3�Αi$��r��\r\n�v%�Юd�Q�\u001a\u000b�J��z�\u001b�Fy� ��32\b\u001f�|\u001f�N��g�f>\u0001�\u0005̘3E��gt�<#��w�ҩ\u0018K�a\r\n                                                                                                                <fd�Q�:$ũCb�iC��\u0001��bT�@�\u0002�SX\u0018�\u0003�H\u0018�3����\u00160c�\u0014uv��9��_.�=\u001dö�c���ԨN�%��!�pw��L<#�8�4������0Tg`\u0019��-`Ɯ)��,�sd\u0019\t��5,�\u001dò�1,�-5��b�m��5\u0018k�b\\\u0016%��@�[m���X�龏X���4Z3���\u0002f̙���4:G��P�{��S1N<\u0015��31�<\u0016��b�x\u0012����/M��Ln�\u0013��-�s`\u0018\tCm\u0006�њ�\u0002f̙���0:G��P���S1�;\r\n�\u0007���ԨM��%�b\\�\u0013�/\u001dXbԦ=XhS�\"~��\u001c�E�P��]�f��\u0019s�h���Α]$�\u0005�\b<\u001b�uS1���.�XԦb�\u000e�1\u0016��.\u0012HZA��V�3�\u00174*\tCu\u0006fњ�\u0002f̙���,:Gf�P�[c�T���0\u001e/�ԨN\u001d���!9�\u0014��Zk�K3�:\t�ծ\u0014眴]���*Z3���\u0002f̙�:/_�:��a�N����\u0015�cX�;�\u0015��\u0006uz,\\��\u0018j�c���\u0019�)��S��\u001d��X��.\f�f>\u0001�\u0005̘3E��St��\"��׆��\u0018��b<]d�Q�\u001a\u000b��1L;\u001d��Lˌ�LN\u0017\t��b\u001f�N��Q�f>\u0001�\u0005̘3E��Qt��\"���\u0006��1���f��(N�Eq*���`�������(N����c���%����>\u0003�h�l\u00013�L�g�\u0015]\"�H����x*��)؉�0�ԨO\u001d���!1�t��L�\"��Ӯ͐�q�󂹧0�g�\u0016��-`Ɯ)��ܢK�\u0016\t�?D�O�X?\u0015c�L�\"�����d�cp�-3�S�>���ׇ�]��#����/Z3���\u0002f̙���/�D~�P�CD\u001b�chCv\fmȖ\u001a���І�\u0018�L��fZfԧAp3�:]���>b�<\u0003�h�|\u0002f\u000b�1g�<;��\u0012�EB��\r\nv�c�3\u001d��i�Q�\u001a��4�g8\u001c�\u0019#ˌ�\u0014�V-��\u0006��3����>\u0003�h�l\u00013�L�gg\u0019]\"�H���qkI1n-)ƭ��2�X�ZR�[K�qk)�\u0004:�j��o3$�>/�m$\f�\u0019�Fkf\u000b�1g�>;��\u0012�FB�\u000f\u00117�(V[��i0\\�h�Q��\u0019��CroI.��3��\u0019�)Ǉ�K�b�\u0019�\u000bM\u0018�30���'`��\u0019s��3�.�q$�\u0005}\u000b�\u0006���\u0018lMK���Xh\u0007q��K��K�2�>ń���Cr�38e$\f�\u0019XGkf\u000b�1g����j���\u000fK}\r\nu9�s1���n�pe��\u0006}j,�Ӈ��_��b:�\f�\u0014��Kg}D��\u0007��]\u0012\u0006�\\3���\u0002f̙\"��:���#����#�ሻc8�n�Q�\u0016K�C�S[��\u001e��fFyʕy\"OR�� �>R�:\u0003�h�|\u0002f\u000b�1g�:;��'���\u001a��\u001c�ޒc�[�ԨN��Żc�[\u0012�\u001a�/M��L\u000e\u0019�x��}\u001f��]\u0018j3����\u00160c�\u0014mv��O�\u001b\t��ZVN�X9\u0015c�L|#�Em*��i\u0018/\u0007��(N�.�\u0011�.��\u0005Cy\u0006�њ�\u0004�\u00160c�\u0014yv��Od\u001b\tu�\u001a��`�Wr\f�J�\u001a婱�nw\f�J6$�\u0002g\u0014�i\u000f\u0016��\u0018����#�i3����'`��\u0019s�h���~\"�H���bO�1��;�=yK���XԦa���\u0006Þ�eFq�\u0019${J>$\u000eh�\u0004��0�g�\u0019��-`Ɯ)��<���3\u0012j��Sr\f{J�aO�R�>5\u0016\u0017E�aOI��ڇ���(�䈑@p\r\n�G��f�\u0017��O�l\u00013�L�f�\u0017�D~�P��E��chWR���\u001a���Ю�\u0018��\u001dC��eFq&g�\u0004�^ϟ�,\u0012��\f̢5�\u0005̘3E��Y�\u0013�EB�/\r\n�J��p��?M4\u0016��,�X,���p�?���xˌ�4���2���\u0004^�0�g�\u0015��-`Ɯ)�켢��+\u0012j�����v\u001a�>yK���X����v*�ڙxE\u0002��o�۩C�\u0017�'����>\u0003�h�l\u00013��Q�ׯF���ԧP�C���t�Z��ح��R�>=\u0016��\u0018Z=\u0005;_j\u0013�K3�>\u0005�󘑏�e�\u0001k�)\f�f>\u0001�\u0005̘3E��Wt��\"����V\u0010þk\u000b�?\r\n�V\u0010K���Xߐ�b�2\u001dú�2�<�cF\u0002�~��>b�:\u0003�h�|\u0002f\u000b�1g�:;��\u001ayEB�o��S1\u0016O�X<\u0013��cݡNŰ\u001f�XmZifT'!��T\r\n?���-\u0012��\fܢ5�\u0005̘3E��[t��\"���\u0006'�18���ɴԨN�%��!�\u0018��\u0018ˌ�$t����͈X\u0019]\u0003�H\u0018�3p���\u00160c�\u0014yvn�5r���\u001f\"v�\u001dÎ�cؑ��(O�U����`8\u0004gC~ז��b�gb\u0017\tt±��\u0011��\u0019�Ek�\u00130[��9S���E��/\u0012j��2\u001dö�c�2-5�ScQ���\r\nD�\u0013.�{ifTgt�H)\u001cм\u0006n�0Tg�\u0016��-`Ɯ)��ܢk�\u0016\t��\\4�8�F\u0010��\bb�Q�\u001a\u000b_�Q����g�\u0019}o/͌�\u0014'�^��\u001b�\u000b��1\u0012��\f\u001c�5�\u0005̘3E��ct�\u001c#���˩�b�z*Ʃg�\u0018i,ѧ\u000eɩ�\fy���/Ũ��1\u0012�>�y\r\n,#a���2Z3[��9S��YF��2\u0012j�\\�+�e�b\\�'���\u0012u���T���e$���p�sO�/W�3����'`��\u0019s��󌮑g$�\u0005\u001f�~6\u0018�o8��\u001b�\u001a����Чb���q�xF�d�N1�~j����u�3p���'`��\u0019s���W��?X�S���a��\u0018枎a�i�A�\u001e\u000b�t\f������e\u0006u\r\nt神>\"~�\u000fXs~C\u0018�s�|\u0002f\u000b�1g�<;��\u00169FB�\u000f\u0011\u000bwǰpw\f\u000bwK��X\"O\u001d\u0012\u000bw\u001b\u0012��/�(O��\u000e��P�;�V�\u0005��0�g`\u0019��-`Ɯ)��,�[d\u0019\t��]VO�X=\u0015c�L,#�%��!Y=垸\u0007\r\nMˌ�\u00143�_��\u0011q��\u0016xF�P��g�f��\u0019s�ȳ�n�g$�廞�y6\u0018���a�i�Q�\u001a��T\fSO�N׺\u0004|if��A���\u0011���\u0016xF�P��g�f��\u0019s�ȳ�n�g$��v�rw\f+wǰr��(O�Ey*���cX�[f���A�\u0010�����|\u001f�N��k�f>\u0001�\u0005̘3E��kt�\\#����}Oǰ��\u0018�=-5�Scဦc�|*�n:ˌ�\u0014�vq�\u001au�����#��3����'`��\u0019s�ȳ��n�m$���`�;\u0006��1X�\u001a�i�ꡐ�5\u0018,w�p�eFy\u0012�;兲;�ot`ΐg�\u001a��O�l\u00013�L�g�\u001a�\"�H����\f�c8\u0003�\u0018�rXj����Q\u000e�p�C�Ӄ��-3ʓ�\\\fb�j���Hu�3p���'`��\u0019s���s�n�k$��rq��1��P�'9,5�Sc�S�1��\u0010��UMٗfFuړ�8�h\u0016��}��Bu\u0006�њ�\u0004�\u00160c�\u0014uv��-��_.k�b����v&���b�T��S1t�YfT�|�Hv�uDX���4\u0012��\fL�5�\u0005̘3Gy޿\u001ay���R�B]���Ƴ����\u0018��,5��b�<}H��\u0010��\u000b�-1�S\u001fl\u0015�@��y�\u001aq\r\n\u0003q��O�l\u00013�L\u0011gg\u0019�#�H����\b�c�܁c�܁�Fqj,|��1�*\tv����K3�:�CF> z��c$\f�\u00198Fkf\u000b�1g�:;��\u001e9FB]PS���3:�4\u0018��YjT�fFuꐘw:�\u0013Ė\u0019�I\bN�o3\"N\u0019�\u0003�H\u0018�3p���\u00160c�\u0014yv��=r���\u001f\"��\u001dÖ�cؒ��(O�%��!Y<��Hո}if�g�\u0018)�-�{`\u0018\tCu\u0006�њ�\u0002f̙���0�G��P��e�4������X<\u0013��c���c�w*\u0006��2�:\t��.��R����u�\f��5�\t�-`Ɯ)����{�\u0017\t��6\u0016O�X<\u0015c�L�\"��#���\u001bD��Yf��_dн6��zf�����5;��P��a�f��\u0019s��3��a$��\u0010�g:\u0006?�1���\u001a����g:\u0006?S�G��ib����_�\u0014>\u0013s����\u0019�Ek�\u00130[��9S���E��.\u0012j�h�s\f�t����R�85\u0016ũ\u0018��au���Q������\u0019\u0011����/\u0012��\f��5�\u0005̘3E��_t��\"����Fd�Ј�\u0018\u001a�-5�Sc��Y�p\u001b�`'l��43�3�\u0004�������\u0019�Ek�\u00130[��9S���E��.\u0012j��\u0004q\f� ��\u0013�R�8-V=v�\u0006C'�`�[]e�43�� ���CG�\u0002�=����<\u0003�h�l\u00013��Q���F�����P��E�t\f��1�NK\r\n��X��c�w:���e\u0006y\r\n$�J>\"n�;`�<��<��'`��\u0019s�ȳ3�\u001e�a$��\u0010�\r\n�\u0018ZA\u0014��@�jj���B+�cؒw\f[�\u0019�i^\u0010��}H��?\u0002�H\u0018�3����\u00160c�\u0014}v��#����\u001f\"��\u001cö�c�V�ԨO�E}*�=y�\u001e�i�41�SF�\u00118\u001d\u0010}t��0\u0012��\f\f�5�\u0005̘3E��a�\f#��w�-y��y�\u001a\f[�\u001aũ�Q�:$��b,��a$�}��b��]\u001f�e$\f�\u0019XFkf\u000b�1g�>;��\u0011YFB��\r\n� ��\u001b�1t�XjԧƂ��\u0018��b�U�̨O�x�CG�M��#��U�|�0�g`\u0019��-`Ɯ)��,�Gd\u0019\t�?Dl�;�-yǰ%o�Q�\u0016K�CΩc8�i�Q���2�\u0014���O\u0014>辰z\u0006�њ�\u0004�\u00160c�\u0014yv��#r���_\u001b6�\u001dæ�cؔ��(O�%��!�)/�����\u0019�IHn\u0007�\u00119�\f<#a(��3Z3[��9S��yF��3\u0012�r��ǟ\r\n�>d�Їl�Q�\u001a\u000b\u0007�\u001dc�T��3�\u0004������\u0003�\u000f�/�q\u000f<�5�\t�-`Ɯ)��<�G�\u0019\t�?Dl�;�myǰ-o�Q�\u0012�R]��5\u0018��\u001dö�eFyڕs�`�6C���\u0011�F�P��m�f��\u0019s�賳�\u001e�m$�\u0005�z�\u0006��H1��\u0012��cQ��ᔑ`'���2�>�\u0011�#�|\u0006��0�g`\u001b��-`Ɯ9����������<���nݗo��/�X���WS��lbխ�\u0006�[K:��^�\u0014���!��iԭ�b�����\u001bS�\u00190���\u0002f̙���5����:�ڸ�\u0003\u000e�\u0006�G4\u001b�\u001e��ԨN�Eu*V\u001bB\fۧ�u�S3�:�5�����\u001a\u000b_Yz\u001f1���P�k�(`��\u0019s��q���a�O�@.� G���g��ɧ�F}Z,|����Ӱ�\u0003��hfԧ=Y�S�C�ґ�Ĺv�\u0002�\u00130[��9S�ٸF��\u0016��)\u0017|���jGH�Վ\u0010M���X����X<\u0015�A��kd\u0010g�͈�a�u��k�(`>\u0001�\u0005̘3E��i��\u000fky��q�� ���C\t�4X5555�Sc�sF\r\nV�\u00195X����(OB�ڂ�یX�=����0��\\�F\u0001�\u0005̘3E��i��\u000fky��rA�|��]�\u0006���\u001a婱�\u0017\u000f\u001c�=��\u0019v�S��&Fuڃ�8m�z\u0006�Hu��k�(`>\u0001�\u0005̘3E��c��\u000fkm��r��\r\n�\u001a\f�y���V��=\u001a�i�D�:$K�b,��cd\u0010\r\nM��5����Թ6�\u0002�\u00130[��9S��\u0018F��V��\u001a��\u0013�l��J�`��NS�:-��S��� \r\n�-��02�\u001f��\u0011k'���u�\\\u001bF\u0001�\t�-`Ɯ)�l\f��X��\\�z\f��`�\u001b��j7��Fyj�z\u0006��j�|�q�\u001e\u0018F\u0006��4�Q;��G�S��.\r\n�O�l\u00013�LQgc\u0017���Z����\u0006�\u0006㎒b�Q\r\n�&\u0016�iXm��ϰ\u0013>���̨N�U�\u0015��\u0005���u���_\u00140���\u0002f̙�>O_�>��a�O��׋��\u0018��c���\u001a����O\u001f�v�\u0018v�¥��\u0019��O���\u0007�:\u000fXS=��:��'`��\u0019s����N�_$��r1�\u0014�Q\u0005�O\u0013�z�\u0019ũ�j']�a�)�|�X3�8\r\n�O�R0�N�Y$\f�\u0019�Ekf\u000b�1g�8;��\u0014�EB�/\u0017\u001b���\u0014G�a��R�:53�S���.��N%͌�L�\u00185#R��]$\f�\u0019�Ekf\u000b�1g�<;��\u0014�EB�o\u0017^�c�Tr\f^��Fyj�z�l��F%\u001d\u0012�׾\u0014�<�\u0011?��d\u0006��D��\f��5�\t�-`Ɯ)����S�\u0017\t�?D�O�ꉙ\u001a��3�<\u0016�\"ǰ�)���^\u0010ˌ��'\u000bu\u0012zԟ�����\u0019�Ek�\u00130[��9S�ٹE��-\u0012j��˳�j�g�q晸E\u001e��T��S1.�\u0012�� �\u0013~�!���1\u0012��\f\u001c�5�\u0005̘3E��ct�\u001c#�.\u0017\u001c�h0��\u0014�cd�Q�\u0016K��C�x�g�Ѕ��Q��d�N9b��c\u001f�N��c�f>\u0001�\u0005̘3E��ct�\u001c#�����\u0018��b���c䱸2R��vŸnO\u001c#��\u0015#\u001d�����X'��1Z3���\u0002f̙\"��1:E��P�C䞧b��T�{��c䱸�\u0018\u001c#\u001b�Z�їb�gp-�A6�\f\f#a(��0Z3[��9S��\u0019F��0\u0012j��Sr\f}J��O�R�85\u0016ũX==l��V�fFqړ�8\u0005�[��#�4�\tCq\u0006nњ�\u0002f̙�8��\u001aq���R�B]~�y�g�a��\u0018���\u001a�����\u0006�[�\u0018���\u0019ĩO��S�\u0013�<|���)\fĹf>\u0001�\u0005̘3E��Y�\u001d�EB�/\r\n�S�G����\t�6%ˌ��XԦb�t:�_uˌ�$t��_�N���|\u001f�N��[�f>\u0001�\u0005̘3E��[�\u001d�EB]~�\u0001�g��t*�ҙ�E\u001e��T�����g843�SN\r\n��P�\u0019�#��3p���'`��\u0019s�ȳs��#�H����iw\fM���z&n�Ǫ��h0L;\u0015��O^�\u0019�)\u0010��>\"�g`\u0016\tCy\u0006fњ�\u0002f̙\"��,���\"�����o���c8�f�Q�\u0016K�Cb�nC��\"� ��,\u0012�\u0007\u0017~\u001d�N��Y�f>\u0001�\u0005̘3E��Y�\u001d�EB��\u0013OŰdw\fKvK���Xh�W�G�\u001cC��eFqʱ!ޅ�\f�\u001e���,\u0012��\f̢5�\u0005̘3E��Y�\u001d�EB�\u000f\u0011� ��\u0013�1t�Xjԧ�B'�c03\u001d��i�Q�\u0002�\u001f��fDN=\u0003�H\u0018�3p���\u00160c�\u0014yvn�w�\u0016\tu��+�g�qe�\u0018WF�[��D�:$�L��+1�\u0019�iO\u0016�CH�t�;����8\u0003�h�l\u00013�L\u0011g�\u0015}G^�P�����\u0018�L�`eZj\u0014�Ƃ��\u0018w��\r\n9�mO�\"���\u0014�Z\u001b\r\n�G�Sg`\u0016��O�l\u00013�LQgg\u0016}Gf�P��E\u000f�b�\f�?\r\n�\u001e:K���Xh\u0003q��S1.�\u0012�H�3._�m��>׷�\u0019C}\u0006~њ�\u0002f̙�>�_�>��a�O������cX\u00199����\u0006}z,�\u0019_�~if��xA���Ǫf���u�\f,�5�\t�-`Ɯ)��,�sd\u0019\t��^L>\u0015�\u0001\u000e�0��ԨO���\u0018˧b�gb\u0019\tt�]\u0005�͈�{�\u0003�H\u0018�3����\u00160c�\u0014yv��9����\u001f\"瞊q�\u0018瞉e�(O�8��!�4�\r\n�<\u0013��\u0007�:\u0003�H\u0018�3����\u00160c�\u0014uv��9򌄺�x{6\u0018瞊q�xF\u001aKԩC�x����fFu&��ـ�0\r\n\f#a(��0Z3[��9S��\u0019F��0\u0012j��y*ƙ�b�y&�����S1�<\u0015C+�eFq\u0012§\u000eu�+�o�\u0003�H\u0018�30���\u00160c�\u0014yv��92����\u001b��\u0006��\r\n�p~�R�<�\t\u0012y�h�s����0\u0012H>��ع�ټ�X���3Z3���\u0002f̙���3:G��P�{��S1�<\u0015��3�,��S���Ӱz\u001aख़Q��?}���o3$��΁k$\f�\u0019�Fkf\u000b�1g�>;��\u001c�FB�\u000f\u0011�t����14�Yjԧ��E��\"y�Χ��|if�gr�H�S�>|\u001f�N��e�f>\u0001�\u0005̘3Gq^�\u001aq���R�B��\u0016\u0017&:�\u000b\u0013\u001dÅ��\u001aĩ��\t\u000e��\t\u000e��B:�\f��'[��\u0003bet�\u001au\r\n\u0003u��O�l\u00013�LQgg\u0019]\"�H���t:���\u0018J��Fuj,�N�P:\u001d��Lˌꔏ!qe�#�N�K`\u0019\tCy\u0006�њ�\u0002f̙\"��2�D��P\u0017\\��t���p\f[�\u001a婙Q�:$���!��_|)Fy�\u0017\u0004y��t�\r\n^�#��3p���'`��\u0019s�ȳs�.�c$��vш�\u0018\u001a�\u001dC#��FyZ,��\u000e��\u0018�g�\u0018\tt×���@��a$\f�\u0019\u0018Fkf\u000b�1g�:;��\u0012\u0019FB�o\r\n��t\f��T����WS�:5\u0016>N�\u0018���\u000f�\u0013p�\u0018�i\u0010k�܀w����0\u0012��\f\f�5�\u0005̘3E��at�\f#����ک\u0018k�b���a䱨N�X;mHl�\u001bEu\u0012�K�ԼnPg�\u0018\tCu\u0006�њ�\u0002f̙���1�D��P�Cd�T��Ӱz\"�_M���XT�b��r=ܙ[�\u0019��G�\u0003���\u0012\u0018F�P��a�f��\u0019s���3�.�a$��rY;\u0015c�T��31�<\u0016թ\u0018k�b�w&��@wބ�#�=����<\u0003�h�l\u00013�L�g�\u0017]\"�H��\u001e�x6\u0018zA\u0004�_\t�<\u0013�Hc����`��!�]��b��\fɋ䅲��/�]$\f�\u0019�Ekf\u000b�1g�<;��\u0012�EB�o�{��q�S1�y&v���]1VO�X=\u0013�H �H�1��\u0007��0�g�\u0018��-`Ɯ9�����?,�)���0�t\fsO�ꡐ55�Ӈ�>}H�O\u001b�V\u001b�_�A��d�:\u0005:}�΃�\u0011����-a��5�\t�-`Ɯ)��\u001c���1\u0012j�����z:��i�Q�\u0016KԩC��\u001aǰ%o�Q��\u0018���\u0019\u0012+�\u001f�/�g`\u0019��O�l\u00013�L�gg\u0019�D��P�Cd�T��Ӱz��_M���XX\u001b9���c�\f�eF}ʉ�/��2��G��X��.\f�\u0019xFkf\u000b�1g�>;��'���\u001bz�\u001dC/�c�E�ԨO�E}*��k\u0004�\u000b\u0018,3ꓐ\\� �\\��\u0013xF�P��g�f��\u0019s����~\"�H���z*��iX=\u0014�Fuj,�S1VO;��\u001f��3�\u0007\u000bm\r\n��\u0017~\u0002�H\u0018j3p���\u00160c�\u0014mv��O�\u0018\t��Z�z:�]Oǰ�i�Q�\u001a\u000b�*9�ʩ\u0018:�,3��N\u000f�Mކ<�I���u�\f<�5�\t�-`Ɯ)��<���3\u0012johV2�V����`hV�ԨO��#p��\b�c���̨O��?�\u0019��3p���>\u0003�h�l\u00013�L�g�\u001a�D��P�C�1\u000e�p��1\u001c�ԨO��k=\u0015���\f;���K3�>�{�l@���O`\u001a\tCu\u0006�њ�\u0002f̙���4��L#����Cp��\u0010�c8\u0004g�Q�\u0016KԩC�\u0010�cTgb\u001a\tt:�9�o3$<���5\u0012��\f\\�5�\u0005̘3E��k�\u0013�FB]p�ų�p��1���\u001a�i�x��1��ː�:\u0015|)F}\u001a�\u001fw1��\u0015��\u0006\f�=\u0003�h�|\u0002f\u000b�1g��~5���<���.��\u001dö�cؖ�� O��my�`j:\u0006S�2�<\u0005��q��p�\u000eXS=��<��'`��\u0019s�ȳs���k$��\u0010�6R�\u00079\u001c���R�\r\n                                                                                                                        <53�S�ľ�`�\u0007?�m�Q�r霬�\r\n�#�W:0�g�\u001a��O�l\u00013�L�g�\u001a]#�H�\u000b�%<\u001b\f{K�ao�R�>5\u0016��\u001c�ޒc�[�̨OBhB�mFDK�50���<\u0003�h�l\u00013�L�gg\u001a]#�H�˭\u001e�x6\u0018:�\u001c��J�\u001a�i�D�:$��\u001c�֒eFy\u0012zT��\u0019\u0011��k�\u001a\tCy\u0006�њ�\u0002f̙\"��5�F��P�C�Βc�Yr\f;K�\u001a婱�vW�6��g�\u0019���fFy&��@'|��}�:u\u0006�њ�\u0004�\u00160c�\u0014uv��5��_.v�\u001c�Βc�Y�ԨN�%��!���\u0018v�,3�3:j�#bc�\u001a�F�P��m�f��\u0019s�ȳ����m$��\u0010���\u00186�\u001c�ƒ�FyZ,v�;��%�X<\u0013�H�\u0007\u001bB�b�\fL#a���4Z3[��9S�ٙF��4\u0012jk\\\u0018)ƅ�b\\\u0018%�����S1.�\u0014��(1�\u0004�}%q��y��\u001a�F�P��k�f��\u0019s�ȳs���k$��ڸ�dXm��������F\u001e\u000b��c\\\u0018�Y�\u0013?�a�Q�\u001a��4�w�_\u0003�H\u0018�3p���\u00160c�\u0014}v��5r���_/�=\u001dC��c���ԨO���\u0013\u001d�ͳ�ᘻeF}\u0012¹�_�u��}�:y\u0006�њ�\u0004�\u00160c�\u001c�y�j���\u000fKy*U'�O�.7~��1�O\u001b\u0014��X(���|ڐ���\u0018�Ϭ�S�G���H5�\u0014\u0006�\\3���\u0002f̙\"��3�E��P��E�t\f��1�NK���X\u0014�b�z:��vˌ�$��?~���y\u000b\u001c#a���1Z3[��9S��9F��1\u0012jk�y*V[��i0���1�XT�b,�r6\b�\u0005/͌ꌮ�\u0013ʮW�\u0005��0�g�\u0018��-`Ɯ)��\u001c�[�\u0018\t��]\u0016O�X<\u0015c�L\u001c#����c�x:�_��1\u0012H�\u0019وw~��\u00168F�P��c�f��\u0019s�ȳs�n�c$��\u0010�'�\u0018��\u001dÞ��Fy�\u0015$��!�'�\u0018��-3�S̠;���\u0018�=o�g$\f�\u0019xFkf\u000b�1g�>;��\u0016yFB��\r\n��cp4\u001d��i�Q�\u001a\u000b��b�w\f�4-3�S ���H�����G��g�\u0019��O�l\u00013�L�g�\u0019�\"�H������1t{:�nOK��X\"O\u001d\u0012�0\bv:��ڗfFy&��\t��\u0005�#Չ3����'`��\u0019s�����n�e$��nY;\u0015c�T��3��<\u0016�iX���ϰ��F�43��̠�|�ؽ6\f��X���3Z3���\u0002f̙���3�E��P����S1�=\u0015��3�4��S����>AT[\u0001^�\u0019�i\u0010�i\u0014���\u0002�H\u0018�3p���\u00160c�\u0014uv��-r����k��\u0006�B��ݠ��1�Xw�S1|lK1^�m�Q�v����I��-����>\u0003�h�l\u00013��Q���F���ԧP\u0017�B��]����&\u001aZ�-5��c��>\u001dC�t\f+w�\f��XתO�p��\u0001k�)\f��f>\u0001�\u0005̘3E��kt�\\#���\bK�1�`�\u0018�z`�Q�\u001a\u000b7�8��F���h�Oˌ�\u0014�+wO\f?���g�\f�\u001b�a z%˲d{��&*�J��/�Y��\b�`�گ@�؃Pl�2l#`T��mT3�`�g&�3��\u001e�m\u0004�x��/Ϙ�O�d_�RSyb,�'bbj2&�&e��\u0004\u000bj�{\r\n�dHy9z�\u0007#爁Q}\u001a�Q�4�韙���7zX�\u0011P�G<\t�J09iĘ�yw|#���\u0011�?��w�7�'+����!����z\u001a�Q�\u001c\u0006�\f�f�:3��a�F@�Y��%�dk�1�Z��T�\u0018KՉ��\u001c\u0001F[K���\u0013�ԛ�z����Le�4L��9\f�\u0019L��\u0004uf���2���=��\u0007�i�DLk�c\u001aq,U'bZ;\u0015�/��B�Lթ�\u001c/x\u00135]�6�~�2y\u001a�Q�\u001c\u0006�\f�f�\r\n                                                                                                                            <3��a�F@�ٕ�%�dg�1�Y��T�\u0018Kv�\u0018��\u0018u,Qf*O0�`g�0�Yz�\u0007�KO�7���`����L�g�\u001b=,�\b��#\u001e�x%��OĴ|:�\u0011�\u0002}��Qǘ\u001cr��T��A�<�6���~Ʋ�i�F5s\u0018L3���\t��l��e\u001b\u00015�M�'bZ>\u0011����F\u001cK剘�O�b�����<�Ɋ:����\u0013\u001f�m\u0004��Ӱ�j�\u0019L��\u0004uf��ò��\u001a���򈉩ɘ�����\u0013c�D��IG\b\r\n)��7�T�\r\nA�'��\u001d�����i�F5s\u0018L3���9��yI���C�N����{;c��Θ��Sj�N�%�;b���'�D����\u0013�l\u0014'@St��3��\u0013\u0018\u0011g�\u001c\u0006�\f�f�83��i9F@�I�f:Ƥ��1i���T�\u0014\u000bĉCJ�dL^�)3\u0015'�s��\u0013(�r�~�2u\u001a�Q�\u001c\u0006�\f�f�:3��i\u0019F@�Y��A\u0018��A\u0018��A(5U'�zF\u0007�_��� �M��a��T�\u0000]�?��d&o�O5_T��aT3��4�韙���0zZ�\u0011P�!�\u0005!��\u0005!��\u0005!���\u0013c�>\u0011��g\u0001���-e��T��A#\r\n�\u000bϧa\u0018\u0001��4\f��i\u0006�?3A��a��\f#���j�DL�'bZ=\u001d�\bc�\u0003\u001a�\u0012L�'\u001c����\u0018F<�l*1&��O�2\u0002F�iXF5�\f�f�>3��iYF@��(� �I;\bc�\u000eB��>1��\u00131i\u0007aL�A(3�'�A�\u0011�����e�4<��9\f�\u0019L��\u0004}f����\u001a�&��\u0011�'&�\u0012LN�Sj�O�L��CJ7\u001d`�\u001a_�7�L�\t��;�����I#`T��cT3�`�g&�3s���c\u0004Ԙ\\]{\"�kO�t��8F\u001cK.�cL�'bZ=\u001d�\b �ٓF��D�3���p�j�0�f0�3\u0013�9FO�1\u0002jL�\u0016O���\u0007�i�t\u001c#�%W�0&�&cbhRf*O0��˜�dH-��g\u0004�����j�\u0019L��\u0004}f����\u001a\u000fQw�\u0011�]y�tW��8�n|\u0012\u0016��\u0012L_�\u001c�\b�9.*�Ɉ��d�F��<\r\nӨf�����I��˅���C%O��C��\u0013,�uO���\u001dS���X\"�dȸ�D�4�¾afQ�\u0018K���!�>�\u0018듘�O�9\f�\u0019L��\u0004}&���\u000f�>�Oy�5�+���R�Ž%LM�I�b\u0013��\u0004�{K��9b�L�I�ʓ���~��fz\u0016u־��\u001c\u0006�\f�f�:\u0013���Z�dnģ\u0017�\u0004��f�EW\u0013SSub��ŭ\u0004��\t���U\u001e3Su�\u0007��0 �\u0007��XV=k��`\u000e�i\u0006�?3A��o��C�O�]�\u0007\t��\u00131���o��R}\u0012\u0016��pHmXBL���F\u0018Jv��T���72��`����LPg�\u001b��P��̍xF�`��.�b;\u001d���X�N\u001c2\u001e� l���\r\n3Su\u001a_4J\u0006�\u0007��\u0018w�\u0013��]#�i\u0006�?3A��k��C�NrS�$G��V�\u0004��Ș��\u0013c�V�\u0004��ȄMr�d��T�\r\n���Lūg�TV;k��`\u000e�i\u0006�?3A��g��C�N�\\�\u001cG��s\u001c\t\u0016�q`j�N�\u0015��%��N�`�iXF\u001cJ�I������Qq֖��4�韙 ��2���\u0016'Y)r�#��t\"��Ӱ��X*N��ȄMS\u0014ކ��:�\u0011,;��\u001d��0\"F�Y\u001bF\u0006�\f�f�8\u0013���Z��j�\u0013:/��s\u001c\t\u0016\r\n#LMŉ��a�`�0�!�\u001d�\u0010Sq*�_���/~�\u0019��Y�E\u0006s\u0018L3���\t�L���\u001fjy��!\u001f�H�ج�`�Y\tSSyb�xiw�i�\u0004�\u0012w�6�L�I��(\u0011�\u001b��]D�����\f�\u0019L�̜�9]\u0012u��P�\u0013�1�R<\u0011�\u000fr$�\u0014OJM�ə�:y�ت�`��N��:\u0001��ق7R��ɟ�D���\r\n                                                                                                                                <k�0�f0�3\u0013䙹E��\u0016\u00015�M�'cR<\u0019��I��\r\n                                                                                                                                    <1��\u00131)���[D��<��\u0019\u0011��Mx�\u0019��i�E5s\u0018L3���\t���ɲ��Z�Z�W�Ɇ'c��I��<�\u0007\u0002y���NCJ�����\u00132ӷv�&�8�~�2y\u001anQ�\u001c\u0006�\f�f�\r\n                                                                                                                                        <3�h��\"����k;c��Θ��Sj*O�%;��Ɏ'`�|�v��T�\u0004��\u0013��&�4�X&O�.���`����L�gf\u0017M�]\u0004�r���\u0004�-O�d˓RSyb,�UbL�'�7z�,f��\u0004H.�MF�Wל�L��_T3��4�韙 ��/�,�\b�1�Z=\u0011�ꉘVO�/�XZ=\u0011��\t\u0017ӭ�IG��<�{�N:���>�}\u0011?\u0013\u0018է�\u0018�L3���\t��\u001c��r��Z.���+��|\"���q�8��OĴ|*&�\u0000\u001b&��4B�1�5�:�3�UO�2���`����LPgf\u0019M�e\u0004Ԙ\\���i�DL��c\u0019q,���i�\u0004�H�\u0010cf*O�u�m[o�,\u001e}��X�O�5���`����L�g�\u001aM�k\u0004�x��ꎘ��#���k��@�8�VO8\u001a�F�s��T�\r\n�c\u0003�\u001b�x�d?S�:\r\nӨf\u000e�i\u0006�?3A��i4Y�\u0011Pcr�z\"��\u00131���iıT��i�$,�e��T���tD���a?S�:\r\nӨf\u000e�i\u0006�?3gu^/�:(�\tԘ5���I�dLj'�&��X���\u0004�w�s4[7�D��d�8\u0001���ձ��D���:k�0�f0�3\u0013ԙyFW�3\u0002jLn<��`�f��\u0003����\u0013c�:\u0011�ډO\u0003��xF\u0018K�\t�5>���e�4,��9\f�\u0019L��\u0004uf��ղ��Z.�\u0004��v�䭝RSub,ykgL֝��S���03U'=YQ'8F�v?S�8\r\nèf\u000e�i\u0006�?3A��at�\f#���ʲ�1Yv2&�NJMŉ�d�ɘ�N��)�\r\n3Sq&�3������Le�4���9\f�\u0019L��\u0004uf~���\u001a���N�tى�.;\u001d��c�\u001fv�t�\tXl��01\u0015�s�\b�)�]�g*Ӧa\u0016��a0�`�g&h33���Y\u0004�\"_�y%�.:\u0011�E�c\u0016q,�&bZ9\t�f7�L�\t���dD}'2N\u0017\u0001��4���i\u0006�?3A��Wt��\"��C�s�ɹv��\\;����Xr2�19�\u000eج_���T�\u0010k���;\u0019Rv���[\u0004���p�j�\u0019L��\u0004}fn��r��\u001a�+��\u0019�s�ɹvJM���T����%?���Q\u001b&��#M��T�֝�U\u0004��Ӱ�j�\u0019L��\u0004qfV�ղ��\u001as��N�t݉��;\u001d��c��v�t݉��ӱ�\u0000�\u001ey\u001e1^�x���Z�\u0001F�ixE5�\f�f�\r\n                                                                                                                                            <3��jyE@��\u0018�ݞ`���œ\u001eߘ��\u0013�Ty�r�\u0012c�\u000b����S��\u001e\u001f�;\u0019R_�\f�\b\u0018է�\u0016�L3���9�s�$�����'P�!�\u0019\u000e��\f\u0007cr��R\u0013}r,i�gL�p\u0000F� ���\u0013 8���_�g����\u000e\u0018�g�\u001c\u0006�\f�f�\r\n                                                                                                                                                <3�h��\"����\t8¦����`r\u0002�RSyb,9>̘\u001c\u001ffL^�(3�'\\n'����_��s6\f#`T��aT3�`�g&�33�f�0\u0002j̛��3&{�ɞ<����X�'Ϙ�,!\u0016O\u0003l���\u0013��\u0017獔,��3��Ӱ�j�0�f0�3\u0013�YF�e\u0019\u00015�M^�\u0018��#���RSyR,�'\u000e)~&`�\u0003�L�i�HG��F�ٰ��Qu\u001a�Q�4�韙���2�-�\b�1�Z<\u0011�≘\u0016O�2�X�NĴx��������Ɋ8q@���i\u0004���0�j�\u0019L��\u0004uf��l�F@-���`LzA\u0018�^\u0010JMՉ��\u0017�1���-�N�4\"�\u001em�w�ɍ��:0�jd�F5s\u0018L3���\t��\\��r��Z�C��\u0004\u0013S�115)5�'ƒ��\u0011�'%~\u0012L���\u001a\u0001D�qD-��i\u0004���0�j�\u0019L��\u0004yf��l�F@-Ҹ�J0��\u0001c�\u0003JM�I�@�8����IC\be��\\#�\u001eP<Ձ��i�F5s\u0018L3���\t��\\��r��\u001a�&��ɶ\r\n                                                                                                                                                    <b��7����X��\u00131�Y\t��5�n����\u000e\u0018��v\u001cQ�g����D��kT3��4�韙 ��5�-�\b�1�Z<\u0011�≘\u0016O�5�X�+p\t\u0016�\u0002G�\u0014\r\n�\r\n\u0013Su�ѡ袾�\u0012�}V�Ek�a\u0019��a0�`�g�,��%\u0011��\u000f�8�\u001as+��1���Ŗ�oLM�ɱ�v\u00026Oѥ�I0��N��:��Fq\u00024�â�\u0013��:�(O�D�5s\u0018L3���\t��,��e\u0019\u00015D �t�I7\u001dc�MG��\r\n                                                                                                                                                        <1�t+1��Tl�E�|��T�\u0010K\u001bBp��}����\b\u0018���\u0018�L3���\t��\u001c���\u0018\u00015fW��\u0018�f:Ƥ��RSyR�x��\u001faX=\u0011���8F�dE�pĈ�'\u0018FZ=\r\nǨf\u000e�i\u0006�?3A��ct�\u001c#��\b�1bL\u001c#��1��T�\u0018K��\u0018�v:�d�I��<�9�W��[������|\u001a�Q�\u001c\u0006�\f�f�>3��fyF@�y�򉘖OĴ|:�\u0011�R}\u0012\u0016�h�$OC\fw�T�0�\u001e��\u0011�(��0��Qy\u001a�Q�4�韙 ��4�Y�\u0011Pcv�|\"��\u00131-��iıT��i��k��4��T��dE�\r\n�ו�3���p�j�0�f0�3\u0013ę9F7�1\u0002j��W��cĘ8F���\u0013cɖ\r\n                                                                                                                                                            <bz��1q�(3\u0015�B����.=\r\n�\b\u0018U�a\u0018�L3���\t��\f��e\u0018\u00015fM��\u0011��v����1�8���#�/F0�=�n��:\t҅'}8)�;�g,���\u0018��a0�`�g&�3s�n�c\u0004Ԙ]]x\"�\u000bO�t��8F\u001cK�IXܽ�I0-��c\u0004\u0010�\u0018����~Q}\u001a�Q�\u001c\u0006�\f�f�>3��fYF@-���J0��\u0018\u0013ˈRS}b,��\u0018\u0013ˈ1q4)3էB�h��4�\u0019\u0001��4L��i\u0006�?3gy.�D��?��\u0004j��\u0013\u001a�\u0004�n:Ƥ��R\u0013yr,�cL��\u0000�f�V��D�\u0014\u000b�'\u000f)��%�&0�Ϛ9\f�\u0019L��\u0004}f��b�F@��^dƤ\u0017�1�E��T�\u0018Kz�\u0019�^d�&������>�\u000f�n:\r\n���a\u001a\u0001��4L��i\u0006�?3A��i�X�\u0011P�U?���VOĴz:�\u0011����F��iD��:\u001d�\b 2�\u00160�T��iT3��4�韙 ��4Z,�\b�E�@�J09D̘\u001c\"��T�\u0018K\u000e\u00113&��i�5��\r\n1�'�ApJ���/d/�i\u0004���0�j�\u0019L��\u0004}f��b�F@��SĈ�\u0013\u001f_\t&��)5�'ƒSČ�)b \u0017�2S}*\u0004��@A/�bxF��:\r\nϨf����LPg�\u0019-�g\u0004Ԙ\\���i�DL���\u0019q,U'b��NC�'�\tSu���\r\nK@Mbx�g,���\u001a��a0�`�g&�3s�\u0016�5\u0002j̮�{2&히�C?ߘ��\u0013cI�'c�*Ϙ܉L��<\u0015��c��\u0011�z�\u0005#\u0017,\u0001��4l��i\u0006�?3A��m�X�\u0011P�!�;b�⎘��;�\u0011��\u0017w��ŝ0m\b��T�\r\n�s4��ɐ�\u0011�\u0018�\u00110�O�7��f0�3\u0013���F��\u001b\u0001��G�J0�5\u0019\u0013[�RS}b,�\u0018�Ww�t���F\u0000�G���7#�5\u0002F�i�F5�\f�f�:3�h�\\#�Ƭ�\u001fw��;az��RSu␪N��\u0010m,!��t\\#|�\"N8�D\u001bK`\u001a�<\r\nרf\u000e�i\u0006�?3gy��D��?��\u0004j\bJ��\u0018�v:Ƥ��R\u0013yr,i�cL��\u0000�D��<��Fy\u0002���5��Jj'0\"Κ9\f�\u0019L��\u0004qf��jYF@���v:Ƥ��1i���T�\u0018K��\u0010�^�O���I��8\u0015z��\u000e�M���g,���\u0019��a0�`�g&�3�V�3\u0002jL�,<\u0019��'c���T�\u0018K��3&�\u0001���ab�N�2\u0002h�+)�3���p�j�0�f0�3\u0013ę9F��\u0018\u00015�V��\u0018�n:Ƥ��RSqR�x>�_�ɵȌɵȔ��\u0013�R\u0004�\u0013G�SF�a\u0018\u0001��4\f��i\u0006�?3A��a�Z�\u0011P�!ʖ\r\n                                                                                                                                                                <c�%Ϙl�Sj*O�%�&cbh2���1�\u0000�-y\u001a\u0011.�_\r\n�\b\u0018���\u0018�L3���\t��\u001c��r��Z��\u001c�+��\u001d�1i\u0007��T�\u0018K�A\u0018�f:��\u0011e��$/H��\b�C��a\u0019\u0001��4,��i\u0006�?3A��e�Z�\u0011Pc���\b1}3BLߌ\u001cˈc�>\u0011�=y��{�w�03էu�\b�;TO�\u00110�N�1��f0�3\u0013ԙ9F��\u0018\u0001�\\�A�W�i�DL���\u0018q,U'bZ=\u0011���8F\u0000��\u0013G�m%�0\u0002F�i\u0018F5�\f�f�\r\n                                                                                                                                                                    <3�h�\f#��C�W#���\b1}5r\f#���\u0004l���?\t��J�a\u0004\u0010m+)��]�����i\u0018F5s\u0018L3���\t��\f��2��\u001a���J��\u0012b���\u0018F\u001cKw�\u0010�]%�tG�1�\u0000\u0002;\u0013)�3W�^�\u0014\u00070�N�/��f0�3sV�������R�@�Y\u0013;�1�3\u0011�]�ߘ���cI�\u0012cҫ\u0004�xK�Cp���\u0013!y/�\u0011e��%�\u0013\u0018�g�\u001c\u0006�\f�f�\r\n                                                                                                                                                                        <3��n9F@�ٕ3���\u0019M��&����XrF�1��\u0004l\u0012�~��T�\r\n�cw�;\u0019QV�w�1\u0002F�i8F5�\f�f�\r\n                                                                                                                                                                            <3��n9F@���ꉘVO�b7�7����XZ=\u0011�ꉘtzRf*O��z�gt�V�~�2y\u001a�Q�\u001c\u0006�\f�f�\r\n                                                                                                                                                                                <3��nyF@�i�My�dS�1ٔ��T�\u0018K6�\u0019�My\u001aR\u001a�7�T��dE�p\u0014\t\u001cͻ�/҇\f��Ӱ�j�\u0019L��\u0004uf��ݲ��\u001a�+g�\u0010���_\t&g�(5U'ƒS\u001c��\u0019#��K����S!�Z\f�('��e\u0004��Ӱ�j�\u0019L��\u0004yf��ݲ��\u001a\u000fQ��\u0019�-y�dK�RSyb,iVB,���$��*Qf*O�V=�\t�MV��\u0019��i8F5s\u0018L3���\t��\u001c���\u0018\u00015�M��\u0018�m%�d[�RSyR,�'\u000e)���Mk�.�03�'\u001c2��ӛ�g�=�3���p�j�0�f0�3\u0013ԙ9Fw�1\u0002jL�\u0016OĴx\"���q�0\u0016�\u0013�\u0014?\u0013�ؿ�af�Nr���\u001d�X��3�lz\u0002��4\f��i\u0006�?3A��at�\f#�\u0016���+��I�1i���T�\u0018K��\u0019��\t����[ֆ��:\t�ډ#ʞ��p��Qy\u001a�Q�4�韙 ��1�[�\u0011Pcv�x\"��\u00131-��cı�x\u0012�m�M�t�af*O�\u0011@p%�]�\u0017\u0015�a\u0018��a0�`�g�,��%\u0011��\u000f�8�\u001as+��1���I���D�\u0018K��CJ/\bc�#O��8\u0001���@M�\r\n���D���\r\n                                                                                                                                                                                    <k�0�f0�3\u0013�\u0019F\u000f�0\u0002jL��NƤv2&��RSyb,�'a��\u0003���0e��T\b�v��/�����Qu\u001a~Q�4�韙���/zX~\u0011Pcr�x\"��\u00131-��_��@�8�\u0016O\u0018�\u0012;K6�T��_��4!?\f�\b\u0018U�a\u0017�L3���\t��좇e\u0017\u00015&W.\u0006aL.\u0006aL.\u0006��T�\u0018K.\u0006aL^�\u0011��\u00016�L�\tN�\u001c�~#���\t�\u0019��i\u0018F5s\u0018L3���\t��\f��e\u0018\u00015�M�'bZ=\u0011���\u0018F\u001cK^�\u0019��v���/�L���t��썘lu�g,ӧ�\u0018��a0�`�g&�3s�\u001e�c\u0004Ԙ7�CfL��\u0019�>dJM���T���\u0007\u000f\u0018\u0013ǈ2S}��!�ԓb�Y���e�4,��9\f�\u0019L��\u0004}f��ò��\u001a�&�\u0011cb\u00191&�\u0011����X҉̘t\"Ӑ���pCL�\tǇ��\u001dL�[l���X&O�3���`����L�g�\u0019=,�\b�E�þ\u0012L�'bZ>\u001dψc�<\u0001��1\u000e���\u001a�\u0013��\u000b�Z�~?S�:\r\nϨf\u000e�i\u0006�?3A��g��<#�����\u00131]|\"��O�3�X��\u001d1]|\"��O�3\u0002hzĞ�7a�\u0014���e�4L��9\f�\u0019L��\u0004}f���2��Z���W�i�DL��c\u001aa�x(�_��� ��\tb�L�I_3�?�J�n�i>\f�\b\u0018��a\u001b�L3���9��yI���C)O�ƴ�A\u000e�� \u0007cr��R\u0013yr,9���\u001c�\u0000l\u0014Y)����\u0013!�ZBJv>OT�N`D�5s\u0018L3���\t��\\���\u001a\u00015&W�q0&�8\u0010�s\u001c���\u0013c�9\u000e��\u001c\u0007`tk\"e��'+�\u0004�H��?\r\n�\b\u0018\u0015�a\u001a�L3���\t��L��e\u001a\u00015�VK'bZ:\u0011���F\u001cKK'bZ:\u0015����6�L���K\u0007д���0��Qu\u001a�Q�4�韙���4zZ�\u0011P���^\t���0��\u0001����!U�8��;\u0019�u'e��T\b._\u0000jZ�\u0001���e�4<��9\f�\u0019L��\u0004yf����\u001aӦ�\u00131-��i�t<#���DL�'br\u0004�2Sy�!#�T\u0002j�\u0016����M�M�iXF5s\u0018L3���\t��,��e\u0019\u00015�M��!\u0016���\u0012L��Qj*O�%g�\u0018�3p���v�2\u0002h���7Q�\u0004�\r\n�\b\u0018���\u0018�L3���\t��\u001c���\u0018\u00015�M:B\u0018��\u0010Ƥ#�RSyb,�'br�\u0018�I��6�L�i9F<�8FO�1\u0002F�i8F5�\f�f�\r\n                                                                                                                                                                                        <3��i9F@����IX<��`Z=\u001dǈc�<\u0011�ꉘVO�1\u0002h���ތ�=���e�4<��9\f�\u0019L��\u0004}f����\u001a��\u00131-��i�t<#�%\r\nu�IC\u001d\r\n\t�J�e�\u000fV�\t�R|\u0010��J��\u0001��4���i\u0006�?3A��_���\"��[<��J0�ӓ1�ӓRSmb,�4�1iE\u0006���fO�L��\u001c2\u0002h�S7�\r\n�\b\u0018U�a\u0017�L3���9�s�\\.,����ؘ�X\r\n                                                                                                                                                                                            <3.Vό��Ӌ\u001a͢�\u0002�q��&�\u001cs��N\u0013*:G�MS���\u0007���P\u0014�\u0003\u001d\u000e�\u001c�\u0017P\u0014lb!���!X�`�pG��\u0016���=\"�\u001e\b\u0016��.���m\"�M���c��@�\u0018-��g\\|�\u000f\u001c��G\b\u0014[{J\u000e�\u001c�\u0017PTl�+����X2f�I�W���r\u0019\u0017��qz�X�\u0016�$%\\�\u000b�ã�犙\u0003ły$�H��Q�\u001dʁKklm39��@́z\u0001E�&^���\u0018�%\u0017F��d\u001c�X��\u001a�S\u0016\r\nj,rPc���$�\u001d(\u0016\\��¾\u0011���{��\u0012[\u001bO\u000et8Ps�^@Q�����/�`ɗ�3!\u0019\u0017��2.6�qz X�\u0006�%N\u000e�d\\lm��@�J=�{'Xl�\u000bXZ`k'ʁ\u000e\u0007j\u000e�\u000b(�5������+\u00195rF$��!����D8=�+F���\u0019\u0017\u000f�d\\ܹ��@�p�I>��fn�͵{�R���\u0003\u001d\u000e�\u001c�\u0017PTl�P����X�x�y�W��\u000e\u0014�x���\u0003�b�ؿ�q��/�`\u0011kXUH�'�\u0010�o(\u0005,�k�V9��@́z\u0001E�&����\u0018z\u00053g�mn����2g\\����\u0003�b4�+r�-%㢳�ف^��T�-�<�%���K\u0015[�W\u000et8Ps�^@Q�����/�b�\u0005Z�߫W�Ń\u001e_\u0019\u0017�VN\u000f\u0014�Ѣ՚q�k͸h�rv�X��`_\u000b�g��\u0003�\r\n�6�\u001c�p��@���`\u0013g��_\f��5���!��\u0003�\u00009�\u000e\f{+�\u0006�E.��0�w�rv X�L\u0014cr\r\ni�R��6�\u0003\u001d\u000e�\u001c�\u0017P��t����K�W��Lk�E.6e|e�\u0016XJO���T��i��Q媩�9�+P�ϒe�\u0015��e�\u0005H\u0015[C�\u00035\u0007�\u0005\u0014\u0015�z]��u\u00016��VX��2�\u0015��\u0003�b45g�Ss�F}�&׍9P,Qj�\u0002\u0006W�\u0006.\u0015�cu���@́z\u0001E��V��Y]�-K|#xe\\�wɸ����`1Zlyɸ����\u0011����\u0003�\u001a�����h��K��\u0018]5t8Ps�^@Q���5yF\u0017`c���\"\u0007\u0005\u00169(����Ѡ�\"\u0007\u0005V��%�&o�\u001d����\u0013Rz\u0019t�R�:6W\r\n\u001d\u000e�\u001c�\u0017P�kjsM��\u0005ز���W�AyE\u000eʫesa4�+�\r\n+X\u0018u����\u001cȕ\u001e��\u0015��^�ɱ�\u0000\u0002�:6W\r\n5\u0007�\u0005\u0014���\\�gs\u00016fZ7a��MX�t\u0013��\u0003�b��u���\u001d\u0002�&����ف^!\u001am�2\u0007\u0015ֱ�\u0000\u0002�:6W\r\n5\u0007�\u0005\u0014\u0015��\\�gs\u00016�\u001a�\b���.\u0019\u0007{\u0004���فbqT����\u0005�es\u0001%\u0017˽\u0019��\u0007�\u0007.\u0015��s���@́z\u0001E��>���\\��)�\u0012�\u001c�X��Z>\u0017G\u0003�\"\u0007%\u0016F�Ӧ��s�#V�§��\u0005�\u0007,��cr���@́z\u0001E��&��\\�����J\\�{��8�����ف\\qT�����{�\u001d��8��\u0014\u001c�\t\\�W�㪡Á�\u0003�\u0002�zM=���\u0000\u001b3\u001d/�ȸx�E�ū-8=�+E#��ڨ\u0005�3�rl�\u001c�\u0015��ź�F�\u001e�����ru,�\u001a:\u001c�9P/� ��%���/�\\\u0001\u001b\u0013�}��i\u001f,s�\u0007K�\\1Z<}�/��]A\u0019\u0017/\u000b��T�@MS�}g�j�=q�b\u0001R����@́z\u0001EŦ\u0016�ճ�\u0000\u001bOSׯ����9]�Rz�X�\u0006�Un��\u0013�9턥�@��݀HMs�\\�\u0003��I\u0003=j\u0000\u0014\bֱ�j�9P/�(���z\u0016\u0017`C\u0012Pb��\u0012�\u001c�X���h�ֿ��\u0012�v\u0013�X���G���1��:\u0016\u0017@�W�⪡�@���^S���Y\\���֣\u0006��Q\u0003���\u0001�\u0007z�hzԀ9(��A��,.��k\\7��Q���f\u0011TX�媡Á�\u0003�\u0002��M]���r\u00016���\u0011 \u0017�K}e��\u0011Pz�X��}Z̩�\u0005�t\u0005S��\u0003�*�\u001f��\u0006�6���E X�檡Á�\u0003�\u0002��Mm��gs\u00016�\u001aְ��\u001a\u00169X�Z6\u0017G�M\u0002�t\u000f\u0016��!w`rv X��M�\u0006��G���k\u0002�媡Á�\u0003�\u0002��M]���r\u00016�\u001a*,pk<���qPa-���A�E\u000e*,r�G@ف`�V|#|g�j#��q�\u0000\u0002�:.W\r\n5\u0007�\u0005\u0014\u0005��\\W��\u0002l\r\n                                                                                                                                                                                                <M�B�9�B�9�B��\u0003�b4�B\u0003�xr�'㴑��\u0003�:\u001f��`�o�\u001e�T���UC�\u00035\u0007�\u0005\u0014���\\W��\u0002l� �t!\u0007/]��K�esq4x�B\u000e^����.��\u0002��\bxPx�r|.�@���UĆz\u0001E��>���\u0000\u001bO\u0013V\u0004���\u0018�`E`�\\�\u001d\b\u0016GU_\u0016�I�r6�\u000e\u0004k�W���m/W��\u0002\b��\u0018]5�\u001c�\u0017P��|����K�W��L�/˜��̩/K�^9Z��@���n�K\\�o���(�\\`��\u0016�\u0013�\t\u0016 \u0015l\r\n\u001d\u000e�\u001c�\u0017P\u0014l�s͞�\u0005�x�Z`��'h�2N\u000b,�\u0007��h��Ŝ�r\u00017�c��8;\u0010,|�\r\n��\u0000��Ϙ�-\u0002�:6W\r\n\u001d\u000e�\u001c�\u0017P�kjs͞�\u0005ؘi��bN����=-J\u000f��tO�9��bN�\r\n);�+\u0019Xqc❌\r\nǻg��\u0002\b\u0014�\u0018]5�\u001c�\u0017PTljt͞�\u0005�\"_,ye�^ZȜ^ZH�b1��\u0001ǜ^ZȜ�jQv�X�,\u0017P��(�\u0007.իcs���@́z\u0001E��6���\\�-�ռ2N\u001b\t��F\u0002J\u000f�J��\u0001�\u0019��\u0004�=�E�qr W����Ƅ{�g��@���UC�\u00035\u0007�\u0005\u0014嚚\\�gr\u00016&Z����--�tK��\u0003�b4�!`N����--�\u000e�\r\n\u0014�q�L��=p�`\u001d���\u000e\u0007j\u000e�\u000b(\r\n65�f��\u0002lL��XȜ�X�\\<����`1��\u0000ǜniѨ�q\u0018�@��U��q-�>L�R�:\u000eW\r\n\u001d\u000e�\u001c�\u0017PTk�p͞�\u0005ؘg��B\u000e6���\r\n-���h���\u001clh�'%���ف\\��\u0007�W�t\u000bvv<.�@���UĆz\u0001EŦ\u001e��y\\������\u001c�W⢳���bqTP,�\r\n�W�f�s��\u0003��!�g\\$�9�5�\r\n�\u0003�*�1�j�p��@���bS�k�L.��\\�\u0012\u00169X�\"\u0007KX���h��E\u000e��`8�u\u0004�\u001d(\u0016�Gܿx#w��N�ٱ�\u0000\u0002�:6W\r\n5\u0007�\u0005\u0014\u0014{�d����V,`c�u��9�#`N�\b(=U,F��\u0006�i�eN]\u0003�N\u0015\u000b�t����٨z���e�\u0005H\u0015[C�\u00035\u0007�\u0005\u0014\u0015��\\7��\u0002l�K{^\u0019��\u0001s�\u001bPz�X�\u0006�ENױ�i/,e\u0007�%�,6���Q�ʗ��t\u0001\u0004�u��\u001aj\u000e�\u000b(*6u�n��\u0005ز�c\u0004���K���K�(=P,F�;\u000b��;\u000b��/\u001bPv�X�ș\u0005��ٛ�s\u0001\u0004zu|�\u001aj\u000e�\u000b(�5��n��\u0005ؘi���9���9����\u0003�b4�+r��\u00027_�ӻqv�W�\u0001Q�\u0003\f\u0016\u001f�\u001e�T���UC�\u00035\u0007�\u0005\u0014\u0005�\u001a]7��\u0002lL���\u0010w��\u0006�i�\u000b�\u0007��h����Ш�\u0011K\u0018�պ�\u0010(ڈ�9>\u0017@�V�窡�@���ZS����\\��y�\u0005,r��E\u000e\u0016����Ѵ�9(��i�\u000be\u0007rU��j\u0000��\u0006��7����!@ X�窡�@���`S����\\�-�x��q�~E\u000e֯����`=�\u001c�_��+�(;\u0010,�E\b�5�Q�����\u0000\u0002�:^W\r\n5\u0007�\u0005\u0014\u0015�z]7��\u0002l\r\n                                                                                                                                                                                                    <M��B\u000ev���]-���h�ÿ��]-�`W�򺀚��[��8=�}s�.�@���UĆz\u0001EŦ^���\u0000\u001bs��,s��2��,�\u0007��h�u1\u0007�Z�����u!�'�\u0001�\u000fq��1�U���UC�\u00035\u0007�\u0005\u0014\u0005�Z]7��\u0002lL!�s\u0011\u0007�\r\n��w.���h�΅\u001c�s��t�\u000fqPv X�\u001eq�w6(�\t\u001c�\u000b \u0010��t�Ps�^@A��%\u0013��/�`\u0001\u001bS��]��k\u0017s��E�`9�\r\n�9�����Ǎ�S�Z��YvZbO\\�X�T�5t8Ps�^@Q��ӵxN\u0017`����\u0012.����8-��\u001e(\u0016��b��\u0012K��чۘ\u0003�Z7\u0017\u0002��\r\n\u0016��\u0002\b���\\5�\u001c�\u0017P�k�s-��\u0005�M��y!7\u0014�kX�t\r\nK�^1��a��\r\n\u000bg���,e\u0007z\u0005\r\n\u001a\f�\u0011��L{�R�:FW\r\n\u001d\u000e�\u001c�\u0017P\u0014ljt-��\u0005ؘj\u0010,r�`�\\<����`1�6p3�\r\n�̩1Kف`��%�ܼ�Qu�`q�.�@���UĆz\u0001EŦN��9]�-�\u001e��8�f�Sk��\u0003�b4P,r�\u001d\u00007=c���فb-��ƌ;}{�R�:VW\r\n\u001d\u000e�\u001c�\u0017P�kju-��\u0005�\"��z%\u001c|��9X�ZV\u0017G�\u0015,r��U\u000e�ަ�@��U��I0�{{Q�\b��8]5t8Ps�^@Q��ӵxN\u0017`c�a�\u00009�#@\u000e�\b,����5�\u001c�W�`��r��B�\u0000G��0����u��\u001a:\u001c�9P/�����Z<�\u000b��4�N\u0002��N\u0002��N\u0002J\u000f\u0014K�H�8�z���6,e\u0007�U�\u0001�?�A��:F\u0017@ X�誡�@���`S�k�.���Tk�9�f�Sk��\u0003�R4h�fN�Y�Ԛ��@��`�;\u0017p3�\u0004��a\u0004�u��\u001a:\u001c�9P/�����Z<�\u000b�1�j�2\u0007�Z�����tq4��B\u000e���Sk��\u0003�·��jX�f95�\u0007.\u0015��t���@́z\u0001\u0005���L���Ԃ\u0005l�S\u001e����\u001b0�o]��\r\n���[\u0017p��#�����S��#\u0016�\u0002�o]'��j�!P*�\u001a:\u001c�9P/�(���Z=�\u000b�!\t���i�eN+,�\u0007��h X�@�ȁ`-�\u000b(�|����۫ct\u0001\u0004zu��\u001aj\u000e�\u000b(�55�V��\u0002l̠�\u0006̩o@�#ZIߜ\u001e�\u0015��.,s�\u001b0��\u0001e\u0007zUj�P��Q�7X\u001d�\u000b P��t�Ps�^@Q��ӵzN\u0017`�i�o\u0000��\u0002N\u0017�Ӎ-J\u000f\u0014��@���\u001a�F���-�T��ͅD=\"�\u0007.��cs���@́z\u0001E��6���\\����\u0002�\u001cȕ�x���\u0003�� W\u001cU7\t��M\u0002�\u000e�����\u0011���\u001e�T���UC�\u00035\u0007�\u0005\u0014\u0005�\u001a]�gt\u00016�\u0010V���\r\n\u00169X�ZF\u0017G�=\u0002栾\"�{\u0004�\u001d\b\u0016(Z��?\u0015�aW��\u0002\b\u0004�8]5�\u001c�\u0017P\u0014l�t���\u0005ؘB�# \u000e>��\u001c�\u0011XN\u0017G�W.�ԙeN/���@�J=I�8(,\t\u001c�\u000b \u0010�ct�Ps�^@Q��ѵzF\u0017`�i�\u0007���\u000ft1�\u001f��@�\u0018M?Ѕ\\<\r\n��,_\u0014�8;\u0010,P�\\\b�t���\u0003�\r\n�1�j�p��@���`S�k��.�\u0016�3�q��2��,�\u0007��hz[\r\n                                                                                                                                                                                                        <sz[<�z��m�T��U�`sŊ�\u0007,���r���@́z\u0001E��.��\\������\u001c�W䠾Z.\u0017G��J\\<\r\n��$���8;���}.�b��\u001e�T���UC�\u00035\u0007�\u0005\u0014�z�dr����+`c���2�Օ9�����\u0015��\\yT�{\u0001n��@6�N�\r\n\u0014\u001d?\u0004l�\u000f���\u0004\u000b�\r\n��\u000e\u0007j\u000e�\u000b(\r\n6����\u0005ؘj݁eN;����mJ\u000f\u0004��\u001e*X�*X8X5�\u000b\u0017e\u0007��<.´���X\\\u0000�\\\u001d����\u0003�\u0002�rM-��gq\u0001�<�Q�W��/��/�\u001e�\u0015��/�A}��\\�ا�qv WzĪV����v\u000fX*W�ߪ�Á�\u0003�\u0002�rM����o\u00016&\u001a�+rP]���j�[\u001c\r\n䊜6n3\u0007r�\f.���}3\u0016�1���zu\f�\u001a:\u001c�9P/�����{\u0006\u0017`�#\u001exye\u001c�W䠼Z\u0006\u0017G\u0003�\"\u0007�\u00159X�Z\u0006\u0017P�\\���F����p\u0001\u0004�u\u001c�\u001aj\u000e�\u000b(*6u���\u0005�x�ڷ͜�m3�}۔\u001e(���C%��æB�t��\u0003�ZG��¦�;\u0018\\ X�᪡Á�\u0003�\u0002��M\u001d���p\u00016$\u0001;\u0004��\u000e\u0001r�C`9\\\u001c\r\n\u0004�\u001c�X��Z\u000e\u0017Rz�\u0016`�-�C���\u0015�q�j�p��@���`S���9\\��)�\u001dX��)�����\u001a�r�8\u001a�\u0010 \u0007;\u0004�œ6\u001bg\u0007���}ž�w6�Z\\w��\u0002\b\u0014�X\\5�\u001c�\u0017PTljq�=�\u000b��4�sG��玘��\u001dQz�X�F��Q��bN-.�\u000e\u0014��#\u001a��lP�z��\\\u0000�`\u001d����\u0003�\u0002��MM��gr\u00016���\u00152�}���\u00134ߜ\u001e\b\u0016�i_!sڸ\r\nܼF\u0007z��@�`�M�\u0015���V�\"�;>\u0017@�X�窡�@���b\u001f�L���Ԋ\u0005l̵6\u00162��\u0002洱��S�r4m,dN\u001b\u000b��嫅\u001bg��\u0005J>\u000b�Βӝ�\u0013�7�z�\u000b \u0015l\r\n\u001d\u000e�\u001c�\u0017P\u0014l�s=<�\u000b��4����'|��9m,��@�\u0018M\u001b\u000b���B����@������\\<��\u0012<\u001c�\u000b P�cu�Ps�^@Q�����.�����.��9�|��@�\u0018M[\t��G\u001c~����еqv�X�tM@��`+���\u0011�X�쪡Á�\u0003�\u0002��Mͮ�gv\u00016�Zw��ӝ-�tg��\u0003�R4\u0012,��;[́`-�\u000b(\\�ҨS\\c�KK�cw���@́z\u0001EŦv�ó�\u0000\u001bs\b%\u00169(��A���.�\u0006�%.����8}��@�ֵ�@M����\u0007.իcv���@́z\u0001E��f��3�\u0000\u001b3�\u001b[���\u0016s��E�^)\u001a�\u0015GՍ-�tc��\u0003�z���Auc�\u0001n�\r\n�1�j�p��@���`S���]����\u001b[���\u0016r��7�\u0007��h��ŜnlѨ��ó`=�\u000b�i�-F{�R�:fW\r\n\u001d\u000e�\u001c�\u0017P\u0014ljv=<�\u000b�1հ��\u001c�k!\u0007�Z����`_\u000b9��BN\u000f�Rv X������>\u001c�\u000b \u0010��u�Ps�^@Q�����.��g\\`�2N;��ӎ-J\u000f\u0004�Ѵc�9x�Q��_�1\u0007���s\u00015��\tćcu\u0001\u0004zu��\u001aj\u000e�\u000b(�5��\u001e��\u0005ؘi�eN;b��n\u0002J\u000f��@��iG,p�\u001c��7�\u000e�\r\n�\u0016�\u0001\u0019J.���\u0003���1�j�p��@���^��L����z\u0005l̴�\u0006�Ń\t_\u0019��\u0001��z�h�\u001b0��\u0001s�\u001bPv�W��k�Lxg��bO\\�X�T�5t8Ps�^@Q������.����M-�tS�9�Ԣ�@�\u0018M7\t����?\u0019�\u0015��\u0003�*%���\t�_;z:>\u0017@�W�窡�@���^S����\\��\u0019�M-�&�\u0003��m@�^)\u001a�\u0015G�\u0015,�+�q��qv�W�蕋\u0007�%�S�\"\u0010��s���@́z\u0001E��>���\u0000\u001bS�KX�t\t˜.a)=\u0010,F��B�!\u0016�i�\u0002k�\\\u001c\r\n*,rPb\u001d�\u000b P��s�Ps�^@Q�����|.��g��e�n\u00120��\u0004�\u001e(\u0016��K\u0017sPb�SY��\u0018�\u000e\u0014��\u001a�p߈�5�{�R�:>W\r\n\u001d\u000e�\u001c�\u0017P�k�s==�\u000b�1�Pa��\r\n�\u001cTX���hPa��\r\nK\u0007�`���\u0003�B4�\u0018\u0007���\u0004O��\u0002\b\u0014�\u0018]5�\u001c�\u0017PTljt==�\u000b��\u0019���2\u000e*,rPa-�\u000b��bqT�&\u0000�\t\u0015k\u0019]\u0014\r\n\u0015���b\u001d�\u000b P��t�Ps�^@Q������.��\\�7��o�1�WoSz�X��_�bN7bqT8s@\u001c(\u0016(���\u0007\u0005�:N\u0017@ X�骡�@���`S���9]�-\u0013\u001c9 �\t�d��C2�\u001e\b\u0016G\u0005��z�6�*\u0017ḿ`���.���]c\u000f\\*X�ꪡÁ�\u0003�\u0002��M���gu\u00016�\u001a6���n-�[��\u0003�b�E\u0005��^M\u0000\u001c�\u0013XV\u0017G\u0003�\"\u0007�\u0004��\u0005\u0010(�1�j�9P/��b��%Q��/�b\t\u001bs-�i$�\\��pr�\u0006�'�%j�ģ9�2NJl���\r\n0;Q,?�W�`'��%z%H�j@�\u00035\u0007�\u0005\u0014��Y]�\u0018zUl̠,\t\u0012N��\u0012N��0=�+F�n���n���n-�\u000e�\r\n�t_��y��q��T���e@�\u00035\u0007�\u0005\u0014\u0005�y]�\u0018�UlL�t\u00130\u0017OM}e�t\u0013`z X�&�\u0004\t'�\u0004\t'�\u0004�\u001d\b\u0016L�I�& �v�~�3�*�0�\f�p��@���b3���\u0017C���9��؄��؄��XL\u000f\u0014��dc+�d+��x�f��@�J��/ɨr5��K\u0015k�]\u0006t8Ps�^@Q�������X��n�a�p�X0�.���7�\u0007��hbv%��]�M7��\u0011f\u0007�\u0005\u0017K�\t�AaQ`�]\u0004�`\r\n�ˀ�\u0003�\u0002���ܮ�_\f�*�ʧ'_\u0019\u0007�E\u000eJ��v%Ѡ�\"\u0007%��x�g��@�p�+���\u0011[f�=s�`\r\n�ˀ\u000e\u0007j\u000e�\u000b(\r\n63��~1\u0004�ؘB9�pr�;�c\u000b�\u0003�R4\u0012,�\r\n\u0015\u0016F��`\u001d��(�3\u001e��w��X�W��2�Á�\u0003�\u0002�zͬ��_\f�*6f\u001a\r\n,rP`��\u0002�X]I4�+rP`aT�\"c\u000e�J�~���Ӄ�g.U��u\u0019��@́z\u0001E�f^��/�b\u0015\u001bO\u0013*,rPa��\r\n�x]\u001c�\u0014��B�ENzb1;P,�׊Mlo�v���\u001e���_T���e@�\u00035\u0007�\u0005\u0014\u0015��]�\u0018�Ul̡�:H89u�pr�\u0000�\u0003�b4��f.��\u001f�n�č�\u0003�zf\u0017r��\u0013������\b\u0002�\u001af�\u00015\u0007�\u0005\u0014\u0014;]2���R+\u0016�1�Zc��\u001a˜�XJO\u0015���C�\t'�i$��M�٩b��Ou\u0011&W)�\u0001��\u0004\u0000�^k�p��@���^S�k��.��\f�9˜��̩9K�^)Z<��/�Ԝ�Q��\u00059�+QZ`\u0001���3�\r\n�1�j�p��@���`S�k��.��TK�K�I�K�I�\u000b�\u0007��h���p��B�ܛ�qr�W�S]Dݣo�\u0007,U�ct���@́z\u0001E��F��\u0019]��y��\u001c�W䠼ZF\u0017F��r$\u001c�W\u0018u\u0005k�8�+=b�+����=p�^\u001d���\u000e\u0007j\u000e�\u000b(�5��&��\u0002l�4TW䠺\"\u0007�ղ�8\u001aTW䠺\"'\u001f>��@��_��\u0004ȭ�]c\u000f\\�X�窡Á�\u0003�\u0002��M}���\u0000\u001bs(��%�4p3\u0017��|sz�X�&��%�\\\u0006�p���|.����0x�R�H7\b\u0000\u0002�:6W\r\n5\u0007�\u0005\u0014���\\�gs\u00016fPN�$���I89!��^1\u001a�\u00159�.�Qg��\fr�Wz�*W8ѵ���=pi}ul�\u001a:\u001c�9P/�����<�\u000b�1�P_���J�\u001e���@�\u0018\r\n�\u001c�W:���ocv�W�p\u000b�F����\\�X�檡Á�\u0003�\u0002��Mm�ɳ�\u0000\u001bs����i�6sڿM�b1��o3\u0007\u0015\u0016F��\u00156�@���D���g�o�gիcr���@́z\u0001E��&��\\����\r\n�\u001cTX�x���\u0003�b4���A���t�zf\u0016�\u0003��y%g��٨Pa�\u0013]\u0004�b\u001d����\u0003�\u0002\r\n��^2���R+\u0016�1�Za��\r\n˜VXJO\u0015��T���.\u0001s�K@٩b��f��Qu_��e�\u0005H\u0015[C�\u00035\u0007�\u0005\u0014\u0015��\\W��\u0002l\r\n                                                                                                                                                                                                            <M=\"�\u001c\u001c�aN��Pz�X��Gd��#2�Mr�k��@��U�8&��q�\u0000\u0002�:.W\r\n5\u0007�\u0005\u0014���\\W��\u0002l̴�\u0012P�)�&|e��Z.\u0017G�5,s��eN�\u001bPv�W��}�G�}ث�t\u0001\u0004�u��\u001aj\u000e�\u000b(*6u����\u0005�:�CN�����\u0012N\u000f�Pz�X��\u0007d���B�nKl$�8;P,PqI��\u0006\u0005�:V\u0017@ X�ꪡ�@���`S���Y]�����m��9�ߦ�@�\u0018\r\n\u0004��\\U�pr}!f\u0007�U�\u0016�\u0017o��ц�\u0003���1�j�p��@���^S���\u0019]��S�\u000e}e\u001c\u0014X��ZF\u0017G\u0003�\"\u0007\u0005\u0016.\u0012\\��\u001c�\u001d�\u001e�ʕ�\u0004��~\u0011��1�j�p��@���^S���\u0019]������\u001c�W䠾ZF\u0017G\u0003�\"\u0007�\u00159����\u0005\u0014��%L��}�R�:FW\r\n\u001d\u000e�\u001c�\u0017P�kjt]=�\u000b�u�o\u001e%\u001c�W䠾ZF\u0017G\u0003�\"\u0007�U��\f�۔\u001d�\u0015>�\u0005ǹxP�-�:>\u0017@ X�窡�@���`S����\\����\u0002�\u001c\u0014X��Z>\u0017G��\\��\u0001D�\u0013��\u0003�Z6\u0017P�\t{U�\b��\\5t8Ps�^@Q���u�\\.��)\u001e�ze\u001c�W䠼Z.\u0017G��\u001c�W䴏��\u0003���0�,�Q��q�\u0000\u0002�:.W\r\n5\u0007�\u0005\u0014\u0014;_2���R+\u0016��4�w�9��fN{�)=U,GS�\"��<\"n���\u0002K٩b9���2���'.S,@��\u001a:\u001c�9P/�����=�\u000b�UnK}e�\u001e>dN\u000f\u001fRz�X���\u000f��Ç��D�\u001bg\u0007��+\t�U�\u0007�=�ٱ�\u0000\u0002�:6W\r\n5\u0007�\u0005\u0014\u0005��\\�gs\u00016�Z�w3�给��ݔ\u001e\b\u0016��`��%,���Rܘ\u0003�Z��xL��evL.�@���UĆz\u0001E��&��\\���~�(�t\u0011˜.b)=�+F�%\u0001r��eN\u0017��\u001d�\u0015\u000ej=b�|g��\"vv\\.�@���UĆz\u0001EŦ.��\\���\t�X�`\u0011�\u001c,b-����b���r~2N�\u000b);P,D��!�lP�-�\u001d�\u000b \u0010�cs�Ps�^@Q���5{6\u0017`�ijo!s��v�Pz X�F��Q��\u0010���l�\u001d\bV)�\u0006���e}\u000fX�W�檡Á�\u0003�\u0002�zMm�ٳ�\u0000\u001b3\r\n\u0005\u00169(��A��l.�\u0016O���8=�M\u001c]�Bف^���х/�cs\u0001\u0004zul�\u001aj\u000e�\u000b(�5��f��\u0002l��F���\u0013���\toJ\u000f���7sP_��NX�\u000e�\r\n6\u0017�\u0015\u0007U_vvl.�@���UĆz\u0001E��6���\\�������]㱗����mJ\u000f\u0004�Ѵu�9m�f\u000e�\b,�\u000b�骟�OF�%�cu\u0001\u0004�u��\u001aj\u000e�\u000b(*6��f��\u0002l\r\n                                                                                                                                                                                                                <M��B\u000ev���]-���hzk!r�(�O��;�eu\u0001�K\u0002p���l\u000f\\*X�骡Á�\u0003�\u0002\r\n��]2���R\u000b\u0016�1��&`N�\u0004�隀�S�r4]\u00130�k\u0002�56�m��\r\n\u0016)��4�-�t��\u0004\u000b�\r\n��\u000e\u0007j\u000e�\u000b(\r\n65�n��\u0005ؘj}�bN_��ӗ.J\u000f\u0004K��Q�\u0019�/]��K\u0017e\u0007�U�*,`��us|.�@���UĆz\u0001E��>���\u0000\u001b3\r\n\u0005\u00169(��A��|.�\u0006\u0005\u00169(���K\u0017e\u0007z\u0005*�_��A����\u0018]\u0000�`\u001d����\u0003�\u0002��M���gt\u00016���t\u0001���\\\u0018.�]���@�\u0018M\u000fx3�W\u00120��jQv�W𹞱1睍\r\n\u0015��\u0000\u0002�:>W\r\n5\u0007�\u0005\u0014\u0005��\\7��\u0002l\r\n                                                                                                                                                                                                                    <Mm�eN�a��fXJ\u000f\u0014�Ѵ\u0019�9�$\u0000n�����\u0003��#V�µ�K�K�\u0003�7�z\r\n\u001c@�W�檡�@���^S����\\��W8m�\u001cTX䴓��\u0003�b4����N\u0002���˲���=���;\u001b\u0015޹\u001c�\u000b P�ct�Ps�^@Q���u�.��ӄw.���\u000b9x粌.�\u0016��\u0019\u0007�\\�E�\u0015�)��@�p%!]\u0004G�ָ7�\u0007.U�cu���@́z\u0001EŦV�ͳ�\u0000[e���q�օ\u001c�uYV\u0017G\u0003�\"�����.�eu\u0001���\"#\u0006k\u0002��\u0002\b��8]5�\u001c�\u0017P�k�t�<�\u000b�1�Pa��\r\n�\u001cTX���h�-\u000e��*7�����ف^�\u0013]@�\u001a��\u0000\u0002�:>W\r\n5\u0007�\u0005\u0014���\\7��\u0002l�4�W䠾\"\u0007���8\u001a�j!\u0007�Z�����s\u0001u�V-\u001e\u0014v�\u001c�\u000b \u0010��s�Ps�^@A��%\u0013��/�`\u0001\u001bOSw���m�_\u0019��\u0004��\r\n��i+\u0001s�J@��ǎ�S�\"�+X��cG'.\u0013,@*�\u001a:\u001c�9P/�(���Z<�\u000b�1�z\r\n\u001cszY\r\n                                                                                                                                                                                                                        <szY<�\u0007��h X��\u001a8��R-�\u000e\u0004\u000b\u0017\u0012�հ\u0014�\u0012������u��\u001a:\u001c�9P/�����Z<�\u000b�1�Pb��\u001d�_\u0019\u0007%�r�8\u001a(\u00169(�0��N\u001bs�X�D\u0017P�\\\u0003�\u0007.իct���@́z\u0001E��F��\u0019]����\r\n�\u001cTX��ZN\u0017G��^��[���o�mv��@�D��\u0000\f1j}Y\u001c�\u000b \u0010�ct�Ps�^@Q��ѵxF\u0017`c���\u0012\u0017;��2\u000e\r\n�etq4(��A�EN�a);\u0010,XXt\u0004�G�v�E\u001d#P�cu���@́z\u0001EŦV��Y]�������i;,s�\u000eK�b1���\u00127�e�OƩq@فb�JBj&�Quckq�.�@���UĆz\u0001EŦV��Y]����g\u0010��3���\u0019DJ\u000f\u0014K\u0016\u0016)\u0016GՍ-�tc��\u0003łq6���w6*l\u00148V\u0017@�X�ꪡ�@���bS�k�.��ӄU\u0001q�}\u0003�`U`Y]\u001c\r\nV\u0005���\u00009X\u0015XV\u0017Q�`H�|�q\u000f\\*X�몡Á�\u0003�\u0002��M����\u0000\u001bS��Z�i�\u0016sگE�`1��k1��Z�Ŏ���\u0003�\u0012\u0005�]�ͪW��\u0002\b��x]5�\u001c�\u0017P�k�u-��\u0005ؘA�Z�9�Z�9�Z��\u0003�b4���9�%`\u000e�\t,��(*�8���Z�2�\u0006C�@���UĆz\u0001\u0005���L���Ԃ\u0005l\r\n                                                                                                                                                                                                                            <M��\u001cs�U9䠅��S�r4m�fN[�i�{l�ۘS�\"�\u0005\u0016�I.��\u0003�UX�T�5t8Ps�^@Q��׵z^\u0017`c����9}�bN_�(=\u0010,F\u0003�\"�/]��K\u0017e\u0007��h�I��\r\n��\\�cu\u0001\u0004�u��\u001aj\u000e�\u000b(\r\n6��V��\u0002l�/��\u0012.�ze��sQz X���\\��;\u0017p7�\b�8;\u0010�eu\u0001%_��\u0003���q�j�p��@���\\S�k��.��D��Ŝ:]̩�E�\\1�:]̩�Ŝ~���\u0003�\u0002\u0005+X�ns4�����u��\u001a:\u001c�9P/�(���Z=�\u000b�u�\u001bせ}e�ZN\u0017G���\u001c�W�tO��\u0003��N\u0017�\r\nKX��\u0002\b\u0014�8]5�\u001c�\u0017PTl�t���\u0005�*\u001fUye�:]̩�E�b1��\u0006������\u00179(9\u0010���.��\u001c��r\u0001\u0004ju\\�\u001aj\u000e�\u000b(�5u�V��\u0002l̳ni1�[Z��\u0016�\u0007j�h��Ŝni\u00017-p\u0013\u001ce\u0007r�G�r��\\P\\\u001d�\u000b ��cq�Ps�^@Q��ŵz\u0016\u0017`c���\"\u0007�\u00159(�����@�ȩc\u0000�$���ف\\!�%����Q�3X�*�-X�@���UĆz\u0001EŦ\u001e��y\\��3�\u0016Ϝ��fN�xSz�X�F��Qa\u0001�\u001c,`-�\u000b(�j\u0013�%���\u0001K+��q���@́z\u0001E��\u001e��y\\�-k��\u000b�1ӰC�\u001c�\u0010X\u001e\u0017G�\u001d\u0002�`�@�INGn�\u001d�\u001e��U�g,�{�R�:\u000eW\r\n\u001d\u000e�\u001c�\u0017P��������Z������W��\u0001s�?@�\\9��\u000f0��\u0015��Z�);�+E�6�7r�\u0013�\u0007N\\�X�T�5t8Ps�^@Q���u�,.��\\�\u0016,sZ`��\u0002K�b1\u001a(\u00169=�E���\u0018�@��U�p�\u000e��\u001d�\u000b Ы�p�Ps�^@Q���u�\u001c.��Lk\u000f\u0001s�C�\\<����^1�Z��i\u000f\u0001p�%��n�\u001d��r���\u0005��q�\u0000\u0002�:\u000eW\r\n5\u0007�\u0005\u0014�:\\w��\u0002lL�v\u00100�\u001d\u0004�i\u0007\u0001�\u0007r�h��\u00159(�x�J�Ԣ�@��Y.\u001eT-ٻ�p\u0001\u0004�u\u001c�\u001aj\u000e�\u000b(\r\n6u���\u0005ؘj���A}�\u000fV�3*ߜ\u001e\b\u0016G\u0005��z�\u000b�z�\u001dd\u001bs X�\u0002\u0011.Р`p����[\u0000�^\u001d���\u0003�\u0002�zM����o\u00016fZ7\b�SG�9����\u0003�b4���9m�\".v�n�\u001c��򷀒�K�\u0001K���[5t8Ps�^@Q���u��-��<�uZ��uZ��uZ�\u001e���œ8�2\u000e�+�����\u001bg\u0007r\u0005��\f\u0003�&���\u0003�*ֱ�j�p��@���bS���Y\\������\u001c�W䠾Z\u0016\u0017G���\u001c�W�ԑ��@��U�dp�\\�3\\\u0000�\\\u001d���\u0003�\u0002�rM����o\u00016&\u0010�����xJ��\u0003�� W\u001c\u0015\r\n,r��Rv W��0\u0016�w6*(�q�\u0000\u0002�:\u000eW\r\n5\u0007�\u0005\u0014\u0015�:\\w��\u0002l\r\n                                                                                                                                                                                                                                <M؀E\u000e6`��\r\nX���h�p1�\u000e\u0017s�pQv�X��V\\M��A�[�\u001e���\u0000 \u0010��q�Ps�^@A��K&��_j�\u00026���h1�=Z�i�\u0016����h�B���h1�\u001e\u0017e��\u0005\r\n=.\u001eU�\r\nO\\�X�T�5t8Ps�^@Q�����<.����E\u0001s�(@.�����@�8*(\u0016G�E\u0001�\u001a;t7�@���\u0005�$�z�˖\u0004\u0000�^\u001d����\u0003�\u0002�zM=���q\u00016fZ߹��w.�����\u0003�b4]�2��\\�Mkt�7�\u000e�\r\ng�`I\u0000�#6��\u0001K��\\5t8Ps�^@Q�����L.��L�\u0016s��Ŝ�jQz�W�\u0006\u001f5`\u000e�+r��Eف^�����\u001b��޹\u001e��\u0005\u0010\b�1�j�9P/�(���zx&\u0017`c\r\nՕeN]Y�ԕ��@�\u0018MM.�ԕ�Q׸ױ1\u0007�U\r\n\u000b�b��g�\u0007,իcr���@́z\u0001E��&��3�\u0000\u001b3\r\n\u000bX�`\u0001K\\\r\n                                                                                                                                                                                                                                    <N���^qT�+�\r\n\u0005V�y��΍�\u0003�Z.\u0017P���p\\.�@���UĆz\u0001E��.��s�\u0000\u001b\u0013\r\n�W�)6we�`��r�8\u001a�o!\u0007;\u0004�r�\\-�\u000b\u001f��U)��cq\u0001\u0004ru,�\u001aj\u000e�\u000b(�5��\u001e��\u0005�*\r\nD���S\\��).J\u000f���,rѨ��8�4��\u0003�*��\u0001������q\u0001\u0004zu<�\u001aj\u000e�\u000b(�5��\u001e��\u0005ؘA(����\u0000r�=`y\\\u001c\r\n�\u0007���\u0001�Ԓ��@�t�K?�\u0001���\u001e�T���UC�\u00035\u0007�\u0005\u0014\u0005�Z\\\u000f��\u0002lL!,_���+q���7�\u0007��QA�8*,_�\u0010�\u0003>�Lف`1�6\u00152�W�>�*\u0002�:\u001eW\r\n\u001d\u000e�\u001c�\u0017PP��)���Z�����\u0012˜�X��Rz�X���eNK,sZb);U,Q�\u0005˃���e�\u0005H\u0005[C�\u00035\u0007�\u0005\u0014\u0005�Z\\O��\u0002l\r\n                                                                                                                                                                                                                                        <M=x�\u001c|��9=xH�`1�\u001e�bN\u000f\u001e2��\u0001e\u0007�\u0005��^xTm�~:&\u0017@�X�䪡�@���bS���\\��rx��q��Ŝ�uQz�X��o]�-�\t\u000e�&��k��@�J�M\u0004��M\u0004O��\u0002\b��\\5�\u001c�\u0017P�kjr==�\u000b�1���nj1��Z�\u001e�L)�+�zS�¨��wbc\u000e�J�X�\r\n\u0007���V�\u0007.ի�q���@́z\u0001E��\u001e���\u0000\u001b3�_3`N�f��~̀�\u0003��wEz�Q��\u00108\r\n                                                                                                                                                                                                                                            <yHف^�ғ�<��\\O��\u0002\b\u0004�\\5�\u001c�\u0017P\u0014ljr==�\u000b�1հ�%\u000e�\u0017�\u001c,a-����\u0012\u00169X�¨\u0017���8\u0010�er\u0001�Ě�\u0007,��cr���@́z\u0001E��&��3�\u0000\u001b\u0013�}��i�6sڷM�\\1��m3\u0007��̫���%���2��������\u0005\u0010��1�j�9P/�(���zz&\u0017`c���\u0012\u0017\u000f�|e\u001cTW���hP]���\u001cl\u0010X&\u0017Pd\u001a\u0010\u0016�����zuL�\u001a:\u001c�9P/�����zz&\u0017`c\u0006a��\u001c,_���erq4�\u0018\u0017sz�&rp\u000f\u0001e\u0007z��\\�N\u001a����T�hV�:.W\r\n\u001d\u000e�\u001c�\u0017PTl�r==�\u000b�1��A�\u001cl\u0010 \u0007\u001b\u0004�˅�H�8*l\u0010��t��\u00116�\u000e\u0014�\u0014ݜA�E�n\u000fXZa\u001d���\u000e\u0007j\u000e�\u000b�������R����=��8��\t'\u0015\u0016�\u0013�&�D�\t'\u0015����y��D�DM��\u0003��F�-�3�(� Q�\u0001\u001d\u000e�\u001c�\u0017PTlfr��b(\u0016\f�E��$���\t'�,�\u0007��h��&���\t'�,f\u0007�u�q\u0011%����%�\u000e\t\u0002�\u001a\u000e�\u00015\u0007�\u0005\u0014�9\\�\u0018r%o(\u001ewye���0\u0017\u000f�|sz W�&W\u0015&�\\U�pr�\u000bf\u0007r���s%��A�3�*��\f�p��@���b3���\u0017C��\u000e�s,���%\u0001r�$p<�$\u001a,\t��%\u0001qڨ�فb�\u0016|d\u001eG�P�5\\.�@���e@́z\u0001E�f.��/�b�\u001f�\u000f�$��t%��taz�X�F��Q奋��5�8l�\u001d(\u0016�hi\u0017A2���T���e@�\u00035\u0007�\u0005\u0014\u0005��\\�\u0018�%(\u001a����\u0012�\u001c�X��J��`��\u0012\u000b�\u0007>t_\u000b�\u0003�b4�&H8��:s�b\r\n�ˀ\u000e\u0007j\u000e�\u000b(*63��~1\u0014K\u0016�~2&��1\t'����@�\u0018mV�\"\u0007%\u0016L��6\u0012`v�X���1�߰\u0007.ի�t\u0019��@́z\u0001E�fN��/�^��������\r\n�\u001cTX��J��^�\u0013c���\u001aw\u001d6�\u000e�j9]ɠb͞�T���e@�\u00035\u0007�\u0005\u0014\u0005�Y]�\u0018�%�G?\u001aÜ~4&�Ě��@�\u0018M�ل\u0013k6�Ě��@�D�>,8b��~�K\u0005k8]\u0006t8Ps�^@Q������!X����W�A�E\u000e*��t%�`\r\n�\u001c�a��VX�\u000e\u0004��B��\u0004g.U��u\u0019��@́z\u0001\u0005�N�L���Ԋ\u0005l̡n\u00130��\u0004��6\u0001����hr#A�ɍ\u0004\t'�Z��*�����\r\n*W\u0016��L�\u0000�`k�p��@���`S�k�.���T�9�\u000e�[�3\u001c�\u001e\b\u0016G\u0005��rd6��J-�\u000e\u0004��t���A��kR�\b\u0004�]5t8Ps�^@Q���5yf\u0017`�iJ;l�I;l�I;,�\u0007��h�\u000e�p��\u0005�4ſ�\u001bg\u0007��h��e\u000e\u0014k\u001c�\"\b\u0014�]5�\u001c�\u0017PTljvM��\u0005ؘk}�BN�\u001b$��vQz�X�\u000e\u0014���=˜ڳ�\u001d(\u0016�j�=��ѷ:�\\�X�쪡Á�\u0003�\u0002��Mͮ�3�\u0000\u001bs\b5\u00169���A���.�F��Q��B~(�<ޘ\u0003�R4իRpB�e�\u0004\u0000�\\\u001d����\u0003�\u0002�rM��ɳ�\u0000\u001b\u0013\r\nkX�`\r\nK�~�\u0003�\u0003�b4�a\u000e\r\n,\u001c���\u001bg\u0007r�Q�\u000e�\u001b�{�8�\u0003��W�誡Á�\u0003�\u0002�zM���3�\u0000[��j���[a\u0013Nn���@�\u0018\r\n􊜶\u00172\u0007��2���{�\b�[a�XZ_\u001d���\u000e\u0007j\\@��A}�+\u0004���qv�Wp��3�q��29N\u0017@�X�骡�@���bS�k�.��\\C�E\u000e*,rPa-����=�\t\u0007\u000bX�[��\u0003��ͅ�����t�[n{�R�:NW\r\n\u001d\u000e�\u001c�\u0017P\u0014l�tM��\u0005ؘB�# .�5_\u0019\u0007{\u0004����ԚeN�Y�xW�r�8\u001a�j!\u0007�Z��\u0005\u0010(�q�j�9P/����%S��/�b\u0001\u001bs�{\u0004��\u001e\u0001s�G@�b9��\u00110����ɧ\r\n0;U,PO=�ȃ�s\u0018{�2�\u0002����Á�\u0003�\u0002��M����t\u00016��Z�̩5˜Z��\u001e\b���`qTm/$��_(;\u0010,QZa\u0001��t\u0001\u0004�u��\u001aj\u000e�\u000b(\r\n6u����\u0005ؘj�~aN�_���\u0017J\u000f\u0004�Ѵ��9�~A\u000e\u000e�Pv X�@�`t�`\u001d�\u000b \u0010�ct�Ps�^@Q���u��.��)�\u0012��[���+㴁��\u0003�b4m�e\u000e*,XSq�y��@��Ņ8d�\u000f�\u0007,U�cr���@́z\u0001E��&��3�\u0000\u001b�\f�\u00159(��Ay�L.�\u0006jE\u000e\u0016���\u0002�2�������NF�G:����u|�\u001a:\u001c�9P/�����z>\u0017`�i�\r\n\u00169X�\"\u0007+X���hګŜ6\u0017\u00027]�\f\"e\u0007�u..L��]ث�s\u0001\u0004zu|�\u001aj\u000e�\u000b(�5�����\u0005ؘi�y;���턓��1=�+F\u0003�\"\u0007\u000bX�⩉��\u0003��Ǿ�7�J���j\u0018�b\u001d���\u000e\u0007j\u000e�\u000b(*6u����\u0005ؘC���A�E\u000e*��ta4R,�\r\n+X��H\u0017e\u0007��#]�\u001b\u0000\u0006wş�T���UC�\u00035\u0007�\u0005\u0014���\\W��\u0002l� TX��\"\u0007\u0015��8�ܽ�\\���8�\r\n(;ЫR\u000fZ��z����\\\u0000�`\u001d����\u0003�\u0002��M}���s\u00016��\u001a�̩1˜\u001a��\u001e\b���`qTm}\u0001n���n�\u001d\b�(���Aa\r\n��\\\u0000�`\u001d����\u0003�\u0002\r\n��/�`�\u0005\u000bؘj��bN>9�p��yLO\u0005��@�����1\t�\u0015��S�\u0012���m����R{�2�\u0002����Á�\u0003�\u0002��M}���\u0000\u001bs��\u00172��\u00172��\u0017Rz�X���\u00172�%�9�֢�@���-�.DL]�ٱ�\u0000\u0002�:6W\r\n5\u0007�\u0005\u0014���\\�gs\u00016fP�\u000b���B��1�oN\u000f�Ѵ��9�.\u0004�&o�\u001bg\u0007zUj���\u0016�:�g�\u0007.U��s���@́z\u0001EŦ>���\\����E,s��eN\u0017��\u001e(\u0016�iw!s�]\b\u001c}Q\u000e�\u0003�*E�\u0004��.��8]\u0000�^\u001d����\u0003�\u0002�zM���s�\u0000\u001b3\r\n\u0015\u00169�����\u0018J\u000f�Ѡ�\"\u0007\u0015\u0016�V����@��t�z�NF\u0005�kV�HO\u001c\u0000\u0004�u��\u001aj\u000e�\u000b(*6u�f��\u0002l�5TX��\"\u0007\u0015�r�8\u001aTX��\u0002w�\r\n<\u001bg\u0007�U���\u0010�m��q�\u0000\u0002�:NW\r\n5\u0007�\u0005\u0014��:]��t\u0001�J\u001f�+��\u0012\u0007'd(=�+F�\r\n�\u001cTX�`tQr W�@\u0017`�ؔ�\u0007,��cs���@́z\u0001E��6���\\���\r\n{!7]��x�\u0007[\u0004����`�\u00009�\"@\u000e�\b,�\u000b\u001f��\u0015�\u001ctj͎�\u0005\u0010��q�j�9P/�(���=�\u000b�1�P]�\u0003�\u0012\u0017\u000f�|sz W\u001c\u0015䊣�\u001dE�M�\u0001\u0019�\u000e�J�X�Jc�\u0017��\\�W�䪡Á�\u0003�\u0002�zMM��3�\u0000\u001b3\r\n;���\u000e,rP^-����^���\u001c�W��\u0002�\u0001�;BL�r͎�\u0005\u0010���j�9P/����%���/�^\u0001\u001b3���9�����c(=�+G��+s�z\u0005�V����\u0015(Z�\u0002F��\u0013��\u0015 �k\r\n\u001d\u000e�\u001c�\u0017P�kjp�<�\u000b�1ѺzeN7\u0007���\u0001J\u000f��ts�9�\u001c��\u0012��\u001bs�W:>��n��zs\u001c.�@���UĆz\u0001E��\u000e��s�\u0000[�\u000e�W�A}%.\u001e����@�8*\b\u0016G��+q��Eف`���,�t7���[\u0000�^\u001d���\u0003�\u0002�zM����o\u00016fZׯ����9]�Rz�W���W�t�\r\n�4�ޘ��\u0003�Z\u0007��\u0012�x\u000fX*W�ު�Á�\u0003�\u0002�rM���go\u00016&Z[���\u0016-�E��\u0003�b4�+q�@�A�\u00197�6N\u000e�\r\n�ܢ�+|�\u000bnӺ�E\u0004ru��\u001a:\u001c�9P/�(��ۺy�\u0016`c���\u0001szƀ9=c@�\\1��1`NOq1\u0007z��-|�*W8�5��\u001e�T���UC�\u00035\u0007�\u0005\u0014��z[7��\u0002l� �W䠼\"\u0007���0Z|���q�z�Od]���ف^aT�'DL�\to��\u0005\u0010��1�j�9P/����ܺy�\u0016`c�a��\u001c�^��իenq4�+rP_�\u0003�Z�\u0016PҰ�Fl����K\u0005��[5t8Ps�^@Q���u��-�V�\\��qP`��\u0002k�[\u0018-\u001e���qP`��Mq܍�\u0003�\u0002E�\u00152\u0007K\u0002���=\u000b P�cp�Ps�^@Q���u�\f.��\\C�E\u000eJ,rPb-����\u001b\u0017r�A��3�u�89\u0010,\f\r\n�m\u0003F�m�\u001c\u000b ���o�Ps�^@A��%���/�\\\u0001\u001b\u0013�\u0005�9-��i���T�\u0014�\u0011���e�\u0016X�_��S�R4�酳�-�\u0013�)\u0016 Ul\r\n\u001d\u000e�\u001c�\u0017PTljq-��\u0005�x�jq1�\u0016\u0017sjqQz�X���\u0001sjq1�\u0015��\u0003�R4���Q�]\u001c�\u000b Ы�p�Ps�^@Q��õx\u000e\u0017`c\u0006��b��\u0013G���Ŕ\u001e�\u0015����������r\u0012a��@��U���U��cq\u0001\u0004�u,�\u001aj\u000e�\u000b(\r\n6��\u0016��\u0002lL��^̜�^̜�^L�`1\u001a\b\u00169(��A��,.����\u0007�F�e\u000f\\*X�䪡Á�\u0003�\u0002��MM��3�\u0000\u001bS\b\u0015��x6�+��Z&\u0017g\u0007��Q�G�9=%Kف`�\f�|1靍��\u0004��s\u0001\u0004�u|�\u001aj\u000e�\u000b(*6��\u0016��\u0002l\r\n                                                                                                                                                                                                                                                <M�_�9�_�9�_��\u0003�b4���9��\r\n��\u0019]���\u0003�Z>\u0017�\u0019K�\u001e�T���UC�\u00035\u0007�\u0005\u0014��\\�gs\u0001�>⑫W�������Ŕ\u001e�\u0015��u����o���o�\u001d�\u0015.+�\u0015\u0001`�C�\\\u0000�\\\u001d����\u0003�\u0002�rM]��s�\u0000\u001b\u0013�7�1�7�1�7�Qz W���\u0012!\u0017Ϻ�d\u001cTW��\u0002�>��\u0018�U��E��\\5t8Ps�^@Q��ɵx&\u0017`c\u0006�2`N-\u0003��2��@�\u0018M-\u0003��2\u0000n���qv�W��\u0010��\u0000�\u0019_i����ձ�j�p��@���^S�k�,.��L�g�\u001cx\u0006ȁg`Y\\\u0018-����q�\u0019 \u0007;Z�ǅ\u0014�h\u0011�g�\u0016��\u0002\b��x\\5�\u001c�\u0017P��z����K�W�V9\u0011��8u\f�Sǀ�S�r4u\f��\r\n-�tC��S�\u0002���;\u001bT߷N\\&X�T�5t8Ps�^@Q��ŵz\u0016\u0017`�#\u001ebye��o1��[�\u001e\b\u0016M$\u0010,���\u0001p�\u001c{\u00126�\u000e\u0004K�X�\r\n����=`�\\\u001d���\u000e\u0007j\u000e�\u000b(�5u�V��\u0002l�#���SÀ95\f(=�+Fӯ�1�_�\u0001�\u0019���\u0003��\u0013V�ҐP\\\u001d{\u000b P�co�Ps�^@Q����z�\u0016`c��-@.\u001e:��8u\u000b(=P+FS��9(�tY �\u000bOف\\�<�3���\u001c�\u001a� {�R�:�V\r\n\u001d\u000e�\u001c�\u0017PTl�o���\u0005ؘk���A}E\u000e��oq4���A}EN�(��@�p� �_iPZ�:�\u0016@ X�ު��@���`S{k��-��Gl�e\u001c�_����eoq4�\u000b�S��9X�Z�\u0016P�\u001cG}3w�۾{�R�:\u000eW\r\n\u001d\u000e�\u001c�\u0017PTl�p���\u0005ؘC�\f�Sˀ9�\f(=P,FS�\u00009�X\fs�(�\u001c.���w6�z\u0006��q\u0001\u0004�u<�\u001aj\u000e�\u000b(\r\n6��V��\u0002l\r\n                                                                                                                                                                                                                                                    <M��B\u000e����=-���h�E�\u001c�i���(�9\u0010,�\r\no]p�\u000b�`W��@���UC�\u00035\u0007�\u0005\u0014��z\\��q\u00016fZ�y�p��j��Sπ�^!�\u0013�\u00190��\u0001p�\u001c\u0016ܒ��(�\fxPx�rL.�@���UĆz\u0001E��&��\\��bq�2NMY�Ԕ��@�\u0018MMY�Ԕ\u0005n��\u0017�);\u0010,�Ђ����)�:&\u0017@�W�䪡�@���^�L����z\u0005l̴��̩)˜\u0016XJO���T���C\u0010?<�\u001a��6�T�@�U/��U/',�+@��\u001a:\u001c�9P/�����{\u001e\u0017`c���\u0017���\u0017���\u0017J\u000f����\u0017��*\u0002�.p�\u001be\u0007zU��^\u0000����cr\u0001\u0004zuL�\u001aj\u000e�\u000b(�55���\u0005ؘi�!`Nw\b��\u001d\u0002J\u000f��@��i�6p�\u0012[r6�\u000e�J���\u001d\u0002�t�f��\u0014\u0002\u0004ru\\�\u001aj\u000e�\u000b(�5u���\u0005���g]^\u0019�[���\u0016,�\u0007r�h�\u0005˜n�2�[��\u001dȕ(��F��\u000e�=pi�u\\�\u001a:\u001c�9P/�����{.\u0017`c\u000e��\"\u0007\u0005\u00169(�����t\u000b\u0016����$->\u001bg\u0007��hPa��\u001a��\\\u0000�b\u001d����\u0003�\u0002��Mm��gs\u00016�\u001a����\u0012\u00169X�Z6\u0017G�%\u0001r����\u0003��\f�\u000e\u0014\u000b��\u001c�z'\\�;�\u0007.U�cs���@́z\u0001EŦ6�ݳ�\u0000[��W�A�E\u000ej�esq4�����\u0018��)���8;P�w��\u0007�\u0012��\\\u0000�`\u001d����\u0003�\u0002��Mm��gs\u00016�\u001aJ,rPb��\u0012k�\\\u001c\r\nJ,rPba�\u000b�n\u0013\u0007���\b���7b�%���\u0003�\r\n��j�p��@���`S����\\����\r\n�\u001cTX��Z>\u0017G�\r\nK\\\r\n                                                                                                                                                                                                                                                        <C�qPa-�\u000b(��1`����cs\u0001\u0004zul�\u001aj\u000e�\u000b(�5����\u0005ؘA���S��9��(=�+F\u0003�\u00009���S_��\u0003�*5]��;\u001bU�ٻct\u0001\u0004�u��\u001aj\u000e�\u000b((�q�\u0014��K�X�����m��\u001b�W�i�6����hڿ͜�o\u0003�HO��٩b����~s�k|w�\u0003�)\u0016 Ul\r\n\u001d\u000e�\u001c�\u0017PTlju=<�\u000b�1�ڿ͜�o3��۔\u001e(\u0016��b��^-�t\u0011Kفb�p�\u0012m�7r�|\u0007u\u000f���ϪX�쪡Á�\u0003�\u0002��Mͮ�gv\u0001�ʉ�W��\u0019\u0019��Zf\u0017G\u0003�\"\u00075\u00169��\u001ce\u0007��h�]\u0003\u001eT��\u000fu���:vW\r\n\u001d\u000e�\u001c�\u0017P\u0014ljw=<�\u000b��4���9}�bN_�(=\u0010,F��.�⹉\u001f�{lX�8;\u0010��Y.�M�_\u001e��\u0005\u0010���j�9P/�(���zx^\u0017`c�u[�9��bN��(=�+F�m-�t[�9m~��@���ţ����\u0000\u0002�:^W\r\n5\u0007�\u0005\u0014\u0015�z]\u000f��\u0002l\r\n                                                                                                                                                                                                                                                            <M��fN�Ӊ\\�����@�\u0018mR�\"�wl\u0002w[b[��فb�\u001b\u000b���Rj\u000fX*W�誡Á�\u0003�\u0002�rM���gt\u00016&Z��0��c���1�\u001e�\u0015���\u0018���\u000b9x岌.��#y3v�����o\\��UC�\u00035\u0007�\u0005\u0014\u0005�\u001a]\u000f��\u0002lL!�q�1\u0015�6!w��\u0013-�I<\u0015,F���\u001c�W��\u000ec�\u000e\u0004\u000b\u000e�5����t=\u001c�\u000b P��t�Ps�^@Q�����.��\u001c®\u0016r���\u001c�jYN\u0017G\u0003�\"\u0007%\u0016F�i\r\nk9]��U�p�k�-�{�R�:NW\r\n\u001d\u000e�\u001c�\u0017P�k�t=<�\u000b�1Ӱ�E\u000eV��ţ*ߜ\u001e�\u0015��^��\r\n�\u001cTX��\u0002�\u000e\u001c\u0000v�G\u001bn\u000f\\*X�誡Á�\u0003�\u0002\r\n�}^2���R\u000b\u0016�1�Z`��\u0002˜\u0016XJO\u0005����\u0017���\u0017�&�\f\u0007%�z�',r�!�Η\u0013��\u0015 Uk\r\n\u001d\u000e�\u001c�\u0017PTkjr==�\u000b�1Ϻ�E\u000e>���Z\u0006�\u001e�\u0015��e��Z\u0006̩e@ف\\1\u001a\b\u00169��O��@���UC�\u00035\u0007�\u0005\u0014\u0015��\\O��\u0002l�b3�\u000b����3`N=\u0003J\u000f\u0014���3@\u000e\u000e\u001cпV�A�8;P�gr!�����\u0000\u0002�:\u001eW\r\n5\u0007�\u0005\u0014��z\\O��\u0002l̴�\u0006̩i���\u0006�\u001e�\u0015��i���\u0006��\u000b\u0017e\u0007z�<.��%�t{�R�:&W\r\n\u001d\u000e�\u001c�\u0017P�kjr==�\u000b�1�z#\u0001sz#\u0001sz#\u0001�\u0007z�h�\u0010����+_�\u001b\u0015\u0011�erѨЧ\u0005�\"'&����u<�\u001a:\u001c�9P/�(���zz\u001e\u0017`c��\u0017�9�eN{a)=\u0010,F�^X�\u0017�9\u0010��q\u0001E�l�\"p\\.�@���UĆz\u0001E��.��s�\u0000\u001bO\u0013V���v����w.���h�΅\u001c�s��%��\u001bg\u0007�UJ���N0�\u0010�S�\"Ыcr���@́z\u0001E��&��3�\u0000\u001b3\r\n;Z���\u0016r��e�\\\u001c\r\nv���\u001d-��n���8;Ыw�\u000b0<��t<.�@���UĆz\u0001E��\u001e���\u0000\u001bS\r\n\u0005�88k�\u001c\u0014X���hP`��\u0002\u000b��y��9\u0010�Rt�\u0016`�#Z�{�R�:&W\r\n\u001d\u000e�\u001c�\u0017P\u0014ljr==�\u000b�1�Pa��\r\n�\u001cTX���h X�Ԕe\u000eL\u0003��\u0002\r\n�s\u0001w�}�=p�b\u001d���\u000e\u0007j\u000e�\u000b���rI\u0014��K�X��\u001cJ��pp1,ǋ}t�\u001cO\u0014�D\u0013[6�ĖM8�e�_\u001b\u0015�T�\u0010|g��i�3�\b� \u0011�\u0001\u001d\u000e�\u001c�\u0017P\u0014lft��b\b�L�xp�q��owcz X�&��N8�\b��i���6�\u000e\u0004\u000b\u0017\u0017�K\u0017ar\"m\u000fX�W��2�Á�\u0003�\u0002�z�l��_\f��A�\u001f�H8�\t.��&8L\u000f���&�����\u0012N:�1;�+�H\b�\u0014\u0011�,1�\u001e�T���e@�\u00035\u0007�\u0005\u0014\u0015�\u0019]�\u0018�%�G?Ƒpb�&�\u0018��\u001e(\u0016��1˜~�#��\u000e\r\n�\u000e\u0014\u000b�bW�\u001b��\u0012���K\u0005k8]\u0006t8Ps�^@Q������!X�a�\u0013�/��T�3�p��bz X�&�l3�p���ف`�\u0011�^��Wܚ�\u0003����\f�p��@���\\3���\u0017C�d��c%��\u0013c6�Ę��@�\u0010m�oq$�\u0018�\t'����@�\u0010M?m�\f*{\u0004g.\u0015��s\u0019��@́z\u0001E�f>��/�`�!���A�ɮV�ɮ\u0016�\u0007��h�\u001b$��\u0006�M���qv XzĪW��\u000b�g,��as\u0019��@́z\u0001E�f6��/�\\� ��\t�W��\u0013\u0004_\u0019'�\u0001�\u0007r�h�\t�p�\u001a\u0010�rul.~�*W�P���E\u0010��0�\f�9P/�(�����Ő+�C��3H8���AuuL�$\u001aTW䠺\"'_6��@�p\u0001b\u0014�;�\t���̥�5L.\u0003:\u001c�9P/�(������\u0010,�>r'�+�`G\u000b9��rL�$\u001a�h!\u0007;Z����cr\u0011E_�&n��y\u000f\\�X��2�Á�\u0003�\u0002\r\n��.�b�\u0015\u000bؘC��bNw���\u001d-JO\u0015��tG\u000b9=j�p��E٩b������ǎ�X�W�T�5t8Ps�^@Q���5y\u001e\u0017`w����q�\t�p�\t��^1�t�&�t�\u0012��\u000b��ف^�1�;6�Q�\u0015�̥�u\\�\u001a:\u001c�9P/�����<�\u000b�1׺�Ŝ�i1�{Z�\u001e(���a���=-�tO��\u0003���0�#`N�\u0004��r\u0001\u0004�u\\�\u001aj\u000e�\u000b(*6u�&��\u0002l̡\\Q�pr�K��\u0015E�\u001e(\u0016��\u0015E\t'�Z\t'�Z�\u001d(�9�E�\u0004��:s�~U�:&W\r\n\u001d\u000e�\u001c�\u0017P�kjrM��\u0005�\u001d��2��\r\n\u0012Nw�(=�+F�]-�tW\u000b8�`'f\u0007zU\r\nװ��\u001a�q�\u0000\u0002�:.W\r\n5\u0007�\u0005\u0014���\\��r\u00016fZ����m-�t[��\u0003�b4��bN���\u001b�Nx�\\.�6�i�dTX\u001186\u0017@�X�檡�@���bS�k�l.��\\C�%NO\u001b$\u001cTX���hPa��\r\n���\u0006�\u001d(\u0016L3h�Fn�{\u001d{�R�:NW\r\n\u001d\u000e�\u001c�\u0017PTl�tM��\u0005ؘCm|�pԼ���ZN\u0017G�\u001a�\u001c�X��:��*\u0016\u000et���\b�-�\u001db\u000f\\*X�몡Á�\u0003�\u0002��M����\u0000��-���S�9�\u000e(=\u0010,FS�9�\u000e�S뀲\u0003��I�kl�|g��-Eg.}�r̮\u001a:\u001c�9P/�����<�\u000b��4ac\u000b9��B\u000e6�,�\u000b����\u0019\u0007\u001b[`;�\u0019o�\u000e\u0014\u000b�\u0016�q\u0003ĴWkR�\b��X]5t8Ps�^@A��K���_j�\u00026fZ�\u0003��:`N�\u0003JO���T��i/,s�M@٩^)\u001al\u0013��\r\n{�%\u0001@*�\u001a:\u001c�9P/�(���z^\u0017`�iʽ�\t'��2�_6��@�\u0018M\u000f 2�\u0007\u0010�\u001bKb݇��@�\u0010�޺������u\u0001\u0004�u��\u001aj\u000e�\u000b(*6�����\u0005ؘku\u000e�S瀹�\u0018;�\u001c�q \r\n^ɲ�^�\u001b]�\u0005���e�S��|�ȷ�\u0000�m�ɑ\u0018$��ʃ��hj\u000e�Ss�\u001c$�r]4Z|��d\u0017�i����\u0000��:����\u0003�\u0002��MU��S]����\u000e��8}�bNߺ�<\b,�)\r\n,^U'��p�\u0006r\u0010Xة��h\u0010&\u001fʽ\u0002���Q]5t;Ps�^@1���zz�\u000b�q�U\u001d0��9�֢� �8�Nk1��Z����:ȫ��\u000b(���o,{�\u0002\b�꘮\u001aj\u000e�\u000b(�55]O�t\u00016n�z\u0003�`�\u0001s�\r\n�<�+V\u0007qū�\u0013,rz�\u0006U\u0007q\u0005�\u0005ߎI��n��.� ��骡�@��bbS���L\u0017`��\u000f�3N��`N�Р� �4\u001a%\u0016�\r\n\r\n\u00169�\u0006T\u001d$V�\u0019\u000e���U�W���:���n\u0007j\u000e�\u000b(&65]O�t\u00016~M9|;�t�7s�śʃ��h�ś9��Rn�A\u001cPu�X�����]\u0014\u001e\r\nT\u0018�C�c�j�v��@��b`S���L\u0017`�V�\u0003�t�\u0001s��ʃ��h��\u00009�r\u0000\u001c|=\u0006���:_��K�\f���\u000b H�c�j�9P/����r==�\u0005�.G��3\u000e�+r�^-�ţA{E\u000eګrt2,V\u0007q��`�\u0016`t2�o.\r\n���j�v��@��B`�G\u0016��ԁ\u0005l�jm��i{eN�+����Ѵ�\"\u0017WHe��.��4��\u0013K^�z�\u0015�W಼\u0002�y��ہ�\u0003�\u0002�yM-��Y.��\u001dT-˜jY�T�Ry�W\u001cMwt1�;��\u001b�q\u0011\u0007yU��`�8x|�\u001d�\u0005\u0010��q\\5�\u001c�\u0017P�k�f�q\u00016�.{aN��0��^�<�+�\u0006y%.���8诖�\u0002�O��좺x{v\u001c\u0017@\u0010X�q�Ps�^@1���=�\u0005��5U�2�R�9��T\u001e\u0004�F���U��\"�΀���*��ŋB`\u001d�\u0005\u0010\u0004֑\\5�\u001c�\u0017P\fl*�fOr\u00016~M]��{A.�J���A`q4]�Z\u0003��\u001aPu\u0010X�(�xU�\u0006��\"H��j�v��@��bbS�5{�\u000b0\r\n                                                                                                                                                                                                                                                                <f\u0013�񫫖eN�,�\u0007��� ���\u0017�^�ś����/�q��\u001cu�`v\u001c\u0017@�V�q�Ps�^@1���=�\u0005ظ��_���J\u001c|؀ʃ��h�V䠿\"\u0007��r\\@��\u000f]W�W���8.� ��㪡�@��bbS�5{�\u000b��kBEN�,sje�\r\n                                                                                                                                                                                                                                                                    <H,��_6`N�l�\\\\\r\n~ru�X���Ȍ�/��\"ȫ��j�v��@��b^S�5{�\u000b�q\u0007U\u001a0�Ҁ9�\u0006T\u001e�\u0015GSi��J\u0003�T\u001aPu�W\u0018-.\u0017� 6��\u001f{\u0005.\r\n�c�j�v��@��b`S�5{�\u000b�q\u000baR\u000b9��B\u000e&�,˅�ō\u000b�2N�r1\u0007O���\u0002\r\nw\u001f�Uu7��h.� ��檡�@��Bb�G���ԉ\u0005l���\u0012�9}�bN_��\r\n                                                                                                                                                                                                                                                                        <M,��\u000b��ӅZ̩6��4�@M\u0007|���:�\u000e�_\\�X�4�5t;Ps�^@1���Z<�\u0005�.���\u0019�\u000f\u0005��C\u0001�\u0007������9}(\u0000n��Y\u001fb�:H�'�\u0000��\u0006�#�\u0000��:����\u0003�\u0002�yME��.�Ɲօ\u0004��B\u0002�t!\u0001�\u0007y��t!\u0001rqi�WƩ�� �@���OvQ�\u0006�#�\u0000��:����\u0003�\u0002��ME��.�Ư���9\u0015]̩�� �8�n�bNga�ӕ�T\u001d\u0004\u0016N$��@�쪺�pqL\u0017@�X�t�Ps�^@1���Z<�\u0005�>�y����C�t�!�\u0007�����\u0017���\u0017�t�6U\u0007���arL�'�t&vqL\u0017@�X�t�Ps�^@1���Z<�\u0005ظ��P�\u001c<\u0014 \u0007\u000f\u0005����ࡀ8X�\r\n�:��\u0016U\u0007��\u001d]�\u001d�\u000fs3�&X\u001c�\u0005\u0010$ֱ]5�\u001c�\u0017PLlj�\u0016�v\u0001����o�G\\��'\u001b\u000fz�e�x4��A���>�O's�X�\u0013]@�qv�\r\nX\u001aWGu���@́z\u0001Ÿ��k�T\u0017`�F��bNU\u0017s���<�+�\u0006qE\u000e浐�y-Ku\u0001����U���ő]\u0000Ab\u001d�UĆz\u0001�Ħ�k�d\u0017`�ׄ\u0006�\u001c�k!\u0007�Z����`^\u000b9��\"�\u0005�\u0004��BJ]\u0017b*\u000e\u0016Gu\u0001\u0004quTW\r\n5\u0007�\u0005\u0014㚪��S]��\u001b\r\nO���\u0013,r�\u0004k�.\u001e\r\n⊜�%@.��>�:�+l�\u001d��鎃�Q]\u0000Ab\u001d�UĆz\u0001�Į�,���\u0013\u000bظ��`��\u0006˜6X*O\u0013ˣib��\u0006\u000b�$����4�Hi�EL;�/,�+@��\u001a�\u001d�9P/���Tt���\u0002l�i���i�eN;,�\u0007y��t�\u0000��j�+�􉀪���6[�OvU�#X\u001d�\u0005\u0010$�Q]5�\u001c�\u0017PLl��VOu\u00016~M5\u0007̩9`N�\u0001�\u0007����\u001c0��9�#�� ��7���j\u000eV�u\u0001\u0004�u\\W\r\n5\u0007�\u0005\u0014\u0013����s]��3\u001c\u0017Ϝ�\u0003�tV�ʃ��h�X��\u001e\\Ȝ\u001e\\H�Ab��[�\u001f\u001eM�U�\u0002�&�q]5t;Ps�^@1���Z=�\u0005ظ�:�ŜNl1�\u0013[T\u001e$\u0016G�5���{\u0017r������*%\u001a�Ã�2�+pi`\u001d�UC�\u00035\u0007�\u0005\u0014\u0003����S]��[\b�]��k\u0017r��e�.\u001e\r\n^����.P]���{ru\u0010X�h�\u0016\u0015\u0007\u0007\u0013���\\-� ��誡�@��b^Sѵz�\u000b�]��;��\u000b9x��D\u0017�\u0006yE\u000e\u001a,q�:�\\\u001d�(�&��ꦃ�Q]\u0000A`\u001d�UĆz\u0001����k�T\u0017`��ԓ_�ӓ_�ӓ_�<\b,�F�ūB�\u00059uP��T\u0017�\u0006o]��<�st!@�XGu�Ps�^@1���Z=�\u0005ظ��b��\u0016�\u001c�XKu�h0�\u0005�\u0012��e\u001c�lY�\u000b�-��\u000fb�|.�\r\n\\�b\u001d�UC�\u00035\u0007�\u0005\u0014\u0003�ʮՓ]��[\b-\u00169h��A��d\u0017��g�0�g�\u00007���\\\u001d\u0004�~b�+]3�\u001b�\u0002�s�\u0017ͫ��j�v��@��B^�G����y\u0005l�\u0017�w��>D�t\u001f\"��y���^�\u0019��\u0010��}�T��\u0015b�+P\u000bl���e�\u0015 �k\r\n�\u000e�\u001c�\u0017P�kj�6�t\u00016n�z\u0003��\u001b0�ހʃ��h\u0010W䴽2�GkQu\u0010W0]4\u000bK���\u0002�&�1]5t;Ps�^@1����<�\u0005ظ�z�\u000bs�\u001a\u0016����/�\u0007�����\u0017���\u0017���\u0017�\u000e\u0012\u000b\u0014욥�>���\u0011]\u0000A`\u001d�UĆz\u0001����k�D\u0017`�\u0016�>o�t�7s�ϛʃ��h�ϛ9]\u000f\u000b�x]�\u0016k�.���\u0017�����\\\u0000A^\u001d�UĆz\u0001ż��k�4\u0017`�N�'���\u000f�3��<�� �8�S󊜊Y�&�\u0010=�:�+\u001e^�y%\f\u001e\b\u001c�\u0005\u0010�ձ\\5�\u001c�\u0017P�kj�6�r\u00016�4�W�G�\\���\u0007������t!\u0001s��9]�B�A^a�\u0016���Wե/��\"H��j�v��@��bbSϵy�\u000b�}��<�ӥ/���\u0017*\u000f\u0012���\u000e\u0019�tC\u0017s�\u001c���Ě�\u0017�U��n�T\u001b\u0000\u0004�uDW\r\n5\u0007�\u0005\u0014\u0013����\u0013]��_\u0013f���Y-�`V�\u0012]8Z�\"�/�`VK�y��\t'W\u0007�U�V\u0012Pq��`S[\u0004\u001d��\\5t;Ps�^@1����<�\u0005ظ�j\r\n�Sk��Z\u0003*\u000f򊣩5`\u000e����w.Ks�O�qU\r\nga\u001d�\u0005\u0010�Ց\\5�\u001c�\u0017P�k*�6Or\u00016n �i!\u0007����y�T\u001e�\u0015�\r\nqūB{\u0005��9⓫��Z���\t����\u0005\u0010�Ց\\5�\u001c�\u0017P��������:���;��9m��i{��4�<��9m��i{��4�D\u001dq\u0002�]U'�~qYb\u0001�����@́z\u0001�Ħ�k�<\u0017`���I-�⮄?\u0019��ZT\u001e$\u0016G�I-�tR�9�m@�Ab��-\u000e�좺v{w4\u0017@\u0010XGs�Ps�^@1����=�\u0005��5u�\u0016s�P�9]�E�A`q4\b,r�\u0016\u0016�W�J>�8�+Q�`a��\u001e��\u0015�l�\u0000 ȫc�j�9P/����r��\u0002l_�v�w��\u0016s:�E�A^q4��bN紘�GX�\u000e\u0002\u000b�l��x�U�!vw<\u0017@�X�s�Ps�^@1����=�\u0005��5uN�9��bN紨\r\n                                                                                                                                                                                                                                                                            <H,�\u0006'�3�/]��J-�\u000e\u0012K��t�7_TE׮�h��:���n\u0007j\u000e�\u000b(\u00066\u0015]�'�\u0000\u001b���.�t!\u0001s���ʃ��h���9]H��\u001e�E�A`��t\u00015�.�+pi�u4W\r\n�\u000e�\u001c�\u0017P�k��vOs\u0001��q��;���\u00009x$�4\u0017�\u0006�\u0004��#\u0001r�H`i.\u001a-N�|\u0010�\u001fq��\r\n\\\u001aX�r���@́z\u0001����k�,\u0017`�\u0016�;\u0017r�΅\u001c�sY��G��1��y��Mr(���A`�\u001cD\r\n,\u0016��`w4\u0017@\u0010XGs�Ps�^@1����=�\u0005��5a\u001e\u00169��E\u000e�a-ͅ�Q`���9ղT\u001d\u0004V�W|���`����\u0002�s�7\r\n�#�j�v��@��b`Sѵ{�\u000b�q\u000b�\u000b9x�B\u000e޹,х�ť��2\u000e޹�G\\Is2\u0007���t�\u000bs0\u000f�.� ��ꪡ�@��Bb�G���ԉ\u0005l�km��i�eN[,�����Tu1���9U]T�&\u0016�\r\n0M�\u001c�f���\u0012\u000b�&��n\u0007j\u000e�\u000b(&6U]���\u0000\u001b�P\u0017\u00130��\t�����\r\n                                                                                                                                                                                                                                                                                <H,��\u001bd��\r\n2�i��� ���-x(���<���H�\u0001@\u0010XGu�Ps�^@1���:<�\u0005��5�\\-��\\-��\\-*\u000f\u0002���Z̩�\"�&b�:\b,�I\b\u001d\u0016/�\u0013��*#谎몡ہ�\u0003�\u0002��M]��.�v٥��8��bN'��<\b,�F�ū�b\u0002�t1\u0001U\u0007���X�J\u0007\u001cƙ�+pi^\u001d�UC�\u00035\u0007�\u0005\u0014󚚮�3]��;\b\r\n\u00169h��A��L\u0017�\u0006yE\u000e\u001a,\u001c5��kzO�\u000e�\r\n��h�7�FGm\u001ej� ��ꪡہ�\u0003�\u0002��MU��.��5��g\u001ctX��Z��GSu���\u0003�T\u001dPu�XKu\u0001�\u001d�9�\u0010 ȫ��j�9P/���Tu\u001d��\u0002l�A5\u0007̩9`N�\u0001�\u0007y��t\"\u0016980\u001e8��M�A^��=ވA^\u001d�\u0005\u0010��1]5�\u001c�\u0017P�kj�\u000e�t\u00016\f˜�\f˜�\fK�A^q4=��9\u0015\u0007�mp�\u0006\u0015\u0007q�_X�\r\nr-.#�\u0002����\\5t;Ps�^@1���:<�\u0005ظ��]���\u001ctWKs�h�]�����8��T\u001d�\u0015N#��r>�M\u0013l?<�\u0016A`\u001d�UC�\u00035\u0007�\u0005\u0014\u0003�j���\\��[\b�\u00009�\u0006ȁ4�4\u0017�F�ūB{�oemq]���A`�z�Ň�z�d_�K\u0013�h�\u001a�\u001d�9P/����#K��_��\u00026X��2�-�����h�X��\"����\u0016K�ibi��|�ؼ��\u0015��\u000b \r\nl\r\n�\u000e�\u001c�\u0017P\flj�^��\u0002l�Bm��i�eN[,�\u0007�����2�^\u00168\\�E�A`��[:�\u0005�h�+`Y�\u0005\b��H�\u001aj\u000e�\u000b(�5�\\/Or\u00016|aNW�0�+_�<�+�\u0006�\r\n�ӕ/̩�� �J�S\\��ɮ�s�/�E�a\u001d�UC�\u00035\u0007�\u0005\u0014\u0013�Z��g�\u0000\u001b��n7`N�\u001b0��\r\n�\r\n                                                                                                                                                                                                                                                                                    <H,�\u0006�EN��bN�բ� ���\u0003�\u0007��\u0019��t\u0005.���窡ہ�\u0003�\u0002��M=���\\��{������Ƅ?\u0019����\r\n                                                                                                                                                                                                                                                                                        <H,��{f�S/\u000b\u001c?\u0013X��F���U��\u0006/�E�c\u001d�UC�\u00035\u0007�\u0005\u0014\u0013�z���\u0000\u001b�\u001az,r�c��\u001eky.\u001eM�t1�[���-]T\u001d$V):�\u0000/\u001a�C\\�K[�#�j�v��@��b`S���D\u0017`��Tq���\u0003�T\u001cPy\u0010X\u001cM�\u0001s:�Ŝ�8�� �0Z\\[�Al�#�����uLW\r\n�\u000e�\u001c�\u0017P\flj�^��\u0002l�Bx�B\u000e޻���.�t�h��9x�B\u000e޻,�\u0005\u0014�\u000e�W��:�\u000b H�c�j�9P/����v�<�\u0005��5�\u00009x&@\u000e�\t,�ţAb���.��˲]@\u001d4�E�\u0017�G�+pi`\u001d�UC�\u00035\u0007�\u0005\u0014\u0003�ڮ�g�\u0000\u001b�\u0010^���\u0003㙃�.�v�h�څ\u001c�v�I�t`\r\n                                                                                                                                                                                                                                                                                            <U\u0007�%J�*B\f\u001a��\u0000��:����\u0003�\u0002�����H���2���;-\r\n6��&�4X,O�&/]\t'/]\t'/]X�䕨Y]\u0017_Twt���\u0012$�5�ہ�\u0003�\u0002���\\��_�����/O�3N^�\u0012N^��<\b,�F�ū�jX�)F��� �px!\u0005\u00160���M�q5T�\u0001�\u000e�\u001c�\u0017P�k��~�b�\u00154̦�\r\n\u0012N�\u001b$�l7�� �8�l7H8�n@�<���X\u001dĕ~bM�R[4)W�Ҹ\u001a�ˀn\u0007j\u000e�\u000b(�5�\\?1�\r\n�gӽ\u0006\t'{\r\n\u0012N�\u001a`y\u0010W\u001cM�\u001a$\u001ctW�d�\u0001V\u0007q���}+�(\u0004��\\\u0004A`\r\n�e@́z\u0001��f���/F`I\u0010Ŏ��8��J8���� �4Z�D�/�dJ+�dJ\u000b�����z�\u00057\u001f��W���\r\n\\�XCs\u0019��@́z\u0001��f���/Fb����\u0001��&�|�\u000b˃��h򉮄�)���)-�\u000e\u0012\u000b\u001b�d;�\u0007�m�z�\r\n\\�X�s\u0019��@́z\u0001��f���/Fb���y���y�\t'sZX\u001e$\u0016G�9���9-�#>P�\\\u001d$�\u000e%�W.��\u0015��s\u0005,ͫ��\f�v��@��b^3���\u0017#��`�\u000e�7r�S\u000f}Iƃ\u000e�h�d4��A�E\u000e:������6��\u0010X�r\u0011\u0004�5,�\u00015\u0007�\u0005\u0014\u0003�Y���\u0018�%���\u0013ǁ���:�+\u0019\r\n\u001a,r�`��9-�r�h��E�\u001cR�\u001bK�jH.\u0003�\u001d�9P/���Lr����+顸���q0��\u001cLj9�+\u0019\r\n&���I-���ړ����2��+܇���a\r\n�E\u0010$��\\\u0006�\u001c�\u0017PH���\u0012���:���{�ր9�\u0006̩5��4�<�,�J8Y��p�\bK�ib��I�\u000fb�\u001c�u\u0005.\u000b,@\u001a�\u001a�\u001d�9P/�\u0018�TsM��\u0002l�B��bN絘�y-*\u000f\u0002��A`����򯌓u\u0004X\u001d\u0004V��\u000e��]U[��.� ��骡�@��bbS�5y�\u000b��k�\u0016s:�Ŝ�uQy�X\u001cMߺ�ӷ.��)�ޓ���*\u0005�E&�3�W�Ҽ:���n\u0007j\u000e�\u000b(�5U]���\u0000\u001bwZ��M8}�B.�����A^q49\u001a6��h؄�s_�:ȫR�+^��]\u0015\u0012�.� ��몡�@��bbS�5y�\u000b��k�k\u0017s��Ŝ�vQy�X\u001cM_����.�^z�\u0006\u0016\u0007�U\r\n\u001b,\\\u0013D��.� ��誡�@��b\\S�5y�\u000b�}����\u0019�k\t�ӵ\u0004T\u001e�\u0015Gӵ\u0004��Z\u0002�q\u000e��� � ��\u001c8��\u001c��X�WGs���@́z\u0001ż��k�4\u0017`�NC{E\u000e�+r�^-�ţA^�ӥ���RX�\u000e�J�=4���U�W���:���n\u0007j\u000e�\u000b(\u00066�\\��\u0000\u001b�&Lj!\u0007�Z�����x4�#@\u000e&���I-�s\u0001u�Wf\t���>����u\r\n                                                                                                                                                                                                                                                                                                <W\r\n�\u000e�\u001c�\u0017P\fl�&�s\u00016n!Lj!\u0007�Z�����x4\b,qq=�\u0017_���9���\u0012\u0005o\\�\b��~�\r\n\\\u001aXGt���@́z\u0001����k�D\u0017`�VC�E\u000e:,r�a-�ţA`��\u000e�\u001ctXKt�h�\f�\u001c<�:�\u000b H�#�j�9P/����#K��_��\u00026~M]��\\\\��'�t)\u0001�����t)\u0001s���9�$��4�4Z�\u000e� ��yvW��\u0002����ہ�\u0003�\u0002��ME��\u0013]��[�o]��[\u0017s��E�A`q4��bN'��{\\Jv2\u0007���X�\r\n{���\u0006��4��檡ہ�\u0003�\u0002�yM5���\\��{\\���8��bNg��<�+���\u0004��\u0016q�#�\u000e�jm�\u0002���h.� ��檡�@��b^S���4\u0017`�NCE\u000e�+r�_-�ţA^��Y-�#N&�\\\u001d�\u0015N$��ۄ�\u0014��q\\\u0000A\\\u001d�UĆz\u0001Ÿ����9.�ƍ��W�`�\u0001s��j9.\u001e\r\n�_���W�\u0005&a�:��'��0\t�TY�h`\u001d�UC�\u00035\u0007�\u0005\u0014\u0003�Z��g�\u0000\u001b�Z7\u001b0�\u0007h0�\u0007hPy\u0010X\u001c\r\n\u0002��.{\u0001n��hN�\u000e\u0002\u000b۹h-,�&g�^�K[��j�v��@��bbS���<\u0017`�V��\u0017�t�\u000br�|��� �8�.|aN\u0017�\u0000ǉ�<\u0017P�X\u0018\r\n\u0013�.� ��誡�@��bbS���D\u0017`�^��B�ti!s���ʃ��h�X���\u0006xU��:���\u0002\u0015��|���K�#�\u0000��:����\u0003�\u0002��ME��\u0013]��[���9\u0015]̩�� �4�\u001e\u0017�pz*\u0001p�,�9�:\b,}}+����8][�tL\u0017@�X�t�Ps�^@1���zz�\u000b�q��\u00132\t'��I8��\f�\u0007����\u00132\t\u0007-\u00169h���X�\r\n\u001b�䳻W�Ҽ:���n\u0007j\u000e�\u000b(�u~dy��K�W��\u001dԇX��!��#�T���i^y4}$`N\u001fb����T��F��&>�E�����\u0002����ہ�\u0003�\u0002��M=��y.�Ư����<,s:\u000fK�A`q4�\\̩�\u0002n���B�\u000e\u0002K�����Z���+pi`\u001d�UC�\u00035\u0007�\u0005\u0014\u0003����\u0013]���\u001a\u0015]̩�bNE\u0017�\u0007���T\u001c0���9\u0015\u0007T\u001d\u0004\u0016�$��/��;��.� ��誡�@��b^S�5{�\u000b�q\u0007嫝\t'_�L8�j'�\u0007y��䫝��M\u0013_�M����� ���\u000b�\u0001`�=fvL\u0017@�W�t�Ps�^@1���=�\u0005ظӺ��9][Ȝ�-�� �8��-dN�\u00162�k\u000b�:�+�\u0006b\u00160���o�����\b��:����\u0003�\u0002��MM��.�f9���ܸ��`��\u0006k�.\u001e\r\n\u001a,q�~~17��;'W\u0007�\u0005ӵ�\t�OvU�$�\u001d�\u0005\u0010$�1]5�\u001c�\u0017PLlj�f�t\u0001��7{�\u0019\u0007-\u00169h����Ѡ�\"\u0007-\u0016��\u0011W�\\\u001d$\u0016N$�GX��\u0011��\\\u0000A^\u001d�UĆz\u0001ż��k�<\u0017`�\u001c\\��8��A��<\u0017�\u0006\u001d�8�\u001f�\u001ctX�s\u0001�\u001d��(?����uDW\r\n�\u000e�\u001c�\u0017PLl*�fOt\u00016�j\u0003���B\u001e\u000f:�%�p4J,^\u0015&\t�_��Wf�:H,�ĚW�&<\u00118�\u000b ȫ��j�9P/���Ts͞�\u0002l�i��E\u000efa��YXKs�h�W����eN�\u0017Ru�W\u0010X�8��I�\u001a�\u0016]�K\u0013눮\u001a�\u001d�9P/����%��/ub\u0001\u001b��>�2�ϰ�i���4�8\u001a$���\u001d\u00168��7V�����\u00009x&��e�\u0005H\u0013[C�\u00035\u0007�\u0005\u0014\u0013����3]��{�=�9���i��� �8��.��t!\u0017�\u0003�\\\u001d$\u0016(X��\u0017�克c�\u0000��:����\u0003�\u0002��MM��.�Ư�\u000f����\u0017�t�\u000b�\u0007���(�xU�&��\u001eq���\u001c\u0004�(]\u000f\u000b�4�:X\u001c�\u0005\u0010\u0004�Q]5�\u001c�\u0017P\fl��\u0016Ou\u0001��-|g��\u00130��\u0004T\u001e\u0004\u0016G�g\u0002��\u0016����g\u0002Ku\u0001E{�h����\r\nX�WGu���@́z\u0001ż��k�T\u0017`�\u000eB��mSp�\u0016�\u0007ϰ����(�xUx�EN�\u0012Pu�W\u001cM\u000f3fn��:g\u0017\u0002\u0004�u\\W\r\n5\u0007�\u0005\u0014\u0013����s]��_S�\u00172��Z��\u001e\u0019*\u000f\u0012����B�ty!p��\u0011>�:H,�ĚW��\u001a�\u001b�\u0002���1]5t;Ps�^@1���Z<�\u0005ظӺC�9�!Ü� �8�\u001e�͜�B\u0004nZ⒳�������OvQ��]\u001c�\u0005\u0010\u0004�Q]5�\u001c�\u0017P\fl��\u0016Ou\u00016n54X��\u0012\u0017�p�ry\u0010X\u001c\r\n\u001a,r�`���\u0004T\u001d\u0004�T]|UH�\u001a�Y\u0013먮\u001a�\u001d�9P/���Tu-��\u0002l�kh��A�E\u000eZ���x4H,r�C\u0006�M��pru�X\u0018\r\n\u0016\u0013 ��\t\u00165F�WGu���@́z\u0001ż��k�T\u0017`�N�r-�t\u000f\"s�\u0007�ʃ��h����_��\u001eD�t\u000f\"U\u0007yU\r\n'\t\u0000��W��'\u0002Gt���@́z\u0001����,����\r\nظ��_���ʜ�W*O�ʣi^���ʜ�W�N�J\u0014h\u0003��6�_\\\u0016X�4�5t;Ps�^@1���Z=�\u0005��5��\"��F�?\u0019�G\u0015Qy\u0010X\u001cMO~aN�*\u0002n���?�:\b��������\r\nX�WGs���@́z\u0001ż��k�4\u0017`�N�IE��IE��IET\u001e�\u0015G�5����\u0017�69E��� �0\u001a�\u0011\u00006�q��\u0015�4��檡ہ�\u0003�\u0002��M5��i.�ƭ�\u0006\u000bJg����xq��_.\u000f\u0002���\u001b\u0017s:G@W���8������\u0015>����3��.� ��誡�@��bbSѵz�\u000b��kB�E\u000eZ,r�b-�ţA�E\u000eZ,p4�E�Ab��Y-���j���\u0002\b\u0012눮\u001aj\u000e�\u000b(&6\u0015]�'�\u0000\u001b�\u001az,qq�ԟ���XKtqu�X�*�X��\u001c\r\n�\u000e\u0012K�&>4�xQ=GcuL\u0017@\u0010X�t�Ps�^@1���Z=�\u0005��5uu!s�P���.�� �8�.�bNW\u0017\"\u0017߀N�\u000e\u0002��̥}������1]\u0000A`\u001d�UĆz\u0001����k�L\u0017`����/���B�tu!�\u0007����d-�`^K��?g\b�e��q��������\u0002�\u0006�\u0011]5t;Ps�^@1���Z=�\u0005ظ�*\u000e�Sq���\u0003*\u000f\u0002K��y�\u0019��\u00008\\K@�A`�`�<\u0001^\u0014�a�M]\u0000A`\u001d�UĆz\u0001����k�L\u0017`�VC�E\u000e:,r�a-�ţA�E\u000e:,r`\u000e,Ӆ���\u0006\f?+�:�\u000b \b���j�9P/�\u0010��\u0005��/u`\u0001\u001b�P\u0017�0��_��{P�ry\u001aX\u001eM'��ӗ.�������\u00025�\u0017�>\u0019�S���,�\u0000ibk�v��@��bbS׵y�\u000b�q\u000fub�9��bN'��\r\n                                                                                                                                                                                                                                                                                                    <H,���\u0004���\u0016p�\f{��:H���.�p���.� ��몡�@��b^S׵y�\u000b�q�uZ\u000b9��\fs:�E�A^q4u�̩�\u0005n���.�\u000e�\r\nW��.���tm��\u0002\b\u0002븮\u001aj\u000e�\u000b(\u00066u]��\u0000\u001b�\u001a\u001a,r�`��\u0006k�.\u001e\r\n\u001a,r�`�S�E�A`a4�n'b��esL\u0017@�W�t�Ps�^@1����<�\u0005���\u001bZ�\u0019���2���Ry�W\u001cMO�eN�t\u00017�0\r\nK�A^�'ָ�5���\u0015�4��窡ہ�\u0003�\u0002�yM=��y.�ƝVm��j\u0003�T\u001bPy�W\u001cM�\u0001s�\r\n���!N�\u000e�\r\n[���\u0017�*$V}���\u0006\b\u0012눮\u001aj\u000e�\u000b(&6\u0015]�'�\u0000\u001b���j1��Z��\u0016�\u0007���tV�9��\u0002n�o�Pu�X�tV\u000b�i�\u000b\u001d���-�\u0011]5t;Ps�^@1����<�\u0005ظ��\r\n�So��z\u0003*\u000f\u0002���\u0005�̩7\u0000n[�\u000b\u0007T\u001d\u0004��j��\u0017�`=��x.� ��窡�@��b^Sϵy�\u000b�q���\"\u0007\r\n\u00169h����Ѡ�\"\u0007\r\n��\u0011�GX�s�O�q�k�#���\u0000��:����\u0003�\u0002�yM5��i.�Ɲ���\u001c�W䠿Z�\u000bG��\u001c�e\u001c�W���fvrq\u0010W�\u000b]@Mq\u0016�\r\nX�V�q���@́z\u0001���,����\r\nظ��]���ʜvW*O�ʣiweN�+s*e�:�+��\u0012W��\u0015�n����\r\n�浆n\u0007j\u000e�\u000b(�55\\�g�\u0000\u001bwP�,s�d���\u0006T\u001e�\u0015�\r\nyūjweN_��:�+x�\u001d�w�Uu���8.� ��㪡�@��bbSǵ{�\u000b��k�2`N�\u0001s�\f�\r\n                                                                                                                                                                                                                                                                                                        <H,��ʀ9U\u0006̩2�� �t\b���ŋ�U�W���:���n\u0007j\u000e�\u000b(\u00066u\\��\u0000\u001b��\u001ee̜\u001ee̜\u001e\u0003G�A`i4\r\n,^U�\u0001]u��\\�A`�'ּ��o\bW�Ҹ:���n\u0007j\u000e�\u000b(�5U\\���\u0000\u001b7Z�\u0001s�\f�Se@�A\\i4�+^\u0015�+r\u0010WKq\u00015MQ\u0005|����H.� ��䪡�@��bbSɵ{�\u000b��kB�E\u000e\u001a,r�`-�ţ����Ӄ���U/T\u001d$\u0016F���E�Ū*�O�\u0001\u0004�u\u001cW\r\n5\u0007�\u0005\u0014\u0003�:��s\\��_\u0013^����.��怿\\\u001e\u0004\u0016GӅ���BX�t!,U\u0007�\u0005y%��?�Uu���H.� ��䪡�@��bbSɵ{�\u000b��k�C\u0001r�P�\u001c<\u0014X��G��\"\u0007\u000f\u0005t���p2\u0007����r!G\u000f\u0005��\u0002\b\u0012�h�\u001aj\u000e�\u000b(&6�\\���\u0000\u001b�Z��\"\u0017\u0017=��8]\r\nK�Ab�:H,^\u0015z,r�c-�\u0005\u0014}g�/\r\n-Vu\u0011<\u00148���n\u0007j\u000e�\u000b(\u00066�\\��\u0000\u001b�&�X��\"\u0007-��\\<�.�bN�j\u0001��<���A`�D�\u0019�j�U����\u0002\b\u0012븮\u001aj\u000e�\u000b($�xd���K�X��G�E��8]\f˜.���4�<�.�eN'��OXI@�&\u0016b�+P�\u0016=�\u0015�,�\u0000i^k�v��@��b^S�ux�\u000b�q���2�\u001d�9��T\u001e�\u0015G�\u000e˜vX�6�'W\u0007y���E�#�g�\u0002�\u0006�Q]5t;Ps�^@1���:<�\u0005���\u0006�A�E\u000e\u001a���x4h��A�EN?�A�A`a4���B�uT\u0017@\u0010XGu�Ps�^@1���:<�\u0005��5u�\u0016s�V�9]�E�A`q4\b,qq\u001b�\u0017_u�k\"N� �J-Qb}\u0010�������yu\\W\r\n�\u000e�\u001c�\u0017P�k�\u000e�u\u00016\u0003��\u001c0��ʃ��hj\u000e�Ss\u0000\u001c�eL�A^�@B��\"\f&�\u000e�t\u0001\u0004yuLW\r\n5\u0007�\u0005\u0014󚚮�3]��;�_@dN��Ȝ~\u0001�ʃ��h�E9⦸'�\u000b�i��\u001bPu�W��\\t�9�\r\n^�K�ꈮ\u001a�\u001d�9P/���Tt\u001d��\u0002l�i��AE\u000e��%�x4��AEN�,U\u0007y�-dq��'� ���\u0002\b��h�\u001aj\u000e�\u000b(�5�\\���\u0000\u001bw\u0010�_���W�����\\<\u001a䕸�'�\u000b�UV��\\\u001d�\u0015N#����dW�)\u0002��\\\u0000Ab\u001d�UĆz\u0001�Ħ���4\u0017`�^C�E\u000e:,r�a-ͅ�Qb�0E�\u001cL\u0011X�\u000b�YV\b�[����\u0002��X�s���@́z\u0001�Ħ���<\u0017`�\u001e�3,r�\f�\u001c<�Z��G�gX⢿��8豖�\u0002\r\n�\u0017�U�Ǫ.R3\u000b\u0010$��\\5�\u001c�\u0017PH��%��/ub\u0001\u001b��~��9�D\u0017s��.*O\u0013��Ab�ێ�&��q�X�N\u0013\u000b\u0014������\u0017�uX�4�5t;Ps�^@1���zy�\u000b�Cvt�3N;,s�a�<�+�\u0006y%.nB�Bn9�:�����:�}��t%��\u0011]\u0000Ab\u001d�UĆz\u0001�Ħ���.�Ư��f��]���Y*\u000f\u0012���.D�t�,pk��'\u0017\u0007��_X�\r\n�\u0016���\r\nX�V�r���@́z\u0001Ŵ����Y.��}�Y\u0002�t��9�%�� �4Z������=���[�t'W\u0007q�\u000ft�,\u0001���\u0007�+pib\u001d�UC�\u00035\u0007�\u0005\u0014\u0013�z���\u0000\u001b�\u001a�+r�_���jy.\u001e\r\n�+r�_��\u0006ky.��\u001d>��W�S�^��\u0002\b\u0012똮\u001aj\u000e�\u000b(&65]/�t\u00016~M]��\\t�2N�oSy�X�\u000e\u0012�W����m�L|ru�X�h%\u0001`����.� ��骡�@��b^S���L\u0017`�N�\u001c\u0001r0G�\u001c�\u0011X��G�4���W�t�\fU\u0007yU�߹�z���q]\u0000Ab\u001d�UĆz\u0001�Ħ���.��)n|yg�..dN\u0017\u0017Ry�X\u001a�\u0012�Wճ�骴z�8H,�ĚW0b�z���\b�꘮\u001a�\u001d�9P/����t�<�\u0005ظ�z�\u000bsz�\u000bsz�\u000b�\u0007y���\\\u0002�t\u000b\"s�D`�.��\u001b\u0000��q��\u0015��\u001b\u0000\u0004�uLW\r\n5\u0007�\u0005\u0014\u0013����g�\u0000;&�\u001f�\u001ctX��Z��G�հ̩�\u0005��\u000f�ib-Ӆ\u0014L\u0013�E����\u0005\u0010\u0004�\u0011]5�\u001c�\u0017�����G\u0012؟���%l�j� �p�A&�d�\f�'�MF�\r\n2\t'\u001bd�[������$��\u0013Ǽ\u00125A���%\r\n� ɫ\u0001�\u000e�\u001c�\u0017P�k&�~�b�$��I8i�\t'\r\n\u0016˃��h�`\u0013N\u001al���\u0017�\u000e�\r\n\u001f�zƍ/���\u0010��K\u0013k�.\u0003�\u001d�9P/���Lt���H,)\"� �p�\u000e\u0012N�\u0001�\u0007����Ɨ\u0019'� �d\u00017V\u0007�Uj�Oğ��b\r\n�E\u0010\u0004�p]\u0006�\u001c�\u0017P\fl�~�b\u0004�,Q܃�Fn�=��x2���A`q4�%H8��\"n}��N�\u000e\u0002\u000b;�`^+�N��o.M��\f�v��@��bb3���\u0017#��a�.�7sϸ\u000b�OƉ9�� �8�|\u00031�d^+�d�7V\u0007�u>�E\u0014}��7�>\u0012\u0018�ˀn\u0007j\u000e�\u000b(�53]?1�\r\n��\u0019w��3\u000e:,r��嘮d4x�B\u000e^��=]X\u001d���Ӆׄ=]����\u001a�ˀn\u0007j\u000e�\u000b(�53]?1�\r\n\u0016�\u0019w��3\u000e^����.�t%��K\u0017r�҅\u001c<\u00118���y���|�[��r�\r\n\\�X�t\u0019��@́z\u0001��f���/Fb�\u0011=u�A��z؄���X\u001e$\u0016G����鎃���ZX\u001d$\u0016>��'�'\u0017�G\u0002Cu\u0011\u0004�5T�\u00015\u0007�\u0005\u0014\u0003�����\u0018�\u0005���\r\n\u0007\t'�\t\u0012\u000e^�\u001cՕ�\u0006/]��K\u0017ȩ-���\\\u001d\u0004\u0016�.��x3\u0006�\u0004Ɩ.� ���2��@��b^3���\u0017#����q��;��\r\n                                                                                                                                                                                                                                                                                                            <c�����\\\u001e�\u0015�\r\nyū¬�r�\u0016�uO�\u000e�\r\nG\u0017�&D��l�\u0002�&�0]\u0006t;Ps�^@!��#K��_��\u00026�,�M8Y\u0010�p� \u0016����h��0�dAl�ɂX�N\u0013\u000b\u0014\u001cL@�\u001a�\r\nW���\u0002�y��ہ�\u0003�\u0002�yMM��.��\u001d�\u000e˜vX��r��\\\u001e�\u0015G�ӌ\u0013N��&�vX�\u000e�\r\n���\u0017��\tvR]\u0004yu\r\n                                                                                                                                                                                                                                                                                                                <W\r\n�\u000e�\u001c�\u0017P�k�&�s\u00016�j\u0003�d�V��b-,\u000f��b����Z���妓���:;����\u00132��4��檡ہ�\u0003�\u0002�yM5��i.�ƝVi��n7H8�\u0006T\u001e�\u0015GSi��J\u0003�T\u001aPu�W8�P\u000f�C���H.� ��䪡�@��b^S�5y�\u000b�q\u0007U\u001a0�Ҁ9�\u0006T\u001e�\u0015GSi��J\u0003�V�pyru�W�`{\f\u0016\u00073\u0004��\"ȫ#�j�v��@��b^S�5y�\u000b�㩛\r\n\u0012N�\u0001s*\r\n�<�+��Ҁ9�\u0006̩4�� �J�q��\u0007�}��7��eV\u0016 \b�c�j�9P/�\u0018��rM��\u0002l�Bu\u0006̩3`N�\u0001�\u0007����\u0019 \u0017W�e�:\u0003�\u000e\u0002K?��\u0015>�\u0015��\u0015���:���n\u0007j\u000e�\u000b(�5U\\���\u0000\u001b7\u0010泐��,�`>�R\\<\u001a�g!\u0007�Y���Iѓ���*��\u00034X\\Cv\u0005.���⪡ہ�\u0003�\u0002��M\u0015��).�ƭօ���BX�t!,�\u0007������\u0019��\u00008�\u0016\u0007V\u0007�\u0005J�Ł\u0018|��7�vX�q���@́z\u0001����k�\u001c\u0017`�VC�E\u000e:,r�a-�ţA�E\u000e:,쫒Oj�\\\u001d\u0004�~b�+|�+��\u0002���\u0011\\5t;Ps�^@!��G\u0016���q\u0005l�h���ieN�+��q��`�\u0001s�_��d����i\\y4�|�p���\u0017�%\u0016 Ml\r\n�\u000e�\u001c�\u0017PLl�����\u0002l�km��i�eN\u001b,�\u0007��Ѵ�2�\r\n\u0016�}��1T\u001d$V�Y^�>�U!����m� ��䪡�@��bbS���$\u0017`�^C�E\u000ez,r�c-�E��qÿ��\u001e�\u001c$֒\\@M[�q�dW��:�\u000b H���j�9P/���Ts==�\u0005��5U�2�Z�9ղT\u001e$\u0016GS-˜jY�^`��8\b��y.��N�>\u001d�\u0005\u0010�ձ\\5�\u001c�\u0017P�kj����\u0002l�h���ŵq2N�,�\u0007q�� �xU]��z�� ��y.�\u0006|Q�\\OGs\u0001\u0004�u4W\r\n5\u0007�\u0005\u0014\u0003�j����\u0000\u001b��jY�T�2�Z�ʃ��h�e�S-��~�\u001b���Z�\u00162�;c���\u0002\b��X�\u001aj\u000e�\u000b(�5�\\O�r\u00016�|=&���1\t'_��� �8�|=&���\\\t''�cu�W\u001a\r\n\u001a,\u001cn�ŵfW��\u0006�x�\u001a�\u001d�9P/�\u0018��s==�\u0005ظ��ʅ\u001c�r!\u0007�\\����⾅\u0019\u0007�\\��+�幀�fX��W�W.g/\u0017@�XGt�Ps�^@1���zz�\u000b��k�+\u0017r�ʅ\u001c�rY��G�gX���\u000b�r��H`�.��@1|�r<\u0017@�W�s�Ps�^@1���zz�\u000b�C�ě�[b����\u0007;\r\nh<�+��;\r\n��w.�����\\D\u001dq��'� ���\u0002\b\u0012먮\u001aj\u000e�\u000b($v~d���K�X��=�\u000e˜vX��Ry�X\u001eM;,s�a���a�:M,P[���\\4.{�\u0002�\u0005\u0016 \r\nl\r\n�\u000e�\u001c�\u0017P\flj�f�t\u00016~M}�bNߺ�ӷ.*\u000f\u0002���[\u0017s��E�#�a�\\\u001d\u0004�~b�+\u001cn���@W�Ҽ:���n\u0007j\u000e�\u000b(�5�\\��\u0000\u001bwZ��2�ka�ӵ�T\u001e�\u0015Gӵ���%�_\u0019�k\t�:�+�\u0006�\u000f\u0001[��\\�\r\n\\\u001aXGs���@́z\u0001����k�4\u0017`�\u0016�R\u0002�t)\u0001s���ʃ��h���9]J�\u001c4X�s\u00015��H\u001f�\u000e8�xvL\u0017@�X�t�Ps�^@1���=�\u0005ظ����9�ߍ\\\\���˃��h��Ŝ�u\u00017�\u0003���Aba�\u0007�Q�W������\u0000��:����\u0003�\u0002��MU��.�\u000eٖ��8=��9=��ʃ��hz�\u000bszF\u0011]u�K}N� ���\u0002��f5F�WGu���@́z\u0001ż��k�T\u0017`�NC�E\u000e:,qq��_.\u000f�A�E\u000e:,r:�E�A^���\u0004�щ/�c�\u0000��:����\u0003�\u0002�yMM��.��\u001d�Y-�`V\u000b9�ղL\u0017�\u0006�Z���\u0016\\u���d\u000e��|����\u0001K\tf�s\u0001\u0004yu\r\n                                                                                                                                                                                                                                                                                                                    <W\r\n5\u0007�\u0005\u0014�z���\\��;��\u0000����O��Z-*\u000f��A^��_���jy.��W����hr��\u0015�4��骡ہ�\u0003�\u0002��MM��.��=�\u000e�\u001ctX��Z��G��\"\u0007\u001d\u00169�\u0006��\u0002�g\t�K\\�~\u0005.M�c�j�v��@��Bb�G���ԉ\u0005l��*\u000e�Sq���\u0003*O\u0013ˣ�8`N�\u0001px.,U��\u0005�΅EL���²�\u0000i^k�v��@��b^Sѵx�\u000b�q�U\u001c0��9\u0015\u0007T\u001e�\u0015G��\"��a����O�\u000e�\r\n[�(�x�I\u0003�.� ��骡�@��b`Sӵx�\u000b��k�8`N�\u0001s*\u000e�<\b,���9\u0015\u0007�Mr����A`�����]Tga\u0017�t\u0001\u0004�uLW\r\n5\u0007�\u0005\u0014\u0003����3]��[��a������zX*\u000f\u0002K��Հ�2N��\u0002G\u001b��8ȫ��\u000b���Z���\u0000��:����\u0003�\u0002�qM5��i.�ƍ���\u001c�W䠿Z��G���\u001c�W�T\u001aPu�W�Wr\b�'��N\u0012,��\u0002\b\u0012�h�\u001aj\u000e�\u000b(&6�\\���\u0000\u001b��Nk!\u0007�a��i-*\u000f\u0012������������I�9H��u.��h�+pi^\u001d�UC�\u00035\u0007�\u0005\u0014�j���\\��;��Z��\u0016s:�E�A^q4��bN'��{�\f�e��\u0017ָ�\u000b��\r\nW�Ҵ:���n\u0007j\u000e�\u000b(�5�\\�'�\u0000\u001b�\u0019�+qq\u0013�����jI.\u001e\r\n�+r�]�A� ���A\\-�\u0005�+�\u0017�\u0002���q\\5t;Ps�^@1���Z<�\u0005ظ��\\���\u001c4W�q�h�\\���\r\nV�u�T\u001d�\u0015�@��}\u0012\f\u001e^\u001d�\u0005\u0010��1\\5�\u001c�\u0017P�kj�\u0016�p\u00016�4�W��\u0006�A{�\f\u0017�\u0006�\u00159h���k����� �֙�@�\u001a���[\u0000A^\u001d�UĆz\u0001����,����\r\nظ��_���ʜ�W*O�ʣieN�+p��wru�W��%�@�D�\u0015�Lo\u0001�q��ہ�\u0003�\u0002�qM����-�ƍ���\\�y�'㴽Ry\u0010W\u001cM�+s�^���h\u0015N�\u000e�\u0014;\u0002��e�W���\r\n\u0010�ձ[5�\u001c�\u0017P�kj�V�n\u00016�4�W䠽\"\u0007�ղ[<\u001a�W䠽\"�\u000b^�:ȫR�\u0011��I�\u001a7^\\�K\u0013��\u001a�\u001d�9P/���To���\u0002l�����9]�.x�� �8�. `N\u0017�\u0000��Q!'W\u0007�U�>\u001b\u0003�\"shW��G\u0002Gp���@́z\u0001����k�\u0004\u0017`�V�\u0017�\u0007\b.\u001eO\u000f��� �8�\u001e\u0000ǜ�x\u0001n~��\u0001�\\\u001d\u0004\u0016N,�\u0015/���gů��\u001d��[5t;Ps�^@1���Z=�\u0005ر�m,��\u000fs1�\u001f�� �4\u001a\u0005\u0016�\r\nϰ�A���\u0016P�\u0011��?̽�\u001b�\u0002�&�1\\5t;Ps�^@1���Z=�\u0005ظ�z�&sz�&s�b-�ţAb��\u0016\u000b_ɒ��O�\u000e\u0012k).�&�u9�\u000b ȫ�j�9P/����q���\u0002�X↗w�A�E\u000e:��x4��!s��C�՝\\\u001c�U)�wH�\u0016�����yu$W\r\n�\u000e�\u001c�\u0017P�k*�VOr\u00016�4�W䠿\"\u0007�Ւ\\<\u001a�W䠿\u0002��\r\n*'W\u0007��$\u0017_\u0014�aU\u0016�;�c�j�v��@��b`S˵z�\u000b��k�B���\u000b9]TH�A`q4]TȜ.*\u0004nZ�R�����Z�\u000b�\t�\fV�r\u0001\u0004yu,W\r\n5\u0007�\u0005\u0014�=��~���+`�N�m�t�6s�f��Ӽ�hq\u0017˿��5���\u001a-�N�J\u0014\u001c�\u0002�v�g�+pY`\u0001�����@́z\u0001����k�<\u0017`�\u0016�Q/��Q/��Q/T\u001e\u0004\u0016Gӣ^�ӣ^���K�'W\u0007���+\u0004j���\\\u0001K��h�\u001a�\u001d�9P/�\u0018�Tsm��\u0002l�h=�9=�\u0005����/�\u0007q����\u0017��$\u0002�Q`\u0015\u0001q\u0010W\u001aM�\r\n�\u0015�7�+`i\\\u001d�UC�\u00035\u0007�\u0005\u0014�:��s\\��\u001b\r\n�\u00159��Aw�\u001c\u0017�\u0006�\u00159�p�#�+N� ��\u0013k\\񚺇kSS\u0004yu\u0014W\r\n�\u000e�\u001c�\u0017P�k��6Oq\u00016�4�W�9k\\,�'\u001b\u000f\u001e_-Ņ��'8���W�W��+U\u0007y��X�Jr\u0010\u0016\u0015n��\u0002\b��\u0018�\u001aj\u000e�\u000b(�55\\�g�\u0000\u001bwZ�\u0007���\u0001�tz�ʃ��h:=��N\u000f\u0000�\u001f�� ��\u000e.���ݛ��\u0000��:z���\u0003�\u0002�qM����-�ƍ��\u0001�`v\u00009h�������ӿ���\r\n_�zƹ�����Zz\u000b���5i^\u001d�\u0005\u0010���[5�\u001c�\u0017P�k��6Oo\u00016�4�W䠽\"\u0007���[<\u001a�W䠽�U���x2\u0007y�\r\na�\b\u00160Z\u0004�9z\u000b ȫ��j�9P/���Tom��\u0002l�i��AE\u000e����p��\u0013�_�A\u0005!�����A^�z\u0002\u0001bz2���\b��ح\u001a�\u001d�9P/����nm��\u0002��[�3\u000e�+r�_-�ţAE\u000e�+r�W�n�O�q%�\u0005\u001f��\u001c�\u0005\u0010�ձ[5�\u001c�\u0017P��������:���;��\u0003���+rq��_.O�ʣ��+s:�ʜn��4�@�\r\nX���_X�W�4�5t;Ps�^@1����=�\u0005ظ��)�9�\u0014Ün��� �8�n�aN7�0�ϯT\u001d�\u0015T�,b�$����]�K\u0013���\u001a�\u001d�9P/����o��\u0002�X�\u0016�w��\u0004,s���ʃ��h���9]P\b�\"\u001f\u0001?�:H,l�O \u00036�1xW���:���n\u0007j\u000e�\u000b(\u000665\\�g�\u0010�G\u0002r>p�\u0016p#:j�h<\b,����95\\��\u0013=\u0012X�\u000b;�+|�\u000b6\u001d��\u0002\b��\b�\u001aj\u000e�\u000b(�5\u0015\\�'�\u0000\u001b7\u001a�\u001c<�\u0012\u0007_��� �8\u001a<�\"\u0007O��A\\-�E���m��\u001dVl��\u0002\b\u0002�\u0018�\u001aj\u000e�\u000b(\u000665\\�g�\u0000\u001b�\u0010\u001ea��GX��\u0011�2\\<\u001a<�\"\u0007������='s\u0010X�p�5�y�Q\\\u0000A^\u001d�UĆz\u0001ż��k�\u0014\u0017`�N�\u0019���b��s3�<�+���f0�{\u000e�򩌓9�+\b3P\u0006�ѩŻ��\u0000��:����\u0003�\u0002�yM\u0015��).�Ɲ���\u001c�W䠿Z��G��\"\u0007ϯ�\u000e.*\u000e����\"�vp��\u0002\b��(�\u001aj\u000e�\u000b(�5U\\���\u0000\u001bw\u001a\u001e`��\u0007XමG�/�\u0007y���\u0001\u00169x�Un�`\t\u0001U\u0007�U\r\n\u0003���?�\u0015�4��㪡ہ�\u0003�\u0002��M\u001d��9.�ƭ�%���\u0012X�`��r\\<\u001a\u0004\u00169u\\���T���A^-Ņ���:�\u000b H�c�j�9P/���㑥��/uZ\u0001��h��ȍ<�W��ӯ\u001aQy�V\u001e�%iE.���Bn�s�N�N�\r\n�4E����俹+pYb\u0001�����@́z\u0001�Ħ���\u001c\u0017`�^�1Z��1Z��1ZT\u001e$\u0016G�c���c���ِ����Z�����&�+`iZ\u001d�UC�\u00035\u0007�\u0005\u0014Ӛ����[����gh1\u0007�\u00159诖��� ���\u0001\u0004�M0�E�AZ��[xI}\u001a8\u001c�\u0005\u0010�Ց[5�\u001c�\u0017PLk*�\u000eOn\u0001vlqw�;���2�6�ʃ��hjc�S\u001b˜n��� ���fб|U诎�\u0002\b\u0012���\u001aj\u000e�\u000b(&6�[��\u0000\u001b����eNW�2�+`�\r\n                                                                                                                                                                                                                                                                                                                        <H,�\u0006\u001b���\u0015��͏����� � �`�\u0015\u0007�smW�~�\u001e�\u0002\u0010\u0004��[5�\u001c�\u0017P\fl�\u000e�o\u00016n�.�eN��2�K`�<\b,��K`���\u0001� ���\u0002�_����o|\u0005.m��᪡ہ�\u0003�\u0002��M\r\n��\u0019.��=�\u0019X�t\u0006\u0016����/�\u0007�ūBb��b��#^�:H,l�zŅ�쪺��p\u001c\u0017@�X�q�Ps�^@1���:<�\u0005��5�q1���9u\\T\u001e$\u0016G�5\u0004��\u001a\u0002�t\u0019,U\u0007�UjzE\u0019�I�\u001a7�\\�K\u0013�X�\u001a�\u001d�9P/����r\u001d��\u0002l��0��\u001cLj!\u0007�Z����`�\u00009��BN�ڦ� ��i�-.\r\n� 7���W���:���n\u0007j\u000e�\u000b(&6�\\���\u0000\u001b�\u0010^���\u0017/�����\\8Z�\u001a�2\u000e�\r\n`[�\r\n                                                                                                                                                                                                                                                                                                                            <e�\\\u001d$�(x����'I����uLW\r\n�\u000e�\u001c�\u0017P\b��\u0005��/u`\u0001\u001b�Z_���\u001e�����\u0016K�i`y4m��i�\u0005n�����i`�\u0002\u001a�\u0011\u0017W\\��\u0012\u000b�&��n\u0007j\u000e�\u000b(&65]/�t\u00016\u0003��\u001d0��ʃ��h�f�������ud'\u0017\u0007�\u0005����5�{�\u0015Wಹ-� ��쪡�@��b`S���d\u0017`�<��3N�b��\u0016k�.\u001e\r\nZ,r�b=�E�A`-م�T��rd\u0017@�VGv�Ps�^@1���zy�\u000b�q���\"\u0007�\u00159h����Ѡ�\u0012\u0017�j��\u001b\u000f��������좯��Uu��K�\u0011�WGv���@́z\u0001�Ħ����.��=��#72�z�9ճT\u001e$\u0016GS=˜�Y���q����Ab��\\��₈+`i�u\\W\r\n�\u000e�\u001c�\u0017P�k�^��\u0002l�i��\u0006s��\r\n���\u001bT\u001e�\u0015Gӯo0��_���ם\\\u001d�v��\u001c\u0001b�\r\n^��\u0002\b�꘮\u001aj\u000e�\u000b(�55]/�t\u0001vl�u#栿\"\u0007��2]<\u001a�W䠿*7?�%=�:ȫu\\!P�#��+pi^\u001d�UC�\u00035\u0007�\u0005\u0014�z���\u0000\u001bw\u001a�+r�_���jy.\u001e\r\n�+r�_����FT\u001d�\u0015<\u0017�\u0010�Uu����\\\u0000Ab\u001d�UĆz\u0001�Ħ���y.�Ư\t�����\u0017�t�\u000b�\u0007���t-\u0001s��\u0005�i�V��� �p���|\u0012\f�`\u001d�\u0005\u0010�ձ\\5�\u001c�\u0017P�kj�^��\u0002�\u0013��\u0019���9�\\T\u001e�F��\u001b1��\u000b��\u0011���\\\u001d�U�\u0019\u0016k�E��:�\u000b \b�c�j�9P/�߁�\u001e�$�?)\u0003K�!_�yg�4؄�\u0006��I`��$�\t'S�\t'�\u0000����O\u001c�J\u0014}��7�Li\u0011$y5�ہ�\u0003�\u0002�y�\u001c��_���\u001d�㾗w�I�M8i�X\u001e�F�\r\n�_�I�M8y��� ��-=a�����\u0011��\u0006K\u0010\u0004�p\\\u0006�\u001c�\u0017P\fl�~�b\u0004\u0016�Ю_8J8�ޝp��\u001b˃��hr�[���\u0019\t'�\u000b���Z\u0007\u0016\u0012�,�W���\u001a�ˀn\u0007j\u000e�\u000b(\u00066�\\?1\u0002\u000b�h�;Z�\t�\u0007\u0016&�\u001cP��A`q49�%��\"��c��rau\u0010X��J\u0003�@\u001a��Ҽ\u001a�ˀn\u0007j\u000e�\u000b(�5�\\?1�\r\n�f�\u001bZ�\u0019'��\u0013N\u0016ocy�W\u001c\r\n�\u001c4X�<�\u001e\u0017\u001b�\\\u001d�\u0015F�\r\n2��\u0006��\\�XCs\u0019��@́z\u0001��f���/Fb���A&�de!s�A\u0006˃��hr�K��\u0011E�q�u4\u0017^�:�b�a\r\n�E\u0010���\\\u0006�\u001c�\u0017P�k��~�b�\u0015\u0004�\u001e7\u001b�3\u000e\u001ea��GXGs%��#,r�a��GXGs\u00115�q��'��,��ͥ�5D�\u0001�\u000e�\u001c�\u0017PLl&�~�b$�$L�l��8\u0011�\t'b\u0016˃��h�X�*<Ò���=�\t����X�\r\n�3�\u001b���y54�\u0001�\u000e�\u001c�\u0017P�k��~�b�\u0004Q��\u0019\u0007ϰ��3�����d\u0003b��\u0006D�����\\xUz\"P\f�\b\f�E\u0010���\\\u0006�\u001c�\u0017P�k��~�b�\u0004Q�|�N����O��\u001c�������\u000b9�`�@�bu�W���M��ӸW�Ҽ\u001a�ˀn\u0007j\u000e�\u000b(�uzdy��K�W�\u000e�j�;㴿2����Ӽ�h�_���\r\n\u001c敪Ӽ\u0002%Ǔ~����z\u0005,�+@��\u001a�\u001d�9P/����rM��\u0002l�i���ŽR2N�+�\u0007y�� �xU�!`NN��� �J����OvQ} �\u001c�\u0005\u0010\u0004ֱ\\5�\u001c�\u0017P\flj�&�r\u0001vȴ�;�dea���B,\u000f\u0002����B�旮�J89�\b����&�g���'��j���\\\u0000Ab\u001d�UĆz\u0001�Ħ�k�4\u0017`#\u0013�b�����d\u001c�XKs�h�\b˜>��U�R�d\u000e\u0012�\u0014\u001c\u0004G\u0018|��7����\\5t;Ps�^@1���<�\u0005ظ��\b�\u001c<�\"\u0007��������\u00009x�\u0005�${#O�\u000e�\r\n� ��\u000fb�\u0012�'v\u0005.\r\n�c�j�v��@��b`S�5y�\u000b�q���\u0012�\u001f:J8h����Ѡ�\"\u0007\r\n\u0016�zDGr2\u0007�%J�,`����\u0002�\u0006��\\5t;Ps�^@1���<�\u0005ظ��a��\u000e�\u001ctXKs�h\u0010X�Ts1\u0007\u001d��\\�\u0013k^i7\u0017=�:�\u000b ȫ#�j�9P/���TrM��\u0002l�Ah��\u001dq\u001fԟ��\u0006kI.\u001e\r\n�\u001c4X��<\u0002�\u000e�\r\n��DU|���#���\u0000��:����\u0003�\u0002��M5��i.�Ư)'h$����pr�\u0006�\u0007����\u0004\r\n���1\t\u0007Ӱ��\u0002J\u000eh�d\u0017ՕZ��\u0000��:����\u0003�\u0002��M=��y.�Ư�+_�ӕ/���\u0017*\u000f\u0002���:\u0002���\u00009x$�<\u0017P��%�7�\u0002�s�gM�c�j�v��@��Bb��,���\u0013\u000bظ��P�\\ܩ�'��������h�P��>\u0014\u00007=�u:�:M,�ĒW��\u001eI��:,@��\u001a�\u001d�9P/����t==�\u0005ظ���Ŝ�t1�/]T\u001e�\u0015G�i-�tZ\u000b�u��\u001b`u�W�h\u001a�����\r\nX�WGt���@́z\u0001ż����.�Ɲ��J\u001c�a\u000e��%�x4��AEN_��:ȫR�8G�Al_�E����u\r\n                                                                                                                                                                                                                                                                                                                                <W\r\n�\u000e�\u001c�\u0017P\fl깞��\u0002l�B5����\u000b]�p�_-�ţAE\u000e�+\u001c3���\u0017�\u000e�J���\u0015��o\\OGs\u0001\u0004qu4W\r\n5\u0007�\u0005\u0014�j����\u0000;d\u001d�;��S؟���ji.\u001e\r\n�+r�_�Zk|\u001f<�:�+�ĚW�A\u0006����\u0002\b��H�\u001aj\u000e�\u000b(�5�\\OOr\u00016n4<�\"\u0007���A{�$\u0017�\u0006�\u00159h�p�9:�9�+��\u001aWp\\k�E�\u0002�s���\f� ��㪡�@��b^S���\u001c\u0017`�NC{Un��p�xq��_.\u000f���C�ta!�+&�,K�A^�^=c�?�Uuk�ӱ\\\u0000Ab\u001d�UĆz\u0001�Ħ���Y.�\u000e9���q:\u0005˜N�Ry�X\u001cM�`��)X�t\r\n����*E\u0007��E\u0017j���\u0002\b\u0002�H�\u001aj\u000e�\u000b(\u00066�\\OOr\u00016n!�X�`o\fs�\u0004kI.\u001e\r\n�`��'X�R�8Cvru\u0010X8\u0000�\u0019=ʇ�#��\u0002�&ֱ\\5t;Ps�^@1���zz�\u000b�Cf\b�\u0019\u0007\u000f���C�e�x4x�E\u000e\u001eb�\u0003g`Y.\u001a-����,s�W�ҧXGr���@́z\u0001��Ώ,���\u0003\u000b�q�w�w��\u0016s�������hr�v�ɹ�ĭ[Է'W��\u0005j�\t�\u000fW7���]��Z,@��\u001a�\u001d�9P/���Ts͞�\u0002l�k��eN��0��c�\r\n                                                                                                                                                                                                                                                                                                                                    <H,���c������{&N�\u000e\u0012\u000b�\u0016���?��\u001b,՚\u001d�\u0005\u0010\u0004��\\5�\u001c�\u0017P\fl�f�s\u00016n�|�+���\\\t'���� �8�|�+��\\X��\u0016�;O� �η���Ű���\u0000��:����\u0003�\u0002�yM5��i.�Ɲ֥����B�ti!�\u0007y��ti!rq/�WƩ�� ���-���\u0017U�5;�\u000b \b�#�j�9P/�\u0018�Tt͞�\u0002l��:�Ŝ�k1��ZT\u001e\u0004\u0016G�y-�t^\u000b8�v\fV\u0007��D\u0017P�PkvL\u0017@�W�t�Ps�^@1���=�\u0005ظ�zh!szh!q��+�/�\u0007y���\u001c0��\u0000�i��\\T\u001d���6\u0017c:�5�0��:���n\u0007j\u000e�\u000b(�55]�g�\u0000\u001bw\u001a�+r�_���j�.\u001e\r\n�+r�_�[����� �DA^A�-4E��.� ��誡�@��b`S�5{�\u000b�C�wxg\u001c4X��6��\\\u001e\u0004\u0016G�\u0006�\u001c4X��Z��(8�/�+\u000bgGt\u0001\u0004�uDW\r\n5\u0007�\u0005\u0014\u0003����\u0013]��_\u0013洐�9-�`N�\u0012]<\u001a�i!\u0007sZpUZ�B\u001c\u0004�~b�+h.Z�2;�\u000b ȫ��j�9P/���Ts͞�\u0002l���5@\u000e�\u0001r`\r\n,�ţ�5@\u000e��r�|���� �D�\u0013\u0001a�\u0004�\u001cZ\b\u0010�ձ\\5�\u001c�\u0017P��������:���;���9���i��4�<��W洿�U�h4N�4�@Mr��'��N����\u0002����ہ�\u0003�\u0002��M-��Y.��W����8���i��� �8�vX��\u0002�l�����Ă�ca\u0011�'�ő\\\u0000A^\u001d�UĆz\u0001ż��k�$\u0017`�NC�E\u000e:,r�a-�ţA�E\u000e:,qq>��� �0\u001a�\u0015/�����\"]�\u0002\u0010\u0004ֱ\\5�\u001c�\u0017P\flj�\u0016�r\u00016~M�Z's��N��k�T\u001e\u0004\u0016G��!'�\u001e��\u001c4X�r�O�y��\\��pq$\u0017@�WGr�Ps�^@1���Z<�\u0005ظ�:�Ŝ�i!\u0007�\r\n�<�+��sZ��\u0016p�\u0003V\u0011Pu�WKr\u0001���\u0019���qu\u001cW\r\n�\u000e�\u001c�\u0017P�k�\u0016�q\u00016n�:\u0003��\u00190�΀ʃ��h�\f�Sg@W���\f� ��n.�0���\u0002\b��(�\u001aj\u000e�\u000b(�5U\\���\u0000\u001b7\u001a�+r�]��;\u0012�ry\u0010W\u001c\r\n�+r�]�Sc@�A\\a�\u0016|Z\u0016�U������w=�\b \b���j�9P/�\u0018�Tq-��\u0002l�B�h��n4`N7\u001aPy\u0010X\u001cM7\u001a0�\u001b\r\n���j).��5�p�a�\u0019W����\b�\u001a�\u001d�9P/�\u0018�Tp-��\u0002�x�6\u0003�`:\u000b9�β\u0004\u0017�\u0006�Y��t\u0016r������Z�\u000b(|\u001cp�\u0016@\u0010W�o�Ps�^@1���Z<�\u0005ظ��\u0004�9]\u0002˜.��� �8�.�E.�\u001d���\u0017\r\n����-�m\\��\u0017\r\n\u0016�o\u0001\u0004yu�V\r\n5\u0007�\u0005\u0014�>��~���+`�N�\u0016\u0003�t�\u0001s�ŀ�Ӽ�h�ŀ9�b\u0000\u001c����4��\u0013K\\��\u0015���,�\u0000i^k�v��@��b^S��zv\u000b�q���2���9��T\u001e�\u0015G���\u001cl1\u0000n��\u0011N.\u000e�J���U):�hUE��\u0000 H��j�9P/����m���\u0002l�g��AwE\u000e���x4��AwUn{���T\u001dĕ��\u0005\u000b����<��#���ȭ\u001a�\u001d�9P/���Tn���\u0002l�k���)�\u0005<��X*\u000f\u0012����eNm,p�G��pru�X�MhW7_Uu���-� ��ު��@��bbS��zz\u000b��k��eNu,s�c�\r\n                                                                                                                                                                                                                                                                                                                                        <H,��:�9ձt�%��y&�&\u0016�>�7.��\u001e��:�\u000b \b�#�j�9P/�\u0018�Tp���\u0002l��]\u0003��\u001e���K\u0003k\t.\u001c-�X��q�\u0006\u00169x�\u0004\u0017P{\\���.�\u000b\bVGq\u0001\u0004�u\u0014W\r\n5\u0007�\u0005\u0014\u0003�*��S\\��D��3N�\u0001sj\f�<\b,��ƀ95\u0006�ᇻ�:\b,).]�\u0005\u0018}h~UQ\u0004o]�᪡ہ�\u0003�\u0002�yM\r\n��\u0019.�Ɲ��ߐ��o0���Qy�W\u001cM\u000fcN\u000fc\u000e޺,Å?��\u0015\f�\f��^\u001d�\u0005\u0010��Q\\5�\u001c�\u0017P�k��VOq\u00016�eNW�2\u0007�\\������\u000b9x�\u0002.�('\u0017\u0007qU\r\n\u001f`��^\u001d�\u0005\u0010��Q\\5�\u001c�\u0017P�k��VOq\u0001�z�\u0006\u0003���2�F�ʃ��h\u0014W�*�W� ���X��4Ǘ�+pi^\u001d�UC�\u00035\u0007�\u0005\u0014�=��~���+`�\u000ej{eN�+s�^�<�+��yeN�+]u�o�g�I^��9X��\u001bȿ�,�\u0000i`k�v��@��b`Sǵy�\u000b��\u0018�w�i�eN\u001b,�\u0007���t�\u000bs��\u0005�C��N�\u000e\u0002kI.��5���\u0002��ձ\\5t;Ps�^@1����<�\u0005ظ��`��\u0006�\u001c4X�r�h�`��\u0006\u000b6�\t;\u000e�:�+|g\u000b�\u0007\u0000���MU���\u0005\b��8�\u001aj\u000e�\u000b(�5u\\��\u0000{=�\u0006�w�AE\u000e���x4��A���q�'s�W�~��\u0005�$\u001f\u0014�\u0002�6XGq���@́z\u0001����k�\u0014\u0017`�VC�E\u000e\u001a,r�`-�ţA�E\u000e\u001a,���c#>�:\b�R[|F�$\u0017�=�\r\n\\�a\u001d�UC�\u00035\u0007�\u0005\u0014\u0003�*��S\\��\u001eq\u0013�;��\"\u0007\u001d�R\\<\u001atX��\"����:\b,(.�\u0014\u0003�$G�]�K;���j�v��@��b`Sŵy�\u000b�q\u000bu�\u000bs���9]VH�A`q4\b,r�a�[�����A^i0x\" \ff\b�c\r\n\u0001��:����\u0003�\u0002�qM\r\n��\u0019.�^\u000f�\u0014�\u001c�W䠿Z��G��\"\u0007�\u00159诖�X�\r\n�\u000bg\b\u001c�\u0005\u0010��1\\5�\u001c�\u0017P�kj�6�p\u00016� �W䠽\"\u0007��2\\<���F\u000ev�0�+\b�:�+�?H�h�U�d�͑\\\u0000Ab\u001d�UĆz\u0001�Ħ�k�$\u0017`���S\b��S\b��S\b�\r\n                                                                                                                                                                                                                                                                                                                                            <H,���\u00100��\u0010\u00007M�������w�� X� ���\u0002\b��8�\u001aj\u000e�\u000b(�udq��K\u001dW�ƍ�S\b��e���\r\n*�<�+���\u00100��\u0010�U��v's\u001aW��q\u00016M���\u0017�\u0005\u0016 \r\nl\r\n�\u000e�\u001c�\u0017P\fl�v�q\u00016n��W洿2���ʃ��h\u0010X�t�6p��oru\u0010X:~P\u001f\b��\u0010XGr\u0001\u0004�u$W\r\n5\u0007�\u0005\u0014\u0003�J�ݓ\\��[�����U���m*\u000f\u0002\u000b�Mq#˿��U���4E@�A`I��\u0014\u0001_T�\u0019�*�t\u0015,@\u0010X�r�Ps�^@1����=�\u0005ظպ/�9�\u0017Ü� �8��a\u000e:,\b'�f'W\u0007���)������q\\\u0000A\\\u001d�UĆz\u0001Ÿ��k�\u001c\u0017`�FCE\u000e�+r�_-�ţA\\���g�������� ��)�@MQ�]\u0001K��\u0018�\u001a�\u001d�9P/�\u0018��p��\u0002l�h��͜��fNwvSy\u0010W\u001cMwv3�;��[�Î'W\u0007q��\u0011u~�/\r\n�u\f\u0017@\u0010X�p�Ps�^@1����=�\u0005ظ�:\u0005˜N�2�S�T\u001e\u0004\u0016G��\"��\u000b������ �J�r�\u000fr�\r\n                                                                                                                                                                                                                                                                                                                                                <J]�K\u0013�H�\u001a�\u001d�9P/���Tr��\u0002l�Ch�4\u001c\u001cM���� �8�J.�Tr\u0001�N���� �JѲB�(<�:�\u000b \b�c�j�9P/�\u0018��r��\u0002l�j]�Ŝ.�bN�iQy\u0010X\u001c\r\n\u0002���\u0005n��D-\u0017U\u0007���`\u0016\u00169h���\u0002\b\u0012�X�\u001aj\u000e�\u000b(&6�\\�g�\u0000\u001b�Zw�\"\u0017�|��8�)K�Ab�:H,^\u0015�\u0001r0G`Y.��3\u0001<��Uu���.� ��誡�@��Bb�G���ԉ\u0005l���c��\u001e˜�X*O\u0013ˣ�RX��1\u00169�Z\fU��\u0005\r\n\u001fc�[�8�\u0015�,�\u0000ibk�v��@��bbS�ux�\u000b�q\u000f�1�9}�eNg\r\n�\r\n                                                                                                                                                                                                                                                                                                                                                    <H,��/^��L\u0001p�l�<�:H���\u000b(\\�u8�\u000b ȫ#�j�9P/���Tt\u001d��\u0002l�i�(`N'\r\n�Ӊ\u0002*\u000f��Z-��z�/�\u0006��\u0013Qu�W\u001cM߻��\u000e�Y\b\u0010$�1]5�\u001c�\u0017PLlj�\u000e�t\u00016�5tX��\"\u0007\u001d�2]<\u001atX��*�_��� �J�q!�/��Z��q]\u0000A`\u001d�UĆz\u0001������\\\u0017`�VC���`f�ǃ�X�u�h�\u0010�\u001c<Ăw�\u0003��:\b,�v�W�O������]\u0000Ab\u001d�UĆz\u0001�Ħ���t\u0017`�\t6t1�\u001b\u000e�ӹX*\u000f\u0012���D\u0001s:\u0017\u000bܴÆ.�\u000e\u0012k}���I�<<\u001c�\u0005\u0010�ձ]5�\u001c�\u0017P�kj�\u000e�v\u00016�4L\u0013 \u0007�\u0004�A��l\u0017�\u0006\u001d\u00169�pd�J\u001dֲ]�\u0013k^��_\u001d�\u0005\u0010��q]5�\u001c�\u0017P�k�\u000e�u\u0001��c��\u0019\u0007�\u00159诖���(�xU=S��8���A\\��\\xI�\"pD\u0017@�VGt�Ps�^@1���:<�\u0005ظ�z ,sz ,sz ,�\u0007i���@X�Tt1��\u0011Pu\u0010W��\u0017��ŋƽfW���:���n\u0007j\u000e�\u000b(\u00066�\\��\u0000\u001b�&�\u0010 \u0007/\\��\f��x4�!@\u000ef\b��9X�s\u0001���\u0007���\u0007\u001dVm�.�\u0006\b\u0002�h�\u001aj\u000e�\u000b(\u0004���\u0002���:���[��a��հ��jX*O\u0003����a�2Nw\u001b0���T�\u0006\u0016�-����]T_�~qY�\u0005H\u0003[C�\u00035\u0007�\u0005\u0014\u0003�Z��g�\u0000\u001b��>\u0012�p�ay<��E�A`q4\b,r�ۀ9=\u0003�����'��\r\n�OvU=C㥺H[,@�X�s�Ps�^@1���zy�\u000b���}{3��[��d��}�� �8��\u0012Ϝ�r1�;\u0010�:H,|s+��OvQ�\u0006/Gs\u0001\u0004�u4W\r\n5\u0007�\u0005\u0014\u0003�j����\u0000\u001b��Z\u0003�T�2�b�ʃ��h*f��\u001d2�m{����A`�`�-9���@e\u00114X�r���@́z\u0001ż����Y.�Ɲ֗.���\u00009}�� �8��t1�/]t�-.�:���z\u001f�\u0002l��&W����8�\u001a�\u001d�9P/����q�<�\u0005ظ��_����\u001c�W�q�h�W��\u0019 \u0007;d�:�+ث\u0005\u000e)��\u000f_*���:���n\u0007j\u000e�\u000b(&6�\\/�r\u00016~M��͜n�fN�xSy�X\u001cM��2\u0007/]�\u000b�>�M�Ab-�\u0005\u0014~����\b��X�\u001a�\u001d�9P/����r�<�\u0005ظ�0��\u001c�j!\u0007�Z�����&�\u0019\u0007�Z��G����A^aG\u0017,�B,�#����\u0004�誡ہ�\u0003�\u0002��ME��\u0013]��[\r\n\r\n\u00169h��A��D\u0017�\u0006\r\n\u00169h���+�%����\u0014�\u000f�&3\u0018W���:���n\u0007j\u000e�\u000b(&65]/�t\u00016�\u001e\u0004ǜ\u001e\u0004�\\�\u001f�_.\u000f\u0012���Z��.�tG\u0017U\u0007�Uj�s\u000b\u0001�7�n�Ra\u0004�uLW\r\n�\u000e�\u001c�\u0017����G\u0012؟���%l�B\u0011\u0007\t'k\t\u0012N�\u0012`y\u0012�d4\tl��A��ɡ\t'\u0017'y�_8ƕ/)i��%i%H�j@�\u00035\u0007�\u0005\u0014Ӛi���\u0018iUl~�uU�d8�\\č��\u001c\u0001�\u0007i��d\u000e�9�\u001c�\\��'\u0017\u0007iu�r\u0011��\u0011p��4���2�ہ�\u0003�\u0002�i�\u0014��_���э1\t\u0007iENf`�\r\n                                                                                                                                                                                                                                                                                                                                                        <H+�&3Z\t'3�\t'�^�:�+|�K߷��B`\r\n�E\u0010\u0004�P\\\u0006�\u001c�\u0017P\fl��~�b\u0004��P�z��8yze.n[���A`q4x\u0018@N�^�G��\u0001Gq�h�W�&<\u000e\u0018\u001b�\b��\u001a�ˀ�\u0003�\u0002�y�\u0014��_���\u001c�\u001bO�\u0019'�\u0018'��z�� �8��\u0012�p��\r\nW�5\t's�Wؠ\u0005�\u0003�Ue~�7�L�\u0012\u0004�5$�\u00015\u0007�\u0005\u0014\u0013�I���\u0018�%\u0001\u0013�޿3\u000e:,q����\r\n                                                                                                                                                                                                                                                                                                                                                            <H,^\u0015\u0012�W�)؄��:���I��dW��\u001a[�\b��\u001a�ˀ�\u0003�\u0002���$��_�Ē\u001e��\u0006\t\u0007\u0013\u0004��\u0004�#���d�A��f\u0003��#.�:���\u0012%�^\u0018���+Z5���2�ہ�\u0003�\u0002�y�$��_���\u001e�Ӄo\u001eNV��IƋ;A�&�i^�:�+^\u0015:,� ���cN�\u000e�\r\n_݂S��`�\r\n\\�a\r\n�e@�\u00035\u0007�\u0005\u0014\u0013�Y���\u0018�%�\u0013'��\u0019'�+��ray�X\u001cM,W�J8�\\X\u001d$��#���\u0007�y�\r\n���4���2�ہ�\u0003�\u0002���,��_�Ē���\u001d\u0011��q���l\r\n                                                                                                                                                                                                                                                                                                                                                                <YH��Abq4H,qqW�W���n�\u000e\u0012\u000b�\u0016��$އ;=��7�\u0006ְ\\\u0006t;Ps�^@!��#\u000b��_��\u00026n��X��2�-�����h\u001aX��\u00027-0�E�i`���\u001d%\u0017�\u000e���\u0002\u000b�\u0006��n\u0007j\u000e�\u000b(\u00066\u0015]�'�\u0000\u001b�Z�j%�,�J8��T\u001e\u0004\u0016F��sG\t�O���<\u0001U\u0007���\\4��W���I��|s� H�#�j�9P/���TvM��\u0002l��:O���\u00130��\u0004T\u001e$\u0016G��\"�s��A��d\u0017P�L��>\u0014L��\u0002\b\u0012�خ\u001aj\u000e�\u000b(&6�]�g�\u0000\u001b�Pg\r\n��[��d��@�� �8��@L8ف�p�\u0003\u0011�����0=h��\u001d�j����:���n\u0007j\u000e�\u000b(\u00066�]���\u0000\u001b�PN�J89U+��T-,\u000f\u0002���)E\t';d�[�;E'W\u0007�u��E�|\u0019�\r\nX\u001aW�u���@́z\u0001Ÿ��k�\\\u0017`�9nqzg�\u001c��pr�\u0016�\u0007q�����C\u000b����#'W\u0007qu\u000e-��`RkR_�j\u0016 ��#�j�9P/�\u0018�TtM��\u0002l�h��AwE\u000e��%�x4��Aw%.nT9�:�+��z���OvU���K\u001b���j�v��@��bbS�5y�\u000b��k¬\u0016r0��\u001c�jY�\u000bG���Uu}!pӡ_��� �J�G\u0010\u0019S�59�\u000b ȫ#�j�9P/���TtM��\u0002l�i��p��;�t�6�\u0007y��t�6rqK�W���%��'ָ�\u000e��W�r\u0001\u0004qu,W\r\n5\u0007�\u0005\u0014�Z�ɳ\\��\u001b\b�\u00159h��A{�,\u0017�\u0006�\u00009�\u0006ȩ��� �@\u001d���ɮ*gj����:���n\u0007j\u000e�\u000b($���\u0012���:���_Sg���\u001bP�d��hQy�X\u001eMg���\u0019-��\u001e_N�4��\u0013K^���1��,�\u0000i\\k�v��@��b\\S���$\u0017`�F�2`N�\u0001s�\f�<�+��K��ӥ��A\\-Ʌ?��\u0015?ͥ�멦\b��(�\u001a�\u001d�9P/���Tq==�\u0005�k֯p$�Nh1�\u0013ZT\u001e�\u0015G�\t-�tB�����1's�W��5��a��P���yu\u0004W\r\n�\u000e�\u001c�\u0017P�k*����\u0002l�i��bNg���\u0019-*\u000f���\u0000s:�\u0005�\"\u000b�O�\u000e�\r\nT\\��AlZ��+pi`\u001d�UC�\u00035\u0007�\u0005\u0014\u0003�\r\n��'�\u0000{��\u0019���\u0006�\u001c4XKp�h�`��\u0006\u000b�i����� �Jmq��'���h=\u001d�\u0005\u0010\u0004�Q\\5�\u001c�\u0017P\fl�����\u0002l�j��A�E\u000e:���x4��A�%.n�8�:\b�R��\u001b1x\"p\u001c\u0017@�W�q�Ps�^@1���zz�\u000b�q\u0007�D\u0002��D\u0002��D\u0002*\u000f�J�Q^��`���S�X\u001d�\u0015G����\u001c��\u0000��:����\u0003�\u0002��M\u001d��s\\��{\r\n\u001d\u00169��A��\u001c\u0017�\u0006�E\u000e:,q��e9.�&ْ�ɮ\r\n=ֱ\\\u0000Ab\u001d�UĆz\u0001�Ħ���Y.�Ư�ڀ9�\u0006̩6�� �8�j\u0003�T\u001b�U忻�9H�e���Y\u0002Gs\u0001\u0004yu4W\r\n5\u0007�\u0005\u0014�j����\u0000\u001bwZ�\u001a0�[\r\n�ӭ\u0006T\u001e�\u0015F[`�6s�Հ9�j@�A^��s�y��\u0013_�K\u0003�X�\u001a�\u001d�9P/�\u0010���\u0005��/u`\u0001\u001b�PO}aNwx3���Py\u001aX\u001eM\u0003˜6X�Vّpru\u001aX���1�����ey\u0005H�ZC�\u00035\u0007�\u0005\u0014�j���\\���K�3N\u001b,s�`�<�+�\u0016w7��8m��M{|�<�:ȫRGtk��:�5;�\u000b \b��j�9P/�\u0018��s͞�\u0002�%s���'X��\t�ʃ��h\u0010X�t]!p�\u0016�sru\u0010X0X�����fvvL\u0017@�X�t�Ps�^@1���=�\u0005شƙ�7r#\u0013:K���\u0012Py�X\u001cMg\t��Y\u0002���1X\u001d$\u0016�\u0019<�\"\u0006�\u0004��\u0002\b�ꈮ\u001aj\u000e�\u000b(�5\u0015]�'�\u0000\u001bwP�a��yX�t\u001e�ʃ��h�W����2��T\u001d�U�#.f�d\u0017U3;;�\u000b \b�#�j�9P/�\u0018�Tt͞�\u0002l���\f�\u001c<�\"\u0007ϰ������1\t\u0007ϰ���\u0016\u0015\u0007y����\u0012\u0006��9�\u0010 ���j�9P/�\u0018��s͞�\u0002l�hx�E\u000e�`��'X�s�h:\u0007�\u001cL\u0011 \u0007S\u0004��\u0002��{\u0001\f�{�\u001d�\u0005\u0010\u0004��\\5�\u001c�\u0017P\fl��fOs\u00016n���Ŝ����~7\u0006˃��hz�6sz�6p�\u0019\u000e*\u000e�J���\u0015.\t��ώ�\u0002\b��(�\u001aj\u000e�\u000b(�5U\\���\u0000\u001b�\u0019f`��\u0019X�`\u0006�R\\<\u001a�\u00159h��A{�\u0014\u0017��\u001aW�d9�\u0015�4��⪡ہ�\u0003�\u0002�yM\u0015��).��\u001d��\u001ctW�����\\\u001e�\u0015�\r\nyū��+| ��\u000fO�\u000e�\r\n��\u0007�>�U!���t�\u0016@�X�q�Ps�^@!��#K��_��\u00026�>�2�\u000f���\u0003,������\u0001�9���i���4�@�ǐ���+�/.�\u0000ibk�v��@��bbS˵x�\u000b��k��C��&�?\u0019�{\u000f�\r\n                                                                                                                                                                                                                                                                                                                                                                    <H,��{\u000f�ӽ��i��� �����\u0006|U����\"��\u0000Ab\u001d�UĆz\u0001�Ħ�k�4\u0017`����\b���\b���\b�\r\n                                                                                                                                                                                                                                                                                                                                                                        <H,���\u0011 \u0017�Q!7oq���� ����x\u001am��r���=��\\5t;Ps�^@1���Z<�\u0005ظת\r\n�Sm��j\u0003*\u000f\u0012���\u0007�S1\u000b��\u0013\u000b�:H��}.�\r\nN�Z\u001c�\u0005\u0010�ձ\\5�\u001c�\u0017P�kj�\u0016�r\u00016n44X��\"\u0007\r\nֲ\\<\u001a4X�[��8h���\u0002j�oB~2N�\u0011,��\u0002\b\u0012�h�\u001aj\u000e�\u000b(&6�\\���\u0000\u001b�\u0010^����.����\\<\u001a�v!\u0007�]��j�+uO�\u000e\u0012k\u001dY\b�$�#���yu\r\n                                                                                                                                                                                                                                                                                                                                                                            <W\r\n�\u000e�\u001c�\u0017P�k�\u0016�s\u00016�jY�T�2�Z�ʃ��hq7˿�Ӊ-�*�sY�\u000ba�+]\u0012^�\u001c�\u0005\u0010�Ց\\5�\u001c�\u0017PLk*�\u0016Or\u00016�3tW䠻\"\u0007�Ւ\\<\u001atW䠻\"\u0007�Z��\u0002j:�t�\u0007�M�\u001b\\�K\u0013눮\u001a�\u001d�9P/���Tt-��\u0002l�C\u0015\u00074�NO�8\u001e�WKt�h+l5`\u000e�+r�\u0012�����Y������\u0011[�\u0015�4��ꪡہ�\u0003�\u0002��MU��.��=T5˜�Y�T�Ry�X\u001cM?0˜~��9]I@�Aba7�+�{�dW�Y\u0002g;\u0017@�XGu�Ps�^@!��#K��_��\u0002�Z�z�w��/��/T�&�G�C_�ӵ���ZX�N\u0013\u000b�4�1�|U]\f���\u0012\u000b�&��n\u0007j\u000e�\u000b(&6U]���\u0000\u001b���u1�o]��S\u0001�\u0007�����\u0019�O\u0005�mqi���A`�c\u000b���Ҹ\u0002����\\5t;Ps�^@1���Z=�\u0005ظ���Ŝ�u1�o]T\u001e�\u0015Gӷ.����9}�� �$��\u0000��\u0011W�_�˼,@\u0010X�r�Ps�^@1���Z=�\u0005ظ���Ŝ��B.�\u000e���A`q4]�Ŝ��\u0005n��b𓫃�\u0012\u0005������\u0002�vX�s���@́z\u0001����k�<\u0017`�V�;\u0017s��Ŝ�sQy\u0010X\u001cM߹��w.ඃ\u001e\b,�\u0005�$﫟��\r\nV�s\u0001\u0004�u\r\n                                                                                                                                                                                                                                                                                                                                                                                <W\r\n5\u0007�\u0005\u0014\u0013�z���\\��{\r\n-\u00169h���v\u0003*\u000f\u0012��A�E\u000eZ,r�X�s\u0001%��~\u0010[6z&pD\u0017@\u0010XGt�Ps�^@1���Z=�\u0005ظ�zT\r\n                                                                                                                                                                                                                                                                                                                                                                                    <szT\r\n                                                                                                                                                                                                                                                                                                                                                                                        <szT<�\u0007�����x���x�T�Ru\u0010Xة5EY�An�\u00139����udW\r\n�\u000e�\u001c�\u0017PLl*�VOv\u0001�Z�\u001e�w���\u0016r0�e�.\u001c�\u0012�W���̩��� �0Z�\u0015\u001f��W���\u0015����q]5t;Ps�^@1���Z=�\u0005ظ�z�&sz�\u0006sz�\u0006�\u0007����L\u0002��\f\r\n��'|�����Z���z���\\�K\u001b�c�j�v��@��b^Sӵz�\u000b��\r\n_�`\u000e\u001a,r�`-�ţ�7@\u000e�\u0001\\Ul��\u001c��;�\u0010��/gW��\u0006눮\u001a�\u001d�9P/�\u0010��\u0005��/u`\u0001\u001b�Z\u001b,s�`��\u0006K�i`y4m��i�E.>M�\\�\u0006\u0016��ۍ$����\u0004����\u0002����ہ�\u0003�\u0002��ME��.�Ư��9U\u0007̩:�� �8��\u0003�T\u001d�U���0\b�%������\u0015���\u0002\u0004iuDW\r\n5\u0007�\u0005\u0014Ӛ���\u0013]����Z�9ղ̩��� �4Z�F�/�T���ع�8��@tK��\u001eW5n\u000b\u0016���o�Y]oR�\u0013`�}@���,)�L1��Z�\u001d�\u0015��\u0013\tV��R��pV����C{\u0002�\u0004�\r\nT\u0015k��G�t\u0001�YC5\u000e�S�95\u000e(=P,FS�95\u000e��Ү\u0016e\u0007��h�G@��\u000b�H|.�@����C#�f\u0003U�Z���\\�}\u0016Z]\u0003��5@��\u0007���@�\u0018M]\u0003��5�\u0005\u0014���\u0002�\u000b�r\\`\u0013�\u000b Pl�s��H��@U���zd>\u0017`���\u0002�\u001c\u0014X��F>\u0017G�\u0002�\u001c\u0014X�\u001b��\u0003��t\u0018\u0015X �&6\u0017@����ꡑ@���^����l.�>+��h\u0010����ߎ�C4(=�+f\u0007zūB�\u0005c�U{�W�\u000e���[�\u0017�q�G�r\u0001\u0004�M\\�\u001e\u001a\t4\u001b�\r\nֺ\\���\u0002��P`��\u0002�\u001c\u0014����h X��\"\u0007\u00056r��Z� c��N\u001b<�,\u0002�&.W\u000f�\t4\u0012h6P\u0015�u�\u001e��\u0005��\u0001�\u0006̩k���\u0006�\u001e\b\u0016��k���\u0006�is!e\u0007�U�N�\u0006�T�p+�Ϻ_U����C{\u0002�\u0004�\r\nT\u0005km�Gfs\u0001�YB=D�9\u001dAdN\u000fѠ�@�\u0018M\u000f�@����E�,�`��\u001d\b\u0016��)E�]i� \u0019�\u0002\b\u0014��\\=4\u0012h6PQ�rr���K�X�>k��\u00141��\u00141��\u0014Qz�X���\u00141��\u0014\u0001w��]╳S��-\u0016�\u0002��7�aN�\u0000�\\{hO��@���\\�ɵd&\u0017`���\u0002˜\u0016X��Rz W��\u0005\u0016�:��\u0017��\u0002ߎ��@�JQ\u001f\u0001%W;���Y�&6W\u000f�\t4\u0012h6Pի�����\u0002�%\u0007�}9\u000e�+rP^#���AyE\u000e�+r�-\u000e�\u000e�\r\n�\u0015�\u0011\u0000v[�w{Q�\b\u0004��\\=�'�H��@U���Z2�\u000b��\u0012�/˜��̩/K�`)Z\u001d]��q��\u0002w~@�\u000be\u0007��h�\u000b�\u001c<\u0012$F\u0017@����ꡑ@���b�ѵdF\u0017`��־\u0017��9�{��@�\u0018M�^�Ӿ\u0017�Ηj���\u001d(\u0016\u0006��\u000b�|Q��Z\u0012�\u000b \u0010l�s��H��@U���Z2�\u000b����/�A�E\u000eJl�sa�:\r\n���\u0002w�\u000frPv X���?��]\u0015\u001e\r\n\u0012�\u000b Pl�t��H��@U���Z2�\u000b��ZC�E\u000eJ,rPb#���A�E\u000eJ,�Nת앳\u0003�\u0002u���7r�\u0017x�Kbu\u0001\u0004�M��\u001e\u001a\t4\u001b�*�Z]Kfu\u0001�Yk���A�E\u000ejldua�:\r\n���*w�����\u0003�*u�\r\n\fo��$���\u0002\b\u0004�X]=4\u0012h6P\u0015������\u0002��Pb��\u0012�\u001c�����hPb��\u0012��U�<��\u001d\bV)����]T��E\u001d#m�\u0005\b\u0004�X]=4\u0012h6P\u0015������\u0002��Pa��\r\n�\u001cT����h���?�A�EN�\u000b);\u0010�R(X�\u00168\u001dvQ�\b��\u0018]=�'�H��@E�ϓ��_z�\u0002�YAm~aN�_���\u0017JO��Ѵ��9m~\u0001\u000e�a);�+Px�&s:\"�s�\u0004\u0000�b{hO��@���b���̼.�>k�\u001d��i\u00077ru��\u000f�\u0007��h��͜�\u00172�ϰ�\u001d(\u0016�3:����;[���\u0002\b\u0014��]=4\u0012h6PU�u����\u0005�K��}9N�f�ӡYJ\u000f\u0014��th�9\u001d�E�ND��\u001d(\u0016��>\u0001s���L�.�@����C#�f\u0003U�Z���]�}�&<\u0015 \u0007O\u0005��SAdwq4x*@\u000e�\r\n��Q���\u0003�F��K��#[��Z\u0013����\u0004\u001a\t4\u001b���Z]���\u0002���D�\u001c<\u0011\u0000��Ʉ?�\u001e�\u0015��\u0013\u0001r�D�\u001c<\u0011DV\u0017P�^H\u001c�\u0017>�2ҷ.�@����C#�f\u0003U�Z��y]��7r0�H�RG\u0013�pz�X���Z�\u001dL!�Bw\t(;P,�]HS���\u0014�3�\u0000\u0002�&^W\u000f�\u0004�\r\nT\u0015k��g�u\u0001�фv\u00182�\u001d��i�!�\u0007��h�a�\\�����SN>Z9;P,Lu�`o��;W�t\u0001\u0004zM��\u001e\u001a\t4\u001b���:]���\u0002���aȜv\u00182�\u001d��\u001e�\u0015�i�!s�aHW��f��9�+�b�+|��T�����'����=�F\u0002�\u0006�z�F�33�\u0000��4�W�~j����\u0007{\u0004����`�\u00009�# \u000e:��_�z�N.\u0004�,\u0007\r\n                                                                                                                                                                                                                                                                                                                                                                                            <m���5�zhO��@���^����|.�>+\b�\u00159���A}�|.�\u0006�\u00159���]/��\u0003�\u000e��Գ\u000ea��Eu\u0006�~\u0011\b61�zhO��@���`_''���\u0005��Z`��\u0007X��\u0001��S�r4}�E\u000eFd�[�s\u000e+g������添�>���`\u0001R��О@#�f\u0003U�Z���\\�}�Z+,sZa��\r\nK�`1�VX��\u0002w|�W\u0005\u001b�\\\u0014��\r\n                                                                                                                                                                                                                                                                                                                                                                                                <O�Np\\�+�\u0000\u0002�&>W\u000f�\u0004�\r\nT\u0015k}�W�s\u0001�Yk(��A�E\u000eJl�sq4(���a���]_�]Hفb��.NNφ}%6\u0017@ ���ꡑ@���`����l.�>wS�\u000b���B�t\u001b��\u0003�b4݆eN�\u000b�ӑ\u0003�\u000e\u0004\u000b�Z����vWՑ�Wbu\u0001\u0004�M��\u001e\u001a\t4\u001b�*�Z]���\u0002�s7�p-\r\nG�\u0004\u0018�����x�X��V\u0017sj\u001c\u0000w\u001cf����.�ŪW��\u0017l\u0013��/\u0002�&FW\u000f�\t4\u0012h6Pի5�^��\u0005�g����9m$`N\u001b\t(=�+F�F\u0002洑�9݆��@�J��灻��\u0004�Wbt\u0001\u0004�M��\u001e\u001a\t4\u001b�*�\u001a]���\u0002쳆Pa���*ߎ��\u000b)=P,F��b��o\u001e1��\u0017Rv�Xp����\u001b�뫖�pV����C{\u0002�\u0004�\r\nT\u0005k��W�t\u0001��?�_���B��9��@�\u0018M�\u0003��9@\u000e�&��@�0�u�\u0012�W�׮d�\u000b Pl�u��H��@U���ze^\u0017`��\t�]�M���\u001c\u000fv�\"�����\u0016r���\u001c�lE^\u0017PtZ\u0011`�s�b�\r\ng\u0005��]=�'�H��@U���zef\u0017`�%�v-�t��9\u001d��@�\u0014\r\n����\u000eu1��Z�\u001d\b\u0016���\u0000�3t\u0013�\u0012�\u000b \u0010lbv��H��@�\u0005�<��`~i\u0005K��Z_l���,�ll\u0019N6�0=\u0011��&�5�TX�I���D�|��^����V0#W�D�\u0001�'�H��@U�����%�+�D�`�r��W�I}��@�\u0014�6���8������ف\\��t!\u0005����Y�\u0006FW\u0000�\t4\u0012h6Pի3�~~\t�J.���\u0018N\u001e`\r\n'�Z�\u001e�\u0015�ɮ��dW���\u000e&��\u001d�\u0015�I7�ᤙ�7g\u0015\u001b8]\u0001�'�H��@U�����%P,�0:\"c8\u00198@�#2�\u001e(\u0016��o`8�\r\n\f'�,f\u0007�\u0005�\u000b�\t�{�՛��Y�\u0006NW\u0000�\t4\u0012h6PU�s�~~\t\u0014\u000b\u001eѳ���r�]\u0015��C\u0015�8]&�|{�pOU�rw�T��فb�C]b�b��Wg+��k�t\u0005О@#�f\u0003U�:���@���<�\bʗ��\bʷ��7��@�\u0018M|\u0003Éo`8�\r\n0;�+8]�K`�\r\n�\r\n�.�@���\u0015@#�f\u0003U�:���@���\r\n                                                                                                                                                                                                                                                                                                                                                                                                    <u��pҮe8i���@�\u0018Mڵ�ӯr\u0018\u000e*l�t�A���{֎��pV���\u0015@{\u0002�\u0004�\r\nT\u0015묮�_\u0002ł\r\n��\u0004_��m-�`[+��L4��2��k\u0011G�\u0015av�X�\u0006_�7�l���b\u0003�+��\u0004\u001a\t4\u001b�*�Y]?�\u0004�\u0005�Gf=�\u001c\u0007;[���Vbuq��%���`g\u000b\\'9�i��@�\u0010\r\n�_\f\u0007O\u0005���\b\u0002�\u0006^W\u0000�\u0004�\r\nT\u0015뼮�_\u0002ł���\u0004_��\u001a�\u001c����2Ѡ�\"\u00075��.�)H�.�`�\u001b�s��V8[b\u0003�+��\u0004\u001a\t4\u001b�\b�|r���K/X�>K�%�9-��i���T�\u0018M?�a8-��-�\r\n�rv*X��C\u0007�I\u000b�o�g�eқ �k\u000f�\t4\u0012h6Pի5�Ι�\u0005�g���2�\u0005�9-��\u001e�\u0015�i�eN\u000b,p�\u0010Kف^�[]p��\u0013�\u000b Plbw��H��@U���:gv\u0017`���\r\n\u000b�IO+2�t���\u0003�b4�(@��:��jG,b X��*W��>��\u0013�\u000b Pkbu��H��@U���:gV\u0017`/�r�r���\u001aN�\u000b1=P+F��B�i�\u000bs��Bف\\��~��19\u000ed+�\u0015l�t�О@#�f\u0003U�Z��9]�}�\u0010�+r�\u0000�\u001c<�FN\u0017G\u0003�\u0012W�!�\"w>��V�\u000e\u0004K\u0014<\u000f�8��5q�\u0000\u0002�&NW\u000f�\u0004�\r\nT�j��s�t\u0001�Yi(��A�E\u000e\r\nl�tq4�+rP`ɛ��\u000e+g\u0007z�C\t�6��]�\u0018]\u0000�`\u0013���F\u0002�\u0006���F�93�\u0000��M(��A�E\u000e\r\nldta4�&��`�\u00009mע�@���-z�«B�M�.�@����C#�f\u0003U�Z��\u0019]�}�6�0��/�i�\u000b�\u0007��h�X���9�\r\n(;P,�K\b�\u0004��e�x+�Ulbt�О@#�f\u0003U�Z��\u0019]�}�P�_����ߎ��\u0017J\u000f\u0014�Ѵ��9m\u0001n�ս䕳\u0003ł�%���]U�ٳ�E�����=�F\u0002�\u0006���F�93�\u0000�^t\r\n���&���9m��@�\u0018M����\u001aK\u001c=\u0015DF\u0017P�T�W�����\u0002\b\u0014�8]=4\u0012h6PQ���\u0014��^��}�Z����}X��`�\u001fNO\u0015�Ѵ��9m�fN�Y�N\u0015\u000b����F�J=��8'X�T�=�'�H��@U���dV\u0017`�%��X��1�9}���@�\u0018M{���\u001en஧��rv X0�^u\u0012����\u000f\u0005���\u0002\b\u0014�X]=4\u0012h6PU���.��\u0005�g��1��W�\u0015�v�>�Rz�X������c,p�k��Y9;P,\u001ca\b�/|Q(���\u0005\u0010\b6q�zh$�l�*X�v]2�\u000b��RC�E\u000eJ,rPb#���A�E\u000eJ,rj\u001ePv ��\bC⮗�V�\u0015�*6��zhO��@���b��u��.�^�:\u0000�帳*\u0016��*6��8�U\u0015��M\u0015���kQv�X:\u0010\u0011�����\u001f\\\u0012�\u000b Plbx��H��@U���d�\u0017`����\u0001s�\u001f0��\u0001�\u0007��hu\u0000�?ǩ���\u0014Pv�X�ŪW2����ߜ�k�w�О@#�f\u0003U�Z���]�}VP�'`Nw��ӝ-J\u000f��tg�9��b\u000e^�\"�\u000b�k}'|�`�\u0010o���M�\u001e�\u0013h$�l�*Xkw]2�\u000b��\u0012�[\u0017qz����+��8\u001a�u!\u0007o]`Pє\fe\u0007��h4%�\u001c�v%v\u0017@����ꡑ@���b��u��.�>k\r\n�]��k\u0017r��\u0015�]\u001c\r\n^����.��+����C7�[.�\u0004�\r\ng\u0015��]=�'�H��@U���dv\u0017`rL�\u0017b�W�W�v\u001c�����hPb��\u0012�\u001cllEn\u0017P�jb�\u0011[n�\u0019c+��kbv�О@#�f\u0003\u0015�^ON��~��\r\n�g\tU��ɱƆ�c�1=\u0015,G�c�\r\n'�\u001a\u0013w�V)���\r\n\u0016(�2\u0004�|��[�`\u0001R��О@#�f\u0003U�Z�뚙]��^u�䋹3<�r<���\u001e\b\u0016�i�eN+,�+ԝ��@�`v��w�vW�G�kbv\u0001\u0004�M̮\u001e\u001a\t4\u001b�*֚]���\u0002���\u0010˜>�2�\u000f��\u001e(\u0016��C,s�\u0010KW�yʕ9P,FӇX������]\u0000�b\u0013���F\u0002�\u0006���n�5s�\u0000���n\u0014 �\u001f�0\u001c�����hPc��\u001a\u000b�\u0014��Rv�����^T���\u0005\u0010(6q�zh$�l��X�v]3�\u000b��ZC�E\u000ej,rPc#���A�E\u000ej,r�Q@فbiT\f^�(ڵ: [�b\u0013����\u0004\u001a\t4\u001b�*ֺ]���\u0002�����_�S�9�g)=P,FS�9�g�S��\u0003�f��2WU���]\u0000�b\u0013���F\u0002�\u0006���~�5�\u0000��M�g�S�9�g)=P,E��\u001d0��,s��Rv�X��pc����\\\u0013�\u000b Plbx��H��@U���f�\u0017`��\tO\u0005��S\u0001r�T\u0010\u0019^\u001c\r\n�\r\n���\u0002�� 2��b��Ukw�V8�����=�F\u0002�\u0006�����53�\u0000��M\u001d�fN���ӡoJ\u000f\u0014��t�9\u001d�fNOՠ�@�4�U�2��=��T�\u0018^\u0000�b\u0013ë�F\u0002�\u0006�����53�\u0000��!<\u0015 \u0007O\u0005��SA�x\u0001u\u001c+\u0000�\u0005\f�s\u0001�W\u001d��\u0003��~f�0���V0+����=�F\u0002�\u0006*����`���\u000b\u0016�c�u\"рz4�\u0001�l8�P5k���p\u0006���\u0000|��\u0011V�OE\u000b\u00146\u0016�U���[�l\u0001R��О@#�f\u0003U�Z���^�\u001d���րZi\r\n���2\u0004�b��q��\u0005��\u0002��k����l���t߈I��V0+����=�F\u0002�\u0006�����-��\u0000;�\u001aj-�Pk\u0019�Z\u001b�_&\u001c�Z\u0006��2��j#\u0003���k\u0018qr<�V8���\u0000�=�F\u0002�\u0006���\u0006�-3�\u0000;\u0016Qg�\r\n�C�\f���?�!薯\u000b���B��O��~\u0017�\u0007�����\u0005�>�xK\r\n                                                                                                                                                                                                                                                                                                                                                                                                        <0�@��\u0007�C#�f\u0003U�Z\u000f�y`�\u001dK\r\nŖA(�\fB��l0\u000eG����\u0006�\u0001�u�\u0012\u0004�B�K��{#�\r\n                                                                                                                                                                                                                                                                                                                                                                                                            <Wn+��m��О@#�f\u0003U�Z'�9a�\u001d�\bO�\f-��d\u001b�a\u001c�t�`m:�������\u001e�\u0016\u000e;���a0*��\u0019\u0006\u0010�61�zh$�l�*Zk��23\f�c�u�ր�Uk@ݫ�\fA�\u001cN7k\r\n\bŖA(��%\u0006\u0014}=\u0011�\u0007t{�\u0012C\f Pmb���H��@U��\u0010�e�\u0018`�\u0012B�e\u0010J-�Pj#O����<\f\bϵ��-���+��t2�9x\u001dK\\1�@��+�C#�f\u0003U�ZW얹b�\u001d�\r\nO�\f-��d\u001b\u0019c&\u001c\r\n                                                                                                                                                                                                                                                                                                                                                                                                                <!0\b�\b\f�n#o��=j\u0017��^\u00166m\u0013s\f \u0010nb���H��@U��\u001c�e�\u0018`���NZ\u0006�X÷\u0005���2\u0004�r8m�5�v�\u001aPgl(A\u0010.\f������\u0007��$\u0003\b���d=4\u0012h6P\u0011�����^��\u001d�S�Zk@�l�\u0001�s4��\r\nׄS�\u001aPg�\u0018���+'�¥p����\"���9�\u0002����=�F\u0002�\u0006���.�=s�\u0000;\u0016Q_�\f��e\u0006��2�\u0010t����̀�Zf@}-�\u0004A�@��\r\nsZo�Q\u0006\u0010�61�zh$�l��[k��3�\f�c\u0011��̀�bf@}1�\fA�\u0018\u000eN�7���\u0019P\u001d\u0007J\u0010t�\u0014m'\u0010\u0006�6q�\u0000\u0002�&.Y\u000f�\u0004�\r\nTEk]�{�\u0001v����d@=\u0002ɀz\u0006\u0012e\b��pz\b�\u0001�\u0014$�.M7\u0012\u0007��hPk��Z��d\u0000�l\u0013���F\u0002�\u0006���>�=��\u0000;\u0016[�]\u0003���`\u001d>��\u0019�l9���m@=�\u001b�ۣ�欜\u001fȖ.\u000b#�|ճ�6��\u0000\u0002�&6Y\u000f�\u0004�\r\nTekm�{f�\u0001v,6T[\u0006��2\b�6��L8��\fB�U�\r\n��Rz���D�\r\n�H�'.\u0019@���%롑@���f�Kv�\\2����R� �Z\u0004�k\r\n�!h��A�e\u0010J-|��Q���\u0003�*%ߢ|\u001b\fD��d\u0000�h\u0013���F\u0002�\u0006���&�=3�\u0000;�\u001a\r\n-�Ph\u0019�B\u001b�d&\u001c\u0014Z\u0006��*��W�m��@���\u0018_\u0015�\u000f�k�\u000f�\u0003\u0004�ML�\u001e\u001a\t4\u001b��֚d��$\u0003�Xl��\fB�%�\\�g�p� [\u000e\u0007��A��\f��Xd�Q���\r\nz#����p��&\u001eY\u000f�\t4\u0012h6Pխ���G\u0006ر�:�\u000b��R�O�m@���Ef�A�e\u0010�-�:�C\t�l!\u001c�$���cBb�\u0001\u0004�M,�\u001e\u001a\t4\u001b���qr���K�[�>�\u0013��`@=�Àz�\u0007e��5��\u0010\u000f\u0003�)\u001e\u0000��!��T�@��#`4��\u000bs�\u0005HE�C{\u0002�\u0004�\r\nTEk��G�\u0001v,���i@��\u0006�\u0013?)C\u0010-��#?\r\n��.�u�b�\u0004A�\u0010n�m�o{Y}�}$\u0006\u0019@ �� 롑@���p�A��\f2��۩-`\u0000ޤ���\u0006T_�\u0012\u0004�r8�u\r\n���\u0001�ץ\u0004A�\u0010�^\u001f���=�5�V8+��\"�=�F\u0002�\u0006���\u0016�#��\u0000;\u0016Q}]\u0003��k@�u)C�-��#\u000b�YP}]\u0003��K\t�n!������գ�\u001e�I\u0006\u0010\b71�zh$�l�*\\k�=2�\f��v�[�\u0001��$\u0003��I�!\b����I\u0006��\u0000|,�qK��naF\f��\u0010\u0003ѪӤ[`\u0000�h\u0013���F\u0002�\u0006���\u0016�#��\u0000;�Z�m\u0019��/\u0018P�m)C\u0010-�ӮE\u0003j��\u0001�ݖ\u0012\u0004�B8�K���^�#��\u0000\u0002�&>Y\u000f�\u0004�\r\nT�k}�G�\u0001v�\"��1\b�e\f�kY䓙p�Z� ���I���`�r~�[��\u0011�fl�/�[�j\u0013����\u0004\u001a\t4\u001b���\u001ae��(\u0003���-\u0006\u0003�\u000e\u0018��\u0003\u0016\u0019e&\u001c�1\b;``Y������j��\u001d0�p\u0007,�%\u0003\bD��d=4\u0012h6P\u0015���\u001e�M\u0006ر�Pj\u0019�R� ���&3��2\b�\u0016Aڷ�l2��ۍ���`�G�\u0001\u0004�M\\�\u001e\u001a\t4\u001b��ֺd��%\u0003�XC\u001dl0�\u000e6\u0018\u00106�\"�̄�\r\n0\u0006a\u0003\f�{��\u000fV�@�t�b}\u001ez����&.\u0019@���%롑@���n�����_z�\u0002v�N�\u00003�n�\u0019P7�(C�-���\u0006\u0003�\u0006\u0018��\u001b�Q~�[���:��Q7W��9�\u0002����=�F\u0002�\u0006���6ْ�d�\u001dk�n�\u0001u�܀:pN\u0019�j9\u001c��A��t�'L�\u0011\u0007�%Jw�(;y\u0016�\r\ngU�xd=�'�H��@U��#[2�\f�c�uh׀:�k@\u001dڥ\fA�\u001cE�\u000eT����\u0011J\t�l!�\u0015>�h.�-`K�\u0001\u0004�M\\�\u001e\u001a\t4\u001b�\r\n׺dK�\u0001v�N��5�v�\u001aP{�(C\u0010.��\u001e0\u0003j\u000f\u0018��ꚬ�\u001f�V)j\u0013GL�l��!\u0003\bD�8d=4\u0012h6P\u0015�uȖ�!\u0003�Xj��5��$0\b�\r\n�!���i��\u0001��ր�oK\t�j����\u0002v�Ϣo�s\u001e\u0019@ ��#롑@���l�G�d\u001e\u0019`�\u001a��k@5v\r\n��.e\b��pj�\u001aP�]\u0003�-%\b���48�\u0003�z���[\u0001m�M,�\u001e�\u0013h$�l��[k�-�E\u0006�q;u\u0003���#\u0002\u0007T�\u0001\u0003�l9�z\r\n\u0006T�����\u0010Yd\u0014�Y�w��]��g+��m��О@#�f\u0003U�Z�l�<2��E�w2\u0006ᝌAx'�<2\u0013\u000etˠ�\r\n\f´9%\b�U�\u001ai\u0010�F�%1�\u0000\u0002�&&Y\u000f�\u0004�\r\nTUkM�%3�\u0000;�\u0010�-��6\u0018P�\u0006�\u0010T���m0 �1\b\u001b`�IF�M�\\V��Y\u0012�\f \u0010nb���H��@U��&[2�\f��v�K\u0019��R� |��2\u0004��uA�|]�\u001bh,��md�\u0001�TO�m0m\u0012_\u0012�\f \u0010m���H��@E�ϓ\u0013��_z�\u0002v,��\r\n\u0006T����6P�*Z\u0013N��5�\u001eoK�6\u0004����\u0016�۫�\u0011z;N\u001f\u0012~qN�\u0000�l{hO��@���l�I��L2���Vk׀j�\u001aP�]�\u0010d��@�\b�w\u001b\f\b��\\2��3\u0010oĖ{}��\r\nge��d=�'�H��@U��%{f.\u0019`�\u001aB�e\u0010�-�Pm#�̄\u0003�2\bՖA\u001dm�\u0004A�J�\u0007G�U�����d\u0000�n\u0013���F\u0002�\u0006���&�33�\u0000;n�\u000e70\b�\r\n\u0006��\u0006�\u0010t��t���:�`@\u001dn�\u0004A��Kf��]\t��'\u0003\bt��d=4\u0012h6Pխ�ɞ�O\u0006�q;u\u0007̀�\u0003f@�\u0001�\fA�\u001cN�\u0012\u0018���-\b�\t�O\u0006Գ>f��U�)�~\u0013�61�zhO��@���n�Q�̌2��۩M\t\u0006T���ڔ@\u0019�n9�6%\u0018P�\u0012\f�-�� �\u0016��\u0011����է�\r\ngu�\u0018e=�'�H��@U��({fF\u0019`�\"�s\u0002�u,�ۂ�\u00109e&A�-_W�\u0012\f�}\t� �V)�\u0003\u0003�y��m��Q\u0006\u0010�61�zh$�l�*[k�=3�\f�c\r\n�/��ڗ`@�K�\fA�\u001cN�\u0012\f�}\t\u0006Ծ\u0004J\u0010d\u000b\u000eX��o��O���3q�\u0000\u0002�&NY\u000f�\u0004�\r\nTek��g�\u0001�Y�ڈ�eA��4��%P� [\u000e���\u0001�/�@���r~�Z��*Z8r��G�\r\nf5��d=�'�H��@U��${f&\u0019`�J�\b�\u0001u\u0004Ҁ:\u0002I\u0019�f9\u001ch�A(��\u00191�u[9?�,�g�,�˨�_��#\u0003\b4�xd=4\u0012h6P����4��^��\u001d+�O�\f�сo\u000b�S-e��5�t�ˀ��e@���\u0004U�\u0018���z3w\u0005��\u0017��m\u0001R��О@#�f\u0003U�Z�앙d�\u001d���րZk\r\n���2\u0004�r8\u001d77��\u0001�x���+�\u0007�U\r\n?\u0000IW=�q�/��@��I�C{\u0002�\u0004�\r\nTekM�Wf�\u0001�Y�:��eA}�5�>�R� [\u000e��\b\u0006��Z\u0003j�-%\b��s(u�\u0016��f��p�)\u0001 �m���H��@U��#{e\u001e\u0019`�\u001a��`@�\u001a\f�^\u0003e\b��p�5 x��\u0003\u0019�N\u001a�\u000fT\u000bѨI�9�\u001a^�E\u0006\u0010�6��zh$�l�*[k��2�\f�c���ր�nk@m��\fA�\u001cN�\u0016\r\n���\u0000>����r~ [�$\u0003�\f��>�m���M\f�\u001e�\u0013h$�l��Zk��2�\f�c���2\bŖA(��Af�A�E����E�\u001fm#\f(~���⣭�LW�m��О@#�f\u0003U�Z��c�\u001d�\r\nŖA(�\fB���1\u0013\u000e�-�Pl\u0001��3Bd��}V��5�\t!q�\u0000\u0002�&�X\u000f�\u0004�\r\nTEkݱW�\u0001v,5�Z\u0006��2\b�6r�L8��\b�y��\b���9m��@�t�U���2=D�Xc\u0000�f\u0013k��F\u0002�\u0006�����+��\u0000;V\u001a\r\n-�Ph\u0019�B\u001bYc&\u001c\u0014Z\u0006��2\b���7\u0006\u0014�>\"\u0006\u001b��9\u0006\u0010�61�zh$�l��Zk��2s\f�c\tu���:�`@�j�\fA�\u0018\u000e��`@� 3��XG\t�j�z�A���d�}+��m��О@#�f\u0003����t2�����-a�\u001aJ��\u0003�[сҭ�\u0019�l]8��r�t+:P�\u00151A�-R:Հث��o�3�%Hd\u001b@{\u0002�\u0004�\r\nTe�챟_\u0002ْ�$'�}9P�\u001a\u001c(�.f\b��pb�:Pl]\u0007���\t�l!��\u0013��e���\u0006�p\u0003�,��\u0004\u001a\t4\u001b�\r\n�\u0019d?�\u0004�%��S\r\n\u000e�\u00172\u0007�\u000b\u0019f\b��p�Bf@�jp���a� \\�\"��1o{U�H�\r\nZ�\u0006\u000eY\u0000�\t4\u0012h6Pխs�~~\tt���N58\u0010�\u0013\u0018���!3�H�|]�~$p�՗ƕ�\u0003�\u0002�\u0006\u0019^�T�)��Y�\u0006\u0006Y\u0000�\t4\u0012h6PU�3�~~\tT��R�`�����9P^�0CP-���\u0014�YP^�\b\\�[9?P-\\���67W�b\u001b8d\u0004�l\u0003�,�F\u0002�\u0006��u\u000e��/�l�W���˂2j�@\u00195�\fA�\u001cNF�\t\\�zB(r��� ��P�xUPm0@F\u0010�60�\u0002h$�l��Zg���\u0012�\u0016m�:7�eAx�e\u0010\u001em\u0013�̅�G\u0004\u0004�C�_\u000b�n\u0013����Y����� ��$#\b�\u001b�d\u00014\u0012h6P\u0015�3�~~\t���Rmq�� <�2\b϶�Ifp���l��U���r~�[�\u0006���j�m���\r\n|�\u0000�\u0013h$�l�*[���\u0012�\u0016M�:<�eAx�e\u0010\u001en\u0013�̄�m/�Y\u0010\u001en\u0019\u0014�\u0001\u0013\u0004�*E�vr�\u0015��7h��\t\u0002�\u0006VY\u0000�\u0004�\r\nT�묲�_\u0002�oT\u0007T�,(#�\u000e��]�\u0010���ddׁ2G�@\u0019~�\u0004A�\u0014Ngr����ߜ-��W\u0016@{\u0002�\u0004�\r\nTt{>9�����-`�E��\u0006\u0007�p�\u0003e�\u00013Tݚp2�@���s됣�2JOUK��k\u0019_U�nqN�\u0000�j{hO��@���j�Uvά2�\u000eQh�\u0005p��v�o\u001bP\u001fn)A\u0010-�S�׀j�\u001aP�n)A�-M�i�5W�a�ߠ�mb��О@#�f\u0003U�Z��\u0019e��O�:��eA(�\fB���2\u0013\u000e�-�2IF�M�\t[9?��R�\u0001HsQi\u0012��Y�&6Y\u000f�\t4\u0012h6PU���ΙM\u0006ر�2��@\u0019�u���b��Z\u000e'c�\u000e��]\u0004�ݥ�@���j\u0015���m\u0005��M\\�\u001e�\u0013h$�l�*Z뒝3�\f��R�1�/\u000bB�e\u0010Jm䒙pPj\u0019�Rˠ\f�b��Z8i�T��MZ\u001c��Y�&.Y\u000f�\t4\u0012h6P��u�ΙK\u0006ر��7\u0018P�\u0006\u0003��@\u0019�l9\u001cȖA��\b�\u001dԕ\u0013\u0004ْ�\u0005�cp՗v���l\u0013����\u0004\u001a\t4\u001b����d��&\u0003�XC\u0019op��78P�\u001b0C�-���\u0006\u0007�x\u0003��s�k�r~��d�\f��%y+��l��О@#�f\u0003U�Z��9d�\u001d+\r\n��A(�\fB��\u001c2\u0013N\u001d2\u0006i�\u000b�;�C�W�\u000f4�\u0014�60&\u0007��Ƭh\u0013���\u0004\u001a\t4\u001b����c��\u001f\u0003�Xj(�\fB�e\u0010\r\nm䏙pPh\u0019�B\u000b�\u0018n+�\u0007���0=\u0018�1ح\r\n��\b\u0002�&�X\u000f�\u0004�\r\nTEk��s�\u0001v,5TZ\u0006��2\b�6��L8��\b�ɋ�\u0016�\u001d��\u001b\u0003\r\n�\u001f�UA��7\u0006\u0010�6��zh$�l��������/�n\u0001;n���\u0018P{h\f�6\u0003e��5��f0��\f\u0004��v����l9��!0�\r\n�8'[�T�=�'�H��@U��\u001c�d�\u0018`�b�w\u001f\u001d��\u0018�u\u0017�\u000fg\b��pg�-��jK׭��+c�Z�ͪYȭ6�o\u0005��M��\u001e�\u0013h$�l�*Yk�]2c\f�c���2\b��A���1f�A�e\u0010*-�ҟ�r~�Y�ϪY�&���\u0017\u0003\bD��b=4\u0012h6P\u0015���.�/\u0006ر�Pg\u0019�:�`����\u0019�h9\u001c�Y\u0006��2\b���1���jǽ��=�ߩ�pV��5�C{\u0002�\u0004�\r\nTuk��Kf�\u0001v,�6�\u0018P[\u0015\r\n����!��i��\u0001�UрڪH\t�n��D�\r\nG\u000ez�/�7\u0006\u0010�6��zh$�l��[�]2o\f��\"��E\u001c���\u0001�ҥ\fA�\u001cN�1\u0003��\u000b����\u0017��@�p�E?��W����Y�&�X\u000f�\t4\u0012h6P����.�7\u0006ر��>c@m�1���P� [\u000e��3\u0006TK�Aس�\u0004A�0B\u0006�ј�j��%��\u0000\u0002�&�X\u000f�\u0004�\r\nTuk��K�\u0001v�N\u001d�5�\u000e�\u001aP\u0007v)C�-�Ӂ]\u0003�\u0004\u0019�0@F�j�S\u0016���d��c\u0000�d\u0013w��F\u0002�\u0006�����%s�\u0000;\u0016Z��\f��c\u0006��1�\u0010$����\u0016��1\u0002�S��\u0003�\u0002u���7r���\f��\u001f\u0003\bd��c=4\u0012h6P����.�?\u0006ر�Pi\u0019�J� T��\u001f3��2\b��Aز��1\r\nw����]����ߜ�m��О@#�f\u0003\u0015�^ON��~�u\u000bر��\u0001f@�\u0000C�^\u0007$�p��[\u0013N7�\f�\u001b`\u0000>��r��T�x�E��\u001ct}�f\u0001R��О@#�f\u0003U�Zs욙c�\u001d+�N�\u0001�i0�:\r\n�!h�é�`@u\u001a\f�ϵ� �\u0016�=����^V��5��\u0000\u0002�&\u0016Y\u000f�\u0004�\r\nT�k-�kf�\u0001���0�`@��2��~Q� \\\u000e��_\u0006��/\u0003�@\u0003%\b<2�(L<^\u0013�\f Pm���H��@U��#�f\u001e\u0019`F�\f�j\u0019\u0004�F\u001e�\t\u0007�e\u0010T� �6���F�j颤��!\u0003\bT�8d=4\u0012h6PU�uȮ�C\u0006ر�ڰh@mX4�6,R��Z\u000e�\r\n�\f�\u0017F\b���\u0018�\u0007�\u0005�K\u000eCy��t���8d\u0000�n\u0013���F\u0002�\u0006���\u000e�5s�\u0000;n�n$\u0018P7\u0012\f�\u001b\t�!�\u0016Ñn���\u001d\u000e�Ć��\u0003��ю�h����q~�V��C�C{\u0002�\u0004�\r\nTek\u001d�k�\u0001v�Nݶ5�n�\u001aP�m)C�-��ό8P�m\u0001�\u000f:a~ �hz��#�&�\u0018@���\u001d롑@���f�;v��1����R� �Z\u0006��F�\t�{�\u0006�=[\u0000�'����1�ϪYH�^\u001d�p?k���\u0001\u0004�M��\u001e\u001a\t4\u001b����c��\u001f\u0003�Xj(�\fB�e\u0010\r\nm�q�:_�\u0005��*x�C�W�\u000fD\u000b�+�p9e'�H�\r\ngKmb��О@#�f\u0003U�Z{��c�\u001dk\r\n��A(�\fB���1\u0013\u000eT� <��u��Ј�h�6�f���O��Y�&�X\u000f�\t4\u0012h6P����$��^��\u001d\u000b�\u001b\b\u0006�\r\n\u0004\u0003�\u0006\u0002e��5��E�A�\"\u000e�����S�\"�\u0003�|Q\u001d.��9�\u0002����=�F\u0002�\u0006�����-��\u0000;�Z��\r\n���\u0006��r�\u0010T��H�|]ݬ5�>\u001fP� [�n��(�F�y���[�~�_�bN\u0010�6��zh$�l��[k��2k\f�c\u0011��2\bՖA���5fn\u0011���-�\u001b\b� �V)ܯ5��Ư[�\u0001\u0004�Mܱ\u001e\u001a\t4\u001b�\r\n׺c��\u001d\u0003츝ڌ`@mF0�6#P� \\\u000e��\b\u0006�f\u0004\u0000\u001fr�����na0�v@��E���V8���\u001d�=�F\u0002�\u0006�����-s�\u0000;�Z۾\f�m_\f�ɞ?�!���iۗ\u0001��\u000b��\u001c��r~���dE��Q\u001f&��Y�&�X\u000f�\t4\u0012h6PU���n�7\u0006ر�Pk\u0019�Z� ���\u001b3��2\b��Am��\u0004A�\u0010�N�\u0000�!��[�n\u0013s���\u0004\u001a\t4\u001b��֚c��\u001c\u0003�XD�*4�u��ۂ�Uh�\u0010t�����\u0006ԯB\u001bP�\r\nM\t�na|�ʭb�Km]�\r\nge��c=�'�H��@U��\u001f�e�\u0018`�\u001a�ԣ\u0001u�р:�H\u0019�l9�N=\u001aP�\u001e\u0019��=+'\b�\u0005�Y[�������̐\u0001\u0004�M<�\u001e\u001a\t4\u001b�\r\n�zd��#\u0003츝�6\u0018P�\u0006\u0003��@\u0019�p9�\u001a�\u0006Tc׀�w\u001b�d\u0014�\\�\b����{��d\u0000�p\u0013���F\u0002�\u0006�µ6�-��\u0000;n'<(\u0010��C6�\u0016�\u0007��&3��A�AxP�O�U;m��@�D�l\t�q�[b�\u0001\u0004�M��\u001e\u001a\t4\u001b���~r���K/Z���ֳh\f�g�\u0018PϢ�\fU�&��Ec@=��@1�W�OE��Y4�׬��[�h\u0001R��О@#�f\u0003U�Z���d�\u001dK����:��mA���!���i�5�VZ\u0003�+\u0019%\b��p�h\u000b��YG)��Y�&>Y\u000f�\t4\u0012h6Pխ���O\u0006ر��Nf@}'3���Q��[\u000e��d\u0006�w2\u0006��\"� �\u0016�-�E��8�mb�\u0001\u0004�Ml�\u001e\u001a\t4\u001b����d��&\u0003�XD�K0��%\u0018P�\u0012(C�-��C�\r\n�\r\n`\u0006�\u00160J\u0010t\u000b\u0014��\u0004�CNE�\r\nge��d=�'�H��@U��'�g>\u0019`�\u001aj��\u0001��ր�mK\u0019�l1\u001c�5\u0018P�m\r\n�F\u0019%\b��12�-|�L\u000e��\r\nge�\u0018e=�'�H��@U��(�gF\u0019`�\u001a�Qf@5�\f�F\u0019e\b��pj�\u0019P�2\u0003�QF\t�l�\u0013dj8���p�]�&\u001dn\u0000\bt�\u0018e=4\u0012h6Pխ5��Q\u0006��v�\u0017�/\u000b꨹\u0001uԜ2\u0004�r8\u001d57�v/\u001aP7�(A�-�{�fͷ��\u0018�{�\u0001\u0004�M��\u001e\u001a\t4\u001b���:e��)\u0003�XD�^4�v/\u001aP�\u0017)C�-���E\u0006�W\u001c��R-���\u0003�F�dD]�]�\r\ngE��d=�'�H��@U��%�g.\u0019`�R�+\u0019��J� ��E.�\t\u0007�d\f�+\u0019�����\u0003�*�����]T�m�E\u0006\u0010�6��zh$�l��Zk��3�\f�c���2\b��A(��Ef�A�E\u0010\u001a�\t\\h�+�Ȁ�~[�^��V0�\\�Xd=�'�H��@E���\u0013��_z�\u0002v,��Z\u0003j�5��Z�PEk�i�5��Z\u0000�����r~*Z�d0��.�oc�8Wj\u0001R��О@#�f\u0003U�Z��yd�\u001dk��րZj\r\n���2\u0004�r8-�\f����\f�j�����j���\u0001����#��\u0000\u0002�&�X\u000f�\u0004�\r\nT5k��G�\u0001v�4TZ\u0006��2\b�6��L8��\fB�\u0005���H��f1�n 0�\u001b\b��\u001e\u0003\bd��c=4\u0012h6P����\u001e�=\u0006ر�Pj\u0019�R� ���\u001e3��\"X[��ZP_�(A�m6F��j��V8+��\u001e�=�F\u0002�\u0006�����#��\u0000;�P\u001bm\r\n���\u0006�F[�\u0010d���ր�hk@m��\u0004A�JI���`Pl�dҷ1�@��;�C#�f\u0003U�Zw쑹c�\u001dK�Ï\u0006��G\u0006���\u001f�\u0010T��t�р:�H�]����\u001c��(����ΰ��P�\tjm��О@#�f\u0003U�Zo�yc�\u001dk���\u0001��5�z��!��é�k@�t\u0001���W�\u000fT\u001b����U\u0007r+�\u0015mb��О@#�f\u0003U�Zc�\u0019c�\u001dK\r\n��A(�\u0004.�y\u0011�\u0010D���2\b�\u0016�WmK[9?\u0010�R�1 ���#1�\u0000\u0002�&�X\u000f�\u0004�\r\nTEk��Gf�\u0001v,5TZ\u0006��2\b�62�L8\u0010-��T\u000b�\"�G�V�\u000fD�\u0014�|\u0001�=_��\u0018\u0003\bT�\u0018c=4\u0012h6PU�5�\u001e�1\u0006ر�ڪh@mU4��*R��Z\fW')����*\u001a\u0010��\"g\f(:�\u00031x\u0017K��\u0000\u0002�&�X\u000f�\u0004�\r\nTT���j��ҫ\u0016�c\t��\u0002�<W\u000b��\u0006�\r\n\u0004JPEk��\u0006�\u0001��\u0002x���W�O5\u000b�t�9�\u0005����s�\u0005HE�C{\u0002�\u0004�\r\nTEk��%3�\u0000;�ZK�\u0001��\u001aPK-e\b��p�e�?\u000bj�\u0005P�\u0005WN\u000fD\u000bG,�^-^S�\u000f��\u0018\u0003\b4�\u0018c=4\u0012h6Pլ5Ɩ�\u0018\u0003�Xiݪ5�n�\u001a\u0010*md��pPi\u0019�J\u000b�]ࡖ8\u0010m��1��\u0019l+��l��О@#�f\u0003U�ZWl�\\1����:� �Y\u0006��F�\u0018���\u001b\u0003B�\u0005��\u0005M��f��3A���n��pV��+�C{\u0002�\u0004�\r\nTek]�%s�\u0000;\u0016\u001bJ-�Pj\u0019�R\u001b�b&\u001c�Z\u0006��*���>����l�ԃ`҃r�L�\u0001\u0004�M|�\u001e\u001a\t4\u001b����bK�\u0001v�Nݬ5�n�2Xw��p��[\u000e��^\u0006��Z\u0002iߋ�\u0003�fCc��G}��Y�&�X\u000f�\t4\u0012h6P\u0015��Ŗ�\u0016\u0003�Xj�@`P7k\r\n����!��é-f@����ԗʕ9\u0010md��5��vIl1�@��-�C#�f\u0003U�Z[l�l1����J� TZ\u0004���\u001f�\u0010D��\u0005��u���Aݫ�\u0004A�J��`��G}-�3\u0006\u0010�6q�zh$�l��[�-�3\u0006�q;��/\u0003�Q_\u0006ԣ�(C�-�ӣ�\f�G}�u��\u0007~e\u000edK\u0014l�����8c\u0000�j\u0013g��F\u0002�\u0006����ؒ9c�\u001dk�g}1X'��-�g}Q��Z\u000e�g}\u0019P��\u0002P��Y9=\u0010m��1ʭNXl\u0005��Ml�\u001e�\u0013h$�l�\"���I��/�d\u0001;\u0016Z\u000b�\u0001��\u001aP\u000b-e��5��\u001aP\u000b-��+|0��S��e�t:���d+��-@*�\u001e�\u0013h$�l�*[k�=3c\f�c���2X�ŷ\u0005��R� [\u000e��րZi\u0001D�F�\u0018P�*�7b/���31�\u0000\u0002�&�X\u000f�\u0004�\r\nT5k��gf�\u0001v�4�Z\u0006��2\b�62�L8(�\fB�\u0005P\u000eq^9?\u0010md��5��.o��Y{�\\\u001e@ ��\u0019롑@���h�3�̜1����B� |QĀPh#ḡ�B� \u0014Z\u0006�\u0007�\u0012\u0004�ҍV�\u0002%��[�l�M��\u001e�\u0013h$�l��Zk�=3c\f�c\t��Z\u0003��\u0006��k)CP-���k\r\n����u�E�0�,\\��ʀ\u0017�����Y�&�X\u000f�\t4\u0012h6PU��Ş�-\u0006�g��pח\u0005�P:\u0003�t�!����t\u0006�C�\b�\u0007��\u0016�����k�\u0003Bb�\u0001\u0004�Ml�\u001e\u001a\t4\u001b����b��\u0016\u0003�Xj(�\fB�e\u0010Jmd��pPj\u0019�RKv\u0017\u001c����6�ň�\u0013鞉-\u0006\u0010�6��zh$�l�*Zk�=3[\f���Y'B�,\b��A���-f�A�e\u0010*-����\u0016\u0003�F\u0018\u0010�R��b\u0000�j\u0013S��F\u0002�\u0006�����33�\u0000;�P��0��0\u0018P��\fA�\u001cN��`�N��e�U}���\u0003�f�b\u0014\f>I�L<1�@��'�C#�f\u0003U�ZO�yb�\u001dK��$\u0019P�I2���D\u0019�h9���d@='\t��^�V�\u000fD\u001b�b�\\���\u0015Ί6q�zhO��@���h_''����\u0005�Xj��\u0006�Jk@�����ք�J�`\u001d��kAm\b�\u0004U�@I�曯J��������f\u0000R��О@#�f\u0003U�ZW앹b�\u001dk���\u0006�~p\u0003j?8e\b��p�\u000fn@�\u00077���D\t�l��j\u0016�\u0011���\u0005�¹j\u000b\u0010�61�zh$�l�*[k��2c\f�c\r\n�Iрڤ�`\u001d���\u0019�l9���\u001bP��\t|֦���\u0003�*%G��\r\n��\b/��@��1�C{\u0002�\u0004�\r\nTEk��Wf�\u0001v,���\u001bP��\r\n����!���ig�\u0001�\u001d܀�\u000fN\t�j!�\u0005�\u0010����Wb�\u0001\u0004�M��\u001e\u001a\t4\u001b���Zc��\u001a\u0003�XD5t\u0019�#5�\u0016TC�2\u0004�r85t\r\n���\u0001���\u0012\u0004�B8i�}#��\r\n��pV��9�C{\u0002�\u0004�\r\nTukͱWf�\u0001v,��\f\u0006T����3P��[\u000e�>�\u0001�g\u0000��С�.�\u0007��f����e�R�\t��\u0012w���\u0004\u001a\t4\u001b��ֺc��\u001d\u0003��uZ�˂j4\u0018P�\u0006�\u0010T���h0�\u001a\r\n\u0000^�\u0004���\u0003�*E>\u0003e'_��\r\ngkmb��О@#�f\u0003U�Z{��c�\u001dk\r\n��A��\fB���1\u0013\u000ej-�Pk�+c�}q��@�D��-$'gIl���Mܱ\u001e�\u0013h$�l�*Z뎽2w\f��RW��˂Pj\u0019�R\u001b�c&\u001c�Z\u0006������,�ǀ�#@\u0011�R��c\u0000�j\u0013{��F\u0002�\u0006�����+��\u0000;�\u001aJ-�Pj\u0019�R\u001b�c&\u001c�Z\u0006��\"XwYWN\u0010T�Ե6\u000b�����*�\u0015��61�zhO��@��~��r:�X�����-b�\u001aVWׂ�յ`uu9�*[\u001b���\u0016��.�z0\u001d�WE��\u001eLg�Yw\u0010\r\nƚE�j6��\u0004\u001a\t4\u001b�jָc��%�,ZE��\u001b\u000bVSׂ���\fA�\u001c���\u000e�O� x�����\u0003т9&�b��#�\u0015̊���\u0012hO��@���h�7��_\u0002Ѣ�T�e�8��n}ۀ���\u0003�f9\\}��`}�5`m�\\9?�,Pո{�����\u0018B���\u001cK��@���j�9��_\u0002բST_\u0012�,\b�e\u0010Jm`��pPj\u0011�3\u0019-X�g8A�-\u001c�x��=o�n򕶭pV��9�@{\u0002�\u0004�\r\nTuḵ��\u0012�\u0016��:/�e��@c��@�\u0019�n9\\m��`m�A�z��W�\u000fd\u000bѤ�\u00161���V0+��\u0019K�=�F\u0002�\u0006��5���\tD�~R}\u0005��`=�ւ��Z�\u0010DK�^�O�\u0016�g|Y�΍q��Z\b��\u001eț�]��V8���\u001bK�=�F\u0002�\u0006��5���\ttK��K�~c��Ac��A�\u0019�n9\\���`��aP\u000f]��@�J�7��f9�\u0018��Y���X\u0002�\t4\u0012h6PU�����K�Zr�^���˂�Yсu\u0018�\u000fg\b��p�Yт�Yт�\u0011�\u0013\u0004�B�s}c|���V�\u0002Z���X\u0002�\t4\u0012h6P\u0015�����K \\2�^u|�˂�i�`u\u001a8C\u0010.��N�\u0005����:��r� \\:������{]�ѶpV��C�@{\u0002�\u0004�\r\nTuk\u001c���\u0012��\"�8�\u0005�j`\u0010���!���j`\u0010�\u0006\u0006�a_� �\u0016(z)�m�]�\r\nge�;d\t�'�H��@E�瓓��_z�\u0002v����\u0019P��\f�oe��ʖ��'E,�oe\u0006Է2JPeK�?�^�6�\u0017�\t\u0017 \u0015n\u000f�\t4\u0012h6P\u0015���ΙM\u0006�q;�1u\u0016���Y�\u001eS�\u0019�p9\\=�΂��:\u000b֯3p� \\��s��\u0017�\u000bhu�8e=�'�H��@U��);gN\u0019`����\u0004\u0000�q���S���\u0003�b8R-_��5XP[\u0012(AP-Pr�-b˵�4n���M��\u001e�\u0013h$�l�*Zk��3�\f�c\r\n��̀�Rf@})�\fA�\u001cN_�\f�/e\u0000��'��@��銜\\}��\r\nf5��d=�'�H��@U��$;g&\u0019`����\u0006\u000bB�e\u0010Jmd��pړ`@�I0`\u001dj�\u0004A�����k.\u000b�M�2�@��Q�C#�f\u0003U�Z��\u0019e�\u001d�\u0013^�\u0018�W2\u0006�,2�L8\u0010.�����\u0005��FF\u0019����9NwnωQ\u0006\u0010�61�zh$�l��[k��3�\f�c\u0011�+��ڕ`@�J�\fA�\u001cN�\u0012\f�]\t\u0006Զ\u0004J\u0010t\u000b\u0014=��Uu���Xe\u0000�n\u0013���F\u0002�\u0006���V�9��\u0000;ng\u001d5G�y�[e�.`�\u001c��\t�l9�:e\u0006T�\f��!'�s~�Z�\u0006���A�M\\2�@��K�C#�f\u0003U�Z�윹d�\u001dK�M\t\u0006Ԧ\u0004\u0003jS\u0002e\b��pڔ`@mJ P�d�r~ Z�VOGp\\��c�~V�Ι#\u0004�ML�\u001e\u001a\t4\u001b��֚d��$\u0003�Xl�J0�v%0Xg\u0007�p� [\u000e\u0007��A����19�p��@�\u0010Mf\u001f\u0011�^�&�V8[l\u0013����\u0004\u001a\t4\u001b���rr���K�Z��Km��B�Є>�\u001aP�k)A\u0015�\t�ϵ\u0006��Z\u0000\u001fr�����h��n[�t��\u0017�$\u000b�J���\u0004\u001a\t4\u001b�Jֺc��\u001d\u0003�Xi�,���`@�C�\fA�\u0018�\u000e,�gA�u\t�W�j��@�t�U�t��ö\u0015Ί6��zhO��@���h�5vɬ1����\r\n\u0004\u0003B�e\u0010\r\nmd��pPh\u0019�B\u000b&_u�WN\u000f4�\u0014M�\u0002&\u001fc�\r\nf5�8c=�'�H��@U��\u0019�d�\u0018`�JC�e\u0010\r\n-�Ph#g����\u0016�Bˠ��P����\u001aC�z\u0011[�j\u0013o���\u0004\u001a\t4\u001b���zc��\u001b\u0003�XB�>0�n\u001f\u0018P�\u000f(CP-���\u0003\u0003��\u0001�r�����h�\u00012\r\n&�h(�\u0015m��О@#�f\u0003U�Z_��b����\u0001_\u0016��\u0003\u0006a��2\u0004�r8�<0�n\u001e\u0000x��'�8?\u0010m��1N�^w\u0016��Y�&�X\u000f�\t4\u0012h6P\u0015�5�.�)\u0006ر�Pi\u0019�J� T��\u00143��2\b�\u0016��vI��\u001f�\u0016��`�\u000b0���V0+��\u0011�=�F\u0002�\u0006�����%s�\u0000;�\u001a*-�Pi\u0011�#.8C\u0010-��J� TZ\u0006ux�\u0012\u0004ՂU\b\r\n\b\u0014�Q_\u0013��Y�&�X\u000f�\t4\u0012h6P��5�.�)\u0006ر��\u0012n@m\t7���S� [\u000e�͵\u0006Ԗp\u0002iR��\u0003����T�xUثM&�\u0000\u0002�&�X\u000f�\u0004�\r\nTekM�Kf�\u0001v,��\u001f0XGa�-X���\fA�\u001c�\u001euoA�\t7�v P��[\bG�^��B��b\u0000�p\u0013_��F\u0002�\u0006*½��p���\u000b\u0017��v��I\u0006��\u0019\u0003��I��\r\nׄ��\u0018���_\u0006��޾r~�[��������Z;\u001f��9�\u0002����=�F\u0002�\u0006�����5��\u0000;�Z\u0007p\f���\u0006�A]�\u0010T��H�|]�\u000b\u0007��E��@�pn\"�{�5���8c\u0000�f\u0013g��F\u0002�\u0006�����5s�\u0000;VZ�o\f��7\u0006��\u001b�\u00104��t�ƀ:C�R�uW�\u000fDK�Y5\u000b_\u001e���k�\u0001\u0004�M��\u001e\u001a\t4\u001b�j�:c��\u0019\u0003��0c@��1���P��Y\u000e�c\f\u0006�:ˠ��R� ��\u0019#J�MZ8���\u0019�=�F\u0002�\u0006�����5s�\u0000;�\u0010�i\u0019�gZ\u0006�6r�L8x:@\u0010�o\u0000|,�/����h�sbp\u001a\u0002bj2\\\u0013g\f \u0010m���H��@U��\u0019�f�\u0018`�R�#-��H� <�FΘ\t�g�\u0018PϞ\u0001��V���\u0003�F�\u0018QXi\u0013g\f \u0010m���H��@U��\u0019�f�\u0018`�RC�e\u0010*-�Pi#ḡ�J�`���kAݮ�\u0004A�t�U�J�k��V0+��\u0019�=�F\u0002�\u0006�����5s�\u0000;VP[\u0014\r\n�-�\u0006�\u0016E�\u0010D��EрڢHוVƕ9�,M��H9ap��5��\u0000\u0002�&�X\u000f�\u0004�\r\nTEk}�k�\u0001v,��(\u001aP{\u0014\r\n�=��!�\u0016��!��,�=�\u0000�op�\u0017�\u0007�U\r\n�� ;��c�j\u0013[���\u0004\u001a\t4\u001b����b��\u0016\u0003�Xk(�\fB�e\u0010Jmd��pPj\u0019�R� ��E�\u0018��\u000f�o�0zsM\\1�@��+�C#�f\u0003\u0015��NN��~�u\u000bر��<c@m�a�>���\fU�&�6�\u0018P�g��T}�̩l1���(z\u0019��9�\u0002����=�F\u0002�\u0006�����-3�\u0000;�Z�\u0014\r\n�m�\u0006�6E�\u0010D��Mрڦh@�\b�\u0004A���\u0018P����\r\nfE��b=�'�H��@U��\u0015�e�\u0018`�\r\nj�\f��:\u0003�mAm��\fA�\u001cN\u001bg\f��3\u0000.r$����f��/3�r@��-��\u0000\u0002�&�X\u000f�\u0004�\r\nTUk}�[�\u0001v��v)\u001aP�\u0014\r\n�]��!���i��\u0001�K\u0011�ۭ�?]9?P-|s\ffo���~+�Um��О@#�f\u0003U�Z_��b�\u001dk\r\n�\u0016�:S�mA���/f\u0012\u0004��uᩖA훡\u0004A�@�li��>�o���M��\u001e�\u0013h$�l�*[��2g\f�c\r\n��2\bŖA(��3fl\u0019�b\u000b���X9?Pm��5�e,q�\u0000\u0002�&�X\u000f�\u0004�\r\nTEk��[�\u0001v,5�Z\u0004�Tͷ\u0005��FΘ\t\u0007ϵ\f�s-��\u0010N\t�ji\u0004������?�\u0005�\u0015�g��t/�@��9�C#�f\u0003U�Zs얙c�\u001d��]�\u0006�.E\u0003j�\"e\b��pڥh@�Rd��d�� �V��nP��e�)!1�\u0000\u0002�&\u0006Y\u000f�\u0004�\r\nT�k\r\n�[f�\u0001v�N�\u001a\f�V�\u0001�j�\fA�\u001cN�\u0006\u0003��\u0000�\"�i+�\u0007�������`���c\u0000�f\u0013{��F\u0002�\u0006�����-��\u0000;VZM]\u0003��k@5u)C�,��&�\u0016TS\u0017��\u0015>�@��f��5]�F_ӽ%�\u0018@ ��\u001d롑@���l�''����\u0005�Xl-�\u0006�Rk@-����ք�Rk@-�tݥv\u0014�̩l��\u0011]�����9�\u0002����=�F\u0002�\u0006�����=s�\u0000;�Zk�\u0001��\u001aPk-e\b��p Z\u0004�P�_\u000bj��\u0004A�\u0010�R\u001d�7r7�V�V8��� �=�F\u0002�\u0006���\u0006�=3�\u0000;\u0016\u0011�-�E0Xn\u0002j[8\u0005\u0004�r8m\u000b7���\u0003x��i��\u000fV�b45Ȑ�[�[�j\u0013����\u0004\u001a\t4\u001b���\u001ad�� \u0003�Xlm\f7�6�\u001bP\u001b�)C�-���p\u0006a\u0004��ӳ�s�� �V�����\u0011�?�N�V8+��!�=�F\u0002�\u0006���\u000e�=s�\u0000;\u0016[�p\f�C8\u0006�j\u001b9d&\u001cT[\u0006��2\b���C\u0006\u0014~o�\\Vw\u0012�G\u0006\u0010\b7��zh$�l�*\\��3�\f��vj�\"���)�m\u0003��md�q�Z����n$�u�,�Ȉ�72���,��\u0000\u0002�&\u0016Y\u000f�\u0004�\r\nT5k-�{f�\u0001v,5<�2\b�\b\f�6Bd��p�F� l#��E���C����SvK5L��Y�&\u0006Y\u000f�\t4\u0012h6PU�5��A\u0006رְ�� �#0\b�62�8\u001c\f�\u0018\u0010J-�:�C\t�l�\u0001�c�=���V8���\u001f�=�F\u0002�\u0006�����=��\u0000;\u0016Q��\r\n���\u0006��p�\u0010t��;܀�\u001dN׽���ȩl��5P4�\u001a��4i?\u0002@ ��\"롑@���l�Ev�,2��ņ\u0007[\u0006��\u0016A�ġ\fA�\u001cN'q\f�=�t�W�#_�\u0003��}V����2�6\u0013h6��zhO��@���f\u001f'�����\u0005�Xi-�\u0006�Rk@-���jքS�\u001aP\u001fl\r\n��_���\u0016(\u001a�%�UM�pN�\u0000�l{hO��@���l�C��\u001c2��5�Rk@-�\b^j��\u001f�\u0010d��@�\fj�%�$�\u000f+'\b��p�ARsY�\u0012�#��\u0000\u0002�&\u0016Y\u000f�\u0004�\r\nT�k-�Gf�\u0001v,7�[\u0006��2\b�6��L8}�5�>�\u0002x�Վ��\u0003��e�і�ѣ�#��\u0000\u0002�&\u001eY\u000f�\u0004�\r\nTek=�G�\u0001v,6�[\u0006��\"\b�¡\fA�\u001c\u000e�-�Po\u0019�g[J\u0010t\u000b\u001e\u0019l$\u0000�Z�1A�&xLH<�\u001e�\u0013h$�l�*[�=2�\f�c\r\nu\u001cǀ:�c@\u001dǡ\fA�\u001cN�q\f��8\u0006��GJ\u0010d\u000b�5��.`/y��\r\ng�m��О@#�f\u0003U�Z��9d�\u001d�.'�-�z��\u0001�([�\u0010d���([\u0003�Q�t�\u0007|ĉ8P�R����v\u0017\u0005�&\u001e\u0019@���#롑@���j�G��<2����q\u001c\u0003�8�\u0001u\u001c�2\u0004�r8\u001d�1���\u0000x�T7d��@�J�j�rh�V8���#�=�F\u0002�\u0006���\u001e�#��\u0000;&\u0006��2\b��A���Gf�A�e\u0010j-|,�\u0005_.��@�\u0010�����`�8d\u0000�j\u0013���F\u0002�\u0006���\u000e�#s�\u0000;�\u001aj-�Pk\u0019�Z\u001b9d&\u001c�Z\u0006��*H\u001f\u0015��@��\t�xM���C]&�lb��О@#�f\u0003U�Z{��c�\u001d#�Pi\u0019�J� T��\u001e3��2\b���*r\u001a\"{\f�j\u0016��K�\u0015�j6��zhO��@���f����_z�\u0002v���Y\u0003j�5��Y�P5k�i�5��Y\u0002_�aR�O5\u000b\u0014}N\u00171=\u0017�\u0017�D\u000b�����\u0004\u001a\t4\u001b��֚cKf�\u0001v\u001c���րZh\r\n���2\u0004�r8-�\u0006�BK�I>\u0016�r��Z���\t�m��j�$�\u0018@ ��\u001c롑@���p�9�d�\u0018`���I\u001c�G�c& \u0014��\u001b3��2\b�V�۽����\u001f����\u001au\u0003�/\r\n�M�1�@��5�C#�f\u0003U�Zklɬ1���e��2\bՖA���5��H�|]==ɀ ��\u001a\u0003�Q\u001f������d~\f �m���H��@U��\u001b[2o\f��vB�eP�\u001e\r\n�c��!����#��=\u001c\u0002O2\u001f�r��[�\u001f��Z�n�E�%��\u0000\u0002�&�X\u000f�\u0004�\r\nTek��%��\u0000;\u0016[�\u001e\r\n�c�\u0006ԱG�\u0010d��t�р:�h@�\u001f�\u0004A�J��\u000bؓ,�%1�\u0000\u0002�&�X\u000f�\u0004�\r\nTekͱ%3�\u0000;�PGq\f��8\u0006�Q\u001c�\u0010d��`\u0014ǀ:�c@�t)A�-P�}y۫�n\u0013{\f �mb���H��@U��\u001e[2{\f��vj\u0007�\u0001��ƀ�AC\u0019�n9�v�\u0018P;h\f��.%\b��p�u�F�q\u0007�lI\f2�@��A�C#�f\u0003U�Z�l�\f2��\u00035ᭌAx+c\u0010��\"�̄�=0\u0006a\u000fL��\u0003\u001c2�\u000fd\u000b��\u0013����h\u0007,��\u0000\u0002�&\u001eY\u000f�\u0004�\r\nTek=�%��\u0000;\u0016\u001b�\u0006\u0006�o`\u0010��\"�̄��\u0004\u0006a\u000b\fA*��IF��*��6��\u0000\u0002�&>Y\u000f�\u0004�\r\nTt�<9�����-`Ǳ�Zn\r\n��րZn)Cխ\t��րZn\u0001�?������l��#��t��/Ω\u0016 Um\u000f�\t4\u0012h6PU�5ʞ�Q\u0006�Y�]�eA��\u0006�jK\u0019�j9�V[\u0003j�\u0005�.��V�\u000fT�\u0014��\u0000Fm4��$\u0003\bD��d=4\u0012h6P\u0015�5ɞ�I\u0006�q\u0014;�Z\u0006��2\b�6r�L8(�\fB���Vq�́h����C߈-u�m+�\u0015mb��О@#�f\u0003U�Z�왙d�\u001dK\r\n��A��\fB��L2\u0013\u000e*-�Pi\u0011�C\u001c+'\b��\u001b��\u0005+��\u0014l\u0005s�c\u0000�h\u0013���F\u0002�\u0006���\u000e�3s�\u0000;VP�\u0006\u0003��`@�\u001a(C\u0010-�S���j5\u0018P�\u0006J\u0010D\u000b���~;N\u000f�{��\u0004�M,�\u001e�\u0013h$�l��[k�=3�\f����!w,�\u001a�\u0006Tc�\u0012\u0004�r85v\u0019�}>\u0019����\u001f�\u0016�����6\u0018<�&�\u0018@���\u001f롑@���f�?���1�X�d�f\u0011���\u001fN\u00104���\u0013d\u0006\u0004�\u0002����1�P���f\u0013o\f �l���H��@U��\u001b{f�\u0018`�R�Y\u001e\u0006Գ<\f�gyP� Z\u000e�gy\u0018P��0�\u001eBC\t�j!ܭn���e�\u0010�gb�\u0001\u0004�M̱\u001e\u001a\t4\u001b�\r\nךc��\u001c\u0003��X\u0018l!�U\u0004}�& \u0014��\u001b3��2�\u001d�\u0000�O����`��R��\u0000�<�\u001d��\u0019\u0003\b4�8c=4\u0012h6Pլuƞ�3\u0006ر�ڈ`@mD0�6\"P� Z\u000e��\b\u0006�F\u0004\u0000��ڼ�r~ �hz���צ��pV��-�C{\u0002�\u0004�\r\nTD�:9����\u0017-`�R�u\u0019�#;�\u0016�JK\u0019�hM8��\u0006�Jk@�\r\n�\u0004U�\u0014��\u0010�e�\u0019�\u0005:�\u0002����=�F\u0002�\u0006�µ��+s�\u0000;n�6�\u001bP��\f�{\b�!\b���\u001e\u0002��M\u001c��\u0002~.q�[�ϪZ\u001c[�C�^�3\u0006\u0010�6q�zh$�l�*Z댽2g\f�c�u�ր�_k@ݯ�\fA�\u001cN�k\r\n���\u0000^常��\u0003��}V�*u�q�Wb�\u0001\u0004�M��\u001e\u001a\t4\u001b�j�\u001ac��\u0018\u0003�Xi(�\fB�e\u0010\r\nmd��pPh\u0011�)\u001c\u0000\u001f0_N�d#[�r��m\u0005��Ml�\u001e�\u0013h$�l�*Yk��2[\f�c���2\be�A(��-f�A��S\u000b�\bҿ�=��f�rz Y��Р���1��Y\u0002�&�X\u000f�\t4\u0012h6Pլ��^�%\u0006�!\t�?0��\u001f\u0018P�\u000f(C�,���\u0003\u0003j�\u0001��[��]9?\u0010-��X���|�{m\u0003�\r\ngU��b=�'�H��@U��\u0014{e�\u0018`�{��B:��mA�=�L1\u0013\u000ev\u000f\u0018��\u0003\u0006a� rŀZH�|U�<H|1�@��/�C#�f\u0003U�Z_��b�\u001d�\u0013t� <�2\bϴ�/fn\u0019�b���-X9=P-�f\u0015-�V�ǭ`V��#�C{\u0002�\u0004�\r\nT%k\u001d�W�\u0001�Yh\u0018\u00173�6�\u001aP�j)C�,�ӦZ\u0003jS-��\u0007tzQ~�Y�F��E�6En���ML�\u001e�\u0013h$�l�*[k��2S\f�c�᱖Ax�e\u0010\u001ek#S̄��Z\u0006��\u0012x���+'\b�\u0005�\r\n&\u0018\u0010Ӿ�W�\u0001\u0004�M\\�\u001e\u001a\t4\u001b�jϧ�Q��/�j\t;�P6\u0010\u001c(\u001b\b\u000e�\r\n\u0004�PT���\u0006�\u0003e���ǽ�ͯ�����\u0015�1\u0011sU��o�Ȗ �m\u0000�\t4\u0012h6P����~~\tdKNҭ\u000e�}YP\u001ek\u001d(���!Ȗ��V�\u0001u���S�\u0005�\u000fd\u000bc`�6Ƙ��Ƭh\u0003O,��\u0004\u001a\t4\u001b���yb?�\u0004�%'�V���,\b��A���'��A�e\u0010j��/q�W�\u000fD�xb�ܽn`o���\r\nL�\u0000�\u0013h$�l�*Zg���\u0012�����n|9\u0010*-�Pi\u0013S̅�J�`}���ו-��9\u0010m�ar�Z\u001a��Y�\u0006�X\u0000�\t4\u0012h6P\u0015���~~\tDK��M��\u001c\b��A���-��A�e\u0010*-\\�U_*W�@�J�\u0017�\u0010���[��h\u0003_,��\u0004\u001a\t4\u001b����b?�\u0004�%7�Vw��,\b��A���/��A�EP�n\b�ʷ�V�\u000fDK����ݭ>�l���\r\n|�\u0000�\u0013h$�l��Z���\u0012����[���� �Z\u0006��&Ƙ\u000b\u0007��A(��m0�@H|1��\bP��Ϻy�\u0015Ϊ6��\u0002hO��@���j�-��K�Z2�nu\u001a�˂Pk\u0019�Z��b.\u001c�Z\u0004�\u001f�\b.���t��@�ї�\b��f~cV��1\u0016@{\u0002�\u0004�\r\nTE댱�_\u0002ђ�t�[@_\u0016�R� ���\u0018s��2\b��Ax�M�1\fw�-\u0017o{Y���o�\r\n7��\u0002hO��@���p�5��K \\��՗\u0005��\u0006�3:8C\u0010.�;�p\u0019�/�\u0013��6qƈ�j�\u0018V��\u0019#\bD\u001b8c\u00014\u0012h6P\u0011���D��^��\u001dK-\u0013�\u000e��r\u0007�D9f��5�d�܁2QN��U7CV�OE��Y4Kɝ�׼\u0015Ή\u0016 \u0015m\u000f�\t4\u0012h6P\u0015���Ι/\u0006ر�Zi\r\n����:���3\u0004�r8��\u0006�J\u000b�\u001d��(=ЬR�Z�X�D�\r\nf5��b=�'�H��@U��\u0016;g�\u0018`�JC�e\u0010\r\n-�Ph#[̄�B� \u0014Z\u0006��\u000eL\u0010T\u000b���\\\u0016�mb�\u0001\u0004�M��\u001e\u001a\t4\u001b�\r\n�Zc��\u001a\u0003�s;�,ӗ\u0005�QсҨ�\u0019�p9�4*:P\u001a\u0015\t�-:Ȁ��n��j\u000b\u0017}� �oΪ6��zhO��@���j�7vμ1����>E\u0007J��\u0003�O\u00113\u0004�r8P-�rx\u0007���E�r~�Z�@���\u0012v��&��Y�&�X\u000f�\t4\u0012h6PU�5�Ι9\u0006ر�rz�\u0001u�Ɓ2�\u0019�j9��18P�o\u001c(�7� �\u0016�6�B\u001eb���ߜ�m��О@#�f\u0003U�Zw윹c�\u001dk\b�V�WUٷ�'�$a~ Z\u000e'�$9\u0010J-�T�H�r~�Y������������ˑ�\u0004�f\u0013o��F\u0002�\u0006�����9��\u0000;�9?_\u000e���ۂPj#ō�R� ���\u001b��@��7\u0006\u0018�֞\u0013o\f \u0010m���H��@U��\u001b;g�\u0018`�Rˑt\u000e�#�\u001c\b�6��L8(�\fB�e\u0010^�\"o\f(|���1|�M�1�@��3�C#�f\u0003U�Zg�9c�}�r鷚\u001c\bO\b\f�\u0016B䌙p�2� l!0(�{a� [�v�\u001e���Nշ�\r\nge�xc=�'�H��@E������_z�\u0002v����\u0018P�g\f��3���քS�\u001aPf\u001d\t������S�\u0002EM_�\u001c�#m+�S-@��\u001e�\u0013h$�l��Zk�]2s\f��Z�ך\u001c��րZl)CP-�\u0003�2��\u0016@lU��@�tDbݘ{s�K�Ϸ\u0015��6��zhO��@���l�?v��1����=\u0004\u0003ꆭ\u0001uÖ2\u0004�r8\u0019,w \u0014[\u001a���1`~ �hl���O\b��\u001b\u0003\bD�xc=4\u0012h6P\u0015���.�7\u0006�g�kk��\u0005��2\b�6��L8��\fB�eP\u001fl)AP-�cTk��r��o��6q�zhO��@���n�;v��1���)\u001f�q�Su��Ku\u001b�c\u001c����g���Am��\u0004A���\u0018a0�pI�1�@��;�C#�f\u0003U�Zw쒹c�\u001dK�-4\u0006�\u0016\u001a\u0003j\u000b\r\ne\b��p�Bc@m�1���P��Z\b\u0007�*G��ҳ�~�V��?�C{\u0002�\u0004�\r\nT�k��K�\u0001v��z\r\n\fV\u000f�ۂ�5P� \\\u000e�^�\u0001�k\u0000�*g௜\u001f�\u0016��g�dx\f \u0010mb���H��@U�� �d\u0006\u0019`�R��`@�\u001a\f�^\u0003e\b��p�5\u0018P�\u0006\u0003��@\t�j!\u001c|��\\��yl\u0005��ML�\u001e�\u0013h$�l�*\\k�]2�\f���WYP\u0007�\f�\u0003d�!\b���\u0000�\u0001u�\f�'|�\u0019�\u0003�F\u001f\u001bc\f�m\u0013�\f \u0010mb���H��@U��\"�d\u0016\u0019`�R��� x\r\n\f��\u0010Yd&\u001c��A����.�\u001eX�\u0003�&\u001f\u001b#j���\r\nf5��c=�'�H��@E�ד��_z�\u0002�Y����eA��2��~Q��Y\u0013Nw�\f��_\u0000ޗ꣭��j\u0016(�D\u0000�&�l�s�\u0005HU�C{\u0002�\u0004�\r\nTUk��k�\u0001v��\u001a\r\n\u0006T���j4P��Z\u000e�F�\u0001��2\b�.%\b�\u0005��6g��U���kb�\u0001\u0004�M\f�\u001e\u001a\t4\u001b���\u001ad�� \u0003츝\u0017�-�W�-�7�md��pw�-�\u000f�-�r�=&\b��O�� \u000e`\u000f88�8d\u0000�j\u0013���F\u0002�\u0006���\u000e�5s�\u0000;�PGu\r\n���\f�ч?�!���騮\u0001uT׀ڎ@\t�j��>[sU���&\u000e\u0019@���!롑@���n�Cv�\u001c2��K} �B����e@���\u0004A�\u001cN7�\f��_\u0000��T���\u0003���\u00184,�m�O�[��f\u0013���\u0004\u001a\t4\u001b�j��c��\u001f\u0003�Xj�\u0019\u0018��\u0006\u0003��@\u0019�h9��\f\u0006T��@�y��@�t�U�tM8���xc\u0000�h\u0013o��F\u0002�\u0006�����5��\u0000;�\u001a*-9Y��۷\r\n��.\u0006T�r8�t\r\n���\u0001�ӥ\u0004A�@�S-`�Z޷�Y�&�X\u000f�\t4\u0012h6PU�5Ǯ�9\u0006ر�Pj\t|�чo\u000bB���1\u0013\u000eJ-�Pj\u0019�\u0007��\u001c#�Y�qގ�N�k�\u0001\u0004�M��\u001e\u001a\t4\u001b���zc��\u001b\u0003�XD��b\u00106�\u0018�ͯ�\u001b3�`�A���Q.\u0019}X9?�m\u0012��}�};[�l\u0013w���\u0004\u001a\t4\u001b��ֺc��\u001d\u0003��0�`@p\u001a\u0018\u0004�!r�L8p\u001a\u0018\u0004�A��\t�\u0015)?�-\\�R��vW�j�\u0018d\u0000�l\u0013���F\u0002�\u0006*����l����\u0016�c���\u001aP��\u0001��R�*[\u0013N��\u0001��2\b�\b�����d�\u001b�����\r\n�t\u000b�궇�\u0004\u001a\t4\u001b���Zd��\"\u0003�XD��1�v�\u0018P;h(C�-��f\u0004\u0003j\u0007\r\n�\u000b�6rȀZ������T�-q�\u0000\u0002�&\u000eY\u000f�\u0004�\r\nTek\u001d�[�\u0001v�N�j0�N5\u0018P�\u001a(C�-���\u0006\u0003�T�\u0001�1�\u0012\u0004�B8zL\u0000��E[�n\u0013����\u0004\u001a\t4\u001b���zd��#\u0003�XD�k �\u0004熛�j�R� [\u000e�Ʈ\u0001��\u0005��=���\u0003�*��&�7cg�׽%\u0006\u0019@ �� 롑@���h�Av�\f2����b� \u0014[\u0006��F\u000e\u0019����\u0016�b� \u0014��\"\u0003j\u0001c\u00170:\u001c�Xd\u0000�j\u0013���F\u0002�\u0006���\u0016�-��\u0000;�\u0010J-�j7\u0018P�\u0006�\u0010T���n0��\r\n\u0006T��\u0012\u0004�\u0002U\u001fL���j���l���\u0000\u0002�&.Y\u000f�\u0004�\r\nTuk]�[�\u0001���uD�˂�\u0001f@�\u0000�\fA�\u001cN7�\f�\u001b`t�\u0013\u001c�D\u001c�6;c\u00111xDHL2�@��I�C#�f\u0003U�Z�얙d�\u001dK\r\n�_di��k\u0002j\u000f\r\n\u0006T�r8��1���\u0010x�\u0013=(?ЬR�k�-o��Y[�j\u0013����\u0004\u001a\t4\u001b���Zd��\"\u0003�Xl�v\u0019��\u000f�\u0016Tk�2\u0004�r8�v\r\n�֮\u0001�ڥ\u0004A�D�m�7r˥^u+��m��О@#�f\u0003U�Z��yd�\u001d�\b�V��6\"~ۀPm#�̄�j� T[��\u0013γ%\u000eT���\u0011\u00019xFH,2�@��E�C#�f\u0003\u0015��ON��~�U\u000bر�Zm\u0019����\u0016�jK\u0019�lM8��\u0006�jˠʖ�S�r4�-s*�_�{\u001f\u0003He�C{\u0002�\u0004�\r\nTek\u001d�{�\u0001v,�v-\u001aP��\r\n�Ֆ2\u0004�r8��\u0006�jk@m��\u0004A��π�G��.�V8Wn\u0001\u0002�&\u0016Y\u000f�\u0004�\r\nTuk-�{f�\u0001�Y�:<�eA�G0��#P��[\u000e��\b\u0006�}\u0004\u0000o\u0017趥�@�JѦ-_Tw��A\u0006\u0010�61�zh$�l��Zk��3�\f�c���ր�lk@���\fA�\u001cN�h\f�}4\u0004�j�����j��M[�nO���'\u000e\u0019@���!롑@���j�Cv�\u001c2�>k]�l�,\b��A���Cf�A�e\u0010j-�d�Q~�Z0���ELw\u0011��3��mb��О@#�f\u0003U�Z��\u0019d�\u001dK\r\n��A(�\fB��\f2\u0013\u000eJ-�Pj�[`r&����h1\u001a<�\u0012W;����Z��c=�'�H��@U��\u001f�g�\u0018`��\u0002_\u00181 �Z\u0006��F��\t\u0007��A��\f�AF\t�n��l�7��8=d�Xd\u0000�n\u0013���F\u0002�\u0006���\u0016�=��\u0000;\u0016Q��2�\u001e�e@=��2\u0004�r���\u0016�Z���u���́li<\fTK\u0018�6q�\u0000\u0002�&\u000eY\u000f�\u0004�\r\nTEk\u001d�{�\u0001v,���\u001bP��\r\n���!���i{�\u0001�=����G��9\u0010-�g�,$Gs�wu�n*��\u001e�=�F\u0002�\u0006�����=��\u0000;�\u001a*-�Pi\u0019�J\u001b�c&\u001cTZ\u0004��_\u000b��\u0010\u0019d\u0014�\u000e\u000f7��j�8d\u0000�p\u0013���F\u0002�\u0006*�}��p���\u000b\u0017��vjˢ\u0001��ƀڲH\u0019�p9\u001c\b�\\W��\r\n��~Q�*\\\r\nw��\u0004�^���`+��-@��\u001e�\u0013h$�l��[k�=2�\f�c\u0011��/\u0000_�����\u0006��pJ\u0010d��`\u0018ǀ�\u001fN�\u000b\u000eH��@�0C\u0006�\u0018_\u0014D��c\u0000�h\u0013��F\u0002�\u0006�����#��\u0000;�Z\u000fY4 ��A�š\fA�\u001c\u000eTˠ>�\u001aP_�(A��ROxH\u0000�U�\u0016���M[�@��?�C#�f\u0003U�Z��c�\u001dK��8\u0006�Y\u001c\u0003B���1\u000e\u0007�8\u0006�ZˠZ\r\n� �\u0016>C\u0006�(�U���V8+�� �=�F\u0002�\u0006���\u0006�#3�\u0000;�\u0010�l\u0019�'[\u0006��62�L8\u001d�1�\u000e�\u0018P�\u0006J\u0010dK�'�C��:d\u000f5��\u0011!q�zhO��@���j�C��\u001c2��%ԎE\u0006��η\u0005�c�2\u0004�r8�X4�v,\u001a\u0010�l#�\fo��\u0016.z�\u001dv[�j\u0013����\u0004\u001a\t4\u001b���\u001ad�� \u0003�XB�u\r\n���\u0001�ץ\fA�\u001c\u000eTˠ6,\u001aP\u001b\u0016)AP�R�\u001b�\u0011�J��V8+��\u001f�=�F\u0002�\u0006�����#��\u0000��!|bĀ��\u001aP}]�\u0010d����5���\u0000^o��Q~�Z��u�0m�z$�\u0018@ ��\u001f롑@���h�?���1����Z� �Z\u0006��F��\t�=4\u0006�\u001e\u001a\u0006�\u000b#� ��&�t�\f�����\u0015��6q�zhO��@���l�C��\u001c2��5T[׀j�\u001aPm]�\u0010d����5 �})x��\"W�\u000fT\u000b�u�\u0000�j��V0+��\u001d�=�F\u0002�\u0006*�]NN��~�E\u000bر�j�\u001aPm]\u0003��K\u0019�hM8u�\u0018��\u0019-���\u0004U�@Q�\u0005�z�.�V8'[�T�=�'�H��@U��\u001c[2s\f�c\r\n�g0��\f\u0006T��2\u0004�b8�-_Wk-��\u0019v�(?P-�g\u0015-$w��%1�\u0000\u0002�&�X\u000f�\u0004�\r\nTEkͱ%3�\u0000;�\u001aj-�Pk\u0019�Z\u001b�c&\u001c�\u0016����\u0017�۳6���\u001f�6�\u0000\u0019`�\u0001�E-&\u0010m��О@#�f\u0003U�Zolɼ1���֧Z\u0003�S�\u0001���2\u0004�r8}�5 TZ:]��CV�\u000fDK�Y5\u000bԥ:%[�h\u0013g���\u0004\u001a\t4\u001b���:cK�\u0001v,5TZ\u0006��2\b�6r�L8��\u0004>�`�_\u0004Y��1��YE\u000b\u0014�61�\u0000\u0002�&�X\u000f�\u0004�\r\nTEk��%3�\u0000;�\u001a*-�Pi\u0019�J\u001b\u0019c&\u001cTZ\u0006�ҒG\u0005�}Q~ Z�,��\u0000��۷\u0015��6q�zhO��@���l�3�d�\u0018`�bC�e\u0010j-�Pk#ḡ�Z� ��\u0000����$�\u000fd�\u00145!\u0000��#\u0019[��h\u0013_���\u0004\u001a\t4\u001b����bK�\u0001v,5�Z\u0006��2\b�6��L8��\fB�%���ͫ�T���Ǧ���\u001et�$�\u0018@���\u0018롑@���j�1�d�\u0018`�ZC�e\u0010J-�Pj#c̄�R� ���u�o��\u001c�6��F�v�� [�l\u0013c���\u0004\u001a\t4\u001b���\u001acKf�\u0001v,6\u0014[\u0006��2\b�62�L8(�\fB�e\u00106�\"g\f�k�7|۫.���\u001b\u0003\bt�xc=4\u0012h6P����t��^��\u001d�S'p\f�\u001f\u0016a�N\u001f��\fU�&�Ytk���ր�e\u0011JPuK���\u0019s�rh�V8�[�T�=�'�H��@U��\u001c{f�\u0018`�\"��\u0006��\u0015\r\n��+R��[\u000e��+\u001aP{\u0015\r\n���� �\u0016�60\u001a\u0000��k��V8+��\u001e�=�F\u0002�\u0006�����3��\u0000��au\u001b�,���\u0006�^E�\u0010d��Wрګ\b�K��]9?P-�^�H~#&��V0+��\u001e�=�F\u0002�\u0006�����3��\u0000;�Z{\u0015\r\n���\u0006�^E�\u0010D��WрګH��^w\u001cVN\u0010T\u001b�cxQ8\u0010���c\u0000�j\u0013��F\u0002�\u0006�����3��\u0000��5|\u000eǀPj\u0019�R\u001b�c&\u001c�Z\u0006��*x;U�y��@��?\u0006ԫ6�n\u0005��M�\u001e�\u0013h$�l��Yk�=3{\f�c���2\b��A���=f�A�e\u0010*-�'\u0018���@�D��\u0017bڧ�L�1�@��9�C#�f\u0003U�Zs왙c�}�\u001a�o\f\b��A(��9f�A�e\u0010\r\n-��j\r\n��\u001f���j\u0016�:/�\u0015�j6��zhO��@���f�7�̼1����B� \u0014Z\u0006��Fޘ\t\u0007�e\u0010�\u000f\u0014|�I��7\u0006\u0014�q�\u0017Uo�xc\u0000�j\u0013o��F\u0002�\u0006�����3��\u0000;�Z��\u0019�\u000f�\u0018P��)CP-��\u0001]\u0003�X9�\u000f��(?Pmt�\"]��ʟ�3\u0006\u0010�6q�zh$�l�*Z�=3g\f�c�a��Aةe\u0010vj#ḡ��Z\u0006��*x��\\�\u000fD�\u0014��\u0004\u0018���Ll1�@��-�C#�f\u0003\u0015ѾNN��~�E\u000bر�Zi\t��+�\u0001���\u001fNP5k©+f@u�\f��\u0007���\u0016��'�(ڣ�\u0010[�l\u0001R��О@#�f\u0003U�ZW앹b�\u001d���րZk\r\n���2\u0004�r8��\u0006�ZK ��Q~ �hd�(x\u0015{%�\u0018@���\u0012롑@���f�%��,1����R�`\u001d����>�R��Y\u000e�\u000f�\u0006ԇZ���)��T�p�W�F~s�\u000b�)�\u0012S\f �mb���H��@U��\u0014{e�\u0018`�bC�e\u0010J-�Pj#S̄\u0003�2�\u0007�\u0019P�s)A�-��Q\u0006������\u0015��6��zhO��@���n�-��l1��E�rK�Ne}[\u0010�md��p�[\u0006��2�G�Q��[��Po�{���pV��5�C{\u0002�\u0004�\r\nTuk��Wf�\u0001v�C��,�;�\u0006�\u001d[�\u0010t���\u001a3�Zc\u0004���F�\u0018�g\u0015-^S�ܗ:L�A\u0011�@��5�C#�f\u0003U�Zk�Yc�\u001d��\u001a3�Zc\u0006Tk�2\u0004�r8�\u0019\f��\u0018��+�{Q~ Z�,>ے9V��m���6q�zhO��@���l�;���1��ņZ� �Z\u0006��F�\t\u0007��A��\u0000��rV�\u000fd�ԭ�ay#���\u001e[��h\u0013s���\u0004\u001a\t4\u001b��֚c��\u001c\u0003��u\t�,\b��A���9f�A�e\u0010j-���b��@�\u0018\r\n�l�����\u001e\u0003\bd��c=4\u0012h6P����^�=\u0006ر�Pk\u0019�Z� ���\u001e3��2\b�\u0016�:!�r��[�g�Wp�e�kH,2�@��E�C#�f\u0003�\u0016��t2����\u0015.a����\u001c(��9P���\fE�.ܽ\r\nׁ��1\u0007�ـ\t�p1\u001c|,\u000f������F�\u0004�p\u0003hO��@���p�I��K \\��^u��˂b�\u001a�N���\fA�\u001cN�]\u0007���@1w1A\u0010�R�:��6W\u0005��7hu\u001b\u0018e\u0001�'�H��@U��(��%�-�K�:q�eAq\u001c\u001c(�\u0003f\b��pb�:P�]\u0002��ع,9�\u0003I��~��ƺi�.����-t�E\u0019\u001e�1W��YBL6\u0005\u0007ț��ܸ>�m�hE�d\u001f�'e3\u001bX�\u0000�\u0013h$�l��Yg�~?\t2��G_�c@}\u0011�\u0003�6`��Y\u001eNl�\u0003�60\b�E�\u0002!�J���\b��\u001bYޅ��\r\n$Y\u0000�\t4\u0012h6P���d��\u0004�EcT�/\u000bB�e\u0010Zm\"��p�j\u0019�V\u000b�\u0015��1\u0007�MΎaq�ox\u0017�f6\u0010d\u0001�'�H��@5�N��~\u0012d\u0016�R=I���z^�ۂ�j\u0013A憃V� �Z\u0006E�b�\u0010Z\u0018N�'�x4Y?|\u0017��6pd\u0001�'�H��@5�Α�~\u0012�\u0016͒\u001e�q�,�9P\u0016��B�-\u000f'\u000b`\u000e�\u00050\u0007Bn\u0013I��ana4�m �\b��\u0006�,�F\u0002�\u0006��u���� ����\u0019�/\u000b�op��\u0006�\u0010r�Éop��\u0006����ۘ��F�\u001d��Ԓ}r6��%\u000b�=�F\u0002�\u0006��u���� ���!�/\u000bB�e\u0010�mb��p�Z\u0006�Ζ�W�\u001b�\u0019NSK\u0014�\u0016��Wi�.�Mm �\u0002hO��@��jj�$��$H-�\u001b=�c�z��ۂpo�H27\u001c��2\b���8�s�I߸>H-}�\u001aZ(�Z�Bޅ��{yu9A\u0010�@�\u0005�H��@%�ǃ\u000b��O��\u0002��Z\u0017\u0011\f��\b\u0006�E\u0004�PCk��E\u0004\u0003j�5�<�\u0003\u000b��\u0002u>@n��\u001c�.�w�\\�\u0005Hs�C{\u0002�\u0004�\r\nTsk��1�c��Lb=g�eA��5���R��[\u001eNo\u0011\f�7�\u0006T�@\u0005Bn�:\u001f릳�����\u001e\u0013A\u0006\u0010\u00047\u0011d=4\u0012h6P\r\n�\u0015d�L�\u0001��λ\u0006���\u0006���\u00067\u0012d4��P�T���Q�\u000b��R��o\\\u001f�.\u000b\u001b\u0012����\u000bgc�8�\u001e�\u0013h$�l�\u001a[�Ȏ�#\u0003lM�n�1�n�1�n��\r\n!�<�n�1�n�\u0001���\u0011�6Rd4Z������a��(2� ��\"롑@��jj�\";f�\f�5��l\u0019�f� 4�H��p����\u0005��2(g\u001b�@�-�\u000fӳ\r\n�=\u000euFޅ��M4Y\u000f�\t4\u0012h6Pͭ�d�L�\u0001�&�e�e𪹍4�\u0019\u000er� t[\u0005�7}�\u0013�\u0007�%���q4x��'gc�X�\u001e�\u0013h$�l�\u001a[kɎ�%\u0003lM6�[\u0006��2\b�6�d<\\=~�ǂ�n\u0015�\u001c����Al�}f��\u0006�k�p�.�\r\nm��zhO��@��jh�\";f�\f�5�pg� ��2\bw��\"3���-��k\u0019��F�\f(^I\u0000N\u001e��.��m\"�zhO��@��jn�$;f�\f�5��C܀�C�A})\u000eV\b���t��\u0001u�8��\u0018%�\u000fb�<g\u0011)�\u001d~TӤ�\u0001 �l��zh$�l��Y�Ȏ�\"\u0003l�4��2\b��\f�}m���p7�,��<\u001a\u0007�٥\u0002!�J��\u0018\u0019^��OH��l�M$Y\u000f�\t4\u0012h6P����b��>���9T��`=c�mA5�T���\f�f׀jv麴Ӗ8M-~�\u0012Z*\u000ev�~`�S��\u0002����=�F\u0002�\u0006�����\t2��L��5��]\u0003�إ\r\n!�<��]\u0003��\u0005�v�_���AfᲴa���w\b�D�\u0001\u0004�M�X\u000f�\u0004�\r\nTck��)�c��ɆV� ��1 ��H����2\b��\u001eyX��6� �J�S=��G������&v���\u0004\u001a\t4\u001b���ڱSf�\u0000[s\r\n͖Ah�\fB���\u0019\u000e�-��l\u0019�]4T Ė�Wݓ�B�*o�z\u0017��6�c=�'�H��@5�֏�2?\u0006��$�[q\u001c��h\f��h�B�-\u000eG���B��W���6\u001b�\u0007��w�A��k�\u001dB��\u0000��&n��F\u0002�\u0006���n씹1��LC�e\u0010z-��k#7f���2\b��A赑\u001c\u0003Jގ�2�.!�\u00125\u0006\u0010�6Qc=4\u0012h6PM�Uc�L�\u0001�3�p\u0010ǀ�i\u0019�N\u001b�13��W4��W$�Vk�>\bm��1�`����1� ��\u0019롑@��jf�\u0019;ef\f�5�z\fǀz\fǀz\f�*���pz�рz�\u0011��\u00036�P}�Yx�X�l/����]8��x�\u001e�\u0013h$�l��Z��N�\u0017\u0003�g���/\u000bB�e\u0010:m���p�i\u0019�NK��.u���\u0005Bl���y �;�N*���&f���\u0004\u001a\t4\u001b��֚�Sf�\u0000[s\r\n��A�\fB��̘\u0019\u000ez-��k\u0011�G86.\u0010R\u000bo ��\u0012\u0006�M�\u0018@��D���H��@%��K��O��\u0002���(�5�IRk����*�Ԛ�.�Z\u0003^%�\u0004\u001e.�[�\r\n��\u0002E�ELS����\u0002����=�F\u0002�\u0006���j윩1��\\�4�\f�5�\f>4��\u001a3�=5�\u0004\u001e�?���\u000fx�\"q\u0010Z\u001c���EN��\u00135\u0006\u0010�6Qc=4\u0012h6P��Uc�L�\u0001�&\u001b�-��l\u0019�f\u001b�13\u001c4[\u0006��2�gp�@ȭR�y\u0006��<Q�]8\u001b�č�О@#�f\u0003��Z7v��\u0018`k\u000euS�\u0001uS�\u0001uS8U\b����,�\u0001uS8�u�a�� ��=kh�|Y]�x\u0017�f6�b=�'�H��@5�֋�3/\u0006ؚi�\u0013n@�\u0013n@�\u0013N\u0015Bfy8�\u0013n@�\u0013\u000e�<Kr�� ��\u0017�k��A��\u0000��&^��F\u0002�\u0006���^�y1��LC�U\u0010^,�ƃ{�Ȋ����\u0016�zF�/_�^W�7� �ɛǰ89&�.��l\"�zhO��@��jd�\u0014;gR\f�5�pG� ��2\bw��\u00143��\u001d-�pG� ��FV\f�[]4|!v�+����&Z���\u0004\u001a\t4\u001b���j�s��\u0000[S\b��A��e\u0010nh#-���s<,\b7�\f�\u0017�\u0002!��g�\u000f1��n�w�ln\u00131�C{\u0002�\u0004�\r\nTsk��9\u0013c��I��7\u0006��7\u0006��7T!䖇��7\u0006��7\u0004���ߍ��\u0002u��\u000b���\u001b�]8\u001b�Č�О@#�f\u0003��Z3v��\u0018`k���#��nyDh��\u0019��j��cAh�\fB���\u0018Q��Ǘ��n�='r\f \bn\"�zh$�l�\u0012���\u0005��'}p\u0001[_�nT4�nT4�nT�\r\n5�f8ݨh@ݨH �[�OsK��a�\"s�^����\u0002����=�F\u0002�\u0006���v��1��d�\t\u001c\u0006�\u0004�\u0001�\u0004\u000eU\b����\u0004�\u0001uO8��S�\u0019�q}\u0010[z`\"<{��K��]8\u001b�Ď�О@#�f\u0003��Z;v��\u0018`k���*H�_f<���� �<���\u001aP�m\r\n�\u0007˩@H-\fw�*�e/\u000b�6�c\u0000Al\u0013;�C#�f\u0003��Z;v��\u0018`?_'��1 \u0004�AݭH\u0015Bpy8ݭh@ݭh@h��\u001e\u0003�^�\u0007�UV0ޅ��M\u0004Y\u000f�\t4\u0012h6P��\u0015d�L�\u0001��P��\u0018P��\u0018Pu\u0003U\b���T70X\u000ff�eP��l\\\u001f�6z�\u0018_\u0013zmb�\u0000��&���F\u0002�\u0006�����\u00192��T�n0��\u0006\u0003�n�\r\n!�<��\u0006\u0003�n\u0000�,��ظ>\b-\\\u0016�\u0011��튗Ē\u0001\u0004�M,Y\u000f�\u0004�\r\nTck-�%�d��Ɇ^� �Z\u0006��F��\f\u0007�\u0016�z4�/_��\u001f�\u0018��F'Ǩ6x��%Qd\u0000Ad\u0013E�C#�f\u0003��ZEv�\u0014\u0019`k���2\b��A贑\"3�A�e\u0010:-\\�\u0006Gp������h\r\n\u0001��ϯ�$�\f �mb�zh$�l�\u001a[k�.�!\u0003lM6tZ\u0006��2\b�62df8�\bֳ5-\bK��\"\u0003�v��U�<�%1d\u0000Al\u0013C�C#�f\u0003��ZCv�\f\u0019`k\u000eu��\u0001u��\u0001u�\"U\b���t��\u0001u�\"��[�ʃ�*E�\u0015�[��1� ��\u001c롑@��Jf�\u0007�����\u0005lʹn�1�Z]\u0003�ե\r\n5�8�\t^�c@��\u0000���bR�OC\u000b\u0014�\u00160\r\n�\u0007�B\u000b�����\u0004\u001a\t4\u001b��֪�k��\u0000[S��ր�h\r\n���*���p�h\r\n����k��7�\u000fB���\u0002\u0002szpM�\u0018@\u0010�D���H��@5�V�]35\u0006ؚl�\fB�e\u0010zm$�x88�c@�p�G\r\n��\u001cĖ�g\r\n-^\u0013zm\"�\u0000��&b��F\u0002�\u0006���b욉1��TC�e\u0010z-��k#1f��^� �Z\u0006u݋\r\n���{�����\u001e��\u000bh����\u001e�\u0013h$�l�\u001a\\�Ʈ�\u001a\u0003l͢�W4�����z\"�?�\u0010����{\u0019\f��e0�j\u0006*\u0010��JN��\u0003w{�\r\n\u0010����&v���\u0004\u001a\t4\u001b���ڱkf�\u0000[��\u001bh\f��\u0015\r\n��\u0015�B�-\u000f��\u0015\r\n��\u0015���1� �@�F\u0004��nD��c�hj\u00139�C{\u0002�\u0004�\r\nTSk��5�c����݊\f�C1�\u0016�݊T!����݊\u0006�݊\u0004�&[�\u000fR���\\Eȋ�Kݻ�.����p\u0000��&���F\u0002�\u0006�����\t2��dC�e\u0010�-��l#Af���2��\u0015\r\n�\u001bh�@�-\fG/&e\u000e�\u0012T4An\u0013C�C{\u0002�\u0004�\r\nTsk\r\n�53d��I�v� �\tǀ�n#Cf���2\b�\u0016�\u000bl��� �D����Ưk\"�\u0000��&���F\u0002�\u0006�����\t2��\\C�e\u0010�-��m#Af���2\b�V�ۣ��ظ>H-Q�Z��@�51d\u0000Ah\u0013C�C#�f\u0003���\u000e.��>�C\u000bؚj]G0��#0X\u000f���\u0015jh�p��`@]G�����ih�\"C\u0006\u0018\u0019�\u000f̅\u0016 \r\nm\u000f�\t4\u0012h6P\r\n�5d�̐\u0001��ZϘ\u001bPϘ\u001bP��P�\u0010Z\u001eN��\u0018P;-��s��j�� �J�\u0006\u001a���\b�ď\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��-�c����N� tZ\u0004멞��B\b-\u000f\u0007��A�\f�-\u0015\b��\u0007+�#\u0014/{U�1vSӤ?�\u0000��&���F\u0002�\u0006�����)2��ש�\f7�>3܀��p�\u0010r���3�\r\n��\f\u0007�\\����Aj�\u0007+Rmt\u0006��1� ��\u001d롑@��jf�\u001d�ev\f������\u0018P�;\u001aP�;R��Y\u001eN�;\u001aP�;\u0012x�-4T\u001f�6:8F�<��ޅ��M�X\u000f�\t4\u0012h6P\r\n�Uc�L�\u0001��\u001a\u001a-��h\u0019�F\u001b�13\u001c4Z\u0006��*x\u0013׶q}\u0010Z�l�\u0001�r��\u0003B�\u0002�\u001b�D��О@#�f\u0003��Z9v��\u0018`���c8\u0006�c8\u0006�c8T!䖇�c8\u0006�c8t]y���\u001c�\u0016.{��\u0006��Uu\u0007�M\u001d\u0013��D��О@#�f\u0003��Z9v��\u0018`k��\u0018�\u0001�\u0018�\u0001�\u0018\u000eU\b����\u0018\u000e�p\f����\u001bc7� ��=kh�88�xS�\u0004�M�X\u000f�\t4\u0012h6Pͬ\u0015c�L�\u0001�f\u001aZ-��j\u0019�V\u001b�13\u001c�Z\u0006��2�\u0007\u001a�@\bm�tE�t��-Qc\u0000An\u00135�C#�f\u0003��Z5v��\u0018`k\u0012uo�\u0001uo�\u0001uo8U\b����p\u000eǀ�7܀��,rc@�/u'��^V��-�c\u0000Ap\u0013=�C#�f\u0003���\u000f.��>�\u000b��:��\u001aP��\u0001��R�\u001a\\3�nW4�nW$�Y�����\u0002E��/�~�s�\u0005HS�C{\u0002�\u0004�\r\nTSk��=�c�����3\f�#1�\u0016��3T!���ӝ\b\u0006��3t]y]��\u001c�6�cT��\u0005}\u0017Φ6\u0011d=�'�H��@5�V��3A\u0006ؚk�\fB�e\u0010zm$��p�k\u0019�^K ���F\u0007Ȁ�W8��1Af\u00139�C{\u0002�\u0004�\r\nT3k��=�c����N�`=]�mA贑\u001c3�A�e\u0010:-��j#=F��3hh4z\u0006�=\u0011d\u0000An\u0013A�C#�f\u0003��ZAv�\u0004\u0019`k\u0012�5\u0018P]�\u0001�5P��[\u001eN]�\u0001�5\u0000x>��\u0012\u001b�\u0007��\u0004\u0019\u0015w�F�]8\u001b�D��О@#�f\u0003��ZAv�\u0004\u0019`?S]\u000f�|YP��\u0001��R�\u0010Z\u001eN��\u0001��\u001aPM\u0003\u0015\b�\r\n\r\n\u0019p\u0017������&����\u0004\u001a\t4\u001b���\r\n�{&�\u0000[�����j\u001a\f���*���pj\u001a\u0018�[\u0002�2H���� �ѳ\u0015���k,�c\u0000Ah\u0013=�C#�f\u0003��Z=v��\u0018`k�U5�x\u00178�h\u0006�^\u001b�1\u001e�2�ׅ\u001b[\u0005op�\u001c�^�l$Ǩ6j��\u001c\u0003\b\u0012�ȱ\u001e\u001a\t4\u001b�&�ʱ{&�\u0000[\u0013\r\n�\u0007\f��\u0001��~\u0010�13\u001c�\u001f0\b�\u0007\u0000^�.�\u0007���Y3�ׄ{�Č\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��=3c����\u0005\u0004x|���\u0002\u000e\b�o�@�,\u000f���\r\n���\r\n\b�6\u0012cD��\u0010\u0010��&V\f \bmb�zh$�l�\u0012������'}h\u0001[S��ր�Z\u0003j��\r\n5�f8��\u0006�N\u000b�C��6�OC\u000b\u0014\u001d\u001aCL�<��\u0002����=�F\u0002�\u0006���R�I1��Tk�e��\u0014}[P�j�B\b-\u000f�K�\u0006�;Z\u0000nst�\f�\u0007�%J�\u000e\u0010��\u0007�ĉ\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��#sb����N� tZ\u0006��FN�\f\u0007��A��08�K�Ah#'FT���\u0005��M�X\u000f�\t4\u0012h6Pͬub�̉\u0001�f\u001a\u001a-����\u0005��FN�\f\u0007��Ah��گ��|�� �с1�M��?\u0012\u001d\u0006\u0010D6�a=4\u0012h6P���a�L�\u0001�&\u001a�,��f\u0019�6\u001b�03\u001c�Y\u0006��2�{\u000f�@\b-صڴ_�p��\u00181� ��\u0011롑@��jn�\u0011{dF\f��u�\"�\u0001u?�\u0001u?8U\b���t?�\u0001u?8��c�\u001b�\u0007���YS�Գ�{�.��lb�zhO��@��jf�\r\n{d6\f�5�j�\f�6̀jèB�,\u000f�f�A8wc@]��\u0002!�J�j\u001c_�����H�\u0018@��D���H��@5�V�=2!\u0006��:��3\u0006ԇ�\u0018P\u001f:C\u0015Bny8}�\u0001��3\u0006T�K\u0005Bn�-gz��\\\u0016\u001an��\u0000��&^��F\u0002�\u0006���^�y1���K=��eA�6c@U�T!\u0004���m3\u0006�m3\u0006���H��p\u0014\\��z��.����r� ��\u001a롑@��jn�\u001a{dj\f�5�p�� �(0\b7\r\n�\u001b3���\u0002����_�.���0H-}͚Y�\r\n��>\u00121\u0006\u0010D6\u0011c=4\u0012h6P����\"��>������c\u0006��c\u0006��cT�F�\f���\f���\u0000|^��\u0018է�\u0005�Q�O��E��~p.�\u0000ij{hO��@��jj�\u0019{ff\f��J�/�V&t/�\u0001u/8\u0015\b���t/�\u0001u/8��s�@H-x�c���p������&n���\u0004\u001a\t4\u001b��ֺ�g��\u0000[�\b͖Ah�\fB���\u0018\u000fG����}-�7\u0010\r\nT\u001f�\u0016F;��×-O��3�c\u0000An\u0013?�C#�f\u0003��Z?���\u0018`����Z\u0003�}�\u0001���*���pz_�`���ׂ�\u0000F\u0005Bpa�{]�{!�<�E�w�ln\u0013I�C{\u0002�\u0004�\r\nTsk%�3�d��I�w�\u0019Pߕg@}W\u001eU\b����]y\u0006�w�\u0019P�Q��[�dx���՝_�Ē\u0001\u0004�M,Y\u000f�\u0004�\r\nT�k-�3�d���S7$\u0000��;g��x�\u0014�\\\u001fĖ��-�\u0006�-�\u0006�-�T �V�G�W��]\u000e��\u000bgC�h�\u001e�\u0013h$�l�\u001aZ�ɞ�&\u0003l͡nI0�nI0�nI�\r\n!�<�nI0�nI\u0000�|�?/7�\u000fR�\u0014��\u0005�\u000eK��đ\u0001\u0004�M\u001cY\u000f�\u0004�\r\nTCk\u001d�3sd����N� �Z\u0006u�\u0017U\b��\u0002!�|]�\r\n�/�x:�\u000fBK��.�.�g\"�\u0000��&���F\u0002�\u0006�����\t2��\\��5��]\u0003�٥\r\n!�<��]\u0003��5��]*\u0010b��\u001b�f˗U��T�\u0004�M\fY\u000f�\t4\u0012h6P\r\n�5d�̐\u0001��u֓\r\n_\u0016T�k@5�T!\u0004��S�k@X\u0001\u0003�\u000e�S}��H��5!��#\u0003\bB�8�\u001e\u001a\t4\u001b�3��������6����\u0016��@�\r\n\u000e\u0014݀\u0015Jh�p�l�@�\r\nx�gݾ�1'��﹆\u0016�;�˛>9\u0013Z�$�\u0001�'�H��@5�N��~\u0012�\u0016���Pā�i\u001d(�\u0016+���p�i\u001d(��@z^\u0012�\u0007���YC\u000b����OΆ6\u0010d\u0001�'�H��@5�N��~\u0012�\u0016���Pā�i\u0019�N�\b27\u001ctZ\u0006��\"X�\u0017l\\ �V)9���\u001e�~y\u0017��6�c\u0001�'�H��@5�Ώ�~\u0012�\u0016e�\u001ejp�x]\u0007���\r\n!�<�l�q�l�!�ރ��Aj��ۏ_Z�L�[� Hm`�\u0002h$�l��Zg�~?\tR��F�58P��\u0003��b��Z\u001eN��\u0001�X\u0003��^��Aj���Z�`��\u0013��60c\u0001�'�H��@5�Ό�~\u0012�\u0016E��Oā�j\u0019�V��17\u001c�Z\u0006��2\b�M�\u0018\u000e��\u000b+/�n� �w�ln\u00039\u0016@{\u0002�\u0004�\r\nTs����'AnQ)��D\u001c(�\u0013q��O\u0004+���pW}��\u0003�}\"\u0004>��*]�\u000fb\u000b֫\u000e�2����\u0013��\r\n�X\u0000�\t4\u0012h6P\r\n��c��\u0004�%�t��f�,(�g\u001c(�g�B\b-\u000f'�g\u001c(�g\u0010\u0014��q}\u0010Z\u0018\r\n\u001e\u0015n�*����ll\u0003;\u0016@{\u0002�\u0004�\r\nTc����'Al��\\�ٗ\u0005��2\b�6�cf�z��\u0005��2\b�M�\u0018Q�6\u0011�*�M䓳�\r\n�X\u0000�\t4\u0012h6P��sc��\u0004�%�t�\u0007g�,(Rׁ\"u�B�-\u000f'Rׁ\"u\u001d(r\f\u000b��*\u0005۾�U!�j���@�\u0005О@#�f\u0003��\u001e\u000f.��>�s\u000b�zD��\u0006\u0003�i0��\u0006�Psk�S�`@5\r\n\u0000�\u000fu7���il�{��Rq׺��.�k�\u0000ih{hO��@��jh�\u001e;fz\f�5�j\u001a\f����j\u001a�B\b-\u000f����j\u001a\b���n\\\u001f�V)x�\u0007OG���.�Mm��zhO��@��jj�\u001f;f~\f������8\u0010Z-��j#?f��V� �Z\u0010Z��{�� �ɳ\u0015�6�=����&r���\u0004\u001a\t4\u001b�f�ʱc&�\u0000;j\u000b�� tZ\u0006��Fr�\f\u0007��A�\b֭,\u001b\u0017\b�U�Q7>���w=;����&v���\u0004\u001a\t4\u001b���ڱcf�\u0000[s����*\u001a\f���*���p*\u001a\f��\u0001@yx���Ah39��\u001a�c\"�\u0000��&r��F\u0002�\u0006���r��1��L��5�\u001a]\u0003�ѥ\r\n!�<�\u001a]\u0006�i��\f��D�>\bm�pEsMh�*�t\u001b\u0002@\u0010�Č��H��@5�֌\u001d33\u0006ؚjh�\fB�e\u0010\u001amd��p�h\u0019�FK��to\\ ���\fX�E\u000e6�\u001e\u00139\u0006\u0010�6�c=4\u0012h6Pͭ�c�L�\u0001�f\u001b�-��l\u0019�f\u001b�13\u001c�A��E\u0010v�R��[��O�\u0017b�z'�.�Mm��zhO��@��jj�\u001b;fn\f�5��m\u0019�n� t�ȍ�p�Z�.� �3\u000e�و�˃�&o\u001c�K�\u0002B��\u0000��&^��F\u0002�\u0006���^�y1��D�\u0002\u0002���� , D^�\f\u0007\u000b\b\fB�E�\u001e�ظ@\b-�\u0019t�\u0000ܣމ�\u000bgs�x�\u001e�\u0013h$�l��������'}n\u0001[���\u0016����4�f@]��\u00025�f8]�5�vZ\u0002��-_T��\u0016�\u0017}�\f_�Y7H�\u000b�r\u000b�涇�\u0004\u001a\t4\u001b��֪�S��\u0000[ӭ�ր\u0010\\\u0006��R�\u0010\\\u001eN��\u0001���u�8��\u001c�6:9\u0006ԵnY\u0017�f6\u0011c=�'�H��@5�V��21\u0006��L�ST_\u0016T1f@h��\u00183�A�e\u0010�-��zW�q}��Ȍ�5�_�w�lh\u00133�C{\u0002�\u0004�\r\nTCk��)3c����F� 4Z\u0006��Ff�\f\u0007��Ah�\r\n^�������&�\u001d#�~��\u0012-\u0006\u0010d6�b=4\u0012h6Pͬ�b�L�\u0001�3��߭/\u000bB�e\u0010\u001am���p�h\u0019�F\u000b׽�\u0000m�Af�{��1X�:%Z\f �l��zh$�l��Y��N�\u0016\u0003l�4�Y\u0006��2\b}6�bf8�\fB���BV%�qy\u0010�Ȋ\u0001��M��\u0001\u0004�M�X\u000f�\u0004�\r\nT#k��)�b�\u001dO7}\u0003�\u0003��2\bm6�bf8h�\fB�e\u0010nh#)\u0006��\u0007����VOb�\u000bgc�8�\u001e�\u0013h$�l�\u001a[��N�\u0013\u0003l͡:1\u0003�\u00133�:1�\u0010b���\u0006\u0004\u0006�\u00058\u000e�\u001d\bT �\u0016\u001eΈk^��G}��'h��h�\u001e�\u0013h$�l�\u001a\\��N�\u0016\u0003l͢�t������v@�b4 䖇S+f@݃@�\u0003T.��\u001a[\u001cM].s�u攘1� ��\u0019롑@��jj�\u0019;ef\f�5��n\u0019�v� ��Ȍ���\"X�\u0010�e��1\u001b\u0017\b����G�\u000b��<8�]8��Č�О@#�f\u0003�ܞ\u000f.��>�s\u000bؚm5c\u0006�M\b\u0006�vK\u0015jn�p�n\r\n��\u0016��\u001dnn�>�-P��1��V7Կ\u000b�R\u000b�����\u0004\u001a\t4\u001b���z�s��\u0000[s��ր�m\r\n�ݖ*���p�Z\u0006u\u0019\u0001���v۸>H-\\�Y�e��_[W�ޅ��M�X\u000f�\t4\u0012h6P��Uc�L�\u0001�3�pf̀��`@]J�\r\n!�<�.%\u0018P�\u0012\b<�#��>��R�0\u0004��z�s��\u0000��&n��F\u0002�\u0006���n윹1��\\뚭\u0001u�ր�fK\u0015Bjy8]�5 4[\u0005�'x\u0010(�\u0007��g%�\u0003\u001e/��*�9�c\u0000Ah\u00139�C#�f\u0003��Z9v��\u0018`?S]w�Y\u0010Z-��j#9f��V� �Z����m�Ah�x��W��&~\f �m��zh$�l�\u001a[��Ι\u001f\u0003lM6�Z\u0006��2\b�6�cf8�\fB�E��/۸@�-\fw�{\u0004���='�\f \bnb�zh$�l�\u001a\\k�Ι%\u0003l}��jk@}>�\u0001��tT!\u0004�����\u0019P�O\u0007 >����Fo\u001c#��`{N\u001c\u0019@\u0010�đ��H��@5�֑�3G\u0006ؚj}:�\u0001��t\u0006ԧ�Q�\u0010Z\u001c���?\u0016ԧ�\u0001x�\u001f�\u001b�\u0007�\r\n\u001f�H��\u0019\u0017��61d=�'�H��@5�֐�3C\u0006ؚl�\fB�e\u0010zm���p�k\u0019�^� ��F��������;ғ�ω$\u0003\b��H�\u001e\u001a\t4\u001b�\u0006�J�s&�\u0000[����2���\"XOg��\u0015Bpy8y��\u0003�\r\n����S\u0015���&�\u001c3ׄ�Đ\u0001\u0004�M\fY\u000f�\u0004�\r\nTB{9�����\u000f-`k��Y�\u0006�g�\u001aP�\u0005J\u0015jh�p�,P\u0003�@\u0001|������ihi4�]\u001fu���p.�\u0000ij{hO��@��jj�!�d�\f�5��j\r\n�����(�\u001fW\b���Bj��zkK�=ד\u0019\u001bs����\u0018\u0015'\u000f�~\u0017Ά6�c=�'�H��@5�֏]2?\u0006ؚj��5���\u001aPol�B\b-\u000f�7�\u0006�\u001b[\u0002��'w�\u0002!�@=�\u000e|9N��%1d\u0000An\u0013C�C#�f\u0003��ZCv�\f\u0019`k�u\u001d����`@]G�\r\n!�8\\=*�ǂ�l�t\u0012�8�mtz\f(:�pI\u0004\u0019@��D���H��@5�V�]2A\u0006ؚi�\u0000\u001e�v�o;����\u0002!�<��1������\r\n��\u001cD\u0016���f��.�[��1� ��\u001e롑@��jh�\u001e�dz\f�5׺�ˀ��ˀ��*���p��\u0016�{=U�\u0017��<rv�� �p2\f^�D\u0017��mm��\u0000��&n��F\u0002�\u0006���n쒹1��\\�\u001e[\u0003�\u001e[\u0003B��ܘ\u0019\u000ez-��k��\u0014\u000f� ��=kh���x\\\u00125\u0006\u0010d6Qc=4\u0012h6PͬUc�L�\u0001�f\u001a:-��i\u0019�N\u001b�13\u001ctZ\u0004��\u0018�O��E�Ad�\"�\u000b�\u0003ޑwI�\u0018@��ċ��H��@5�֋]2/\u0006ؚi�\fB�e\u0010�l���p�g\u0019�>\u000b�=�ۜ�9\b�R\u0018Zx�\"8�K��\u0000��&N��F\u0002�\u0006���N�91��TC�e\u0010\u001a-��h#'f��F� \u001c\u001c3 ��H�!\u0005K^p�;����X1� ��\u0015롑@��Jl�\u0007\u0017����\u0005l͡.\u001f\u0018P�\u000f\f�K�T���\f�K�\u0006ԥZ\u0003j��\u00025�D�R���\u0006�\u0003t�\u0005H��C{\u0002�\u0004�\r\nT�k��5\u0013c�����E\u0010Η\u001b���Ę\u0019��e��eP\u001d\u0003\u0015\b�U�|����'\\\u00137\u0006\u0010�6qc=4\u0012h6Pͭuc�̍\u0001��N�O0��'\u0018P�\u0013�B�-\u000f��\t\f֣\u0019-��\tT �\u0016\u001f�\b\r\n\u0017F;�-E����&n���\u0004\u001a\t4\u001b��ֺ�k��\u0000[�\b7\r\n�l@x!�\u0019O�Q}�Z\u001eN�\u0019P�\u0011��[�6�\u000fB\u001b�1�&H�kb�\u0000��&f��F\u0002�\u0006���f욙1��LC�e\u0010:-��i#5f��N� ��\t�˩.�m\\\u001fd\u0016�\u0018H\u0006�t�뚘1� ��\u0019롑@��jh�\u0019�ff\f�5պ�e@]�2 4�Ȍ���2\b�\u0016���R}�\u0002!�ѣ\u0015�p����1� ��\u0019롑@��jj�\u0019�ff\f�5��j\u0019�V� ��Ȍ���\"XO��� �\u001fDj\f�hM-\\�\u0000�t��\u001b\u0003\bR���\u001e\u001a\t4\u001b��ֺ�k��\u0000[S\b��\f��\u0017���\u0015�13\u001c�}1\bk_\f��Wd�p��;��C^��.����5��\u001f�=�F\u0002�\u0006���~��1��$�p\u0003�p\u0006��\r\nU\b������\u0001��\r\n]�Y�Il�Al�7�Qq�_�w�l�M�X\u000f�\t4\u0012h6Pͬ�c�L�\u0001�fZO�\u0018PO�\u0018PO�P��Y\u001eN�1\u0018PO��7\u0003Gƈ��FG���p[��1� ��\u001c롑@��Jho\u0007\u0017����\u0005lM�6Z\u0003j�e\u0010\u000e�P�\u001aZ3�6Z\u0003j���^����p\u0012Z�h#\u0002_T[�\u0007�R\u000b�����\u0004\u001a\t4\u001b��֚�[f�\u0000[s��ր�j\r\n���*���p�Z\u0006��\u0016���R\u001b�1��5�td\f2�rIoi\u0001��&V��F\u0002�\u0006���V�Y1��L��\u001b\u0003��\u001b\u0003��\u001b�\u00102����\u001b\u0003��\u001b\u0003�c��@\b�R��Z�.'xZ�-�b\u0000Al\u0013)�C#�f\u0003��Z)vˤ\u0018`k\u000e��2\b��Ah��\u00163��]�\u0001����K;��FZ\f(�\u0011~K�\u0018@��D���H��@5�V��2-\u0006ؚi��e\u0010nj\t|�30�q��Y\u001e\u000en\u000f\u0018��Z\u0006u��\r\n��қ�t㌹���[b�\u0000��&f��F\u0002�\u0006���f얙1��ש�T4�>Rр�HE�\u0010r���#\u0015\r\n��T��@\t��F^�j���D�\u0001\u0004�M�X\u000f�\u0004�\r\nT#k��-�b��Lt��_\u0016�]3\u0006ԇ�R�\u0010Y\u001eN\u001f^k@}x�\u0001U�R�\u0010Z\u0018N,�\u000b���\u0017�]8��D��О@#�f\u0003��Z1v��\u0018`k\u0012U�\u001aPu�\u0001U�R��[\u001eNu.�p����s�@�-\fG/obN_�tS�\u0004�M�X\u000f�\t4\u0012h6Pͭ\u0015c�L�\u0001�&Q��\u0001U�\u001aP�.U\b���T�\u001a\u0010V��Ɇ5�\u001b\u0017\b���\u0018Prx�]0\u001b�Č�О@#�f\u0003��Z3v��\u0018`k�a�KA�XkƃV\u001by13\u001c�Z\u0004�9��\u0016�V\u001b�1�d;��`��D�\u0001\u0004�M�X\u000f�\u0004�\r\nT2{?������,`G=��eAm�\u0006�FK\u0015jj�p�h\r\n��\u0016��nW߸>\r\n-]�Z\u0017$^��%�\u000f��\u0016 �m\u000f�\t4\u0012h6P��5c�̌\u0001�&[[�\u0001�2\u0018P-\u0003U\b��� �\b��\u001b\u0002�u��� ��\u0019�k�M�]\r\n\u0013�6Qc=�'�H��@5�V��35\u0006ؚj�\u0011n@�\u0011n@�\u0011N\u0015Bhy8�\u0011n@�\u0011\u000e�M���q}\u0010Z���\u0018UG�s�\u0019\u0003\bR���\u001e\u001a\t4\u001b��֚�{f�\u0000[s�K\b\u0006�%\u0004\u0003�}-U\b������A8|C�%3F\u001c�62c@�\u0019�'f\f �lb�zh$�l��Yk��\u0019\u0003l�4tZ\u0006��2\b�62cf8�\fB�ePw�P�\u0010Z�䩺/�d�ǻ`6��\u0017�=�F\u0002�\u0006���^�y1��\u0014�M-�pS� ��F^�����\u0018P��\u0000���S\u0016\u001b�\u0007��g=�!\u0006��>\u0007ី1� ��\u001b롑@��jl�\u001b�gn\f�5ٰ�� ,!0\bK\b�\u001b3��o1\u0006a\t\u0001�\u000bϵ'\fR\u001b\u001d\u0018#�\"�h1� ��\u0016롑@��jd�\u0016�gZ\f�5��i\u0019�N� t�H��p�\u0018�\u001f\u000bB�\u0005���A�Af�e�q\u00060y�ʻ`6��\u0013�=�F\u0002�\u0006���N�91��TC�e\u0010�,��g#'f��>� �Y\u0006u�\f\u0015\b�U�~�^˗�\u0015�ċ\u0001\u0004�M�X\u000f�\u0004�\r\nT�k��=�b���S\u001f��`=S�mA}�\u0017U\b����\u0001_\u0006�\u0007|\u0011(�j�� �Jюp��ucϻ`6��\u0018�=�F\u0002�\u0006*�}\u001c\\h�}҇\u0016�5�\u0017\t-�Ϻ��m����T�F�\f���\r\n���\r\n��^T�f��#/\u0006��Rwɿ\u000b�R\u000b�����\u0004\u001a\t4\u001b���z�G��\u0000[��������mAm�T!䖇�Vk@m�\u0000^��������z��2X�!�.�Mm\"�zhO��@��jj�\u0018{db\f�5��k\u0019�jj\u0019�ij#1f��kj\u0019|hj\u0019��5Q�\u0010[\u0018�YW�_<ک.\u001c�\u000bgs���\u001e�\u0013h$�l��[��\u001e�\u001a\u0003�xz��2_\b҆/3\u001e��H��p�Z��\u001e�!\u0010��@�Af#/F��c\f�ċ\u0001\u0004�M�X\u000f�\u0004�\r\nT\u0003k��#�b�\u001d��+_\u0016�S�\u0006���ȋ�p\u0018Y��.!�u���Af�{���\u000b�ꖞw�lh\u0013-�C{\u0002�\u0004�\r\nTCk��#�b�����Z\u0003�b�\u0001u��*���p�p�\u001f\u000b�b-�O�\u000bT\u001ed�\u0006�Gw \u0006w\u0006�\u0013\u0003\b2�8�\u001e\u001a\t4\u001b�f�:�G��\u0000[3�k�\u0006ԵZ\u0003�Z-U\b���t�ր�h\u0015�\u001c�﵍��FR\f�gu.���&R���\u0004\u001a\t4\u001b�f�J�G&�\u0000[3\r\n}�A�\fB����\u0019\u000e2� �\u00153 �\u001dDV\f�s�./�.7؟�H�\u0018@\u0010�D���H��@5�V�=2-\u0006ؚCh�\fB�e\u0010Zm��x8�-_W�z\u0011��]�T\u001f�V)r�4\u0018��&J\f \bm��zh$�l�\u001aZ��\u001e�\u0012\u0003lM�n�5�n�5�n��\r\n!�<�n�e\u0010\u000e�\u0011x�\u0017�Q}\u0010��!�D���Gb�\u0000��&F��F\u0002�\u0006*�}\u001e\\f�}�g\u0016�5Ӻ�ր��ր���*�̚�tS�\u0001��\u0002x��[��4�Dկ���\u001djC~\u0017Υ\u0016 Mm\u000f�\t4\u0012h6PM�5b�̈\u0001��Z;�\u0001��\u001aP;-U\b����2\b'�\u0000�\u001e�T.�\u0007�\u0005���\u0017b�\u0013��>\u0013#\u0006\u0010�61b=4\u0012h6PM�5b�̈\u0001��\u001az-��k\u0019�^\u001b\u001913\u001c�Z\u0006��\u0002x���\u001b\u0017\b�U�D.`�[]�~\u0017��6\u0011b=�'�H��@5�V�=3!\u0006ؚlh�\fB�e\u0010�m���p�l\u0011��b\u0006�n\u001bI1�0�����p6��\u0016�=�F\u0002�\u0006���Z�i1��\u001c�\u0012\u0002��s���v@h��\u00153�A�e\u0010�-��\u0018�@H-\f'O�}!�<�}������Ic���\u001e�\u0013h$�l�\u001a[+ƞ�\u0018\u0003lM�.�\u001a\u0010rˠ.�R��[\u001e\u000er� ��\t�\u0019؁@\u001c�6z�\"_S-�31c\u0000Ah\u00133�C#�f\u0003��Z3���\u0018`k��ΖA��e\u0010�md��p\u0010Z\u0006���7C���\u0018����kBh\u00135\u0006\u0010�6Qc=4\u0012h6P\r\n�Uc�L�\u0001��\u001a�k\u0019��Z\u0006�6Rcf8��E��a�E�,\u001b�6�\u000fBK߳�\u0016����螉\u0017\u0003\b2�x�\u001e\u001a\t4\u001b�f�z�g��\u0000;�Χ/\u000bB�e\u0010\u001am���p�h\u0019�F\u000b�l�ݸ>ȬR���e0��M�\u0018@\u0010�ċ��H��@5�֋=3/\u0006ؚjh�\fB�e\u0010\u001am���p�h\u0011�g��2x��c\u001b�\u0007�%J\u001f���YC�~馡M�X\u000f�\t4\u0012h6�gh/��\t��'mh\t[S-�ց�i\u001d(�\u0016+�к��:P:�\u0003e�\u0000\u000b��\u0012u�\u0003��]��{\u0017̬\u001e\u0010$�\r\n�=�F\u0002�\u0006��ub��� ����EM\u000e��\u0003\u0007��\u0001V\b����EM\u000e�m�\b�#�7�\u000fBK����/[��\"|��\u0016� �m��\u0002h$�l��[��~?\tr�BI���@9��@9À\u0015Bny8�-���\u0016�{�Iۘ��*u��p^�r�����\u0006f,��\u0004\u001a\t4\u001b��֙��O�Ԣ&�_��\u0005��2\b�61cn8H-��C=��\u0017�[�m�qy\u0010��\u0018�V�6�\u0005��\r\n�X\u0000�\t4\u0012h6P���b��\u0004�\u0005�s��H_\u0016��Z\u0006�6�bn8��e\u0010nk\u0019���D�\u0011u>�#\u001b/�n��\u0007�\u000bgol\u0003-\u0016@{\u0002�\u0004�\r\nTs���'AnA&�L\"�Z\u0006��2\b�6�bf8=/�@��%��\u0018�>�m���p���6�b\u0001�'�H��@5�N��~\u0012�\u0016d��T�\u0016\u0004\u0002�(�\u001b\u000fZm\"��p�j\u0019�V� ��Ċ\u0011�+\b|U9O�\t��\u0006^,��\u0004\u001a\t4\u001b���y��O�ԂM��:�\r\n�\u000e�7�\u001a�\u001e���+���p�\u0006R\u0007�#\u0010\b<�3\u0010�>�-�&\u001bg���ʻp6��\u001a\u000b�=�F\u0002�\u0006��uj��� ���~&\u001b�\u0010\u0018�%\u0004\u0006a\t!Qcn8y��\u0003��^\b��?�>�mtd�0x��'fC\u001b��\u0000�\u0013h$�l�\u001aZ��~?\tBK�H�J�eA�\b֣[�q�\u0010Z\u001e\u000ez-��k\u0001������hǺ��eʫս\u000bgc\u001bȱ\u0000�\u0013h$�l�\u0012������'}l\u0001[���ր�k\r\n���*�ؚ��\u001aP{�\u00015�T��\u0016(x�'a�[�Q�.��-@\u001a�\u001e�\u0013h$�l�\u001a[kǎ�\u001d\u0003l͡<Hр�w�\u0005��^X!Ė��\u0007):P\u001e��@�cT �\u0016\u001e�X��\u0017cu��]0��č�О@#�f\u0003��Z7v��\u0018`k\r\n��Z\u0006o�Z\u0006��ȍ�� �\fʃ\u0014\t���X9�\u0007���Y3\u000b��k�>9\u001b�D��О@#�f\u0003��Z5v��\u0018`k���\"��Zv ��H��� �\fB�\u00055V��ظ<�,\r\n�?�\u0010��&n\f �l��zh$�l��Y�Ǝ�\u001b\u0003lʹ<�ց��Z\u0007�\u0013k�B�,\u000f'\u000fRt 4Z\u0000/�El\\\u001f�6z���(�6x�\"A��Č��H��@5�֌\u001d33\u0006ؚk�\b��X�\u0016�N\u001b�13\u001ctZ\u0006��\u0002x�;\u001f7�\u000fR�ԥ��\u0017b���w�lh\u00133�C{\u0002�\u0004�\r\nTCk��13c����V� �Z\u0006��Fn�\f\u0007��Ah�\f����@H�R��\u0000\u000fp���ޅ��M�X\u000f�\t4\u0012h6P��Uc�L�\u0001�3�u3җ\u0005U�\u001a𤱍Ԙ\u0019e𢱥W�UI�q}�ZxJ\"�Z�����`6��\u0018�=�F\u0002�\u0006���b옉1��T��\u0001��~� �\u001fDb�\f���2���*x��{\u0018�>\bm&��׺��]8��Č�О@#�f\u0003��Z3v��\u0018`?s]�Z}Y\u0010Z-��j#3f��V� �Zz��>t\u0006��&\u000fS4ׄ�b�\u0017\u0003\bB�x�\u001e\u001a\t4\u001b���tp���I\u001fZ��Tk�5��Z\u0003j��\r\n5�f8m�\u0006�VK�n\u0013޸>\r\n-�����鯱\u000f��\u0016 �m\u000f�\t4\u0012h6P���b�̋\u0001�3�����\u0005��\u001aP{-U\b����\u001aP{�\u0001�.\u0016\b�U�|�{�_�]\u001euU�]8��Č�О@#�f\u0003��Z3v��\u0018`k\u0012�`�\u0003�`�\u0003�`9V\b����`9�G8c@�I�\u0002!�pl��*\u0002�s�\u0000�6�c\u0000An\u00139�C#�f\u0003��Z9v��\u0018`k\u0012u_�\u0001���\u000e���c��[\u001eN�n�@=�\b��Wظ>�-�?�n\u0013���&~\f �m��zh$�l�\u001a[��N�\u001f\u0003lM���1���1����\r\n!�8\u001c��1���\u0001�\u0002'Ǩ<H-\r\n��_���Sb�\u0000��&v��F\u0002�\u0006���v��1��LC�e\u0010Z-��j#;f��V� �Z:�u���T �V)��e�ӭ��D�\u0001\u0004�M\u0004Y\u000f�\u0004�\r\nTsk\u0005�)\u0013d�\u001d�Hʗ\u0005uc8�p\b�*���p�1܀�1��+�y7� �D�p��y\b�D�\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��)�c����m�\u0006�m�\u0006�m�T!����m�\u0006�m�t]8���f�(�,a��Ď\u0001\u0004�M�X\u000f�\u0004�\r\nT3k��)�c����F� 4Z\u0004�\u0004\u000eU\b����2\b�\u0016���6�cHAh\t��&r\f \bm\"�zh$�l�\u001aZ+�N�\u001c\u0003lM54Z\u0006��2\b�6�cf8h�\fB�e\u0010�j#;F�<\\��E^��.��m��zhO��@��Jn�\u0007�����\u0005lM��Ud\u0010\u000e�\u0018P�*R��[3��U4��U$�^����il�z�m�/wQM�\u0007�R\u000b�����\u0004\u001a\t4\u001b����s��\u0000[s��\u0015\r\n��\u0015\r\n��\u0015�BH-\u000f\u0007�eP�-�糾�\u0014��������h+�9qc\u0000Ah\u00137�C#�f\u0003��Z7v��\u0018`k���րz_�`=��\u001fW\b�����րz_k@�\fT �\u0016���߸˪e8'r\f \bn\"�zh$�l�\u001a\\+�Ι\u001c\u0003l}���ƀ��ƀ���*���p��ƀ��\u0006��M���An��H\u0004\u001a���$��ll\u00139�C{\u0002�\u0004�\r\nTck��9�c��Lv�'�˂��ƀ���*���p��ƀ��\u0006��\t��A�Al�{��Rqu���p6��\u001d�=�F\u0002�\u0006���v��1��TC�e\u0010z-��k#;f��^� �Z�n���\u0018d6z�\"^RO3�\u00131\u0006\u0010D6\u0011c=4\u0012h6P��\u0015c�L�\u0001�3�p\u0004ǀ�g\u0019�>\u001b�13\u001c�Y\u0006����1�1\u0016�1��5���E8�{N�\u0018@��ċ��H��@5�֋�3/\u0006ؚih�\fB�e\u0010�l���p�f\u0019�6�����A�Af�I�p\u0002�\u0006�[z�\u0005��M�X\u000f�\t4\u0012h6P\r\n�\u0015c�L�\u0001v<��\\9��c=��mAX���\u0018\u000fG����\u0002\u0002\\��\r\n\"/�_�F�.\t�M�\u0018@\u0010�D���H��@5�V��3-\u0006ؚh�b\u0006T-f@�bT!D��S-f@X�\u0005?u�\u0017�a}����\u0018\u0015w�78����&N���\u0004\u001a\t4\u001b���rp���I\u001fZ��T�B�\u0001u���z��?�PCk�ӅZ\u0003j���^�=c�Ih�{��Rqu�ϻ`.�\u0000if{hO��@��jf�\u0011�dF\f�5��h\r\n��ր�h�B�,\u000f��ր�h\r\n��]T �6RbD���%1b\u0000Ah\u0013#�C#�f\u0003��Z#vɌ\u0018`k\u0006��\u0016�S���mA���\r\n!�<�j\\\u0003��\u0003\u0003�--\u0015\b�U�\u000e0\u0000FOJ�$:\f Hm��zh$�l��Z��.�\u000e\u0003lM��\u001d\u0018P�\u000e\f�k\u0007T!���ӟa\u0006Ե\u0003\u0000o�2\u0006*\u000f2\u001b�c�j���D�\u0001\u0004�MTX\u000f�\u0004�\r\nT#kU�%Sa��Lt=��eA]�5�.�R�\u0010Y\u001eN�h\u0001Ի�����.*\u000f\"\u001b�0�#������f\u000f\u001a�D��О@#�f\u0003��Z\u0015v�T\u0018`+\u0013��ˀ��ˀ�ɋ*���p�D:\u00009��Ah#\u0015�_���\u001f�U����&.���\u0004\u001a\t4\u001b�fֺ�K��\u0000[���\u0003\u0006a�\u0000A8$F\u0015Bfy8X:`\u0010�\u000e蛡��ȅ�h\u001aZ�Nu��p�� �a=�'�H��@5�V�]2\u0019\u0006ؚjX;`\u0010�\u000e\u0018���H���`�AX;\u0000���L�Ah���,�EU�^\u0012\u001b\u0006\u0010�6�a=4\u0012h6PM��a�̆\u0001��\u001aZ-��j\u0011�cbT!����V� �Z��Zm���{��Bq��ʻp6��\u000f�=�F\u0002�\u0006���>��0��TC�e\u0010Z-��j#\u001ff��V� �Z\u0006a� \u0012b4�<[�e/�\u000f��$N\f \bn��zh$�l�\u0012���\u0005��'}p\u0001��:��/\u0006坏�v@]��\u00025�f8]�5���\u001aPWj�@�-P�zc�2�>j�\u0003s�\u0005HC�C{\u0002�\u0004�\r\nTCk��5�b��)ԕZ\u0003�J�\u0001u��*���p�Rk@]�%�v\u001fP}\u0010���b|Q�9vM�\u0018@��Ċ��H��@5�֊]3+\u0006��\\�S]_\u0016��Z\u0003�b-U\b���t�ր������\u000706� ���ŀ��\u001d\u0019���&N���\u0004\u001a\t4\u001b�f�:�k��\u0000[3\r\n��A�\fB����\u0019\u000e:-����Z�t��ʃ�FN\f�\bX���\u0014��&V���\u0004\u001a\t4\u001b���Z�kf�\u0000[���\u0007\f�{�\f\b7��\u00153��M-�pS\u001bj1�\u000fR\u001bi1,�R�\u001c\u0010\u0003\bB�X�\u001e\u001a\t4\u001b���Z�kf�\u0000[S�V̀j�\f�V�*���pj�\f��i\u0002�v�ǆ6�\u000fB��\\\f1�!�\u001c\u0011\u0003\bB�h�\u001e\u001a\t4\u001b���j�k��\u0000[S\r\n�\u0016�z��ۂ�i#-f��N� tZ\u0006a� �b@�k�~1&��~\u0017��6\u0011c=�'�H��@5�V�]31\u0006ؚC��e\u0010�j\u0019���H���஖AX?�SbuC���Ah�k���%釘ʥ�F6�b=�'�H��@5�֊]3+\u0006��D�K�\f\b�\u0007\f��Ad��p�x� ,\u001e(x}�+o\\\u001fd6�bTܡ���\u000bg�lb�zhO��@��jh�\u0015�fV\f�5��g\u0019�>� ��Ȋ���2\b}VA�۶q}\u0010��\u0018Pt���\b1� ��\u0010롑@��Jfo\u0007�����\u0005�Ho&'�|���}[P�h�@��\u0019N�h\r\n�w�\u0000�������id�k��bq�p�\u000f�e\u0016 �l\u000f�\t4\u0012h6Pͬ�a�̇\u0001��\u001aBˠ�\u001d\u0018P�\u000e�B\b-\u000f�k\u0007\u0006Ե\u0003\u0002����l\\ �6:$��Qj\u0013\u001f\u0006\u0010�6�a=4\u0012h6PM��a�̇\u0001��Z\u0017\u000f\u0010�ǲ|[\u0010Zm���p�j\u0019�V\u000bׅ�\u001e\u0010\u0006��t\u0018^R\u000f6�\u0012\u001d\u0006\u0010D6�a=4\u0012h6P���a�L�\u0001�&\u001a\u001a-��h\u0019�F\u001b�03\u001c4Z\u0006���\u0011���g�� ��\u000e���R�`6��\f�=�F\u0002�\u0006���2��0��DC�E�\u001e`�� t�H����2\b]V��\u001dΏS}��H�Qq\u0007�\r\n�D�\u0001\u0004�MdX\u000f�\u0004�\r\nTCke�-�a����>� �Y\u0006��F2�\f\u0007}�A��\u001e�W���Ah�3bT\u001c�Ž%.\f �l��zh$�l��Y��n�\u000b\u0003l�44Z\u0004�ɯo\u000bB��\\�\u0019\u000e\u001a-��h�х��9�\u000f2\u001b\u001d\u0011������Ą\u0001\u0004�MLX\u000f�\u0004�\r\nTCkM�-3a����F��������\u0002�\u0007����Ԃ\u0001��\u0002]�ֺ\"\u000f�_�&\u0016j����\u0005��M<X\u000f�\t4\u0012h6P\r\n��`�̃\u0001�&ZO�\u0019PO�1\b�èB�,\u000f���\f���\u0000�\u001c�:���Af#\u000f\u0006Գn�x\u0017�f6�`=�'�H��@5�V��2\r\n\u0006ؚi=\u001cf@=\u001cf@h��\u00063�A�e\u0010ڬ��g=N�q}��H�Qq���[��\u0000��&\u001e��F\u0002�\u0006*��\u001f\\h�}҇\u0016�5��h\r\n����*���\r\n5�f8m�\u0006�F\u000b�E�i�q}\u001aZ��%�@Q���\\f\u0001���О@#�f\u0003��Z\u000fv�<\u0018`k���\u001aP\u001b�\u0001��R��Y\u001eN\u001b�\u0001��\"\bo\u0018�� ��\u0006�k��=�`\u0000Ah\u0013\r\n�C#�f\u0003��Z\r\nv�4\u0018`k���2\b�\u0016Ax}\u0018U\b����2\b�\u0016�\u000b?�\b��F\u001a�j�\u001fa�D�\u0001\u0004�M4X\u000f�\u0004�\r\nT#k5�=�`����>� �Y\u0006��F\u001a�\f\u0007}�A�\f�T�\u0002!��\b��^���w�lj\u0013\u0013�C{\u0002�\u0004�\r\nTSkM�=3a��)�\u0005Z\u0006�X�\u0001u��*���p�@k@]�5��8�\u0002!�J��Y\u0007��\r\n�'*\f Hm��zh$�l��Z���\r\n\u0003lM��5��5�\r\n!�<��5��\u0005�v��\u0003�\u000fB\u001b�0�.��}\u0017�f6Qa=�'�H��@5�V��3\u0015\u0006��LÛ�\f�^��zX�*���pzX��zX��K}62a�5kd钺�랈0� ��\b롑@��jd�\b�g\"\f�5��f\u0019�6� ��H����2\bm��T�Y�q}��ȅ�5���\u0013\u0019\u0006\u0010�6�a=4\u0012h6P\r\n��a�L�\u0001�3�p(̀�g\u0019�>\u001b�03\u001c�Y\u0006��2\b\u000b^�\r\n\u0003J�\u0019���\u001d�� \u0011b\u0000An\u0013!�C#�f\u0003��Z!vτ\u0018`k\u0012o�[\u0006�[\u0006\u001f��H��រ[\u0004�)��\f^��ظ>�m$�����{\"�\u0000��&B��F\u0002�\u0006*�}\u001c\\h�}҇\u0016�5�G\t�\u0001O\u0012Z\u0003�%�T���\fw��\u001a�*���\u001e�/��9\r\n-~�\u0012Z����\u0007�;�'�,@��\u001e�\u0013h$�l��Y+�\u001e�\u0010\u0003lʹ6Z\u0003j�5�6Z�\u00102��i�E�R�\u0000�e�Pm���Af#!�ׄS�D�\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��#\u0013b����F� 4Z\u0006��FB�\f\u0007��Ah�d��\u0018�\u0007���\u0018_S�=\u0012%\u0006\u0010�6Qb=4\u0012h6P\r\n�Ub�L�\u0001��\u001a:-��i\u0019�N\u001b)13\u001ctZ\u0004�9��\u0016��FJ\f�hMmv6�\u00181� ��\u0011롑@��jh�\u0011{dF\f�5�'\r\n-���o\u0003^4��\u00113�]5�\f��=麰��0�lt4�j��\u0007�D�\u0001\u0004�MtX\u000f�\u0004�\r\nT#ku�#�a����kd\u0019|hd\u0019|jd#\u001d����=\u0010�\u0007�2\u0007��l\u0018~�\u001a���a\u000f�J��.� ��\u000e롑@��jf�\u000e{d:\f�\u0015\t��e\u0010nh\u0019�\u001b�H������A��\u0005�V��7�\u000fB\u001b�0,\u000e���H�\u0018@\u0010�D���H��@5�V�=2!\u0006ؚj��e\u0010nh\u0019�\u001b�H�����\u0016�z��/�Ox\u001e-�\u0007���\u0018]����.��l��zhO��@��jf�\u000f{d>\f�5��h\u0019�F� 4�ȇ�p�Y���0\u0000���ּq}���p\u0018Q'x-�#�a\u0000Ah\u0013\u0019�C#�f\u0003��Z\u0019��d\u0018`k�u�\u0001�'\u0019�ێ��:�\r\n!�<�>�����\u0003\u0002o��.�\u000fBK�K��/sպ\u0000�.���_5��\u000e�=�F\u0002�\u0006*�}\u001e\\l�}��\u0016���^S���O*��\u0002�p>�*�ؚ�jl�u�\u0012[��\u000fp�@\u0005jn��\u0002E>�\u0003s�\u0016 \r\nm\u000f�\t4\u0012h6P\r\n��a�̇\u0001��Z\u0017�\b�^kF�\u001b\u0004�\u0010B���/1\u0003�/1\u0000�r\u0016h�� �ً�\b\u0003\u001f�T�t��&>���\u0004\u001a\t4\u001b�����g��\u0000[S���\f���\f��ĨB\b-\u000f�w�\f�0�5 �j�� ��\u000f�k�]�3�a\u0000Ah\u0013\u001f�C#�f\u0003��Z\u001f��|\u0018`k����\u0001���\u0001��F>�\f\u0007��A贤��O��p\u001a�H�\u0001�w\u0007�\u000e\u0003\b2��\u001e\u001a\t4\u001b�f��g��\u0000[3\r\n�\u0016@�;�\u0011u\u000f8U\b���t\u000f�\u0001u\u000f8�����*u��{^f:�\u000f�w��\u001e/� ��\u0011롑@��jj�\u0011{fF\f�ˣ��/�~2\u0001�\u001a\r\n��\u001a�@\b-\u000eG�����q\u0000\u001f������f�\r\nCL\u000f5>U,A�M�X\u000f�\t4\u0012h6Pͬ5b�̈\u0001��Z\u000f�\u001b\u0010:-�z��*���pz�܀z�\u001c�[��\u001b�\u0007���\u0018�\u0006��|&>\f �l��zh$�l�\u001aY�Þ�\u000f\u0003lM�>���\u0013��m\u0007�}\u00074 $\u0016��[��X\u0010��\u0018T���f\u0016� Y7u�\u0010�?�bܻp6��\u0011�=�F\u0002�\u0006���F�\u00191��\u001cB�e\u0010\u001a-��h##f��F� 4Z8�%��6�\u000fR\u001b\u00191�nu+ϻ`6��\u0010�=�F\u0002�\u0006���B�\t1��LC�e\u0010�\u0002����\\!d���\u0007\"\u0019\u0010�h\t��a�\u0010#�Qא_�]�������&B���\u0004\u001a\t4\u001b�3��������6���ɖV�@i�\u000e�V�\u0015Jl�p�j\u001d(�\u0016A8���Il�{��5הc\u000b��\t-A\u0012�\u0000�\u0013h$�l�\u001aZ'�~?\tB�\u001a����B�~�k\u0002�v@���\u0002!�8\\]��cA���?�Z����Af��aX\u001c�\u001c䓳�\r\n|X\u0000�\t4\u0012h6Pͬ�a��\u0004�E�T�<}YPN-8PN-`�\u0010Z\u001eNN-8P���u�L#b��D�qm�0�O�F6�a\u0001�'�H��@5�Ά�~\u0012D\u0016\u001dR���eA9��@賉\r\n���x�\u001f\u000bB�U�[��<��R�F��\u0014�����\u00066,��\u0004\u001a\t4\u001b�f�ٰ�O�̢\u001a�{��,\bm�Ah��\r\ns�A�e\u0010�,��H��Ah��aD���'f3\u001b��\u0000�\u0013h$�l��Y��~?\t2K\r\n�Z;ŗ\u0005��2\b}6�af�z���\u0005���u����9�lr<\f��\u0013����l��\u0002hO��@��jf�\u000b��$�,\u0019��\u001e�u �Y\u0006��&.�\r\n\u0007}�A�p]�l\"��{���{� ��\f#\b2\u001bȰ\u0000\u001a\t4\u001b�f�ɰ�O�̒\u001a��)\\\u0007B�e\u0010�lb��pz\r\nׁ�gA_�_�\u001b�\u0007�U\r\n�g�t?\u001b�0� ��\r\n\u000b��@��jf�\r\n��$�,\t�k=\\�eA�\fB�MT�\u001b\u000e�,��g\t<�p�@Hm����~b6��\u000b\u000b�=�F\u0002�\u0006��u.��� �(����/\u000bB�e\u0010\u001am���pU\"�� 4��I�X\u001fd6yR\"_S������\u0006&,��\u0004\u001a\t4\u001b���xp���I\u001fZ��Tk�5�vZ\u0003j��\r\n5�f8��\u0006�NK�I���\u0005jj���EI+|pf\u001f-A��\u001e�\u0013h$�l��Z��\r\n\u0003l͵�Z\u0003j�5��Z�\u0010R�����ǂ�j���\u0003� ��\u000b���Y���k�\u0000Ah\u0013\u0017�C#�f\u0003��Z\u0017v�\\\u0018`k���2\b��Ah��\u000b3�A�e\u0010Zm��0� ��\u000b��`����0� ��\u000b롑@��jd�\u000b;f.\f�5��g\u0019�>� ��ȅ�p���\u001f\u000bB�\u0005}����6�\u000f2��\f���m���\r\nm\"�zhO��@��jh�\f;f2\f�5��g\u0019�>� ��H����2\b}V�ˣn�ٸ>\bm$è8=�����&2���\u0004\u001a\t4\u001b�f�ʰc&�\u0000[3\r\n��Ah�\fB��d\u0018\u000fWO��� 4ZxV��f۸>�l$ð8}��'gC�ذ\u001e�\u0013h$�l�\u001aZkÎ�\r\n\u0003lM54Z\u0006��2\b�6�af8h�\fB�U�\u000e,`}\u0010�Ȇ\u0001E�\u000e��\r\n\u0003\b2�ذ\u001e\u001a\t4\u001b�f�ڰcf�\u0000[3\r\n��Ah�\fB��l\u0018\u000f�g�\u001c\b�\u0016\u0004\u0016��F:\f�g�,�;��h\u0013\u001d\u0006\u0010�6�a=4\u0012h6P\r\n��a�L�\u0001��\u001a\u001a-��h\u0019�F\u001b�03\u001c4Z:�\u0005�h��>\u001b�0��5��G�Ce>9�D�ذ\u001e�\u0013h$�l��YkÎ�\r\n\u0003lEB\u001e��@y\u0012�\u0003�IHX!d���'!\u0019�6п\b��q�\u001b�\u0007��l\u0018\u0016\u0007}6�a\u0000Af\u0013\u0019�C#�f\u0003�̞\u000e.��>�3\u000bؚiy\u0010�\u0003�AH\u000e�\u0007!a��Y3�<\bɁ� $\u0002ϧ��l��4��=Kf���=t�\u0002����=�F\u0002�\u0006���*씩0��Lk�5��Y\u0003j��\r\n!�<��Y\u0006���\u0004�NuUl�� �J����`\u0010�D�\u0001\u0004�MTX\u000f�\u0004�\r\nTCkU�)Sa����F� 4Z\u0006��F*�\f\u0007��Ah�\r\n>�愍˃�*E{\u0012\u0001��;�w�lf\u0013\u0017�C{\u0002�\u0004�\r\nT3k]�)sa����F� 4Z\u0006��F.�\f\u0007����������K�q}\u0010�ȅaqzC{JT\u0018@��D���H��@5�V��2\u0015\u0006ؚi�\fB�e\u0010�l���p�g\u0019�>Ko���\u0003�\u000f2\u001b�0�`\u001b�)Qa\u0000Af\u0013\u0015�C#�f\u0003��Z\u0015v�T\u0018`k���2\b}�A賑\r\n3�A�EP�Έ�\u0006h�� ��\r\n�k�\r\n�)Qa\u0000Ah\u0013\u0015�C#�f\u0003��Z\u0015v�T\u0018`��\u0011�́�n_���IC\u001b�03�YCˠ��\u0006�+O��\f���T\u0018\u0015\u0007{\u000eN�\r\n\u0003\b2���\u001e\u001a\t4\u001b�f֪�S��\u0000[3-O�u�M3ˠ<B\u0019+���p�Y\u0006�e6x�3e6Ra�=kfI��y�S��\u0000��&*��F\u0002�\u0006���*씩0��T?5�\b�S��\u0016�G(c�\u0010Z\u001ee𬡥��ۍ�9\bm�zV��.��l��zhO��@��jf�\r\n;e*\f�5�\u0017�,�W�,���0�\u00102����\u001c\b��\u001ek\b}62a�5kd��\u001fa�\t\u0003\b\"���\u001e\u001a\t4\u001b�D�|p���I\u001fY��Dk�eP\u001f��@m�T�F�\f�mր�f�\u0010Y�4��5Kd���~`.�\u0000id{hO��@��jd�\b;g\"\f�5��e\r\n�]ր�e�B�,\u000f�]ր�e\u0001<��ٱ���Fg���|b6��\u0007�=�F\u0002�\u0006���\u001e�y0��LC�E�\u001e��� ��ȃ�\u0002!�|]y|2^�\u0004GƉ��Fg¨8���.�\r\nm\"�zhO��@��jh�\b;g\"\f�5���d\u0003�Ó\r\n�\u000fO�\r\n!�<�><ـ��d\u0002Ou����Ah#\u0011\u0006\u0014�9'\"\f �l\"�zh$�l��Y+�Ι\b\u0003lʹ���xGx޷\u0019Pw}�\u001aY\u001c\u000e�1\u001aPw}\u001bP�-\u0015\b���\u001e���e/�^�NIw�\u0002\u0004�MdX\u000f�\u0004�\r\nTske�9�a���\u0013nj\u0019��Z\u0006�6�af8�A`\u0010nj��;,ra�5kh���a�\r\n\u0003\b\"���\u001e\u001a\t4\u001b�F֪�s��\u0000[\u0013\r\n��\b�K�\u001c\b���\r\n3���\u0001��t\u0000�\u0001\u001e�E�Af#\u0015���%�s��\u0000��&.��F\u0002�\u0006���.윹0��TC�\u0005�^'�F�{�ȅ�����A���ca'\r\nm���E���(�6�a\u0000Aj\u0013\u0019�C#�f\u0003��Z\u0019v�d\u0018`k�ᮖAy��\u0001�����BH-\u000f'o_r ,\u001f�uϰ��8H�R��\u00160z��9�a\u0000Ah\u0013\u001b�C#�f\u0003��Z\u001bv�l\u0018`k�a��Ah�\fB��l�\u0019\u000eZ-��j\u0015�C6T\u001f�6�a@��A��\u0000��&:��F\u0002�\u0006*��\u001c\\f�}�g\u0016�5��h\r\n���A}�\u001dV��5�i�5�6Z\u0000\u001f��1w��4��=Kf�8z_�\u0007�B\u000b�����\u0004\u001a\t4\u001b���\r\n�K&�\u0000[S��ր�h\r\n���*���p�h\r\n��րzSK\u0005Bja8��/�O8hsI�\u0018@��D���H��@5�V�]2)\u0006ؚD]@`���o\u000b�\u0002\u0002U\b���t\u0001����@ׅ5/� ��\u0013#\r\nּ.�\u0012\u0003\b\"�(�\u001e\u001a\t4\u001b�F�*�K��\u0000[\u0013��\u0007\u0006�eZ\u0003�2-U\b���t�ր�L��U#F\u0018D62bX���Kb�\u0000��&F��F\u0002�\u0006���F�\u00191��DC�%�^O\u000b~[\u0010�l���p�e\u0019�.\u000b�\u0001��P}�Y\u0018�^}�˖�\u000f���X��&F���\u0004\u001a\t4\u001b���\u001a�Kf�\u0000[_��Z��.�1�\f\b�6\u0012bf8�\fB���a��9��5�8\u001a�\u00169]��$R\f Hm\"�zh$�l��Z+�.�\u0014\u0003lM6t[\u0004��o\u000bB����\u0019\u000e�-��m\u0019�\u0015�Ȋ�\u0017��U�v'^\u0012)\u0006\u0010�6�b=4\u0012h6P\r\n��b�L�\u0001�f\u0010Z-�z@̀z@�*���p\u000f\r\n-�O\r\n-\u001d\u0010\u0003�@\u001cd6{u\u0018`�\u0017.���\u001a�ĉ�О@#�f\u0003��Z'vɜ\u0018`?S]�}}YPO�\u001aPO�R�\u0010Z\u001eNO5\u001aPO�\"H�\u000e�\u0002!��\t1�h� qb\u0000Ah\u0013'�C#�f\u0003��Z'vɜ\u0018`k���2\b��A贑\u00133�A�e\u0010:-�.x�(r��ȉaq���K\"�\u0000��&R��F\u0002�\u0006*��\u001e\\h�}҇\u0016�������,��ր�i�B\r\n-\u000f\u0007�5��{Z\u0000/��O}��4��=Kh�8zP�\u0007�B\u000b�����\u0004\u001a\t4\u001b���J�k&�\u0000[S�+�\u0006ԕZ\u0003��\u0001U\b���t����~@ �9���F����v�]0��D��О@#�f\u0003��Z!v̈́\u0018`k�u�A8%f@]<�\r\n!�<�.\u001e\u0018\u0010\u001a-�\u0012��{c\u000e2\u001b\u00191*�v�^\u0013%\u0006\u0010�6Qb=4\u0012h6P\r\n�Ub�L�\u0001��\u001a\u001a-��h\u0019�F\u001b)13\u001c4Z\u0006��2�R�\r\n����\u0017�u��e��b�.��m��zhO��@��jn�\u0017�f^\f��I�'��,\bw�\f�]m���p�~`@]? �.�m\\\u001e�6zb\"]\u0012��xM�\u0018@\u0010�D���H��@5�V�]3%\u0006ؚh]=0��\u001e\u0018PW\u000f�B�,\u000f\u0007�e\u0010Z��O�.�q}�Y�dW�\u000b�{݄�.�\r\nmb�zhO��@��jh�\u0011�fF\f�5�pS� \u001c\u00133 ��FF�\f\u00077�\f�M-]��{c\u000eB\u001b\t1,\u000e����\u0011\u0003\bB�\u0018�\u001e\u001a\t4\u001b���\u001a�kf�\u0000[S\r\n7�\f�M-�pS\u001b\u001913\u001c��2\b��A����\u0018P�K��Z�!�\u000bhs�H�\u001e�\u0013h$�l��[+Ů�\u0014\u0003l}��\u001cp\u0003�s�\r\n��\u0001�\r\n!�<�>\u0007܀�\u001cp�.��!\u000eb�\u001d\u0014��\u001eUj�\u000bgS�X�\u001e�\u0013h$�l��ZkŮ�\u0015\u0003l͵>\t܀�$p\u0003���BH-\u000f�O\u0002g\u0010^!\u0006�~3\u001b�\u0007�U\r\nCK�T�{M�\u0018@��D���H��@%�����O��\u0002�fZ;�\u0001��\u001aP;-U��5�i�5�vZ\u0002a�������,��K�J�\u0007�\"\u000b�F���\u0004\u001a\t4\u001b�F�*�[��\u0000[\u0013�mր�f\r\n�m�*���p�f\u0019�7�\u0001x�'*Sy\u0010�ȈQmd\u0017n�\u0012\u0003\b2�(�\u001e\u001a\t4\u001b�f�*�[��\u0000[3\r\nm�Ah�\fB���\u0018\u000fG����*-��\u0003���\r\n��»��F̗�\u001e��ĉ\u0001\u0004�M�X\u000f�\u0004�\r\nTSk��-sb���օZ\u0003�B�\u0001u��*���p�cƀ��\u000b@yg���Af�t��E/��rܻ`6��\u000f�=�F\u0002�\u0006���>��0���G=��eA�a\u0006T\u001fF\u0015Bfy8�\u000b\u0006�NK�Īg޸>\b�R�ʑ\u0017\u000fv��\u001a����&J���\u0004\u001a\t4\u001b���*�[��\u0000[s\r\n��A�\fB����\u0019\u000eRˠ.�\u0002HK\u0007T\u001e�V)Z:�kBf\u0013#\u0006\u0010d61b=4\u0012h6Pͬ5b�̈\u0001�fZ�\u0018�pF̀jĨB�,\u000f�F̀j�\u0000��FB\f�\u0007<���;�;��\u0005��M�X\u000f�\t4\u0012h6PM�Ub�L�\u0001��Z��\u0001U�\u0019P�\u0018U\b���T�\u0019\u0010:��gٽ�q}\u0010��-b@�� �\u0005��MtX\u000f�\t4\u0012h6Pͬ�a�L�\u0001�f\u001a:-��\u00121\u0003B��t�)\u00102����y\u0001�'47�\u000f2��0����Ć\u0001\u0004�MlX\u000f�\u0004�\r\nTCkm�-�a�����y\u0019P\u001f�e@}�\u0017U\b���(�|ݛ�V����ٸ>\bm��\u0000��&:\f \bm��zh$�l�\u0012������'}h\u0001[S}��\u001a�!�5��x�*���p�\u0010�\u001f\u000b�\u0017\b<\u001e����\u0005jj��\"\u0005F�s�\u0005HS�C{\u0002�\u0004�\r\nTSk��=3b���>ij\u0019<kj\u0019�hj##f��jj\u0019�VK�\u00156�R}\u0010�H��5u���(1� ��\u0012롑@��jh�\u0012�gJ\f�5��j\u0019�V� ��H��p�t�\u001f\u000bB��\u0013[�����F�����x\u0017Ά61b=�'�H��@5�ֈ�3#\u0006ؚj�\fB�e\u0010:md��p�i\u0019�NK�\f�!\u000eB\u001b=9��\t�\u0007�\u0012\u0003\bB�(�\u001e\u001a\t4\u001b���*�{��\u0000[S\r\n��A�\fB���\u0018\u000f\u0007o\u00133 tZ\u0006�� rb@��?�/{U�CH�\u0018@��D���H��@5�V��3)\u0006��:u�ր�Tk@]��\r\n!�<�� \u0018P�j\u0001�ʛ 7�\u000fb\u001b�M���V��.�\r\nmb�zhO��@��jh�\u0015�gV\f�5պV� �\u00133���R�\u0010Z\u001eN��\u0001Պ\u0001x?�56�\u000fB\u001b�\u0013���6�b\u0000Ah\u0013)�C#�f\u0003��Z)vϤ\u0018`\u000fy9�\u0017r+\u0012�Tk@]��\u0002!�<��y����\u0005\u0000/u\u0017���Ad��&\"�{\u0013�\u0013\u0003\b\"�8�\u001e\u001a\t4\u001b�F�:�{��\u0000[3���1���Ax�\u0018U\b����\u00157\u0006T'\u0006 ����F�M���\u00157�ĉ\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��=sb���V'f@h�\fB����\u0019\u000e\u001a-��hᴖ�g߸>\bm��D�N�.�]8\u001b�ĉ�О@#�f\u0003��>\u000e.��>�C\u000bؚj��\u0000>��o;�.\u001eP}\u001aY\u001e��U�cA]<0�f�\r\n��\u0002u>�[��eu��\u0003t�\u0005Hc�C{\u0002�\u0004�\r\nTck��#�b���SW\u000f\f��\u0007\u0006��\u0003�\u0010�����\u0001u���[�C7� ��\u0013����H�D�\u0001\u0004�M�X\u000f�\u0004�\r\nT#k��#Sb���ֵ\u0003\u0006�Mb\u0006Ե\u0003�\u0010\"���ځ\u0001u�@광\u0011ïY#K�A�M�\u0018@\u0010�D���H��@5�V�=2!\u0006ؚh�\fB�e\u0010�l$��p�e\u0019�.���PӸq}��H�aq����p6��\u0010�=�F\u0002�\u0006���B�\t1��TC�%�\t�\u00123 ��H����2\b}\u0016\f֥�!o\\\u001f�6zh\"P�\u0007���0� ��\f롑@��jf�\f{d2\f�5��h\u0019�F� 4�H����2\b��A�/C\u0005Bh#\u001bF\u0014�'��0� ��\f롑@��jh�\f{d2\f��\u0019�'��,��q\r\n��q�B\b-\u000f��\u001a\r\n��q\t���m\\\u001fd6�a@a�M\\\u0018@��ą��H��@5�օ=2\u0017\u0006ؚi=�k@=�k@=�K\u0015Bfy8}�\u0001��\u0007t]9�1\u0007��\u000e�Qq�����0� ��\r\n롑@��jh�\r\n{d6\f������\u0019\u0010\u001a-��h#\u001bf��F� 4Z\u0000\u000fu����Ah#\u001b\u0006Գ��w�lf\u0013\u0019�C{\u0002�\u0004�\r\nT3ke�#�a����F� 4Z\u0006��F2�\f\u0007��Ah�pVK~�m\\\u001fdV)z�\fa�x�G\"�\u0000��&2��F\u0002�\u0006*�}\u001e\\h�}҇\u0016������\u0019P\u001b�\u0001��R�\u001aZ3�6Z\u0003j�\u0005�|��xQ}\u001aZ��%�X�f�\u0003s�\u0005H3�C{\u0002�\u0004�\r\nT3kM�33a����Fk@m�\u0006�FK\u0015Bfy8m�\u0006�FK�\u0001��L�Af#\u0015\u0006\u0014�\u001c<\u0013\u0015\u0006\u0010d6Qa=4\u0012h6PͬUa�L�\u0001�3�u��\u0005��2\b}6Ra<\u001ce���K�\u0006��F2\f(y���`*\u0016��\r\n\u0003\bR�ذ\u001e\u001a\t4\u001b���ڰgf�\u0000[S\b��A�\fB��l�\u0019\u000eR� tZ\u0000O�D���Ahq���\u00169�AH|\u0018@\u0010�ć��H��@5�և=3\u001f\u0006��d�;�\f\b͖Ah��\u000f3��M-�pSK`\u0015{\u001b�\u0007��|\u0018P�z\u001f�.��l��zhO��@��jf�\u000f{f>\f�5��j\u0019�V� ��ȇ���2\b�\u0016@8�K�Ad#\u001b���{�Ć\u0001\u0004�MlX\u000f�\u0004�\r\nT#km�3�a��Lt=��eAh�\fB��l�\u0019\u000e�,��f\t<ֻ�\u000b��\u0002u��\u000b�����\u000bgs�\u0018�\u001e�\u0013h$�l��[kĞ�\u0011\u0003l�6�Z\u0006��2\b�62bf8h�\fB�E��\u0005ڸ@�-P�[8!��M�\u0018@��D���H��@5�V�=3)\u0006ؚD}�\u0001��\u000b\u0006ԗ.P��[\u001eN�mc@}�\r\n��k,�b@��޲\u0017b�ԝw�lh\u0013+�C{\u0002�\u0004�\r\nTCk��3�b���ַ�\u0018P�nc@}�\r\nU\b����M!\f�K�\f\b���\u0018Pwx�2`׺&�.�Mm��zhO��@��>S{;\u001cLj?iSKؚB9A�@y.�\u0003�HX���\r\n'�Er�<\u0017�A���\u0002%�H�-\u0002qt��ə�\u0012$�\r\n�=�F\u0002�\u0006��uj��� �(��\u0019�/\u000bʣ�\u001c(�\u001b�B�-\u000eWO�����nt��\\,\u0010r�\u0014t[wUY��\u0004mn\u0003=\u0016@{\u0002�\u0004�\r\nTs����'An�\u0015�\u001b\u0007�np\u0007�np�\u0010r���np\u0007�np\u0006��\u0016��\u0002��V9n��\u001f#\bb\u001b��\u0000\u001a\t4\u001b������O�آU҃7\b^\u000ez�Ɓr�\u0006+���pr�Ɓbu\u0011�Rl\u0013?�߳�\u0016�\t�\r\n�\u0018A\u0010���\u0005�H��@5�Ύ�~\u0012�\u0016T��TC�e\u0010z-��k\u0013;憃^� �Z�cxo��1���*��60d\u0004An\u0003C\u0016@#�f\u0003��:C��I�[p7?�\r\n�\u0016A}?�\u0003��&��\r\n\u0007͖Ah�\f�\u0016\u001a,\u0010r�\u0014=��]V\u0016\u0013>���?ip\u0003O\u0016@{\u0002�\u0004�\r\nT��<��'ApA\u001a�|��\u0004�@Y\u0002s�,�a�\u0010\\\u001eN��\fX�e�E�v��cm\\\u001f�6z�\u0018a�[�Z�.�m��%\u000b�=�F\u0002�\u0006��u���� ���~�Zl�\u0003�68Pl\u0003V\b����68Pl\u0003���a�� �ɹ1���'f3\u001b\u0018�\u0000�\u0013h$�l��Yg�~?\t2\u000b��g���2\b��A贉!s�A�E����kAh��\"C�������6Pd\u0004Aj\u0003E\u0016@#�f\u0003��:E��I�Z�E?S\b��A�\r\n\f�lH\u0014�\u001b\u000ed\u0003� \u001b\u0018�c�X �V�[u!/�A�\r\n\u0014\u0019A��@�\u0005�H��@%�ǃK��O��\u0002��P\u001e��@y`�\u0001�\u0019���BM�\u0019N\u001eX�@y`-��C]�߸>\r\n-~ϒY��\u0014�'�2\u000b�f���\u0004\u001a\t4\u001b�f��c��\u0000[3-ϫu�<�ց�Z�\u00102����j\u001d(ϫ%�z�_bT\u001fdV)�AC\u0018���lh\u00137�C{\u0002�\u0004�\r\nTCk��1sc����F� 4Z\u0004�����B\b-\u000f\u0007��Ah���h��\r\n�Ԇr\f8\\�=&r\f �m\"�zh$�l��[+ǎ�\u001c\u0003l�64[\u0006��2\b�6�cf8h�\fB�����\u0010��Fn�jӓ埘�l��zhO��@��jd�\u001a;fj\f�5��j\u0019�V�`=#�\u001fW\b����2\b��A����\u0018~�\u001aZ�q\u0010�ċ\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��1�b��\u0019T�k@��\u0006T�K\u0015Bhy8��\u0006T�K��ܸ>ȬR�\u001b��UA���&N���\u0004\u001a\t4\u001b���:�c��\u0000[S�2��zr�ۂ*s�B\b-\u000f�2׀*s\t<�26�\u000fB�<I�(\\=H�\u0018@��Ĉ��H��@5�ֈ\u001d3#\u0006ؚih�\fB�e\u0010\u001amd��p�h\u0019�F\u000b��\u0007)\"\u0006���\u0018Q���O�F6\u0011b=�'�H��@5�V�\u001d3!\u0006ؚhh�\b��-�\u0016�6\u001b\t13\u001c�Y\u0006���\u001b��\"���Af��(�5�៟�\r\nm��zhO��@��jh�\u000f;f>\f�5��g�]\\��O7\u001e,\u001bD6�\f\u0007�ePm\u0018]�\u0004�����*���Pݣ��\u000bg3�ذ\u001e�\u0013h$�l�����e��'}f\u0001[s�\u0007o\f�\u0007o\f�\u0007o�BM-\u000f\u0007\u0007o\f�\u0007o\f�\u0007o�@�-\r\n\u0007�JB� \u000f�|\u0017�\u0005\u0017 \r\nn\u000f�\t4\u0012h6P\r\n�Ub�L�\u0001vT��eA]�5��[�\u0010����*�\u0001u���{�[k6� �J�Skq����\u000bfC�(�\u001e�\u0013h$�l�\u001aZ��N�\u0012\u0003lM���\u0002\b�pt�A����\u0019\u000e\"K�\u001e\u000b�kAոT dV�s]\u001b~٫�\u0010;%B\f Hm\"�zh$�l��Z+�N�\u0010\u0003l}��j\u0019�V� ��H��� �\fB���ҝ-q\u0010[��Ζ��;�S��\u0000��&N��F\u0002�\u0006���N�91��\\C�eP�\u0018��|�\\!���S'f@ub\u0006T'F\u0005Bl�z��/{YU\f�ċ\u0001\u0004�M�X\u000f�\u0004�\r\nT�k��)�b���S\u001e��@y̗\u0003�1_X!\u0004����2�˵\u0004\u001e� ƨ@\bn�LE�d���p6��\u0018�=�F\u0002�\u0006���b씉1��\\�-��,ַ\u0005uŖ*���p��e@]�%�ZM���Ah#1�ׄ{�Č\u0001\u0004�M�X\u000f�\u0004�\r\nTCk��)3c����\u0015[\u0003�\u00193��1�\u0010B�é\u00193 �Z\u0005�y%\u001b�\u0007���$ҍ-\\��~{\u0017�w�Ϛ�D��О@#�f\u0003��Z5v��\u0018`k���\"X׋�-\b�6Rc�@�,_\u0017�k��'.#\u0007���\u0018_S� �\u00125\u0006\u0010�6Qc=4\u0012h6P\r\n�Uc�L�\u0001��\u001a�\u0010\u0018�%\u0004\u0006a\t!�cf8XB`\u0010�\u0010\u0000��C\u001b�\u0007���YCK׬\u000e�]8\u001b�č�О@#�f\u0003�О\u000f.��>�C\u000bؚj]A0�� 0\b'ŨB\r\n�����\\W�\u0018��cݬ�q}\u001aZ��%�@�^�\u000f�e\u0016 �l\u000f�\t4\u0012h6Pͬ�b�L�\u0001�fZ��\u001aP��\u001aP��R��Y\u001eN��\u001aPw!\u0000x>U1�q}���\u001dcXܹ�{\u0017Ά6�b=�'�H��@5�V��3-\u0006ؚj݄`@݄`@\u0015cT!�\u0016��B�\u0005��\u0002x���6�\u000fBK߳�\u0016^1����lf\u0013)�C{\u0002�\u0004�\r\nT3k��9�b����F� 4Z\u0006��FR�\f\u0007��Ah�td\u000b\u001e3C�Af�cb@�cfΉ\u0012\u0003\b2�(�\u001e\u001a\t4\u001b�f�*�s��\u0000[3\r\n}�A�\fB���\u0018\u000fWO��� �Yx���ml\\\u001fd6:%F��\u001a�9�a\u0000Ah\u0013\u001d�C#�f\u0003��Z\u001dv�t\u0018`k���2\b��Ah��\u000e3�A�e\u0010\u001a-���\u0019*\u0010R\u001b�0�(��&:\f Hm��zh$�l��Z��Ι\u000e\u0003lM!�\u001d0\bk\u0007\b�\u0003e�q��Z\u001eN%�\u0001u�\u0016������\u001c�6�a@]���w�lf\u0013\u001b�C{\u0002�\u0004�\r\nT3km�9�a����EZ\u0003�\"�\u0001u��*���p��Š.�\u0002(�Y߸<�lf�\u0000�׿�]0��Ć�О@#�f\u0003��Z\u001bv�l\u0018`k���2\b}\u0016�z��?�\u00102��A�e\u0010���dp�<ȬR�Y�&\u0018�s\"�\u0000��&2��F\u0002�\u0006���2��0�����eA�\fB��d�\u0019\u000e�,��g�%_��\u0001m�� �J��y����CS��0� ��\r\n롑@��Jj/\u0007�����\u0005l͵vZ\u0003j�e�޾��\u0015jj�p�i\r\n����[&n�ih�k���%��~`.�\u0000id{hO��@��jd�\f�d2\f�5��h\r\n��ր�h�B�,\u000f��ր�h\t�g�m\\\u001fd6�a@����Rҗ.\u0000\u0004�M\\X\u000f�\u0004�\r\nT3k]�%sa����6� �Y\u0002O���\\!d��\u000b����\u001a�\u0001u#-\u0015\b����O��78�xI|\u0018@��ć��H��@5�և]2\u001f\u0006ؚD�\fB�e\u0010zm���p�[\u0006��fOM$\fR\u001b�0�\r\n��_\u0012\u001d\u0006\u0010D6�a=4\u0012h6P���a�L�\u0001�&\u001aZ-��j\u0011�\u0013bT!D���;Z\u0006�V���ٸ>�l�è8z��%�a\u0000Ah\u0013\u001d�C#�f\u0003��Z\u001dv�t\u0018`k���2\b}�A賑\u000e3�A�e\u0010�,���\r\n��F:��G�ޅ��MtX\u000f�\t4\u0012h6PM��a�L�\u0001��P\u000f-0\b��\f��\u0016�BH-\u000f���\f���\u0000<_�\u000e����F:\f(�-si���$��&О@#�f\u0003��Z\u001dv�t\u0018`k��p�\u0001�p�\u0001�p\u0018U\b������\u0001�p\u0018]�R\u000f_l���F�M\u0004�\u0014�%�a\u0000Af\u0013\u001d�C#�f\u0003��Z\u001dv����mG�帲�B�\u0003F��w`���Vw*�t�\u0002\u0007C��\\(P\u0007�ߟ�*�l�M�o\"j��2c��\f_\u000e\u0003l]i��\b��0\u0003�t�)\u0007s�A������>���F�Èz�_�����&>���\u0004\u001a\t4\u001b�����S��\u0000[�\u001a\u0006-�0h\u0019�A\u001b�0S\u000e\u0006-�0h�\u0017��\f����fON\u0004�6\u001e�\u0012\u001d\u0006\u0010�6�a=4\u0012h6P\t��Ņ��/}h\u0001[�Z'-����7\u000bꤥ\u000e5���NZ\u0003�\u0005\u0010CK�ih���\u0002F�����\u0002����=�F\u0002�\u0006���B�\t1�֥�Ik@��\u0006�IK\u001dBh��NZ\u0003�\u0005�^�\u0011<�=�l�À��do\u0005��M|X\u000f�\t4\u0012h6P���a�̇\u0001�.4�Y\u0004ᡉ\u0006�9\u001b�0S\u000e�,�0g\u0001�ם�\u000f�\u000f2\u001b�\r\n�ׄ�\u001d�\u0013\u0017\u0006\u0010d6qa=4\u0012h6Pͬua�̅\u0001��4�Y\u0006a�2\bc6ra�\u001c�Y\u0006a���ޫ�{0\u0007��d\u00185W��V0��D��О@#�f\u0003��Z\u0019v�d\u0018`�JÜE����fA���\f3�`�2\bsV���.�>�?�l$è9y`�V8\u001b�D��О@#�f\u0003��Z\u0019v�d\u0018`�Ràe\u0010\u0006-�0h#\u0019f���e\u0010\u0006-�������Ah#\u0017Ư�'�ω\u000b\u0003\bB���\u001e\u001a\t4\u001b��ֺ�s��\u0000[�\u001a&-������\u0007\u0007è?�,��M\u0007\u0006�M\u0007��xp{�X�p�\u0000~@\f\u000e,�U(Ab\u0013\u0013�C{\u0002�\u0004�\r\nT\u0013kM�93a��+�{\u000e\b��r==�K�Ab��\u001e�5�\u001e�M�ǃۃ��y��N�D�~��[�ld\u0013\u0011�C{\u0002�\u0004�\r\nT#kE�9\u0013a��K��: �\"��n\u001a�H��rw�,��4���}<�=��R\u0018Y<�\u0006_f�&��o� ��\u0006롑@��jd�\u0006;g\u001a\f�u�\u000f\u001aY\u0000)�\\�U#\u001bI0Se�\r\n�ǃۃ�\u0012�Ϫ���]�V8;e\u0013\t�C{\u0002�\u0004�\r\nT\"{yq���K\u001fY�֥�G�\u0013\b�5�����Țrz�e@��J�ǃ���R19����ih��.�\u0000ih{hO��@��jh�\u0004�d\u0012\f����n9zc�B��t�����r9]�2��s%����Ah�i��N����R7�o���M$X\u000f�\t4\u0012h6P���`�L�\u0001�.��s\u0011H��z�����r9��m@�򝼏\u0007�\u0007��\f\u0018�$=��&I��\u0002\u0004�M\u0014X\u000f�\u0004�\r\nT\u0013k\u0015�%S`��+�gk\b��r=}�\u001c�\u0007��r�z&�\u0005�\u0010c�>\u001e�\u001e$��U��d�x�g�\u0002�1�8�\u001e�\u0013h$�l�\u001aZ��.�\u0003\u0003l]l}�\u001c�\u0014Z�w��F\u0006̔;ih\u0019<kh����� �J]����`�\u0012.�\u0000\u0003\b\u0012�\b�\u001e\u001a\t4\u001b�&�\r\n�\u000b(��\u0006V�c�������\u0000�eP(\f@\r\n,��i`�}������/*Ps\u0010�H}\u0011\u0005g�/*���k\u0000�߈!\u0005qM�W\u000f�\u0006�q���B�G�\r\nG�(�$��pܖA8n\u000b ŕ_\u0017�\r\n��J'� ���\"\r\n�\r\n\u0014�U��M�\r\nn�q%\r\n\u0002���\u001e�\r\nT\u0003k��%3_����,����,�\u0007��r�&k@]�M�ǃۃ̂���ޟ������\u0002\t�\u0012��C{\u0002�\u0004�\r\nT#k��%3_��K\r\nk���2�`M62_�\u001c��2\bk����� �J�/�\u0013&K�[����|�О@#�f\u0003��Z�u��\u0017`�R�\u0018\u0006�t�\u0001aM6r_�\u001c��2\bk����� �p���,a�8ċ\u001a$\u0018����=�F\u0002�\u0006*�����~���*K����\u0015Y\u0003��C\u0000�\u0016�;b\u0010X�\"k@]�%�޶?�=\r\n,Q�e�^\u0012\u001ev�\u0005���'�+@��\u001e�\u0013h$�l��Wk����\u0002l]h]�5��}1X���\u000e!�\\N�\u001d\u001aP�\u001d\u0012\b3�ڃ�*u\u0003W���n]�\u001e�\u0005\b2�h�\u001e\u001a\t4\u001b�f�j�k��\u0000[WZ�\u001d\u0012\b_eM=�wH�Ab���;4��;L�ǃۃ���\r\n��x\"v�{'���o�\u0000Ab\u0013��C#�f\u0003��Z�uʹ\u0017`�J�\u001a\u0017��X���\u000e�?H,��m�\f�C�?����� �PL�X�4�\u0011N�\\�\u001e��M�W\u000f�\t4\u0012h6P\r\n��^�L{\u0001�.�.r\u0011H��z��E�Ah��.r\u0019P\u0017������ �T\f\\��\u000e&mb�\u0000��&櫇F\u0002�\u0006�����\u001d�\u0002l}�\u0017\r\n-�4\b-�S�E�Ah���\u0004\u0003�5���xp{\u0010Z0iu���5W��o\u0005��MN~�О@#�f\u0003��Z�u�N~\u0001�>N\u0018���/S\u000f\u0006m�L9\u0018�\f �N~Q{�Y*F�\u00169�r���\u0002\b2���ꡑ@��jf�\u0001�f\u0006\f�u�U'\u0010H��z��\u0015\u00190SNu�\u0001U'$����Af���ELwq]�#Ab\u0013\u0001�C{\u0002�\u0004�\r\nT\u0013k\u0005�5\u0013`�]�5`o�a`�C�O�R{\u0010X,\u0007?qk@�y���\u0007�\u0007���_\u0010X� ���\u0002\b\u0002��\u001e\u001a\t4\u001b�\u0006��k��\u0000[WZ�\u001d\u0012H��z�����r9�vh@�\u0018���\u0007�\u0007��b���O�v��a[�lf\u0013��C{\u0002�\u0004�\r\nT2{{q���K�Y�ֵ�)K d����/�O3k���\u0001��+y\u001f\u000fnO3�\u001f�$\u0016(z��\u0017�\u0005\u0016 \r\nl\u000f�\t4\u0012h6P\r\n��_��\u0001�~��S2�\u0018��r=�a@�A`���00��0H�ǃۃ��q.8\u0010N�)?I�\u0015�F6�_=�'�H��@5�V�2�\u0005غԺǀ@�,��S_�\u001fD���\u001e\u0003\u0003�\u001e��}<�=�,x�z2�i��\u001b2����&����\u0004\u001a\t4\u001b�F���[�\u0000[�Zw\u0019\u0010H��zz�E�Ad�\\}��\u000f\u000b��W�>\u001e�\u001eDV��V{�� �ɱ/� ���ꡑ@��jh���e�\u000b��q�6\u0003\u0002)�\\O�\u0019P\u0010Z.��\f\f��\f����� �p�\u000b6\u001f��t��-�_\u0000Af\u0013��C#�f\u0003��Z�u��\u0017`��A��/S\u000f\u0006m���\\}��\u000f\u000b ��\u0017�\u0007�U�V��\u0013�{]Y�\r\nf\u0013�ȯ\u001e�\u0013h$�l��X+�n��\u0002l]i]�\"�\u0012��t�����r9]�2��r%����Ab��\u001b0�ꮝ�`6����=�F\u0002�\u0006����떩/�֕�5�L}�z��\u0015�/S\u000eָ\u0018�5�L}Q{�X(F��]��[�lf\u0013��C{\u0002�\u0004�\r\nT3k��-�_�\u001dN��`�7\u0006)�\\\u000f��\"�e��2\u0017��̕�/j\u000f2�\u0014=\\\u0016���[�ld\u0013��C{\u0002�\u0004�\r\nT#k��-�_��K\r\n�\\��2�`�+�_�\u001c,s1\b�\\���� ��!kb�%�{A�\u0000��&F\u0002�\u0006*�����~��\u000f,`�B�\u0017�\u0010XSOｨ?\r\n,��g�XPｒ����4�@�\u000e\u0003���h�V0�X�4�=�'�H��@5�V~�3�\u0005غ�z�E %���\u0017�\u0007��rz�e@��J�ǃۃĂ��\u0015.Ӝ\r\n�{b�\u0000��&���F\u0002�\u0006������/��ǩGi\b��r==JC�Af��\u001e�a��Y����\u0007�\u0007�%Jo��5\u000f�;\t��~\u0001\u0004�M�W\u000f�\u0004�\r\nT#k��=�_��K���\r\n���e\u0010\u0006m�L9\u0018�\f ��\u0017�\u0007�U�t��$��;����/� ���ꡑ@��jl���g�\u000b��q¤����\u0007�6�_�\u001cLZ\u0004�����xp{\u0010Z��-a�bpO�\u0017@\u0010�D~��H��@5�V~�3�\u0005غ�0g3�e��9\u001a�\u000f\u0002���\u001c�\u0001�\u001cM�>\u001e�\u001e\u0004V�K���D�v�ze+��lb�zhO��@��jd���g�\u000b�u��\u0018\r\n�\u0014Y���h�?�,��c4\u0006�c4��xp{\u0010Y(v�{-�̽��J�V@\u001b�D��О@#�f\u0003��Z\u0001v�\u0004\u0018`�b�s�\b��b��'�s\u0010Z.�O�1�>1&y\u001f\u000fn\u000fB�ԍ�\r\n�9\u0018��\u0000\u0003\b2�\b�\u001e\u001a\t4\u001b�f�\r\n�{&�\u0000[\u001f��\u0004\u0002)�\\Om\u0002�\u0007��rj\u0013\f�6!y\u001f\u000fn\u000f2\u000b��{}���Yr�Ā\u0001\u0004�M\fX\u000f�\u0004�\r\nT3k\r\n�=3`���\u0013�lf��^=������r9��\f�\f\u0018�\u0007���\u001a�\r\n\u0018\u0015������&\u000e���\u0004\u001a\t4\u001b�kd�//&��i#KغԲg\u0016A���'{f�?��+'{f\u001d({f�����$�D�ԁ\u0011vz����\u0012$�\r\n�=�F\u0002�\u0006��u\u0012��/Ad���G\u0005�1H��z�̅�Ad��,s\u0019�� ����\u0007�\u0007��$\u0018c��+f\u0013\u001b(�\u0000�\u0013h$�l��X��>�\u0012$\u0016�Q}\u0004�\u001b��X�'�\\�\u001f$���:�\u0003e�+z\u001f\u000fn\u000f\u0012�ԭn {\u001aL\u001ee�\u0015��\r\n\fX\u0000�\t4\u0012h6PM�3`�\t\u0012�f�>\u0002��AJ,דe.�\u000f\u0012��d�ˁ��\u0015��\u0007�\u0007��b�\fƓ�]�!��p6���\r\n�=�F\u0002�\u0006��u���/AfQ\u001b�\u0015�7\u0006)�X�����Af���}9P���� �p����*\u0006۹�b6���\r\n�=�F\u0002�\u0006��u���/Ab�\u001b�g\u0000�1H��zp��/W\u000en�\u0018����a{��䇿��ֽ�[�l`\u0003�\u0015@{\u0002�\u0004�\r\nT\u0003����_���5�O\u0000xc�\u0002����+�_�\u001c�z!XϏ���ǃۃ����q��`�\u0006� �l �\u0002h$�l��Y'�>�\u0012d\u0016�L}\u0004�\u001b��Y�\u00077_��r���A����\u0017�\u0007�\u0005��'l\u0019\u0013��\u0015��\r\n�W\u0000�\t4\u0012h6PM�S_�\t\u0012�V�\u000e�7\u0006)�\\\u000fn�\u0012�����\u0017�p�\u0015�/l\u000f\u0012\u000bT�R�D��*�zA`�\b��\u0006�+�F\u0002�\u0006��u���/Ad�\u0018�[�7\u0006)�X�>w�;�\u0007��rp�� �{E�\u000bۃȂ��{/���+\u0010_\u0004Ab\u0003�\u0015@#�f\u0003��\u001e^\\b?��'\u0016�u��ދ@H����^ԟ&֔�{/\u0003�W�>\u001eܞ&\u0016�{�/��`���\u0005s�\u0005H\u0013�C{\u0002�\u0004�\r\nT\u0013k��!�^��+�7_\u0004Rb���|Q�X.�7_\b�������xp{�X���\u0012�5\u000f�J�\u0015�f61_=�'�H��@5��|\u001d2�\u0005غ�z�E e����\u0017�\u0007��rz�e@��J�ǃۃ�*E�\u000b��<�g+��l��zhO��@��jd��:d�\u000b�u���@�,�ӻ/�\u000f\"����ˀz����\u0007�\u0007�U\r\nN� \u0006�M�\u0017@\u0010��{��H��@5��{\u001d2�\u0005غ�z�E \u0005\u0016���\u000e|�� �\\N�\f��^��xp{\u0010X����\u0013��K=��\u0015�F6\u0011_=�'�H��@5�V|\u001d2�\u0005غ�p�/S\u000fn�\"�e���\u0017�p�/j\u000f\"\u000b\u0014E��S�uH�\u0017@���}��H��@5��}\u001d2�\u0005��8�i1\bRf��<-\u0006���b��x�\u001f\u0016���D����Af��\u001e���A�\u0000��&F\u0002�\u0006����됹/���\ts6s_�\u001e���}�r0g\u0019�9��/j\u000f2�\u0014\u001c��k\u0001벇D~\u0001\u0004�M�W\u000f�\u0004�\r\nT#k��!�_��K\r\n�\\��2�`�+�_�\u001c�r!�\u000f1��ǃۃ�҇������\r\n[�l`\u0013��C{\u0002�\u0004�\r\nT\u0003k��!S_��\u000b\r\nK\\��2�`�+R_�\u001c,q1\bK\\���� �J�z�b���_1��D}�О@#�f\u0003�ľ���~��O,`�J�\r\n\u0017��XSOW��?M�)�+\\\u0006�\u0015��}<�=M,\u0015{�-1���YЭp.�\u0000if{hO��@��jf��z��\u0017`�Z�\"\u0017��Y���0�� �\\N\u0017�\f��\\��xp{�Y�_U\u001c>�5�E����&�\u0004\u001a\t4\u001b�Fֺ���}\u0001�.��|\u0011H��zz�E�Ad���|\u0019Po������ �����\u0013��\u0019�ʾ&�\u000b �l�zh$�l�\u001aY�^3�\u0005غ�z�E E����\u0017�\u0007��rz��`}p���}<�=�,��\u0017|�\u0005�t������&����\u0004\u001a\t4\u001b�F�گ��~\u0001�.��~\u0011H��zz�E�Ad���~\u0019Po������ ��!kb���`�\r\ng\u0013�ȯ\u001e�\u0013h$�l��X+�^3�\u0005غ�p���/S\u000fn�\"�e���\u0017�p���/j\u000f\u0012\u000b�`O\f`7P_���\u0002\b\u0012���\u001e\u001a\t4\u001b�&֪��L}\u0001��4�|e���'_|�� �\\\u000en�\u0018���L}Q{�X*V��<\u001d\u0007\u000b\u0006��\u0002\b2���\u001e\u001a\t4\u001b�f֪��L}\u0001��5�}e��ԃ��H}�rp�� �}e�ڃ�B�[�\u0017�����M�\u0017@\u0010�D~��H��@5�V~�f�\u000b��q�\u001e\u0003\u0002)�\\O�\u0018P\u0010Z,W���Â�� y\u001f\u000fn\u000fB�\u0014�rA�k�B�\u0015�F6�_=�'�H��@5�V�f�\u000b�u��'i\u0010��r=��\u0004�\u000f\"���\u0012\u001c(��\u0010��\u0007�\u0007�U�\u001e ���U|M�\u0017@��D��H��@%��\u0017�؏��\u0005l]i�9P\u0007^%�\u0006�e.�P3k��2\u0017��\u0018\u0003\u0002!�Ԟf\u0016?f�,���3�\r\n�y��=\b���О@#�f\u0003��Z�u��\u0017`�s=[���J�A#ˠ.sQ�\u0010Y.��\\\u0006�e.\u0002)����W�\u0007r\u0001w�ף\u001f[�ܠ\u0005\bB�\b�\u001e\u001a\t4\u001b���\r\n�c&�\u0000;��y��~90���2v\b��r���\u000e�_^F�R\u001b)0��5�𒰙�\b0� ��\u0000롑@��jd�\u0000;f\u0002\f��\u000b]�;�fA\u0018�\f �\u0014�)\u0007��A\u0018��\u0002�� �P�^m�ӼY�Q���Mm��zhO��@��jj�\u0003;f\u000e\f�u�a�2\b��A\u0018��\u00053�`�2\b�6�`�\u001e�\u0016�}\b�D��.���V@��ă�О@#�f\u0003��Z\u000fv�<\u0018`��Tsk@��E\u0007��\u0001u\b��r�v`@]; �R\u001b�0�t\u001f\"`�c�\u000f�V8\u001b�D��О@#�f\u0003��Z\u0015v�T\u0018`�R��\u0001��x� ,\u001eD2̔��\u0003\u0004�1ߟ\fRh#\u0019F��u�?mw\u0010�Ć\u0001\u0004�MlX\u000f�\u0004�\r\nTckm�1�a���SWi\r\nx��2�>�:��r9�a\u0006T\u001fF �6�aT�P���t\u0007\u000fB<&:\f Hm��zh$�l��Z�Î�\u000e\u0003l]kݎh����A\u0015b�!�\u0016���[\u0003�\u0010#�R\u001b\t1�h\u000f-`����\b1� ��\u0010롑@��jh�\u0010;fB\f�u�a�2\b��A\u0018��\u00123�`�2\b�6Sb�\u001e��>f�,��<Td+��l��zhO��@��JfO/.�\u001f�3\u000bغ�:h\r\n��ր:h�C�,���iXP\u0007-��YjO3��\r\n~\u0001�����V8�Z�4�=�'�H��@5�V��2)\u0006غ�:i\r\n��ր:i�CH-��Ik@��\u0004Rj#+�\u001f�f\u0016�[����&N���\u0004\u001a\t4\u001b�f�:�S��\u0000[W\u001a&-�0i\u0019�I\u001b91.W\u000fF�� L�̉Q{��ȉ�K�\u0019��p6��\u0014�=�F\u0002�\u0006���R�I1�֕�9� �Y\u0006a�FR̔�9� ��L�Q{��왈�Ad\u0013#\u0006\u0010D61b=4\u0012h6P��5b�̈\u0001�.4�Y\u0006a�2\bc62b\\��P�aA\u0018��\u0011�� �J]@�\u0002v��Uŭp6��\u0010�=�F\u0002�\u0006���B�\t1�֥�9� �Y\u0006a�FB̔�9� ��L�Q{\u0010��h\u0018`�����¹��\u0000Ah\u0013!�C#�f\u0003��Z!vʄ\u0018`�Räe\u0010&-�0i#!���a�\u001f\u0016�I�\t1j\u000fB�ԭ��'b�[���\u0015�N�D��О@#�f\u0003��Z\u001dv�t\u0018`�Räe\u0010&-�0i#\u001df���e\u0010&m�è=\b-\u0014{�G�\u0012w��d�\r\nhgm��zhO��@��jl�\u000f;e>\f�u�a�f��L=�z@�Ah��n=`��#����\u0007�\u0007����H/I�\u0016N�\f\u0003\b\u0012�Ȱ\u001e\u001a\t4\u001b�&�ʰS&�\u0000[WZ�x\u0019P�x\u0019P�xQ��Y.�{�\f�{�\b��F2\f?f�,��nK<%.\f �l��zh$�l�\u0012����_��\u0002�.���2���2��Y�P#k��e\u0010��\u0011\b���4�@�\u0017Z�t��\u000b�2\u000b�f���\u0004\u001a\t4\u001b�f֚�sf�\u0000;\u001c�`\u0015\b|��\u001e[0�\u001e[�\u000e!�\\N�-\u0018P�-\u0010H��L\u0018P�Q\u00060�(sNT\u0018@\u0010�D���H��@5�V��3\u0015\u0006غ�zj���}րzj�:��r9=�`@=�@ �6RaT��$bw�'��0� ��\f롑@��jj�\f;g2\f�uG�'�\f\b��A\u0018��\f3�`�2\b�6�a�\u001e�V��|*O��\u0017�ć\u0001\u0004�M|X\u000f�\u0004�\r\nTSk}�9�a��k\r\n��A��\f¬�|�)\u0007��A���\u000f�� ��s\u0012���2�D�\u0001\u0004�MtX\u000f�\u0004�\r\nT3ku�9�a�\u001dN�z��͂0i\u0019�I\u001b�0S\u000e&-�0i3\u001dF�Af��\t\u0003�z\u0004�{Nt\u0018@\u0010�D���H��@5�V��3\u001d\u0006غ�0h\u0019�A� \f�H��r0h\u0019�A��0j\u000fBK\u0014|���<T\u0011�\u0015�N�D��О@#�f\u0003��Z\u001dv�t\u0018`\u001e\u0005|� LZ\u0006a�F:̔�I� L�L�Q{\u0010Z��u��ɯy��\u0014[\u0001mj\u0013\u001b�C{\u0002�\u0004�\r\nTSkm�9�a��k\r\n��A\u0018�\f¨�|�)\u0007��A\u0018��\u000f�� ���ph\u00018<�pN�\u0018@��Ĉ��H��@5�ֈ�3#\u0006����G\u0006�,\b��A���\u00113�`�2\b�63b�\u001e�\u0016~0\f\u001e�i��o\b�\u0014\u0003\bR�H�\u001e\u001a\t4\u001b�����R��>����S��\u0001U�\u0019P�\u0018u��5�T�1\b��H �����R1z.\u0012U{�Y��s�\u0005HS�C{\u0002�\u0004�\r\nTSk��%�b��k��\u000f\f��\u000f\f��\u000f�CH-���\u0007\u0006��\u0007\u0004Rj#-�\u001f�f��n�$R\f �l\"�zh$�l�\u001aY+�.�\u0014\u0003�V���\u0010[yЯ�\u0006ԯ��\u001f\u0004���WZ|\u001f�+��Q\\#!\u0006\u0014��\u0006�~����0� ��\u000e롑@��j^�\u000e�d:\f�\u0015\b}2-��%����2R�W.�?\r\nb@�i��}<�=Hl(�Lw�p/�\r\n\u0003\bB�ذ\u001e\u001a\t4\u001b���ڰKf�\u0000[\u001f�IC��Ycˠ�\u0006\u0013u\b��r�\u001bL\u0006��`\"�b\u001b�0��@#a�\u0015.�\f\u0003\b\"�Ȱ\u001e\u001a\t4\u001b�F�ʰK&�\u0000[\u0017\u001a�,��`�7\u000b\u001e4��\f3�^5�\f\u001e5��\f�� �PL�!?mw�[\u000b\u0017�J\u0010�D��О@#�f\u0003��Z\u001dv�t\u0018`���5Z\u0003�\u0017\u0004\u0006�\u000bm��L9�Bˠ��\u0012H��t\u0018P�{�(O�]=�\u0015��6\u0011b=�'�H��@5�V�]2!\u0006��8a�AX8`\u0010\u0016\u000e\"!f���\u0001��p�\t1j\u000fb\u000b��)��;5b�Ĉ\u0001\u0004�M�X\u000f�\u0004�\r\nTck��%3b���S��\u0013H7c\\\u000f�h#\u001ff��\u001a-�p>,y\u001f\u000fn\u000fB\u000b���\u001d~\"���\u0005� $:\f �l��zh$�l�\u001aY��.�\u000e\u0003l]j���χ�z*è?�,�S\u0019f@�a��xp{\u0010Y��\u0006ާm\u000eּ\u0012\u0019\u0006\u0010d6�a=4\u0012h6P����e��/}f\u0001[\u001f��0\u0003�\f3�\u000eZ�PSk��e\u0010N�\u0011\b���4�T�\u000e.\u0010w�\u0015�/�K-@��\u001e�\u0013h$�l��Z+î�\f\u0003l]k��\u0006��\u0006���!����wZ\u0003�wZ\u0002)��\f\u0003J\u000e+=\u0011��s:��\r\n\u0003\b2�ذ\u001e\u001a\t4\u001b�f�ڰkf�\u0000[W\u001a&-�0i\u0019�I\u001b�0S\u000e&-����O\u0006)��\u0011\u0003�Tw\u000e?�5\u000f�\u0011n���M�X\u000f�\t4\u0012h6P\r\n�Ub�L�\u0001�.5\fZ\u0006a�2\b�6�b�\u001c\fZ\u0006a�fR�ڃ�*��UL��m\u0005��M�X\u000f�\t4\u0012h6Pͬ5b�̈\u0001��4\fZ\u0006a�2\b�62b�\u001c\fZ\u0002o���O\u0006)��\u0011�b��\u0016�L=�5�b\u0000Aj\u0013)�C#�f\u0003��Z)vͤ\u0018`�Zäe\u0010&-�0i#)f���e\u0010&m&Ũ=Hm��D�N����V8\u001b�D��О@#�f\u0003��Z%v͔\u0018`�Rèe\u0010F-�0j#%f���E\u0010~A�@\r\nm�Ā��\u0012����ć\u0001\u0004�M|X\u000f�\u0004�\r\nT3k}�5�a��+\r\n��A\u0018�\f �|�)\u0007��A\u0018��\u000f�� �J\u001d�ue�i��o��\u000f\u0003\bb���\u001e\u001a\t4\u001b�����k��\u0000[\u001f��0\u0003�i\r\n�Ϧ�\u000e!�X\u000e~?̀�lZ\u0002)��\u0011\u0003�V�F<�ը_r��}^{=A\u000e\u0010�61b=4\u0012h6P\r\n�5b�̈\u0001�.�>�ր�lZ\u0003�i�C\b-��g�\u001aPw�\u0013H���\u0018~̚Y�N��n\u0005�s6\u0011b=�'�H��@%��\u0017\u0017ُ���\u0005l]h��\u0006�9k@��ԡF���χ\u0019P�,�\u0010YjO#��.\u001e`su\u0007�V8\u0017Z�4�=�'�H��@5�և�2\u001f\u0006غ�:g\r\n�sր:g�C\b-��9k@��\u0004Rh#\u001f\u0006�����6�r�\u00181� ��\u0011롑@��jj�\u0011�eF\f��q�4�\f�5�\b\u001b�\u0010R���č\u0001��\r\n���Ȉ\u0001%�0�����?h[�lh\u0013#�C{\u0002�\u0004�\r\nTCk��-3b��K��\u001a\r\nx��2x��FF̔�hh\u0019�jh3#F�Ah�c���Kғ�o�\u0011\u0003\b2�\u0018�\u001e\u001a\t4\u001b�f�\u001a�[f�\u0000[W\u001a\u0006-�0h\u0011�'s�s��Y.\u0007��A\u0018��\u0011�� �P��x\u0000�M~2p+�Mmb�zhO��@��jj�\u0011�eF\f�u�a�2\b��A���\u00113�`�2\b�63b�\u001e�V)�O���-\u0011b\u0000Af\u0013!�C#�f\u0003��Z!v˄\u0018`�Jä\r\n4�7[\u000f�\u000e\"\u001d�����\f\bk\u0007�\u000e�� ���\u000b-`���p6��\u000f�=�F\u0002�\u0006���>��0�֥��\u0003\u0006a�AX;�|�)\u0007k\u0007\f��A�è=\b�R�\u001b!����T*�X\u0000\bB�ذ\u001e\u001a\t4\u001b���ڰ[f�\u0000[�\u001aVi\u0019�UZ\u0006a�F6���c_?,\b�6�a�\u001e�V)z�\u0001`�3Q[��MdX\u000f�\t4\u0012h6Pͬ�a�L�\u0001��4\fZ\u0006a�2\b�6�a�\u001c\fZ\u0006a�f2�ڃ�*E�e\u0010�ﳉ\r\n\u0003\b2�ذ\u001e\u001a\t4\u001b�d���2��>���+�s�@�>k���.�O\u0013k���.\u0006�pX�>\u001eܞ&\u0016(y�ԓ_�\u0000{\u0012�p�\u0001@�%\u0019JS\u000b����f\u0003��Z\u001dv'飡EM\u0003��\f�;�\f�;�\b�������-^\u0006�-^\u0000\u001e�u F����hz�\r\n^��<��@�\u0012hO��@��jh�\r\n�g6\f��q¨eP��\u001aP��R�0l�\\�\u001a?,�_i\t�a\u001b�0����i�ӣ�w�J0n\u0013\u001f�C{\u0002�\u0004�\r\nTck}�=�a���SWi\r\n���\u0006�UZ�\u0010b��t�ր�JK �6�a@�3�Ms�4�{b�\u0000��&F��F\u0002�\u0006���F�\u00191��ǩ��#���R�{�/�w�\u000f2��ԇ\u0019P}X�>\u001e�\u001edV):�H�IGq�\u000e\u0003\b\"��\u001e\u001a\t4\u001b�F��{��\u0000[�\u001a\u0006-�0h\u0019�A\u001b�0S\u000e\u0006-�0h3\u001dF�Ah�X�\u0005�4�]�䭀6��\u0010�=�F\u0002�\u0006���B�\t1�ֵV!f@�z�`=���;��r9\u0018�\f¨͔\u0018�\u0007���YC\u000b/y��a+��lb�zhO��@��jf�\u0011�gF\f�u�a�2\b��A���\u00113�`�2\b�63b�\u001ed\u0016N��\\0��W��\u0018@��D���H��@5�V��3%\u0006��8�+-����7\u000b�S��CH-�ӧ*\u001bP��L �6RbT쵮f=�;���\u001a�\u0014\u0003\bR�H�\u001e\u001a\t4\u001b���J�{&�\u0000[�Z\u001f_o@}|�\u0001����!������\r\n���'�R\u001bI1���\u0002aw0��Ċ\u0001\u0004�M�X\u000f�\u0004�\r\n�5���\u0017\u0013�Ͽ��%l]j\u0019�\u0006�g��YPF-v(�u�d�:PF-�\u001aZlOBK\u0014�\u001f\u0010\u0006OE����\u0012$�\r\n�=�F\u0002�\u0006��uN��/Af��ܫ\u0018��\fZ\u0007ʠ�\u000e!�\\N\u0006�\u0003e�\"H�M�\u0018Q�|�����WЦ6�b\u0001�'�H��@5�N�}�%H-ɚ��$�\u0001�ɯo\u0016�I�H1W\u000e&-�0i#)��Aj�\u0002���)/�\u0015Ά6Pb\u0001�'�H��@5�N�}�%\b-����$�\u0003a�2\b�6Qb�\u001c�Z\u0006a�FJ\fۃ�F\u000fMdLV\u000f�b6��\u0010\u000b�=�F\u0002�\u0006��uB��/AfQ$�o2\u0019P�Ɂ0h\u0013%����e\u0010\u0006m�İ=�,Q��\u0003nN#�+gC\u001b(�\u0000�\u0013h$�l�\u001aZ��>�\u0012�\u0016ER\u0005�,\b��A\u0018��\u0012s�`�2\b�6Rb�\u001e�\u0016�z��D��Rw\u0019o���\r\n�X\u0000�\t4\u0012h6P\r\n�3b�\tB�\u001e�\u001e�zs`=��͂0i\u0013#����e\u0010&mdİ=\b�R`\u0017�X�C�\u0015�f60b\u0001�'�H��@5�Έ}�%�,��z��͂0h\u0019�A�\u00181W\u000e\u0006-�0h##��Af���Z��<��Y���6��\u0011\u000b�=�F\u0002�\u0006��uF��/Aj�#�#]o\u000e����Y\u0010&mb�\\9��\f¤��\u0018�\u0007���YC\u000b/y��~����\u0006>,��\u0004\u001a\t4\u001b�f���Ͽ\u0004�E�T�l�1�\u001b\u0013]=�y��Ab���<p��<��ǃۃĂ��ޟ�Z�\u0015�p6��\r\n\u000b�=�F\u0002�\u0006*�=���~���,`�R�\u0016/\u0007�\u0016/\u0003��Z߹C\r\n�)'[�\u001c([�\u0010��R{\u001aZ*�Z7\u0011=��S�[�\\j\u0001���О@#�f\u0003��Z\u001fv�|\u0018`�Z�&/\u0007�&/\u0007ꨥ\u000e!�\\NG�\u0001u�\u0012H��|\u0018\u0015��rw�N{H�\u0018@\u0010�D���H��@5�V�\u001d2!\u0006��8�;-����7\u000b�wZ�\u0010b���;�\u0001�;-�\u0014�H�\u0001\u0005Gr\t;�v�\r\ngC�\b�\u001e�\u0013h$�l�\u001aZ+�\u000e�\u0010\u0003l]j�Rk@]>0�.\u001fP�\u0010Z.��\u0007\u0006��\u0003\u0002)��\u0010�b� ���d�WΦ6Qb=�'�H��@5�V�\u001d2%\u0006غ�0j\u0001<��=\u001f�,\b�6Rb�\u001c�Z\u0006a�fJ�ڃ�\u0002�?��K�\u0015�\u0015Ά6Qb=�'�H��@5�V�\u001d2%\u0006غ�0j\u0019�Q� ��H��r0j\u0019�Q�)1j\u000fB\u000b��.\u0004>\u0011;_ꇷ\u0015Ά6Qb=�'�H��@5�V�\u001d2%\u0006غ�0i\u0011�g��Y\u0010&m��L9��\f¤͔\u0018�\u0007��\u0007\"��D��F,Qb\u0000Af\u0013%�C#�f\u0003��Z%vȔ\u0018`�Jàe\u0010\u0006-�0h#%f���e\u0010\u0006m�Ĩ=ȬR�4/�h���\b1� ��\u0010롑@��jf�\u0010;dB\f08@N�\r\n\u0004��\"XO�}�� �\\\u000e�i\u0019�u�L�Q{�X(\u0006���\u001c�.�W�f6\u0011b=�'�H��@5�V�\u001d2!\u0006غ֐Z\u0006a��AX����)\u0007�\f�:m�Ĩ=H-�8\u0018l�E\f�\u001b$F\f �lb�zh$�l����\u0017�ُ���\u0005l]i5b\u0006�I�`=H��;�̚r:i\r\n���@�,���EJ\u0007-�&|���}^{y�\u0017A\u001a�\u001e�\u0013h$�l�\u001aZ+�^3!\u0006غ�:h\r\n��ր:h�C\b-��Ak@\u001d�\u0004Rh#!\u0006\u0014\u001d��b׺f�\u0015�MZ� ��\u000e롑@��jh�\u000e{�t\u0018`�Räe\u0010&-��\u0013b�!�����e\u0010&m�è=\b�R��\u00000x��W�f6�a=�'�H��@5�ֆ�f6\f�u�a�2\b��A\u0018��\r\n3�`�2\b�6�a�\u001ed\u0016_U�\u000eLw��Ć\u0001\u0004�MlX\u000f�\u0004�\r\nTSkm�kf�\u0000[�&LZ\u0006a�\"��!�\u001dBj�\u001cLZ\u0006a�f6�ڃ�*Ek��\u001dO�nw+�\r\nmb�zhO��@��jh�\r\n{�l\u0018`\u0007y��\u001bs���^�����\u0018�\u0015�V]'�a^��i\u0005�n�|0\u0006i�b��\u00001�.\u000b\u0016�iM4X\u000f�\t4\u0012h6PM��`��\u0006\u0003l%B��\u0001U)\u0018P�\u0002u\b��r�\u0014\f�J�@\u001a��\u0006ÏY3�ԥn\u001c�\r\nf\u0007lb�zhO��@��jd�\u0005{�,\u0018`�B��e\u0010\u000e3\u001aP�-u\b��rjn\r\n��@�ld��������\u000b�V8\u001b�D��О@#�f\u0003��Z\r\n��i0�֥�9� �Y\u0006a�F\"̔�9� ��L�Q{\u0010Z�0�ܜn�}MD\u0018@��D���H��@5�V��f\"\f�����Mz��AS� |��D�)\u0007_h\u0019\r\n                                                                                                                                                                                                                                                                                                                                                                                                                <ij3\u0011F�Aj��툄]���_9\u001b�Ą�О@#�f\u0003��\u001e_\\h?�҇\u0016�u��\u0012Z\u0003�=�\u0001�\u0012Z�PCk��$�\u0006��0\u0002!�Ԟ�\u0016(:���ջ���.�\u0000ij{hO��@��jj�\r\n;f*\f��q�\u0001��Y�������r9\u001d�\u0006�A���\u0007�\u0007���auy�i�S�pLT\u0018@\u0010�D���H��@5�V�\u001d3\u0015\u0006��8/\u001aZ\u0006�\u001a[\u0006��\u001a�C�-��\u001fk4`=���A�m���se�5�c�4��\f\u0003\bR�Ȱ\u001e\u001a\t4\u001b���ʰc&�\u0000[�\u001aF-��[�\u000e��j�\u000e!�\\N~�с�S�\bRj#\u0019�\u001f��\u0016^R��V8��D��О@#�f\u0003��Z\u0015v�T\u0018`�Jäe\u0010&-�0i#\u0015f���%P~��'���H��Ǭ�\u0005aVO\\l\u0005��MDX\u000f�\t4\u0012h6P��\u0015a�L�\u0001�.4�Y\u0006a�2\bc6�a�\u001c�Y\u0006a�f�¨=�l��\u0010��&��\u0000��&:��F\u0002�\u0006���:��0�֕�1� �Y\u0006a�F:̔�1�?�\u0005c6�a�\u001ed6;\u0015���w\u001d\u0013\u001f\u0006\u0010d6�a=4\u0012h6Pͬ�a�̇\u0001��4�Y\u0006a�2\bs6�a�\u001c�Y\u0006a�f>�ڃ��\u0013\u0010�\r\np�C]��\r\ngS�\b�\u001e�\u0013h$�l��Z+Ď�\u0010\u0003l]k��\f¤e\u0010&m$�L9��\b�\u0013i?\u0019��FB��ѳ���'x\u001d\u0013!\u0006\u0010�6\u0011b=4\u0012h6PM�\u0015b�L�\u0001��5���Q��\u001e��F:̔�UZ\u0006a�6�a�\u001edV�\u001b};��`�6�a\u0000Af\u0013\u001f�C#�f\u0003�̞^\\f?��g\u0016��q�5�NZ\u0003ꤥ\u000e5���NZ\u0006뉴�\fBj�=M-Pt^\u0001��u��p.�\u0000ih{hO��@��jh�\u000e;e:\f�u�u�\u001aP��\u001aP��R�\u0010Z.�_j\r\n�_j\t��FB\f?fͬR��`6��\f�=�F\u0002�\u0006���2�D�G\u0013K\u0006�P�\r\n�Y\u0010�,8$�)C\u0018�_U7\u001d��\u0003�`�7a�V*�K]��\r\n�\t,X= �\u001bbu\u001a�BJ~�{G\f2���\b��Z\u0015v�T\u0018`+\u0015���A��;\u0003�^Z�\u0010b��t/�\u0001u/-�4f#\u0015�\u001f��\u0016�\u000bl:8%*\f ���\r\n롑@��jf�\r\n;e*\f�u�u+�\u0001u+�\u0001u+-u\b��r��ր���@�l�:�\u0005��m\u000e�\u001d$6\f Hmb�zh$�l��Zk�N�\r\n\u0003���'\u000f�,�[i\r\n\b_\u0010\"\u001bf��ځ\u0001u�@Jmd��c��\u0002��6�a\u0000Af\u0013\u001b�C#�f\u0003��Z\u001bv�l\u0018`�s��{}c�=\u00120i\u0019�I\u001b�0S\u000e&-�0i3\u001bF�AfAs��=O�\u001cL�ć\u0001\u0004�M|X\u000f�\u0004�\r\nTSk}�)�a�����כ\u0005a�2\b�6�a�\u001cLZ\u0006a�f>�ڃ����z��i��a�\b1� ��\u0010롑@��jl�\u0010;eB\f��q��\u0001��~� ,�FB̔�eZ\u0004멡�\fRl#!F\u0014<��^���\u0014\f�D�\u0001\u0004�M�X\u000f�\u0004�\r\nTSk�؉ď�\u0016\u001e�G��ht�x\u0018�urG�\u0002˯\r\nk\u0007\f��\u0001�nU\u0001\u000f� ��\u001c5��\u001bX\u0005Pa\u0010W������QV�v� ��\u0011��P\t��Ņ��/��\u0005l]o]A0�~�5�~��\u000e5���~�5�~�%\u0010F-���ŏY��/����`n�\u0002�s���\u0004\u001a\t4\u001b�F���s��\u0000[\u0017Z\u0017j\t��\u0007\\\u000f~����r9}\u0010�\u0001�AH��xp{\u0010XxN�n�|\"w�VG�\u0015�f6\u0011b=�'�H��@5�V��#!\u0006\u0014}7�b�8jd\u0001��\u0006�Q`�UU�\u001aP�-��*R\u001e�\u001e\u0004���i\\�7�np\u0006\u001f��B\u0002�q\u0005\b�Ȱ\u001e�\r\nT�je�9�a��K�w`\u0004Ҍ�zzl����r95�\u0006T����\u0007�\u0007�U�~o���\u0007-�\u0002�\u0019�Ȱ\u001e�\u0013h$�l��Y+�Ι\f\u0003l}�0f\u0003����ӥ.�\u000f2��t�ˀ�ԕ��\u0007�\u0007�UJ~��i�ӕ�s��\u0000��&*��F\u0002�\u0006���*윩0���\ts�A]�2��tQ��Z.�+]\b��YF\u0002)��\r\n\u0003���DX�H����&*���\u0004\u001a\t4\u001b�f֪�s��\u0000[W\u001a�,��\u001fр�\u001f�:��r9�B� |��T\u0018�\u0007����\b\u0014='�x0� ��\u0007롑@��jd�\u0007;g\u001e\f�u�a�2\bc�A\u0018��\u00073�`�\"\bg\u0019\t��F\u001e\f�[�b���|��\u0013\r\n\u0006\u0010�6�`=4\u0012h6PM��`�L�\u0001��5\fZ\u0006a�2\b�6�`�\u001c\fZ\u0006a�f\u001a�ڃԆ�\u0018F�.��g[�lj\u0013\r\n�C{\u0002�\u0004�\r\nTSk5�9;\u0017\u0006غ�0k\u0019�Y� ��ȅ�r0k\u0011�ӌ\u0004Rj#\u0017F�nu'��q�\u0005�\f�KS��\f�=�F\u0002�\u0006*�����~��O-`�Z�%\u0010\u0016\u000fL=]<��4���.\u001e\u0018P\u0017\u000f�����4��&�>��[�Ϲ\u0015�e\u0016 �l\u000f�\t4\u0012h6Pͬ\u0015a�L�\u0001���>ݓ@�,�SsK�Af���[\u0003��M�ǃۃ�*u�\u001bӟ�5�W��p6��\u0007�=�F\u0002�\u0006���\u001e�=%\u0011�u���2XϷ~��\u001e��\u000e!�\\N7�\u0018P7�\u0010H��d\u0018P�+w��S�����&\u000fI�=�F\u0002�\u0006���2��0�֥�=2\u0006�=2\u0006�I\u001b�0S\u000e&-�0i3\u001dF�Ah����\u0014O���Md\u0018@��D���H��@5�V�]2\u0019\u0006غ�0h\u0011�ӌ\u0006�A\u001b�0S\u000e\u0006-�0h3\u001dF�Af�\u0018=E���{���V@\u001b�ć�О@#�f\u0003��Z\u001fv�|\u0018`�bèe\u0010F-�0j#\u001ff���e\u0010Fm�è=�mt4\f{��[�lf\u0013\u001f�C{\u0002�\u0004�\r\nT3k}�%�a��+\r\n�\u0016�z��\u0005a�F>̔�Q� ��̇Q{���h\u00186GG�.�\u0012\u0003\bR�(�\u001e\u001a\t4\u001b���*�K��\u0000[�\u001a&-�0i\u0019�I\u001b)1S\u000e&-�0i3%F�Aj�X}ѧ�\u000eb�81� ��\u0013롑@��jl�\u0013�dN\f���\u0013N4\u001aP��\u0018\u0010Vj#'f��J-��R�91j\u000fb\u000b?\u001e\u0006ϝCL7�\\\u0012#\u0006\u0010d61b=4\u0012h6Pͬ5b�̈\u0001��4��2\b+�\f�vZ�\u00102��t;�\u0001u;-���Ȉ!\u0005�b��\u0014�D�\u0001\u0004�M�X\u000f�\u0004�\r\nTB{}q���K\u001fZ��/5�ޝ\u0001u�\u001aP\u0007-u��5�t�\u001aP\u0007-�\u0010ZjOC�\u001f�d\u0016{�G�~�\\f\u0001���О@#�f\u0003��Z!v̈́\u0018`�J�5�\u000eZ\u0003ꠥ\u000e!�\\N\u0007�\u0001u�\u0012H���\u0018P�\u001bL�\u001c���U��QS�8�\u001e�\u0013h$�l��Z�Į�\u0013\u0003l}����@�,׃9\u001b\u00191S\u000e�,�0g3#F�AfAu�yF��<�5Qb\u0000Af\u0013%�C#�f\u0003��Z%v͔\u0018`�Zäe\u0010R� L�H��r0i\u0019�I�)1j\u000fR\u001b=,�^�n��\r\nf#�\u0018�\u001e�\u0013h$�l�\u001aYkĮ�\u0011\u0003��B��vo\u0016�/�\f ���)\u0007��A\u0018��\u0011�� ��D\u001c�ʝn�P�k\"�\u0000��&B��F\u0002�\u0006���B�\t1�ֵ�A� \fZ\u0006a�FB̔�A� \f�L�Q{�Z(v�/�D��Rӽ\u0015Φ6Qb=�'�H��@5�V�]3%\u0006��|��\u0001�,\b��A���\u00123�`�2\b�6Sb�\u001e�\u0016��a�\fU\u0013�\u0015Φ6Qb=�'�H��@5�V�]3%\u0006غ�0k\u0019�Y� ��H��r0k\u0019�Y�)1j\u000fR�\u0014\u001d�\u0005�~�������&B���\u0004\u001a\t4\u001b���\r\n�k&�\u0000{���@��\u0005a�2\b�6\u0012b�\u001c�Z\u0006a�fB�ڃ�*E;j�5�E����&F���\u0004\u001a\t4\u001b���\u001a�k��D�ޯ4\fZ\u0006aЂ\"\"�\u0010�0������\u0000@z \u0012�\u0007��bp����/�\\U*�4��\r\n\u0003�\u000e�=)5\u0012h6PI���%��/��\u0005l]j���`=4�͂�ɋ:�Кr��ˀ�ɋ@\u0018�Ԟ�\u0016(�n@�y����¹1\u000b�����\u0004\u001a\t4\u001b�����[��\u0000[�Z�x\u0019P�x\u0019P�xQ�\u0010Z.��ր:i\t��F>\f_��$>�;_�\u0016��p6��\u000f�=�F\u0002�\u0006���>��0�ֵ�Q��0�W��}�� �\\N��\t�\t\u000e�\u0013V�{ps�X�a�݀0}X�M���t\u0018@���\u0017R��ą��l��W��n�\u000b\u0003l\u0005�U�=+��ӇtP�W.�\u000f�0�>�#y\u001f\u000fn\u000f\u0012�\u0014mH4��\r\n�-�a\u0000Af\u0013\u0019�C#�f\u0003��Z\u0019v�d\u0018`��ԟ�1�MS��]S\u001b�0.W���Â\u0007Mm&è=H-}�\u001aZꭞ��\r\n�y�_5��\r\n�=�F\u0002�\u0006���*얩0�֕�9ˠ>Fـ'�l��L��f���f6Sa�\u001edV)��f����uKD\u0018@��D���H��@5�V��2\u0011\u0006غ�0g\u0019�9� ��H�q�z&�\u0005a�f\"�ڃ�F�J$\r\n~|�X0� ��\u0005롑@��jd�\u0005�e\u0016\f�u�a�2\bc�A\u0018��\u00053�`�2\bc6�`�\u001eD�^�\u0016\r\n���j��p6��\u0006�=�F\u0002�\u0006���\u001a�i0�ֵ�A� \fZ\u0006a�F\u001a��Ճk?,\b�6�`�\u001e�V�\u001b��0�lb�\u0000��&\u0016��F\u0002�\u0006���\u0016얝\u000b\u0003l]i��\f¤e\u0010&m$�L9��\f¤�΅Q{�Y�p�0�#s\u0003}��MDX\u000f�\t4\u0012h6P����e��/}f\u0001[WZ�\u0001u�\u001aP�,u���r���\u000f\u000b�%\u00102K�if�c��\u0002E\u000f�����\u0002����=�F\u0002�\u0006���\u0016�Y0�օ�1k@\u001d�\u0006�1K\u001dBd���Y\u0003�%�\"\u001bY0���z����\t�u�\u0013\u000b\u0006\u0010�6�`=4\u0012h6PM��`�̂\u0001��5\fZ\u0006a�2\b�6�`\\��\u0002�aA\u0018�ٹ0j\u000fR\u000bZ�V}��_�t�S6w\u0010]\u001a��`X\u000f�\t4\u0012h6P���a�L�\u0001�.6\f�L��z*è?\b-�S\u0019f@�a��xp{\u0010Z(v�_I�̽�a���6��\r\n�=�F\u0002�\u0006���6��0����G�\u001bP\u001fYo@}d=u\b��r��z\u0006�!��\fRl#\u001b\u0006\u0014=�\u0013��K�5�\u0015Ά6�a=�'�H��@5�V��3\u001d\u0006غ�zl܀�� \u0006�Y\u001b�0S\u000ef-�0k3\u001dF�Ah��\u0017�Z(\u0006?wwOt\u0018@��D���H��@5�V��3\u001d\u0006غ�0h\u0019�A� \f�H��r0h\t<���\u0011H��t\u0018~�\u001aY����D�\u0001\u0004�MtX\u000f�\u0004�\r\nT#ku�=�a��\u000b\r\nc�A\u0018�\f�t�)\u0007c�A\u0018��\u000e�� ����g\u0016\u0010�E�{\"�\u0000��&2��F\u0002�\u0006���2��0�֕�1� �Y\u0006a�F2̔�1� ��\u001d���H�\u0001�_\r\n�\u0018}5Hd\u0018@��D���H��@5�V��3\u0019\u0006غ�0g\u0019�9� ��H��r0g\u0019�9��0j\u000f2K\u001f�F\u0016^R\u0016�����&2���\u0004\u001a\t4\u001b�kf�//&��i3Kغ�2g\u001d(sց2g�Cɬ+'sրzZ\u0001A�,�'�%\r\n\u000e��kʛ�\r\ngBK��6��\u0004\u001a\t4\u001b����Ͽ\u0004�%�t�_�s�\fZ\u0007ʠ�\u000e!�\\N\u0006�\u0003e�\"H�Mt\u0018̚Y�M�~�lf\u0003\u0019\u0016@{\u0002�\u0004�\r\nT3�d��_�̒B\u0012I�fA\u0018�\f Md�+\u0007�\u0016�z��'���D�\u0011\u0005��\u0018�/\u0007_1����\u0005О@#�f\u0003��:\u0013��� �d�N����\u0005a�2\bs6qa�\u001c�Y\u0006a�F.\fۃ�R1��\u0005םh����m��\u0002hO��@��jl�\u000b��K\u0010[\u0010C����9����_\u001dy\u0002\u0012�\u0007��r�\u0004$\u0004�Ys��u\u0011��\u0018$��ɲ\u0001c��@e�<<� �k`�\u0002h$�l�\u001aWg�>�\u0012�\u0015�P��c��J&꤇\u0018�;H+��C�\u000e�-2����Āq1�+a����\u0011\u0004y\r\n\fX\u0000�\u0004�\r\nT��\f��_���\u000e��\u0006��\u001bc﹑\u0007\u001faw�W.'��\"P����_�Қ�/.\u0006i%\fҪ\u000e\t�k �\u0002hO��@��jZ����K�VTF�s�\bR^��Y�/W�ye�U\u0010\u001eƁ�Ab��\bCN7 ~�>���\u0012'\b\"\u001b��\u0000\u001a\t4\u001b�Fֹ�Ͽ\u0004�EcTU�\u001b�\u0014Y�\u0007_\t\u0012�e��y[\u0002��O�0����b�g\u0016�\u0004\u00056\u0010_\u0004A`\u0003�\u0015@#�f\u0003��:���� ������7\u0006)�\\\u000f�\u0013$�˕��\u0004\f��;\t��&ڋ(x�\u00116G�\r\n�\u0017A��@{\u0005�H��@%��\u0017�؏��\u0005l]iy|'��XSO\u001e*��ibM9y��\u0003�r\u0004Rb�=M,P�\u0016K�Ab�`�\u0017^��E�&���\u0004\u001a\t4\u001b�&�:�\u0003�\u001d\r\n,�\"X�b�\u001e�����\u0002\u001b\t/��D9\u0007�j`�d��f\u0019��F�[��a8~K�_\t�'�H��@5�Vx\u001dH�h`�\u0012Q`\u0011ԓ�\u0004b`#�e^Ú\u0001!��� ���\"\r\n\u0002\u000b\u0014\u0006�5K�%Я\u0004�\u0013h$�l�\u001aXk�\u000e��\u0002l]i�N�˟o�\u001c\u00046R]�\u001c|%`\u0010�\u0012�o�\u0011Q�f>b�+�&\u000f������\u0000A\\\u0013��C#�f\u0003ոZ�u -�iE�D�\u0015��p�o\b�\u0003�\u0011����3\f\\{0_I`�|�<\u0017Q�W�p���\u000f/�X8\u0013�Rג!w�g�w� �����P���]��v\u0001���k\u0005\u0004ҝ\u0017׃�F�˔ӵ\u0002\u0000eI�'׫G�\u001f�\u001c��>bM-�d�a�\u0015�N�Dv�О@#�f\u0003ոZ�u�d\u0017`+\u000f�\u000f\b��r=�\u0007�\u001fĕ˩>��\u000b�\t�\u001e�5�]��\u001aWxI�kp�\u000b�z��\u0017b\u0010��w��l�\u001aX�\u000e��\u0002l%B\u001e�� \u0005���.C�\u000f\u0002��t�!�]\b,ԣ�F�\u000b_S\u0003\u000b/I�M\\\u0017@u��/� �����@5�Vv\u001dHNi\\Q&�G��YP~�ˀ4a#�e^W~�Ɓ�A����\u0017Q\u0010Z~Q�.�ڥ�\u0012�W\u0002�\t4\u0012h6PM�5^��׿�z�4u3�\u0001u37���\u0005��-Ŀڗ�=�\u0000ֈ���GD�[D=��c+�\r\nk\"�zhO��@��JX__\\X?�҆���0�J\u0001����7\u0004/u��w�`��WUu`@]) P�\u000e�Ӽ\u0002�\u001b\r\n��Nl+��\u001a\u000b�&���\u0004\u001a\t4\u001b�&�ʮ��\u0017`�R�&C\u0003�j,�\u0018��v�W��\u001d:P�\u0019\u001a𪡍|�)���\u0000��&ƫ�~%О@#�f\u0003}�����/�������\u001f����\u001f�������?�����?��?������{�2�����_�����������������������˟��?����������_������������x���PK\u0003\u0004\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000_rels/PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels��Mj\u00031\f��b��h�E(%N6��])�\u0001T[�Ì-#;mr��BKSR�R�{���ٝ�l�Y�(�²i�pt���[x=>-\u001e��B��,�-\\8�n�y�J��aL�TF�\u0016�R�#bv\u0003\u0007ʍ$�u҉\u0006*��\u001e\u0013��z�UۮQ3��i\u000eނ\u001e�\u0012���\u001e�t��x/�\u00148�\u001b+�(*���b�<���&25\u0015\r\nx;���,�߉�\u000by*�N�\u0017I�[�X��\u0013ǋ{�����\u000e�W\u001f�~\u0002PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml��Ok�0\fſ��q<�\u0018!I/c����\u001dGiLl�X��~�9i�\u0006���'\u001e�!=�����\u0007\"\u0019�\r\n�E�\u0019x���}��^9����,zh�\u0005�����q�\u0011g�t�\u001dundefined<F����3g���SJ�\u0012��\u0004NQ�\u0001|vF�N��ƃ�\u0010A\r\n4\u0001$g�SY�\b���\u0011*�\u001f�8\u0015�c�itA%�\u001bk�eem��\b\u0005��hxC}t��u�\b6\u0013��d\u0002m�|�\u001d�\u0019\u001d�pLE�↺;N�B��}m�D�m�DI.�hk��Z��ʼr9�U���EtC�\u0019g�2Y�n�|Alsbc��PK\u0003\u0004\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000xl/_rels/PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels��Mk�0\f@���}q��\u0018�n/c�k?~���84����˿����@\u0007;�$��{\u000f�\\��:Q�>\u0006\u0003MU��`��Cg��xz\u0005ł��\u0010\u0003\u0019��a�Zni@)_���Ua\u00046�Eқ�l=��UL\u0014ʦ�yD)�����\u001d�E]��|ˀ9Sm���q\u000bP{�\u001d�\u0001����$�4�\r\n���D��ƶ�-�G�9R�;v=���\u001f�|\u0013#�@������o~�瘏��Z^F��\u001f�5FϮ��\u0000PK\u0003\u0004\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000docProps/PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS奼r6\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml��]K�0\u0014��J�}�6�)��@eW\u000e\u00057\u0014�Br�\u0005�\u000f�h�o�m݆�J�M8�y�C��V��\u001b��FW8O3�@s#�^Wx��'w\u0018���`��P�\u001dx<�Kn\u000bn\u001c�8c�\u0005\t\u001eE��\u0005�\u0015ބ`\u000bB<߀b>�����8�B��5���5\u0010�eS� 0�\u0002#�0��\u0011\u001f���J���A 8�\u0016\u0014��I����\u0006p�_m\u0018*g��ag�*z,����\u0011�.�&\u0003\u001a���}��:��H�o�\u0003�K�\u000b�\u0005����x�\u0004��4�\u0003Zyp%9#�m�̇E\\{#A���j�\r\n����2\u0010(F-��\u001d+o����\u001c�4�y�g\t��lR��x�\u001b:��\\8NRux�_֣�\u001e�_~��\u0007PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS-@%s�s\u0003\u0000\u001a�\u000e\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xmlĽ�r\u001cWv.��>Ŏ>\u00117�\u001bDU�\u0003�\u0007�Փ[�\u0015�쎾\u0010\t �JVU&\\\u0003!�@3�\u0014��i[�(�j� �\u0000\u0005^�\"Dv�o��=��\\+3��dK\"\u0005de�y��[k���~4\u001e���d�\u0015�_���Y?#i�Z�e��_��\u001f>��R�32�%�Z2*�����N���W�錬\u0016�|F��{q�32ϳ��oU�Ѷ��_�l0�m\\�����t�L{�F��O�\u0017�q2��N��ӍI��M\u0007i:\u001b���e\u0005�q��?�\u001de�W���8pq~tq����O.�\u001f^������o���>Uo�\\�����݋�ӥ������Ë��������\u001b�\u0017�/x������������xy���\u0007�������\u0001���\u001f`���/y�t\f�������yc/�xO�\u0000��۴y�\u0005�\u001e\u001dɣ���g8V:�[��;��������I�\u0017������r��n��!ݹ8�Ƽ\u000b_:�\u001f?csxy[mҷ\u0017�_�1��b�s��n���O�~��N���]��Tm�wb�`c��undefined<vy���C�te���\u0005޼6�\u0007q�\u0017�I>N֒\u0005^��/�J��$\u0019��\u001d��\u00158˷�undefined<Og\u0003�>�tV�x(>���a|5�(\u0019o���j1���Y�R\u00108K1�x�ӭy�l�c����/�6��+�s���ؑ�_�kI>KțyB�Շگ-�6_�svzX���e9�GE\\\u000b�;������#J�R��,ϳ�\u0000�+���.>n[ ��\u0002�]��\u0000,�X\u0004��C����u@��8���\u0004�ȹ�\t>���>y�'�?��\u000f�\u0019_\u0001N�ة9㭝\u001b�d������\u0010�����ʛO\"���P\\~b\u0013Na����-��V�)\"�������@���?��\u001bg�Ԩ\u0000��9����B��\u0019\\.ǵ�\u000f�\u001a%�,!o\u0015\u001f�?Z\u0015\u001f�]��m��0Z�\\{)rB\u0017t���S��/r\u001e��m>�36�\u001e_�3E]�+� ��������\t� \u0019g����Ǔ�xn]�>I��up�å7\u0002;�\u0014Y�k���\u00056��$�\u001a$�C��y�:��\u0016�`?��\u0017?HF\u001b\u0003�{�T�����S���k�J`���Ko؞ɦ�r\\\u001f\\k?v�o�A>-r�Iv\u0013�B?��\u0018��l�6I��[��&\\��*�\\�̦��tm\u000e����F�:��\\�\u001c'\u0002��B��d�Mg�jJ�\u001fQ�\u000b�ҳ\u001c�N���)�H�Ir0�tD\u001f�Wg�\u001aJ7��7�غ��R���Ğc�w��A�����d:\u0005\u0013��l\u0007��/G���\r\n#�\u001fd�t\u000b�izW׋b]\\�^\u0002�*��r�K��-A�n��b2\u001b\\���\u001a��H��b��\u000fF��IJe9�d2ɦ�\u0014�\f�\u0007���|r3�\u001a\u0017�0�.�[����g�\u0007�n�.)�M�L��>��}\t\\�\u0006��Z2��#:�|���M\u0007�qp5����l�(�[iǗ��_��rE�m\u001c�\u0013\u0006���c6�\\�\u0012�\u000f���I���9�\u001f�W�q�2*z76@�tH�\u0013\\�\u001cg�\u000e\u000b\\0/�m�ۄ�T��\u0006�\u000b����l�m�_'\u0013x56�����d#�7��\f\u0019�\u001bYKo��w)��\r\n �0OՇ)�|p�������b�Mɯ�IN�\u0005H\u0019F��'���l>^\u0019��\"�\u000eVl���/��py������\u0019k�Qф\u001e�l\u0004\u0004�_dt=ɵ��8[\u0003���Tundefined<O��%\u001f�c���\u001bNd]���vc \u0013y����:��,�D���1\u001b\u001c���I1\"o��\u0011 \b�C�t�\u001cP�a�m�.\u000b=L6$�1=Ko�)iY����逼y3��`h���`M��ҍA��k�\u0018\u001c��>\\�:\u001d%3�oG��\u001b��P\u0012�,�!\"95��!y����\u0016y+����8c�&�!ӷ��\u001c\u001c��������jF���:]\u0007�\u001a�<�3�\u001aŗ\u001c'^�\u000b�w��|�t\u0003\\?\b��� �\r\n.��<[\u001f�C7\u0019����d���T��\r\n�iN\u0007��(#\u001b~t����<@6\"&\u000e'(7r\\�\u0007D��lF{�|u\r\n(�Z��LO��A1���\b\u0015���qC��Ȉ$\u0015-Y\u001e�x��^��\u0000��C�oÕR��\u001d.́�ac\"ڇ�\"_�\u00147#�d`��lܛ�\u0017��7�%�\u0003/��\u0014S\u0001\"�\u0007Q�j�W|�\u0005�\u000b�9@�����l���yĐ�S�)ۚ�\u0018ٿ�M��dZl$C@\u0010�[�\u001bI~uV��Y�����\u0014�U\u0018R�3���3fe\u0007W<�\u0005n���T�r\u0001�K�k��\u001f8/���e�!Y\u0002,�Xc\\2��~�yX���q\u001e\u0011��+�{\u0005�5���I\r\n��u+nM��\u0013� ���e��ʒ�PupF�6���Zi�_�:Lg�A�����S��%�\u0007�XO*&�sű��M�\u000b�ZԄ\u001ep-�^��8y=�&A�_�����P���}@p�H�~l3�ء�\u0003\\tχt*�HQ�)%7��fj�ͷ�i�c>����_��+�'JE�1Q��#n���\r\n�0V0-�R��\u001bG̐\u0005MX�@S^�m��i��\u0011��\u0012o�n��t:>��\u0017]�4;\f�j֟�W\u0014C�Nq3��o\u0000�Y����x-\u0003�)Y���\u0007�N\u000f0`V!۾�9��$�\u000b\u0001���R��\u001ctf�F�dF������&�U���cb�^��1m�i�6eL�ZQz\u000e8�\u000by\u0015�]o���L���nL�W�b\u00149~+�t,7��\b�\u0012=@�\r\n���@M�[<�\u0005ߕ�#iI:&\u001en��\u0006of\u00129\u0011�!n\u0001�n�Ȅ�̼ؠ\f(\u0001�ge���2�޲\u0005�\u0015�,?�\u001d=:!B�6!����u\\��p8$�\u000f��d����0\u001b$-�\r\n腤ju�\u0013\u0018��\f�e\u001b\u0002��\r\n�te\u0005\u001c�qJu�Y�:t,��µ�Tt\u001cv�\t��\u0010:�f\r\nD�+���\u001fBЂ/iC߉r�P��-�'6d��Q\u001a>)n@n�O�)mo�\u0012z�\u0011��� �$\u000e�\u000e��!2\r\n�\f���`5+���3g�T-#�\u0002\u0011���\u0006�8�$Ra\u0017�R3��rS�Kc�O��>F��d-��;y?�(6�T4�$��\\�Cu�V�\u0013ٮ�\u00061\u0014��,�%�����\r\n�\u0000@R�\u0006�h�173\u000b7\u0013v����!\u0017�pq�'d��+�DQ�(\u0002�\u000e�7�(��W,�V���/2B�\u0000j1*���\r\n����ضg�\bעCa�\bg/\u0011�F@�q��\r\n��mz�;\u0002�q��_�\u001d�?c'F\u0018�\u001f\u0001I-t\"0��$�\u00002�TNE��Q}4\u0019O /���Z�H'��去*�鱻��\"�ȿ��ߐ\u001ey/\u0019\u000f��\u0018X5>\u001a&7����MF����\u0001&s��\u001d�-2�r\u000bHD\u000exbܳm�o9A����Ip_9b^\u0000B`#B��M���|H\u00178\u0003�3c���G�Y˜\u0019y�\u0018�\r\nĔ}Ƅ\\\u0007�6d�\\>8��j�\u001e�ߵ0��a��P�$d\u001b��ȅ�>�-��\u0011:�n�Eާ�S�7�l���g+�b'v=TO�\u0003�]����\u0015�e��D��$����9�=�ۂ�]\u0002��3\t)�\t8����\r\n�Io��L{��_��{\u0005z�l���.w��\r\n>S�I�s�\r\n��\u0017�E�s��\u001c�3�/�\f\\��j�\u001f��x���}έ\u001e�͏�j��Z��+3\fQٖJSল�\u0012��\r\nTÑ�k�V�x~f�����5T ~Χ�@\u0010\u0003�X�Z9\u000f����az�$�\u00113\u0007}�v�*���������^\u001c`\u0012p�\u001cʔ=\u0004\b����l\u0015�\tY��\t�\u0001C\u0006x-cbz1�I������fwS�`Ɏ�Tn\u0005�h��}�*\\\"�Q)\u001aU�6��\u000e8#;j#�a�x��9k��cfSi���D\u001d�I\r\n��AH�r��q2 �\u0005\u0010gl����!&�\u0010�C�v�t\u001b�\u001c���8~��\u001e+�\u0002\u0017(ټ���*Qd��͏3ݕϥU�Xp�u\"iJ�ʻ��\tI�d���s2�qc�\u0006���d�QB]\u000f8vZڀ�4ɭ������l|��\u0011rɟ�2�\r\nl��P\u001b��T.��\u0004�T�\u0015��gWF��(m;���9���\u0011�\u0007���?�s��\u0001�\u0012�l��\"3���\u0014��j�ڗ��\u0019\b�y�E#�D�l+P�\u001d%B�[\u0013��^ծw*\u00150��Sdy�\u0015d�CN�t���+&�rq�Bl\b\u000bs=H\u0015�\u001b��h :�\u0011[lh�\u0005��\u00052drQ�65n�tC�$�����\u001e���\u001c�\u0015\"ǥ�\u0002kֲ�F\u001e��\u000b\u001dK���1Fz\u0007<���|\u0001k\u0007D����%�fv=�A���\t�\u0010|��mR��r��%�G\\�r�)\u0005j�^D�-\r\n\u0012�7~��FY�\u000eD]�M�E�Ƅ�M���\u001f�\b�r��\u0003#`���Q\r\n\u001b�W��P���;3-����\t\\N�\u001a�\u0003\u0010\f��\u000b�֭��\u0003\u0013�_5�]\u001c��\u0006���u��\u0005\u0019!\u001d�\u0018:��\u001el��\u0015X��4�.\u0018r��a�g�Qx��t����=���)\u000f�p�J����f?�xw�U���\r\n���\u000f^[?�\u0010�>\u00184S�r�B�Ԙ#�\u0007�_�k`��\u0004\b\u001b�o΃�q����6��m�U���J�zĭ��8\u0003z���m\\�R�\u0017b�E7\u000fL�\"'@��]\u0006��4k�\u001a\u0004�d�#(�{A\\/A����qK�cV��T>�A�v\u001d{[��kKN\u0007�8�\u0007xWa^�\u0011;\u001a_���s�RJ\b�a�N˶m�b\u001d%���f؊�&TE�\u0018!���\r\n�dS��F\u0000H9\u001f\u0011�8���i\u0018\u0013��aH�?\u001dc�@����6\r\nF�n�-��_\t�3f�\u0010�\u0018ۨ{�x&\u0006�\u0012�����]��\u001e&ވ�`z�GO\u000e�k\u001e��\u000f�ڵC�\u0006`�\u0012]{M+۴\\���\u0000���TQ��p�=YY%I\r\n\u001c^�r\to���-=ڮ��.9cK7��s��\u000b��読\u001f�\u0018_�����`\u001d�\u0000�\u001d�zl�\u0000\u0015�`t�(���e9S\r\n'�W�-��>&\u0000�W\u001a�Z,���\f� �Qf\u0000���dN6`o��VHB[O.\u0003>A�m��H�1��q3�lX�C\u0010�\b\u0015$\u000b1�Г\u0003χ�\u0017�M\u001d;��\u0016Ry��\u0003�$\u001bA�0Ӏ�/2T�\"I9��\u001c���\u0011V\u0016��!@{�OU�dH%��� �D��=ܹ��LQ��ٿ�I\u0017\u0018��ִj���\u0004\u0007j�O�\tbb?V$Z�\u001b�k{=�X�k�\u0016�;�P�;ɻ��P]�(�w����)��Z�\u0007V��Q\u001en���4�S`#\u001am����\u0012�`F\u000fn\u001b�Λi\r\n#*�����\u0010�\u0004�C\t���\u0001�/�t�&��h�ɒ�\u0015�jJ`?\u0011u\u0005m�J�\t�\u0013U:�\u0010\u0000�a�?)\u0005e&\u0012\u000b\u000b򑒓���tk?\u0015�u�!\u0004g�P��x�+\u0016�0:](=v�5��B�\u0004ƜN�aK�\u0017ACL�y\u001b���0v\u0010� a`��`\u0000G\u0011E\u0018 �2\b�\u000b��\u001b�\u001fx;�;�l⚥�|�c5�CWZΜ\b��8�2@��p8d�,�D����>c�iG�1�q\u001d[ \u0003\r\n���(}�؟���\u0000#{��a��5\\��$(A�\u001d�,!\u0017�vG%\u0007h\\�+�\b�L�{�\t<.>��\u0014�x\u0012���u`���\u0006����n ����QW�t0S�?��\u0004�u.f&�4�#\u0004�z�@[\u0016�\u0003�!6`\u0017�hV�\b\u0010eu8DO���r��z̠� ��\u0015\u000f�Qv���bq,\u001dfR�m����z\bmcv\u001e�\u0007\u0004\u000f\u0018�\u0013xi0p.9���]�y\b���c:�L�\u0004\u0010���Qش5>��E��í��N\fP�}!��;�1�i1��Y,�\u0014h?�qGA�8\u0001����w�f�\u0018��m*\u0011~�\u0011��\u0015vݦ�\u0010��ʨ?b�t��Q:\u0013D\u0018��SI\u0010*Ӫ3fQ�W\u0019���G6��MH�Q�5�r!w�t\r\n\u0002s�\u0006��m�t1&��`z\u0010��tQ-��d���P�\u001bF}<����\u001c�N��A�M6S0\u000fa�M!Y\u001a�.\"\u0004�%���0�~�Re\u001d���\u001bOO(��^�ج\u0012�����A7\u0015˦ ��\u0000r��(�v�J>�q��w洤z7�\u001dH6\t\"�\u0018�j��t���Jj�lsC\u0010�Z�f������\u001c#��}n�G�It��\u0003\u000e�\r\n�\bkOׯ�S��sx0���\u0013�w ퟮ\r\no\\OF����\u001b�h��tV\"��r.\u000eM\f���g��\u0003\u000b�\u0007�VC\u000e��B�\f�Y�pI\\������U��R�\u0006KE\u0005H,6�\u001c\u0010#����k�B�A.^�3קv��OZ����}-������ \u000e���-��p Q����H)y��m\u0002��w�4�r�Ĺ\u001a�6bx���>D��d�p�\"��c�\u001a0Ka����r�ب9�\u0010a�\u0016\u0002`R\u0013\u0014��PG\u0012\u0011��\u001e�Ϟ��\u001e\u000b\u0005���{�� \u001b'\u001b��\u0015�nžm��\u0005\u00156=s\u000e�g�\f*9}���>\u0004���VQ$Bw�U��n\u001a�]\b,;`��W׋��|�KV{�f\u0018\u0007���N�x��]$.��\u0016�X9�v����~�i7\u0015<���� t��\u0007*A�\u000b���u\u0018ey\u001b�9\u000e���\u001c��Z�o�Y\u0016|��s�݁����\u0003?��vr�a1�=\u0017\u000fM�3r�D%\"�/b8\fS�\u0015\f\u001fY~��s�Of�\r\nB�FY�S��|��k��\u0019�Gw�KDe]���O��\u0002\u0016BƐ�\u0000\u0005�iJDO���;�\\b>��\u0018\u0001�\u0014�E�\u001f��\f�L~�!��H�0č'24!b�CP�5�x�\u000e�-��\u0002�zO��\b\u0002j�]��_Χ��Lg�lm�\u0000\u001c�{\u0006:Cpc5Kd�6\u0003�\u000b���\u0019��+2��G�H\u0000���\u0011��a[4�h\\Y��\u0010a��!s�\u0015b�ޢ#ZI�&�T\u0003���c���\b�\u000f\ta�����|�ϔ+J2�\u0003�\u0015\u001a�ɭȷ|?\fQ�i3��Ż�]�)�o�\u0011?v\u0007*\u0005��Wu_�_��Uw\u0019d^��ږ��8f���5~[<�D��S ��\r\n�%e!�y>E!7!)�F�K�\r\nP1\u0000�t��j�{D\u0014��!9�\u0015š�zH�\u0013��6�H��R��<\u0005��V(��\u000ew���_{\u001a���\u000f\u0004@᱉���������/���K��z*O9����\u0013ŗ�n�)8�֏c\u000b\u000b����\\\u0003�ъm7rb��&�\u000b\u0004��\u001b�=>wv-�\u000b��GmsIK�RD^�j�/tZ���\u000b8\f�F\bundefined<DI�]6�%[\t�yQ�[�\b�a`�N\u0014x�9�6M�ߴ��\u0017Tundefined<o1��\u0002\u0001b�WGD�%�M�\"\u0011��\u001eH��\u001eϷ�\u0007\u001b�-X�\u001cL\u0019�m%��Z������\u0010 �-�C*Db��:Kx@�(�ۤ\u001a7\u0010\u0013��\u0007\u0006B�L]��La*\u0013��/���ы������F[�j�W�� \u0012�\u0015E�\u001b��\"s�\r\nP�a�7\u0010�d�s_��m\u0005:F�U\u001e�D~Lq^\u001f#�'�\u0011\u0001t2���j\u0003\t�\u0014[\u001b�\u00041sYQ軱c��@mF�-���\u0001y�G��]�\r\n*�^&?O��Q2�}_&oQ��2��`J\u0007˳P\u0014���>�bp؆O\bl+�2��\u0019\u00005.\fŦ(�r��/\"jꩂ�!Z玁>��jG$�\u0014\u000e�g�\u001c}����\u001e\u0004y��\u000e j�W)\t�|ύP�6)���wC}����\\�5�ʉ�\u0019���\u001e���(�\u0014f����\u001a\f�Ć\u0003�'+�t6\r\n\u0003D<\u0003�E�*:٭��o+oq%S�\u0002S�`���\b�FΚ`B\u001f�A�*��3\u0019���*fa�\u0011�*�>+pv��3�C�\"�mQ��\u0004,��\u0010�r5n��/�͸��-ɶ\u001cl\u0015��\u001b��U�D�j��c�Y��y��&*��\u0016�2�O��\u0010��vhr\tO�~id\u0011�V�z\r\n\u001b�A���-��Ad����$�q�K�\fh\u0007��9���6\u001f�\u0005\"�r��i\u001d�U��[\\*\u0013Ҋ���Q4B�Y�\u0010mZ�\u001f*��\u001e�-��O�\u001df����D��}�&undefined<4|��\u0006]Z*�t��E�YN\u0000��xu����<�Y�\u0004�V�L�n\u001cc������`n�wx�\u000fS�z�V�+\u0001Hp�\u0017t\u0019����#\u0015�z&~��V�~o��\u0012��\u000e�\u00111J��\b�#!�S\u001d��x�>ᦸ\u0018��X�\u0012lS5��P\f@�Ȟ+W�\u0011\"�X��2*��0j��\u0004��Ciq\u0012��T�\u001d���\ty�\\$�am�F\u0018k9�\u0017%��ۭ��/��E��\u000eQ!_�JI:D\r\nO�\u0015P\u0012���kk\u0001x3\u0013�\u001dW�\u001c�9�17~��i�\t?\u001c�\r\n��s%O��Tť�5������.\u0004��;3 \u001d\"��}��g\\��溡��/都�*\u001d�L曐\u001di��\r\nB�\u0019�'�����\u0002\u0002���\"���V\r\n��4�O�\u001e��ϵ\u000e=���\u001dL�{�E�ԣ�\u001d�U�#�J�!\r\n��M\r\nI�d�Y\u0004\u0000;\u00016=\u0000�/����\u0011<\u00167�Z�\u001d-6�;w[�\\!ޜp�}�����S�\u0015ٺ��M;�:\u001e�v��\u0014��\u0013Lz�\\?D}���@�Fr��DO�\\K+\bj��%?i��>��~+\u0019oP=�-��b��\tF���a�-�Co��VN��ʟ:��t��e$�ӂ��\u0016����V�\\Ť��M�y�W�\u00009\u0014�Kx�I���V\u0018�0\r\n\r\n.\u0007t\u001fSu+�nN)]�\u000b\u0001{[iN��\\�)\"~Q6\u0017�8��\b\u0000/����k-m�\u0013H�\u0010qO�X��\u0004\u001f�3\u001d�\u0007o�[_aت�\b�/�\u0006R��+��}��\u001cpJ�yI�\u0001��+����\u001aK�T`��Q�\u0007\u001e4\u001e�N�g��\u001f�Z\u0003'��G���\u0003B��ui@3�5���G�\u0013F\u001e&-\u0007��9���QÔ\u001fnЗA�%uӜ�9B��\u0004\u0013\u0018�t�\u0004=�6��\u000e�#��P\u0019�t�ٲk�z[\u0003ϣk����\u0002\u0000���UBj��=�\u0017�`\u0002'F&���\b*�;q\b�\u0012�\u0014O�F0�K�H�xk�CB��\r\n���$���\u0016>U\u001f\"��,�D̿��..Of�dFa\r\n�\u0002�-L\u0007e�nc��w��\u0006l[u1D�7��~A\u000b�Z~��P!L�M/�(a:�\fɵϢJl�\r\nQ|�1\u000f4��\u0017�<��!?OXi����I�\u0013�[������W�/��l���Ȼ�4�������º�\u001e����\u001ew��X�}%���u'��7J5A/W���\u001d{�^.�&��\u0006^?��_�8�$Q�\u001c�\u0011r�BL�T\u0005�����\r\n��9?7fi�\u0013��#$\u001d�\u0017yq��{��l\u0016�\u0004cgl'��f!q��lO�ZW/��\u000ew���w��=C4��G���Er���*\u0005~\u001c�N�z\u001596\u000bFdDQ���K�7��2��\u001a���]\u0019��k�\u001a���E\u001f�\"���k���/V�Fv�D�R`���7��q�ldl?ϕrxZ��:����;���g�\u0005����\u000fl[e8;�]B@�\u001d���p�Q�x�b���t#�\u0010��VD�^��\u0005\u0000\"��,�jP>Q�\u0014\u0005\u0017S&ڒ���`\u001d�\u0006�undefined<T��RyĊ=5��wJ�\u001c���K�}Ix9�ϋ��Ӱ�\u0011\u0019�|Fź�\u001e�(�JGq@\u000f\u0005\fL0�\"��c�\"�����c��n.�\t�쓩N!>`Hs��\u0006\u001e���h�g-�u\u001c��@�0�>���j�P\u001f�RO�e��\u001dD�����\"O\r\n$�Ê��\u0012Q��&�:.>t*�V\u0006\r\n����s�>\u0010@�}#��5n+\u0017�w��'�0\u0010Y\u0010��^z\u001e\u001a�%\u0006\u001fI\u000e\u0007�j�\u001a�4�\u001f�\u000e��%�\u000f�\u000b:w�\u000eɻ�s\u0004\u000f�\u001biS�.g&2^�\u0011\u001d��8F\u0014U�:�Ȣ2q#�pD�@����\u0017�U��R,e\\��\u0005\u0007�Ni\u001d��G��Ӏ�GbC\u0015��Y+����\u001b!\u001cO��D�y�R�Zj�\u001d\u0003��\"����#����\u001bT�D�ph�����+�0�Q*v�(���p�\u000f���s�������Ɇ\u0006�\u0000,#\b\u001b���w��He\u0013����T���sd�qH�NX\u000eKO���Qn\u0013�};f\u0016����\u0003���\\N�v��\u001eH�}�E��̙`ˈ]ö�0\r\n\u001b\r\nMt�,\u0004\u001a\u001f�`���ϻ:�3Ӳd��SH���niA�4��_%oi�\u0017�EN5\u0001\u001e\u0017���\r\nH\u0017y}\u0010GB�\u0005adA￞�J��a�@.��w\u0015Me\u0017�vL��m3oK͟�K`��X��SR\u0013\u001fo)��Pq�A!�\fn\u000b�\u0014bp)~���\t��QY�P�8�Õ\f�У�G�v\bO\u000e��\u0006���C��h������\u0002A�ic�]�0�*����\u0004!�y�\b3��6\u0012$��q;���f���\u0012��ψ\u001d�&�sŵ��g8?O�b�ĥxK\r\n}��w�\u001dzumQ\"\u000f���\u001a�\u0005\u0018�R�Έr��*��=���ȋ�f��#�\u0004c��E�undefined<q��}Œ�\u0015�\u000bQE�5\u0018���\u0015�N���d蜳�Z��ʤ�?�8j%�1Q;�=�P\u0007-��#ṽe`\r\n5�;����-dO�\"8\u0014LOh\u001a�H�*5�\u0013�\u0007�\u0013?�~=D�]\u001d$CV�\t\u0013a�(��\u0010~GO h��%�Wҗ\u0017��yZ*�R\r\n=�'D۲�EٲM���B�B�m�_m7pw\u0007-�s��z�\b�m�_U3�\u001da@����\"�é���\\�\u0007�{�����\u0011p�?��N�\u0003Q\u001d�BU�ԍ�~,�7��u�ũ�=w�߱J\u000e���d�!6@קd l9�\u0001��,d�NX���uf�>)�\u000b�\u0013�\u000f���\u0011\u0012]���)�T��Ħp��'\\*���=]6\u001d�7\u000e�U�(U=ߐX�\\�\\\\\u0011��b�.�����R[���-�E��\u001dundefined<M�0p*��\u001d�\b��\u0015lJ\u0004o�RbӾέ^^\u0004~�^�A\u001d�My����\r\n\b�*5�Fܦbc���@A��ʉ�\u0011\u001e5P�6�3��q9RW\u0006��T�OLc�F�,ϓu����A2Nn�k�\u001a;K��N����!�>�1�cmY��E�5X�^\t\u0004&V#�Y\u0001&��°�Vl��\u0013\u0006��\t:\r\n�\u000e�\u0018j΋���9�\\K\u0006\\h0ɡ6\u0013�ů\u0015\u0010���(\fn��F-��( EGP;�\u0003%�\u001cnm!U����\u001bk7W���Ek�4���\u0005��_�$��T�sޥ����]�\r\n���D��֒��u�R��֠N�j\t���#l�Ƴ�\u001f�\r\nV>Z\u0019\u0016�mŬ��\b�\u0018\r\n`�-\u0017�\u001c���q\u0017E[��9?�7~3�%��� \u0015f��\r\n���X����V�[m�Ʊbϵ����2 x��$SC�m\u0000�|PAr*2�T\u0019\u0011��������*�.\u0003|BCW���%�\u00029;�\r\nnKC\r\n�\f1���\u001a��UBV?!�\u0011&�\u0018�_h���'��w��C��\u0007�����`JW��vw\u0010�hq��*\u001a\u0004�\u001b�x����(m-/\u0014\u0007^LU�FF�\u000f\u0007�F~�.I�<)$�=.+\u000b|�\u0010�_h�C�ˎ\u00143\u000f��yhH\u0003/���ta�\u0018i'�~\u0015\fYS�����A��oe��\u001c��7�<��s;\u000e�\";b׵undefined<7D�\u0002�v\u0002��$�%�,!���F\tq/��\u0014�iJ��x%�PI�nTp�~�\u000eo8��of3���L�%�\tw����r�\u001a��lN�a�_��\u0006\u0017焋Ǧ�%.�_ТR�J��\f��Y�'���\u0000\u0018ױ�������&+�\u0005\f)��l�\f�t�\r\nL�U~\r\n�]��\u0001��B�\u0013�}e3\r\n�Hv��*�ʙ\u0016��T�0��K�n��ɖ�َ綖=u����w\u0005�1\u0010E\u0002�o�U��\u0012D�bc�������1V��B\u001cOK��!>7b��౼���,�c����\u0006��\u0005�B�^7X\u0010�s�n �-z��|��L\f�\t��|$P�/�\"u���B��\u000f����\u001c�g\u000e���|�\u001bN����9A\u0014�́x�J!\b{�9�E�T\\�\u001e�\u0010����gd�7�S���\u0017��w�\u0005���|��BUv�Cu�u��m<>���%�I/\u0019�\u0015�d�~ߍa� �\u0007\b�4\u0010���~�\u0000��s�{\u0019��-JFT\u0019�\u0003L�\u000b|�o�\"%���޲-F�+��c\t�S�n��\u0006>1j�}�#P�#��\r\n\u0003�\u0014~h[k\u0005\"f��\u0018�TU\u0007�$����L&٬�V,�Ft�<�\u0019�\\n\u001f�\u0019�*�w܀|8��BFY\u0003e��ZJ�b�J�;f\u001c�%�q�T9�NK�\u0013�\u0015��A#1�І��\u0016��k�N)!\u0004�\r\nJ\t#\u0007�WY�ʭ�W��X�b�ƴ���r\u0003�+03v���*b�j�\u0000\u0011�\u0012bY!T\u0004d\u0011ƽ8U�S�k�Yz�@\u0000��\u0002\u0010���\u0012S���:\u0018\u000f��!�!z0OY�4S��t���_ۥMd��\u001d>�=�_J\u0017\u001e\u0011KvW��P6�\u0006�:/�v�V_��I\u000e��vʢ6�s�>\u000f{���\r\n�H\u0005O\u001eb\u0013JyO||b쎊VuBQ'�㫯�2��kl\u0003��]M:M&4�{]�\u0006đ{��D�a�\b\u0015�,������\u0015�\u0001Þ6���}��#��ŶJ�nD�-�Hq�ݪ_鱈N�M��Hӧ\u0002S�#\u000bvF��%\u0003�,\u000f�1*\u0003�E����3�u-�0�\u0018��{-\u0011k�\u000e|��K�\t�$�_)c�c\u001d� ��c�E� sZm�\u00044P\u0013\u0016[���Ѹ�>�)7\t��U�\u000f�e�\u0018�\u001d�\u0010\u0016\u0003`o��d�F6I�K�\u0007n\u00188Q��a#94<+$J6\u0013\u0014�D]�{�\r\n3\u000bh\u0010j�\u000e\u000bG��W\u0015y�F\u001fiN2Jf�gԠV�T�\u0010uЦ�\u001c\u0007��\u0010W\u0018�\ff�\u0019\u00157ӼMT\b\\�vXf��u�Ҹk�W�kM��6��V����\u0004̛i2�Ԏ�\u000e��y*\u001e��\u001d\u0007�QF���j��\u0006�d���`Xܠ%��\\@\u0018ZU��8\u0014R��e֭�]J�I�3�q�[*&��~�;ʣ�\u001a\u0001��\u00121�\u0010��ǚ���kx�ޜek,GS�\t,q쵞�ȵX:��%�8pkm5���1�\"�k��B�yd������pE9��.��ȷ���B�\r\n\u0012Ub!�!z^�/Y��\u001ery��7\u0006�Љ�63H�\u000e�{v\u000b\u001e0��p;�+��#%<>0���8p*����K:��7��6(��ߩ�?)�@5��\u0011g���ϖ7YE\r\n�!\t`F�p-eN��[ɠ(�\u000e!�X)ىX\u001d\t���!� �����*h�L�Y��̬ɞ�񹣠#�\u001a���\"�!�\u000e�Z��<\u001dg*������$)-\u001d��nr�T��a���F�\u001dz�9���Gs*8\u0002\u0011S��u\\\u0000��*�.�-s;I��qk�B�(�\u0006�j�l��qH\u0007J�=����\"U;���L��. \u0000�.�\u001c8M{��$���A��kۡc���k�\u0002\u0004\u001e\u000e��>8�U�\u0006�\u000b��_�^��Z�o~\u0010��\u000eJ�D��\u001f�\u001e$�\u0002��\u001a\u001d�\u0017?SU��P�j|#_��-֛��\u000b��\u0004�z��\u0005�\u0019�bi[U�3�6>\u0017K�g�������3i\u001bY���k��T�t\u0000\"��.G\u000f��fA�\u0004k{�v��-�'\u001bG�\u0010�\u0011uV7$�o�g�ܠҫGoCk�\u0012������DB[�\u000b<\u0011��\u0018�\u0016�.i���؇/�y�\u000b�\u0011�L���h�\u0015â�^\u0000��\u0011�HU�\u0014to�����Ue�\u0004\u0015�\u001b�Ω�1������ɳ\u0003�w���� �\f=K�\u001c�E\u0016�=!�\u0010�部\u0015��Gh\u0014�\u0017.Fk\u0003>�\r\nJ\b��j0�(B}ȥ�/��\b�\u0010�͔j�����\u0019\u001c�\u000f����r\u0001\u00113Ы�������r���I\t�\u0006�\u000f1$��!z�o��w�T[��\\*\u0012�S#�\u0003����+�6-����q��)��P�]Q\f�ڌ\u0019q�R��u{��\u000bsPHh\u001d�i�u\u0007ڟ�U�Z\bݶr\u0000\u0000��}J�7\u0006��j,\u000e�؎�L�`�`u _�D+�ӏ��7��=��O�\u0004h�l��k��S�2� \r\n��\u001d���ϧ�YO��w�F�I\t�m�wD���VR\u0005�W�����Tڇ\u001a\u000e�U���jx0�\u0018�~\u0006'��S��p5���|=���$���ۑk\u0005�\u001d@�\u0015\\b�;��\u0015�*f��P\u000f�\u0014\u000f4v��\u0010�:���䫞�c%Y�)��\u000e�!u�a]BkKM�$��~��#]�z�a�J\u0002���Q�ʙ��\u0010,_(l\u000f��W�\u0018�n��\u000e�٨]E��(t�ۨ\u0007Q�6�b���3���+��#�!5�\u001e�\u0012ו\b���겟�,+6�\u0019�Ů{��b,\u000e�����*\u0007y����4�A��x#Y�,���v�n�D�\u000b\u0004w��UP��\u0005{{�L�gf\u001a�m3\u0003����aj��v����\u0019���@���\u0013���c>B\u0016r�lmfyo�m\u0019\u0003�\u000f�h���*B$����j�\f\u0012\u0012.7�~K-�K\u0006���z���\u001d�}h��4����*�ޑJ\u0001~(�\u0016@�z��\u0017yy�L:jU�Q�;Vs\u0018L�P��X�lz\u001a�rG�^���E2���J�,�(�e5#~�\r\n�2�x�BD\u0004�0L��\u0015�q��c��øݝ\u0016\u0007\u0011^\u0005�\\)�\r\n���^�w+iΘ�Q'r��\\�Kg\"�;y�WK�nu��=��T�Uż���H;а��d�0O�t���5�\r\n\u0012J3y��V1�����d徼Bخ�\u000e�P��l��\u0016��t�\"�\b\u0010]\u001as\"4�)��\u0018�'���4v��\t�Z;�,����{-M�\u000b\b(��|6cդ�]�\u0015\u0003\u001e��\u0013��$�A��p\r\n�'�����G3v\r\n\u000b��sܜ�Z1�Q��\u0007�S\u0010\u0016E��a��>�rn���\u0013�̴\t\u0018!I�\u0013�8S:����0��k}[��2���@[�����jˀ`��W\u0004�-���Z�n�\u0004�m���A\u0010u(�|?`ͩ�\u0012�O�F�Ro�\u0004�\u001d�k,vdo�8o���M|�2\u0003 2�Ӏ����o)Ud�]�'��|�\u001f!\u0012m-C���\t�d���?���h�F\u001c\u001b�����3\u0003-�m�L{�\u001f�֘�z\u0003�l=\u0019��a[\u0018e��!\u000bjh�\u0004b_�\bl�}g�%�9����\u0019�(!��R�\u0005Aз�朖�z\u0002\u0010�z���&~�!^\u001b\u001ak�`�hG|YS_�maje���WK\u001c�}����e�\u001b]\u0002�����TT��bW׳�+�۾���$\u0016)\u001e �oc\u0016�Yc�{<\r\n�H��B�;/��]q�S\u001a��@uI�_*PӠ���$eh\\�d�\"3_��������e�$-��]�:ȩ�Z|%��خrq5��*�����2E9\u0006�\u0019xn\u0007}�^��T\u000fa�-\r\n�%�!pe���䣤]��b/�R|��C�+ĻP���\u001e<�\u0007G�&Dyͷ��A\\�2O4�?�\u0016���&+<,q�/�}��`��`�3��J��:\b�8���5C��Q\\�Z�\u0016�3��IMD\u0019<\fc�f���<�7���b[w�\u0014%�\u0007�W�>Q��o\t���`r\u0011!a��9�8P�ϩ�����\u000f�����p@�٦��դ��\u000b~?����;I1�*U�O\u0013X@�z:�V���g�v#U\u0014�N�4��*�\u0016����( o\u0017�hc��x\u0000q�b��1k��T�\u001b�������A�P\u0012�&�\u0010t����f�]�1�+l���\u0004\u0005gL����7ְ�S��q\u001c\u0017z�����O�?tr�0Qs�%\u0016}\"\r\n��\r\nd��/\u0015����J\u0014�ɠt�i%\u001f\u0014_7}/$7��8j�^2\u001f�űc�M�\u000b�0�̺]�\u0013K\u0004���'k�z�6w���|*�1R��`��+%�\u001cj�\u00063.�K��v����s5�Pdm:Ё$8d�\r\n>�q�3\r\n�*5v\u001c�ƹz\u000e�3j��P�;R\r\n����\fa�MY�@��Pz�\u0015g�L�\u001e�X(��,h_�\\�Y\u000b�ɴ\u001a5\u0014UV�{.�D\u0019��4X{��տ���g�xy�g�fO�w��\u0018!��?�:�J\u001f��\u0005i!���7����%\u0012x}ۏ�)}�|W�f�\u001a�����\u0006�%��6RO���d%�\r\nț9 &�T�LWn�$:�Y�\u0019V{����H\f*q�k51e�\u0019w�T�M.꡺\u001c9�JmT3:@�ٮ�a�;I�8\u000flP�j\u00111Lh0\u0012��Ʈ[�jn\u0016n(�>dONC!�3u\u0007ʼ$�J�:Q��\u0019\"\u0006\\K6�لӌp�j�\"�ѾC�N1�z@W�($�\u0017���-5\\\u000e\u000e\u0017K$���S��\t�YQV�:�Jb���o*�\u001b��|����\t��'ʙ�-8_)T�=�mE8$�1N�g�f2�fv\u001c��¢8�=ǃ�\u0006�/x\t�}�lf��35�\u0003���K5��8Ĭ�H\u001c�Ei[\u00116��ǆpr�(�3A\u0000�\t��`�{�#�VHd>���γ�\u0015�f\u000e�ec��f�\r\n�pg���D���!:���iv�t�C\u001b��M��\u0018\u0014�)�\u0005��1�أ�E\u0000��vدd�9V�]�\u000f�Y8*\u0006�{*7���z[\u001a��J\r\n��ֱ5��Q\tb[�8U\u0017�P�\u0014]\"� \u0011G5U�����Ϫ��m(�J\u001b-ƃ���\u001a�3���)�;ԑ�\u0005_K��z\u001e��\u0015�����Ē�\u001d\u0007�Jh�}�^��\\�\u0003岐�;Ӕy�h�\u0019'�\u0010t\u0013�5�|���-~�\u0015����Wz��4\u0019i\f�t�\u0018�Ƣ�\u0010��/*�\\\u0014�\u0004_}3\u001b'y/�n&yf�i?�KE�(l���M�^u��_��(0lL�.\u0006��O��Uxm$\u0014���\u0003����^O�q�B-�\u001e�R�-������q��J�Y&�\u0012Q\r\nϑ5Γ\u0019�\r\n��\u001bAԺ�q�\u0004��@�\fXd�\b�U_Z�VG-\u0017�\u000e�W�Q�O��\u0002!��/��li��{UK��\fj%@�@���,Qj~\u0017���|x#�ׯ\u0017��f:�)�>���-�@\f�o�cƢ�%�+�9q9�k�\u000bD��ɭ�5r\u0013��LT.�C�K7_&���\u001b�,�^�ͤ��\u0010�$|�\u0004�j���B��\\5\u0000O=�f�V�<�Q�P\u0017�m/��\u0005L�0�W=\u0019\u001a�y�΍���Z���3�\u0006\u001ehm�K\u001d� 0��� �y+�E\u0017��۾��GvԪ�TC�G\u0014?���-q���N�דQ1\u001b�F̡�\u001aq���\u001d4��+�\u0018(=�\u0001b$^h�UF��\u0000\\�\u0011���Dp\u000fb�?�nIeʪ��zQ*\r\nB\u0002�T4�\u0016U�\u000ee����3;���$\t��j1���bذ�,\u0003n؜+�\\T$M�\t?+�ʫ|G�Յ��\u0005#�\\,\u0005�뇪�\u000e���)\u000f�\f����\t�kJ0x/�Z�0ȣ�=���2�\u00054�ڶ��_w�fa\r\n6Qݷ$.��il\u001b�'|²����V.�\u000b�W�4\t>V�-N� ��\u0001��䱡p\u001f�ir�>z_�Ȗ����\b����\r\n.��x_`���Z\u0018Ξ�s/\r\n��D��o\u0010\t�������r�g�\r\nU�K�z�\u0003݇v� �r\u001eǤ�Ą�)ϸ��I\u0003�g�undefined<v��54\u0005����oR�yb\r\n\r\nR%���t��LY\u0018�,i_���c�k�D\\�\u001d���Yl�M[����\fL�\u0017���Bj�\u0001E\r\nv��e�X$L��%�-+\u0010�@`\u0005�j#w$\r\n|\r\n_4h\u0004n��X���-=!\u0004��A�ύd��M2��꼥�\u0015�\u001a�6:�Q�� �([�q�}������k\u0016�\u0013���\"�8\u001eR��5K;Q��'n}���cե4V\u001f)��1��\u0003\u0015���\u0018&W��0@�g���2i~�tx�\u0006]e�\u0010�q&#��B�-\u000f�t�o�%<�?��\u0004c����K���R�<\u0019�[�P��Z���@���\u001d�}���2E�\u0010undefined<wj�3p\r\n�I>�\u000f�����l�O�d��O��F\u0003V���N�i�\r\n�썾���jy\u0019R�\u0015�{�h*��J��\t�>���\u0007��\r\n�A�(�\u0010v\u0001�I���PT�⻴[7�*\f��s\u000e����F1�pb�57\u001f�1+f�%��=BR�p\\�J\u0001�T��x(����J�tGKlw\u0004�AY�S\u0004����A��4�yߴ�\u001cH\u001fvi�\u0003�Y�E9�\u00154\u0017})\u0017\u0005�D ��%e�\\\u000b�So\u0010\u0007��{��Ċ�ψ\u001bжe:��2O��A��\\c�6d����|6�(��g8|�S�ӝ��\u0017H,�$�Q]t��e��c�I���\u000fc˱�֠L�ր���߷\r\nAB�/.$���B��:��4�T�\u0002�\u001b���}g3�\u001c���\u000b�\u000e�3�����<\u0014�\u0003�`5�+�W�*\\��F�8>�gb����A/Ym�A\u0010G,=D\u001c/p$�+^`�#\u000f��)\u0013�6\u000b��x���`v\u0011�XQضU��t��\u0019>}M\u0015\t�\u0005\u001a�g�A\u0006/�[�$��\\ʓ�U\u0005k�E\u001blWe�w\u001a���N�m\u001f8�Z���6\u0017\u0001���HI��\u0015L\u0015��m�\u0013�Vx\u000f\t\u0016iu�Q:'*O��ƴ�`TZ\u0006~%�� ���e�\u00066�����,����]O�#�q��J�厀W芙jО2\b�\b�}�Ԣ�\u001f��1�\\�G���HIԥMA$y5\u0018QiY����<\bo\r\n���s�#\u001dA\u000bB�Q4-\u0006|)N��j��}Aꀤ;(򴗬�Nk���\tl���K��ͅ�xl�vn�@\u001f��:4K�\u000bi�_4\u0000b�#��+��vj�خ\"-�M���+TS[����±\"�%i���Po\u0016�i\u001fu5?Q�Ca�{ ���z_������t��L'\u001bE�\u0011��z\u000e�\r\nԽy�l��pM��m\u001e\u0001\\M�/\u00131\u001d�H\u0011�L�I�\u0004��ſd���\u00157\"�\u000f�$ٲ�\beV�\u0004���j�E��q2N��4��r�ȉc\u000bB�b����-M�~\u0011n()�,�]�U\u0002ӴD{*��\u0011�o�9�b\u00129�\u0014\u0015�+�cRV9\u00191�S����\u0015y\u001c��\u000e\u0007��{�\u001dtz�\u0003,y��2r\u0013����\u001d�Y<�4�\\��@�a�j�U���F\b�\u0002Y0\u0005~�50G\f̧\u001c~_�X���U͋2�\u0015(�\u001b�l��9Hf�K\u001d�1K���P\b��V�OGʉ;O��ӗ�;#7\u0002���HfGD�2��.ީ���(���\u0000jundefined<N����\u000f\u0011nk\u0016�V.\u0006�w�[�����D\u0007-�hsHg���ڭ��\u0015�����\f�4�Q�������\u0018ؐ�|l��H�\u0000�\u0001�;�G�_͌�|�4a=�y\u000b����>y��]x\u0017`�<���W*\r\n���\u0011�?�51�\u001aK~?Kۓ�S�\u001c�AK��r�`�/��;5��m����$%����{ehMk�MiX\u0015F)�\u0004��߷lL�|����\b�k���c]$����\u0001Ǽ(��d�+4)\u000e�\u0012�\u0005�:L|�ʕ\u000bKR�,#1b�K�PBp��u�U�OR�\u00104�}Q[�\u001f\u0018'N��C���հu��t���Jyp�\u0007\"��hI��\r\n\"0�UU[����\u0000�\r\ni\r\n\\\u000f<�E�bK�Etp\u001c�hpVL�d�X�b�]���\u001c�~܉>��\f�AT\u0017�����5f^#�U�D�c����G�\u0015\u0019�¾,4ZAf\u00199\u0001���z��7\u0002�F́A���Yy�\u001aH�F���p#*�N�!��z�o�\u0019#��r\r\nǇ\u0010���\u0012�\u0019�>5�)�F{}d&\u0004��I:�q\\\u0004K~%�\u0017Uհ�Z)%\u001f�\u0007�\f^_̲��F��p���\u0013��\b��^�\u0012�P�\u0003undefined<A�pN\u0005�\u0011��\b[1���Zn��M\u0010&*�\u001fm�Įkڕ$�\"\u0019�m]��{��.\u0019�\u0000|\u0001\">ΰ��\b��Ƃ` ^(��4���Ｓl�w���DQ�\u0013]H\r\nS\u0019=�\ta�\u001e�x�����bܘ�\u001cP�����x)MQ�&�\u001f�l\",��\u000f��|a:\u0011�����7\u001dg���\f�-�N��q��\u0004ƵSuǲ�l�6���*��%?S�\u0012B��undefined<y\u001a����/�}Eڄ\u000eX��˶\r\n�H��:K>��E����Qv\u001dۆ�(��n[f�\u0003n��V�&eԐx��F^#�\u0018��\u0012B\u0011p����/\u0011\u0013�@t��&gUӰD\u001a|Ρh\u000b\u0019;��\u0005�Eq�\u0019VMeDyC\u001e)���Z\u0000�\u0018���f6)ּ�TTQ`1�q7\r\n�A�TH6k݋z\u0017undefined<Ab�\u0016�e\u0013\u001e�\u0003�G'��NP�cq�񧯴��W��oHm��v\u001f�q+���r��\u0000�\u0000\t�����\u001fx�_���t�\\�\u0004�\r\n�J�@Ǖt#���\u0019���6\r\n�\u0018�\u0006��¼o}�BI�*�J��f>&S���r;y�\u0001��<�5�\\c/���kh\r\n���\u0000�(\u00180}$u�c�d�\b�\u0002X��\f%�yQ�\u001a��,�n�mK������n\u0011�\u0002Hh�]��꼓ҽh~΄\u0013\r\n�u�o�\u0015���G\u000e\u000bP3���\u001a�\u0012j�{���\\\u0017�� ��X�\u0019|�L�/ԭ��p\u001e\u001e�\u001e��)��=\u001d[Y��\u001f�\u0019+���\u000f7��}�\u0013D��-@�a^o��syM�e�<\r\n\u0015\r\n�\u0015�\u0003��!��P\u0019��\r\n/B�\u001a�~��o��ݛ�\u0011�����?�\u0007������j\u0007��\u0017c�\u0004�s� �v���y5�O��\u000f>�&\u0018�}\\���QƳ�>t����\u001f\u0018lgO�ҷ\u0015���2�\u0019SD��sB\u000f\u0006x��\u0002�(\b��kZ�����Ư�\u001c��R��*\u0015\t��\u0013�k����H�\u0003���6 �\u0002\u0001~[1�����r\u0007�\r\n;\u0013;X��Nˀy�Kt�)_�x���'_��'�\u0015��P��K�͗��UǴ�����\u0018�^�q\u0015��*�$/{B�z7\u0019��T,\u0003�Զ�a��E6����(�BF��9\u0000W�n)G��rjUb �\u0018æ����y?�-�\f;�ɾ\u0017�,�`�\u0011���undefined<v�*\u00112&��L\u001fB��W�\u0018�-��\u000e��\b6�o�@z\u0001��\u001c,�Ծb�:o�m3��>���undefined<B��\b6�(�e+�0\u0003G^�G\u0016�.qX��.G��V�I\r\nTcw�����M���+y���\u001e]�4�\u00046�\r\nBGc��\u0018�yxu퐊'Ŭ�{��,�IV8d3����4mͅ�Z��Za��\u0003��=�)�.�94\"QV�95��\u001cЖ���+~C��D:��_�m�\fS�\u001d�?�\u0015�GB�j5`�1\u0001R�0\u001bn\u0015�(�Sǲڊ�ƾgG�����ž�\u0006̈́����*<�����\u001f�NV�z3�G�5%N:R4��X�ϸ(++�\u0001�H��\u0006^G}\u000eǲ\u001d߁������Q_\u0016\bu�Q�e�/���\r\n'=R@���U�z�+�|d!\u0018q�n����}����\u001b�\u000f�����\u0018Y����\r\n�8�I�@��7\r\n8p��`�8�W\u0012-{��JG�\u0018\\I@�r����\u001f�!\"�5q�\u001d�Y�\u0016����p~��<��\u000eX��\u000eTS\u001cR�\u000b�ց�\u0007�3�\u0018*�YϾ����\u0004����\u0013a��Q���H��ۃy>\u001dl�B�\u0019�.t\u001c��\u000b�\b\b\u000e!��*U���˄��RДzm�a&��Ͷ/��[����\u001e��\u0005\u0017�-�ق�^��[�2�\u0007�p��ݤ\u0011\u0016�Q�>l�w�\b}�$�ۘ�t�<+�a��ѷ��oø\u00198B(���Z�3��R���TI�<��7�O��ͪ��TWX0�\r\n]Y���\u001a⩻T\u001f�\u000b|�+%�?T\u001bRrp�M�P�-R���undefined<_/:��k۶\u001fAF\t�\u0003����Q&(�Ї=U��ԨMpt�L\u0013}�\u00134��QCS��=�n�/{Ɣ�}�u��Ls(�H����\u001dY\r\n�`��Gp�\u001b�oҸ\u001e)m{_dt�D�P�*&�'\u0010\u0019���n�\u0017\u001b�,���\u0003I��~�\u0006\u0010�\u000f�\f���^[�26��|�^8F!��r�Ty�\u001eA9��11\\��ʮ��e\"(d�T�*_�AbBG�����E�X�undefined<h>�g�y(����\f\u0003\u0007`2YKӨզOwыcH�C�\u001f/���\u001aT���T��U��}�\u0002G&;3�o�F��w���R�]���\u0016a6=V5\u001d�00�y��_g��1��E��B���{���^�l�gy�\r\n�\r\n,��\u0002���]�\u0010\t$�\u0003ϼ���,4��k!��(�ᖪTP\u000f`:㐠�j!\u001a�\u0019�>8v�\u0003M�,/��\u0018m&9Rri=\u0019��nd���f{<��xvgѥ\u0010\r\n�>Vn�#�?e3�Q�\u0018��\u001b��\\�d��:����-#\u001f\u0010s\u0002�0\u0000F#�\u001b`2�\u000e��:|W�B`1�\r\nʭ�'s\u0013�ߛ\r\n\u0010�o{��\u001d\u001cOW\u0013�C)���*bK�,�I�#���\u0010��s�\u0012|cG�y>TR�����\u0010�O\r\n�r��\u001b�ۛ���\u0012՗צ]�T-/���ڞ��2�Fe?��)�\b�\u0006\"K\r\n�P�ܾ���_s)\u001b{D-�{:2��\u0010�=�����\u0007��FoV�'=;���WQDE\u0011/��\u0004<�@��|RMԢ�z� \u0001U�8�f��?�b�2\b��$i�]$ﰲ��e\"@9H�\u0019�sP�q*S8J��3Q�w��Ik��8Ms���J��f^�$y+^�Eq��׉\u0010\r\n�r|vܯ��i\\��X\u0015,t��qd�]�L�A\u001f�#eN��\u001f��\r\n@Ϳ)����h�'K��Ŋ�oþ_��u�ȇ\r\n�\u0014B\u0003�-���ǜ�!\u001d�N�܈��\u0006�7лyu:NW�|�@�#�\u000b������\u0003��gv����+�%v\bJ���\u0015��g��fd.�6h��A\u0016|\u000f.undefined<2\u0006@X,\u0007��undefined<Q�������Y�<�_\u001d�\u001f%k�j6NF\u001dl$p�з��-�*�kd�\\tu��]\u00150\r\n�\u0013o1#�O�Q\u0011��rG\to��\u0002k�U�-l�+����W���6���\u0007�\u0013w��\u000b��\u0006��d��\u000f�\u0012���`����4�@P�)��\\��\u0000ƶ�\u0011\u0013)\u0006�\u0012��cb\u001ef.�\bq\r\n\u0018�`��l�&\u001aٶ\u001f�̽݋\r\n��׷�\r\n\u000f���k\u000b��z\u0014-bC����5tI��3���a8�4'�\u000f&e\u0014�\u0007�V�x���oE\u0006�4JK:5��\u0012�^n\u000f\u001b�C��\r\nz��&������h���\\+�ܰ3\u0005(]X�J\u0014��\f\u001c�a\u0013��YT�9\u0015\u000e��a~@�Զ�0�\\�_q\u001e�ho��e��1�m�M�Y2k�M����\u0005�%�O�\u001e�%�����\u0019�t¸t�B�\u0018��\u0019\u000e*�*eĭ\t�SI�L���Iu�\u001b��A��\u0004{��D�\u0017\r\npv�\u0014�/\r\n�!�QXYI'���\"��\u0013+�UR��t'-\u000b�\u0014\u0000Nد%3�j�U�\u000e�A���w����B|����\u0019��q�\u0011�\u0007�b >V\u0012�\f�'�X=�&�z5��̛7W�\u001b\u001b\f7<�D�\u0003����Hb\u001c�R�j:߆��9�\u0007������#�\u0014\u000e�v&�\r\n�\u001dI>�zyі�4b�x\u0019����B\u0014o,(�.��D)1�\r\n��sR/\u0005s -�\u0015��\u0012zK\u0007�am��\u0012��\u0016�Z��.i��)��q�}\u0015�I�Z�a�G���J\u000e��3\u0001p{��E�\u0006$�##\\.\u0012���yk!�(�]�3�z�dr`��!\u001b`���\u0007\u000e�l�XE���\u0001I��1�b�\"5\r\n��(�\u0007�R>�۫���A�P\u000e��u�\b��OV\r\n\r\n�\u000b�l�J�;�0r�ݪ\u0011N�v��4q\u001c+���'ü�\u0001��\u00007\u0017\u0016>����B�\u0004ͬ�p���y|[ɽg\"\u0012��rs\u0015�\tw�\u0015undefined<g[���\"�����p�d�e��b�&?�Ӻ�x\u0013����_N\u0014��L��O\u0014��\u0018�����4M����\u0019�\u001d�=\u000f��rk��m�-5�lD�\u0018��\r\n�nW��z��)\u001e�\u0011�'���3\u0005�{�\u0013�\u001c�T�\\\b\u0000M���)U�����a&����0쎜\b��\f�շ9,�H!��,��\u0003���3%�\u001f�0\u0019qx�it_�%\f\u0004�y�\u0011����\u001d��=ջ�\u0007|\\B\u0011��\u0006���J��du�Յ幾�B4-+�+,\u0007������p�}�x�_�v%\u0010�wT��OTh�]�\"�v�;*�m��\u000bz�^���qp8l4&��\u0017\u0012A\u0016e�\u0000\f��gy�r�O�a1�;Le��,��G\u0015�\u000f��n�J�~G+�'\r\n\u0005LNU�mE��E�>~}����b��(��\u001a�Q�\u0013�u)C-H��#(���?�H\u0017\r\n�Wr�\u0017r�X���%��$�\u0015\u001f\u0017�\u0019G�з���6\u0001�\u001b�V���M�U�Qӄ�i����tV٩|\u0017p\\�����u_�;�K1ݠ45\u0019'�8{Ϣ�f���È\u0014YxCE\u0017r�)�\u001f��y��&(N�mMO�g���d�C:��'�o�L{p����c�_`�D�q�\u0017}�$�\r\n�:�0;���V2���z�X�8\u001b%\u001f'm�mHɈ�B�<�\u001c ͅ\u0012c�E5mE��?�\u0010\tL[>P�M]�\u000b�ۈ&�Pcf_EV��B����y&��\u0007\"D\u000f��ty��k\u001d����c;�\u0012.�X�C\u00032%��\u001f�N��?6\u0002��\u0007L��/w�+�O�����gH�\bץ�{�oc�L�s�V\u0017%�A#0�\fs��x��I2n\u0013\f|��\";��\u0017`Z�0��\"\u0012����F2\u0019�Q����\"_+�E5���\u0007QA��\u0015I�K;��f[���V�K�ҧ\u0014�k�8$�HP\u000b�O�@I�M����8}N\f��A�{�97�m̒�4�\u0018Xa[^�؉}�w���\"ĥ�/h\"\u000f\u001f=�����J\u0002�S?ˬ�߫E�%Q�7\r\n�)�.X��\u0010´�ة����}Kj��/�(�a�B�ٮ\u0015��\r\n��{ \r\n�\u0014\u0016\u0012R\u0018\u0012Я\u0018\b�1,��k�BHw����7��I�M\u0006I1_���$���m\u0007(p\u0003�G��\u0010�!�\r\nö���\u0005b*��}~���}Oi�Ґ���ȋ\b\u0000g��i�g���;�op��gV\u0010!��\u001a�\u0007I�ʙ�y\u001b팘�\u001c��a\u001b\tundefined<H�',=�E�N�1䥀&�r��T\u0011\u000eU\u0001[��.G�J(undefined<o0\\�Y�*�s[�\tѧM�+\\`]�\u0001\u000f��\u001f+J�P�\u001f.$�~_��P��\u001c�%ۢd���Nd�n���>�P)s+q\u0016���\u0002��������\u0013XhR��Bs\r\n�w�\u0017T��&h�X�d6\u001bP�1v�����\u001f��\u0017AP��\"�\u001cW\u0016���\b8�;\"\u0004�T\"� T��x��6z���G\"\u0016E�GeB�g��>E.\u0006��l�\\۵[i�\u001d:~wlC��\u0010̧��I�\"Ыp ��\u0003��\u001aFJ�8�D\u0012�e�=��\"N��z\u00046�\u0013��w�:p\u0005\u000e���qHS���k�㛍�[ˮe�]����w�-���XS;��RhJG�\u0003�X��\u0012�\u0010�\"o��\u0001Iundefined<DT�\u000fE��|�L\u0007�)\u0002(�\u0015�i���e�&z��D���^D�啤)'����-�'|�Ge�>�ta\f\\��]���\u0005�屒�\u0006�/׿\b)j�\u001d�T��\u0011�h�b�g�����C\b���$_��÷C��Zâ��g�F�`�d\u0012���s���iEX�\u0005�K�܋]�\b�\u0012MH�A÷���P�E���K�l�H\u001c�z6\u0019�g�gN�\u001e� ���\u0002W\u000fZ�)\u001d�͠^��VJ�\u0000ޱ]�\\\u000fb��$��P�4Mf\u001a�\u0005��er-#�\u0012��b�\fS�^�����YA>\u001cp�صd<�\u0011z��I��~��|��ё��\u0012�Ԑ�޶|\b�\u001b\u0016+��\b�bş/;�\u0015��k\u001c��Pe\u0017*\"�-�\u0012\u0011)O��}gd5��~>+�9\u0000�$A��D�Fmg�u�5�>E\u0005�g\r\n�����(�/\u00019@����6���7+�[\u001d!6�\u001b\u0005Ad�ܱ�\u0003�\u001e��m��l?Q�@ӿ����F|��\u001c��cH�\u0005����'�oC���x�E\u0013��P}\u0004\u0011P�T�Z��\u001d��;Zª��\u001c4Z��d���f-�=K��Jlv{���K�\u0018�ȡ|h�\u00128��\u0005�ٞ�n��8]����(q�m]�L�X���-���\u001e!\to7攊�E�[\u000e��-���^�^e$hRV\u0018u\u0004�EY�*&2΁\u001f\u001b���\u000b��hQ�;�0��k�0 �C\u000b�Ӑ\u001e�\u000f\r\n��+Ơ��&�\u001bK\u0014�\u0011�?ӽ����D�*QPc��e�R\u0004�x��\u000b��\u0003�v���`\"eD��w-��I\u0012\u0005\u0006�2���]��ڻ���ᚑ���|�����W\u0005}\u0003�\u000eX\u000e�j�T� ���=\u00030-���!5��˳A6�x]�\u000eW�e���n�\u0004ƨ�~�\r\n\f�8BS1���\t�\f���l[�V\r\n�\u0012���c]MS��*>\u000eexb��Ѫ�=\u0010\t}&5c����R��|�YP�8\"��\u000bg�F\u001aD��#3$��f�+\u0002ьN�\u0002;\f�(Fp�`s��^Ԏ���8,��\u000f,W��:ba�0C9\u001b�b�����7�m\t~\u001c\u0016C���d�܇$�-�*g�#e��\u0012�@%�ޓ\u001b�NkM�8��`\u0011m\u001d�zu���XF#y\b�����h~�R˳��ld��\u0010�X�0\u0000��k/\u000b�w��Ug���]e�}��\r\ng�P�\r\n��&��\u0019K��6�L�d8Ȓ6$J\u001cR�\u001fG�\u0002�\u0000�\t-�_���\u0011q����`ݓ�k.�-^���h���c�\u001a�����ʗxj�\u0011\u0017��=�<��q����D\u0001�\u0019��\r\n���F�qu���W��z�\u0014^�Ц��!�L`+�l�}�\u001eк�,�e�T�&,�S\\�=u4�QD�\u0004\u000f\u0017y\u0003���9��\u0013<�k��\u000b�ȭMz!zG\u0005Vd[�\t'�Ô�\u0002�\u000e;�ik�ufC$�P\r\n�\u0005�Ay�v��Jf:���\u001a�\u001dn!��W5\u000b�*-�e�����زm�O~�������VP^2\u0018%(m�\u000f\u0006%~�*^�_��A�D�}VL��0�!У��\u0011�\u0011fq����ܡPf�����\u0003�\u0011��~(\r\nA�\u000fO \u0006�y��]]\u0011��U�M!=,�M]��μ5H�l?>\u001c̙X��l���g�\u001e�!�t̊��U�\f\bjI(�g���]��\u001d*zQ�m(�\r\nX\"���<��׺�4�L��;���͆��շ-����\u0001�F���Z?�Υ��^G&hn\u000f\r\n\u0004H\u001c�F��\u0010\u0014̱߲:p\r\n��\r\n|�:~A�ǀ�;�&���\u001baG]B���@S+\u001c\u0013̀XM���P\u001f�3s&$g�ǿ��FO���-�/�J�\u0019�X�����P��qя\u001c�D}٫�����9~E0�\u001b\u0002�\u000e�+�����9Ob��(X\u001f�\u0000�ϵ\u001b^\u000b��\u001a�\r\n\u001c/�lu�l%WYa���.\u000b��b�\u0011�\u001e�v���K\u001bY�y��X��}�\r\n��\u0014yN\u0004��\u0015\\�x#?�{�Ew!��l-�J��|-q�|�\u001f�Q\u001cw�`#$S�cS�%\"F\f�s��u��!\u0017�?Q�)���G���l\u0013՟�\u001eq�\u0004���T���Z�mn�\u0006��q�5KSJ�{�Ͷ�\r\n��ڋ����\u0011��ï��tf1%5�d�p�^ �p\u001a�Cڛ �@a�}����$�㭍,\u001fn�t��\fE􀅝!�t\u0019�d\u0013D}�^����#\u0018$u�W��Z:���\u0001�*T.d�9�\u0018T��}�^��j/�g�dc�M��\t�x��h4[k>��O5�8\r\n\u0017X8\b����2i������#\u0006B�D��Gz���\\aM�Mt�z��\u0012}ބL�\u0005�6�\u001d�Z{m�!��`�undefined<b݋\u0004\u0001\u0012���\u0013]|E�d\u0015��4=55\u000f�<���W�Lb-×��-���������R�je>)���)9\u0018��Z^�d\u0017�\u001d�H�B�Z�\u000e�}\u001d���\u001b\u001d\u001arG\u001bP�E\u0004�kن���?�'�\r\n\u0004�������f��i�Jr+\u0004\u0001W��3�!��\u0012;���G�M�I@�rѡY�ڲagR�\bə�\u001c�vO�\u0000��K\u001c���9Δ\u0011QGV}��}��;$������>\u0019�o#�\u0000���\u001cO[�\u001fhU�U,����\u0005��A\u0010:��y�I��\r\n��7\u001c߲�\u0016�\r\nl\u0006��<��V\u0019v\u001eI���Oڕv�\u0007�#\u001d+H ��ƆCu��S\u00198�oS^��ɐ�\u0007nԏ|����\u0006Wu\f\u0018��\u0003#��`���������#-�\u0017��%;BC�nK�'5X]9�Tv���:�m�1�n:��M3���Y�c�ZD�p\u0010�ұ�bI�N��R��\r\n���\\(��\f>r\bA�u���韊�\"}����cq'��F\u0000��Ȅ\u0014h3?\r\nJ\u0002i�A0��u\u001f^��\u001f�G\u001f'���\u0015�>�@t�%\u0014\u0007\r\nI秓g�\r\nЦ\b�ftr_�\b�\u0016�ǚ)�����l�\f�^[�\u0007�&1%:ݶ\u0001��\u001b���\u001af\\��#e\u0000�[�H#���ExUŎ\u001cۤj�\u0014���Ƨ��HA\u001ak�1�\u0012�\u0017���J#u\u000f\u000f���Y2c2��\r\n�t\";�\u0018�-sk1q�m�X%\r\n7�Yn]y�\u0018�}a4#:v��9�Y��Ɩ�V:��XS@��s$\u001e(Ad�,�����f�Z:ϓIo0�>FNh[�\u0010k 9x~ߡ[B�d���\u000bW��ʫ\u0004��K,�^J$��\\�ma|��|�+��^��Ku�D�W�J�̼�\u0005�\u001du)\u000e���fn�z+��\u0018��ڂ��\u0016x\u000e�\u0002��\u0003�MQ�s�\u001d\"\t@khLO��\u0002�z�\u0012�s���d��\u000f�p��t�F\u0013\u001fl\b$�\u001d�\r\n��~�`���\u0006\u000b�undefined<m<`]�����4߬\"�mL��t�\u000e>�cz����TCӎ�Rs�L���j_���\t��q\u0003�\u001e�\u001a�\u0004-}��;�|h\u000b-މ����]\u001a\u000fs\u000bw#&��8M���奣اG<��5\u001c]�(f۵j���0\u001d��n\u000b��\u0003y��f}��ܪ�@\u001dz�\r\nD\u0001�undefined<Io�C\r\n=�?�\u00004�K�El�i2�7\u0006Ɍ��I[ș\u0017\u0007\u001e\u0015� �>�Yj>�b\u0011��S%(�\u001b�����Y@��Ȧ�\u0018)�\f-�\t.��\u0018��h\u0016g�Ƃ�O�\u000bt�\u001e�I?�lEx}Er�{���V�A2J&Y{��еܰ3�==͐\u0002�L*\u000eʢ\u001elC\u001e)��Le�<ՇN\u001c��\u001e-\u0006��_\u0005\u0012��֊5��B\u001c���\u0012\b�?\u0006�o�s\u0016���<̋YG\u0002�(�\u0007\u001c��* �s%\u0010m�}�\u0017��\fg�)Z\u000b�!��\".{��.4O��\u001a�\u0010�\u0017��P�\u0005e8�\u000e��\u001cF\"��'yi)`�)ʾ�˴Uة��@,��R���\u0003j\u0010\u0016��U�j�*��kF+��c��}�\u0014���)0G%������!��\u000bJ�\u0014e~'�'B���\t\u000b�\u0017\u001aW��G�ov�į�B��_���Կ\u0007L\u0007�(���H��<��1+�ٶl�LK+��\r\nz�=:Ր�\r\nb�=�M6��|��T���\u001d7���F�\u001d�EA�)�\u0016%M\u001f4�i\u0007�����<��y���Z-�,#�O%d�+\b��\u0011�\u000f�*\u0005|�2-�J��WS��YyW�\u000f����d��.��}���|+٘��+�s\u0007F[>�S���\u0012E�����֜aoc�(�,mM�\u0011{���Ђ\u0007G�d\\��\u001e��ڙ|dr0��&U��)�3undefined<P\u001e�}3��-~r\u000e;*�\f�ts��&�ʹ�F�\u0007��\u001d�\u001b!i\u0003���w��V�)�\u000f\u0006_�\u0007AW��\u0004�i���R�e��}}�\u0017��\t��D�<>���'\u0017��9wq�\u0014D�S�=�m�E1���$\u0019�\u0016q�\u000b�2�T�+\u00032\u00167���7\u0012S����2\u0004�1��\u001e��\b�ޏ��b�#�\u0006qN�g�+��ϑН�A1dU\u0000'=z���@��\u0004N�������r�n?0c�*X\u0007m��ǅ��WK[��r�� D�s���Q\u001f?S0~��\u0013̓Y��PI5kgH��\u0007T�_`\u0005��\u0012��\"W;\r\n\u0002S\u0002�I�\"\u0000 �T��<�\u0015]\r\n���&Y�\u0005�d*��v\u001f��1ڞ.�xʬ 3���(��dk�P%`s���7+f�u�#9��\u001aC\u0012�8}ۯf���Q��\u0013���$\u0001�*�́�c]\u0014�To\u0016��\u0013�I��Ny����\u0000%�+4^M��8�ц�\b<�a�:3�e�Ő-K�\u000e{�a9�&F;P�ށ\t�xE\u0004o䡾�R�V�MY���R1���\u0002�2YOG��\u001d��?\r\n|F�+zDXl�����|hO���\r\n�R�:1\u0012\u000b�$�\r\n�9�!\u0011��!@����(��\u0001��F1�(�d�*�x��ba\u001c`�0�՞R��s�T��Z�2xe�\u00189�9(��#�����{�P�g�����\"*\u0011v�u8��\u001a�M���F���;�d���X��{g��\u0013�a��w\u0006�>��~��V$��&\u0003݉\r\n�y��u��4~�b�?��tT��`��\f\u0010�\u0010u���\\�������w��>N\\���'�'Ad��:\u000b\f)��@����u�/�}u�NJ.�F�\u0006\"Ei�%������\u001391�q�ԕf��@��ɫV5��\u000f��c�ky\u0005����<�//ʂ:�n\u000b�\u0018\u0004�S\u0011>����s��\u001e�E8<\f����Cl\u0019t��ۃ�[>\u000f\u0005\u0012���k��i��\u0016�s~\u0010weO��x����p�\u000bY�Ϳ��\t\u00183�_�\b�7R'T\r\n�aʨ�V\u0019&vundefined<V\u0013<�\u001f ��\u000e�\u0003�\u0004>\u001d�\"�JY\u0014�r59ؕ5���=Tbċ\u001a�}N�t\u0004_�R�G����x�N6��\r\n��p6H6�I�ھݖ�2\u000eX�)o\u0001��\u000fVߋ�>7�~�3��se�\u0010\u001ei�%��\u00136fGm\r\n�5A��\u00159�~�:\u0013��Ij��g�\"{�\u0012�~/�տ��]\u001fm�]%�c�q�n%\u001f�\u0001l���,}e��\u0005קuI� \"�S��k��S~~��W\u0005\u0013\u0014�*JF�!ʴp\u0007Y�Ar=������i��\u0001\u000b=��\f5������WI�Kp�H�Dt`�8\u0012�\u001fh��C3�S%\u0000��WUZ\u0003�z��_\\Г��6q�bտ\u0012c\u0000�j \r\n�،��v\u001b\u0002)�\u0003'�R\u0004�G|!Ou!4�դC�\bz!o�-u+ˠ\r\nǂq9�,�Jx/MY�;�I��\u000f s�;\u0002V2�)l[�'��̍#JY����o�<��؎�6gP�{^�z�aa1\u001a�|d�󻊾���^\u0018�U��ceY�h�JM2���\r\n�\r\n'n�P��凕`����\u001f�_o�\u0012�/a�tS\u001b>*�+���o��j��\u0016�T]�/\u0005�����XYo\u00055E<@&�T\u001b�nBa;��A��}���r�5���𝁬:(��ZX\u000bO/�2��\u0014�a\b��b-t�\u0011S#��j���椭�Z�U�/._���_c*�ġ\u0003�~pϠa�\u0011%�M���4\u001e�*����]���bȉ\u0002j\u001d\u000bc���\u0004\u001d\r\nf�e��,�L�W�0_14��_\f����d�ju\u000b#�\u000f�.�9F��\u001dK�~��\ff�}02�#|ʕ����xU�����C(>h���\u0013dgil\u0012���T��3��z��ogf�����g�)�1�<����-��.e�q\u001c-��H��I����U�z�t�7g\u000e\u0001U\u0018���m\u0014����}\u0015\u001a��\u0010$���\u0006�FP.\u000f0Gç�\u0016!pƇ\u0004餩Q\u0002�\u000e\u0005�zkP�A�]�b�\u0017\u0019MH�Ҋ��\u0018(/I���|�]��\u00139�d\u0019���%\u001aQ[�WEp\u0001undefined<n�����p�K\u0011B������\u0001}lW�\u001f{0OYr\u0004VH���]K��\u001c�\u0007���\u0018Tu=\u0019\f��U��yƜ0^����HnU�p��LkgڇRZ��\u001e��R�}���is)��J.(�ĂRqC/P*Ǝj�\u0016\u0004\u0001�\u000bn#�>Frk��\u0018�#�Lo��-m��ܸ\u000b%\u0015#9\u0001��<��\u0010��񮒏δg�Tys\u000e�)|�,)�'t�RL\b!c\u0001R\u0002]��\u0011�o�z�Xkv,n���cC�\u0012�:w�%S����K�̽�5^�qU�4$&�{��t��y�,\r\n���\u0006T0k�{��h��\r\n�U���2\u0016`\u0005�n��\u0013�����n7�\u0003+\fb�3b+F2\u001f�������\r\n��\u00109luؾ���s�U��w�sڼ��\u0010-)�c�Z��I\u0012c$b��nR��\u0011\u0000����i措��/\u0013\u001d�o��nCV���\u0014�E$\r\n��lUA��\u0006�h� �������Smnȁ\u0016�\b\u000f���W�@���{���ٌa.�v\u0007.=�^\u0000\u000bv��\u0003Fj/�s�؁R\u0007O�Ρ�\u001eq\u000f�:��\r\n8�חf1\u0016\f�IW�O\r\n�9U�\u001dR\u000b\"f�.N\u001c\"���A\u0004\r\nɎ���L�LIJ櫲���&J\u0016)\u001c\u000fT)\u0019��V_�u�@����+�c�\u0014�5`A�Q\u0003�C����:�O\u0014V[z��2\u0011n$T�J�eǲ��\u0010\u0001?�|�Pt\u001f[$+�i�2)����\u0014��K�F�9!(��Ot\u001c�\u001d\u001bw���\u0010�/|\t{\r\n&�!\u0003���ш�.���b>\u0005Qűk�n�\u000b�\fx�\r\n�*yӿ�fp�����e�nQ\u0010��O�z���\r\nS\u0019ĦI1cF^R�U��\u001bLb��Ea\u0000X[��jm�\u00020Q@���$��\r\nlx*\u0014\r\n��AB��J\t\u0007O��A�TR|�\f���={v@o\u0005�\u0017P�\u0005뎽bU�F��bo�1�\td+X�\u0013��K��V�P'u;�z.t#S6�-=��kەr��W�GH\u000b-�V��v%��\u0019>.��zf&�\u0016k�������8�8뱴um�ֈ�\f%:����\u0006q?j\u000eM'���=�E'\u001e�n�#\u0015�R�d�F�C͹���x{�{Ǌi\u001frN���g2j��g����h��L)\u0001Ք�\u000b�\u0005Q�x�\"�\u0005}w���\u0012S\"�\bM\u001bN�jW�P�\u0014��d\b:Q\u001e�;�\b��\f��\t�\u0007\u0007=�Z��P\u0003��%8R�\u000f\u001c�\u0013\u00010>L�\u001dN{���5�\u0002�C�\u0004�Yhc$������*�ᖊ�zQ�Z�0N����ݺ�8�4���\u0015�H�ETe�=�����dɲ�H���\u0005+\t��d�2�u\u0011\f=�`�!\u0004�f�C@d�n�E4\u0016hp�\u0016!�\r\nί�_r�##3\"#�\u0010�s�ZV\u0003��ȬȈ\u001d{���&7>��\u0010N��)�Y�5�����0��f\"�B�\u0012�#�O�\u000f�H�\t���\u0018�莟è�d��\r\n`54@�%\tq\u001c�Z��cй \u000e'G�Л^�����x���\u001b��2vl�h�'~*c�r!�+\u001a�\u0019�\f����}*�\u0015a�-e6˓\u0011�$[ꦱ��u�ݡ�H\u0018g�R�8\u0003��\u0004�\u0014-�涴*�o\u001f)������4�ؿ���Ty�3�[�Y�[�[��������\u0005>�����A�eo2M�f\r\n���Y�j�)�ɏx�uј�|-=27F;�\u0006\u001f~�\u0003[�0\u000fL�_�Y?\u001d� �� p\u001cҎ�\u000b8���4[\u0006\u0004;�*}��,c��V\u000e�w �Q���7�O��\u0000\u001b܇�6���o:��F6(r��mB�\r\n\u0004XW���O��K��#�!���׬\"��۶�g�E0O����\u0003�*� )\"U�Pv!P�s���D\u001f̸X΋~\u000b�:��K�@��S�=�ڠ\u0013�P1�:�\u0005��F�2~4��w٨7���H0�>����S\u0011undefined<p�$�N��@��\u0012��.�\u0003\u0005��C �C���@V*=��.�<+��4�\u0007-��A�\u0003\u001c��ݐ�57��^�iI�@->9���L\u0007)ޙ+a5�7��vp/�����˖OpI��\u0001\\�\u0013\u0005�~\u0000��=ɍBդ�;RƸ\u000f0��!��KȬ\u0014�µ\u0003�2�\u0018bf�\u0010�'��^gc8\u0019[�[��\u001a��\u0002.�A\u000e\u0003w1��p%���rE�Y�7�(b\u0000�pI�^�\u0002&\u000b�Y�A�t�lc\u001b�3k��\u0012�\u000bҤ� �;\u0012\u0005��\u0002�܍{f���%��q���2�Tz���6H||SV�򀉒Y�i�\r\n|�\r\n>\b+C��\u001c��I<}��\u000fO�3�\u001c��,/R�wD:2�ݥ��+\u001d��ܕ\u0004�OEj�\u001a���k^Iv\u0019%Ȭ\u0001\u001b\u0005\u000e\u001d\u00075\u000f��\u0003?�\u0012M��\u001e�@�R�s%��A��j+���ԓYY��\u0010ű�GN\u0010-��[�2π�/\u001b8�\u001d�;�I\f\u0013��P7����J���T!;�\u0017�y\u0005z���w����E�\u000f�\u001bj�1>�U|���\t1IGY�\u0019M6��b~⅁��\u0003��|\u000f�`=Q2��٪H\u0000���(��6��E҅\u001c\u0015���b4�$�2�]�㭏�/\u0006����j�ި�q2�\u0013\u001c:�U\u001a�Q`�!��]ȼ\b��S�\u0015����X8!WXX���q<\u001d�\u0003\u000f툙�'�sq�D�H\"f��\u001fH\u0012$�$�\u001f��+�����3�\u000e�B޿j\u0003��)\t�Sv\u001f�\u000e1|.��\u0019Gi��%1\u001a�%�h�9\u0014\\�GP�}\u0002Ɉz\u0018�~�H�\u0013�㼑�\u0013�fޞW\tp��Vi��\u0017z���b�(r�R�\u0005���n\u0004u?�s,A�H�\b���Z�^>\u0003}\u000e��<�N$\u0010,H�����:�W�W�Z��\u000fiF�����[յ\u0000F\r\n_Ԭ�\u0006)\r\n��\u0018�O\u000f\u0016�%��\u0017��C�#��>M\u0007\u001bk\u0013cj��.�Y\u001b�]c��X#���\u001e`\u000b��;L�+k�X���C�xَ�\r\nf%\u0006���F1Uk�g���9Ju�~\u0002\u0013�>?�\u0003Z��s3�\u001f�1E�?���I�9�ưGqB{&ͧ�e��.��{]Lc�\u000f\r\n��-�\u001b�][��.�F��k\u0000h�\u001ef[\u001fɘ�x��\u0006\b�\"�C�<��\u0016m�۽�����ƴH����N�֟�������h���\u0003��S��̉*���W\u0017�)|�'\b�F^�7�\r\n\u0004�\"\\SVZu �F��xbz4�Q��\u0007i����\u001dʊ��\u0014\u0005a���8q�I-Xc�\u000b��\u001c�a�l�\u001b��}�v~�US\u000bwJ��x��-�3�\u000f&C��\u0012~�$a\u000e�H�\u0010�<��ш�k�v+�/\u0007p�O�J4\u0005��\u001b=\u001b��&\u001e-�k��u\u000e9�+�W�\u001b`Vʲ\\C\u0019}\u0018�|J�\u001d-�h\r\nf]E��^�(?�&~�h;>�q��^�P\b\u001e��}}��m����́M�'&ζ���e^ɿ��ŕ�ZU��O`\u0011�r)�*rCFW!���JN��\\�\u0011`x/8\u0014-�\u0016SE�>��=5V\u001b)��4���.B3X��樄���\u001c��e�jk�W)�E��NS߷㫞��5T'%IM\u001e��\u001a��]���ׂc.Z�AUAQ�\u0015�<�8\u0005�\r\n}�6\\E\u000b\fIHkk\u0018\\z��#>/��E\u001e�N�B�𒈸RZ�%p����\r\n�\u001a�!�8㛁�`�9���>[��N.����W:SP�s��\u0010$ȗ2��s��-�$~���]�:���[H�tS��o�5�j�NV/�ꏪ,�B�\t����T�y���\u0011�\u0018s�'t��\u0010\u0018܀a�\\}��p�4�t�(H$hx����`�Y^��ɰ��J\u0007�l����R�F\u001c�\u0004{I���>\u0006\r\n�\u0010\u0015��\u000e]�\u0007ƚ�mY�e\u0011\b�\u0001��O�/*��a\f\t����j�:\r\n�\u001b�R�r궃�J{\t��N�0 �3�u\r\n56;b��t6��)�MW�!4ϛ��!I\u0004���?�&\u0013���C�\u0002)=�e,��\u001aZ\u0004\u0000��\u000bH�2̟�������o� �媖�\u0005��J�r���\u001d@vsfVf�p�Eɫ)ŧ;���8\u001d��X�\u0004�}\u0003�M���\t�Č��\r\nL�\u000bFor�\u0001�yWe�P_�\u0010Z�\\�\u0003��L�'�qr�)��\u001e\u000f\r\n�f��O��ˑ���\u001c\u0016���\u001d\u0002��\u0005�r�\u001c�\u0011U���(�c��$���@�E2d�7�ҕ��e\by\u000e*4gJ\u0002\u0000|�7�I�\u0003ꮈk�L=\u0003��\u0014.\"�\u001d\u00118pw��;3�Ʒ�a�9\u0019�vz�&�Ԍ\u0007�?�\u0013L|���gU��=HӉ��\b#�\u001cY�d�k>(�Fb�̂T\u000e�!,o��q�e�\u001a��\toy^����zo�G��|��7\r\n{�\u0012rvƮ�����P�:�]\u0005�a&�ol\u001e8���Z��|\f-�3V�\u0019��;\u0000�\u0016��Ѿ�S���)��ß\u001b�A��y6N�Z���8ԕ�D�^�\"S\b\u0005w\u0005z\u0002y��ՕS3�~!2gs�O\r\nBo�\u001e�$y@9�,��F\\�I���S��\u001e\bS�7d\u001e�q�\u0005)\"�1���<\u0003��?����o���\u0013�>un�Cڳ�\r\n���\u001f����M��ƇQU<�Z�\u0010�5��\u001du���\u0014e$5e��~U�@CP���z�tD\u000b-�s���o\u000bD��_�P��y�\u0015�8�\u0011\u0015D��S���]�Ј2\u0004�����[�\u001al�ּ\r\nר.�\u001f�cpK��]�\u00059��t`x��Ƅz��M�-\t\u0002?\t\u0013�����t��\u0010B1O�����W�R�\u0010\"����x�\u001a��1��\u0001�F\u0011�s�8aOa\u000f����) �e��zL\u0013/��v\f�������e\u001fSq���4�\r\n�ff\u0006a�\f\u001e�>3%\u0007q��1\"�=U��\u000bpJ��\u001e��\u0017�N�P�*@�,\u0006<\u0002r�Do\u001f�7\u001c��]���UT�%��蕀\u001eE��\u0011�\u0006���HU�QO��c�:��&T\"\u0013�^%}�\r\nK@��`\u0010E���\u00165�]�J��~%���)-Ƥi+�A��z\u001b���\u0012F�@F�z\r\n5WG�\u0007�G�2K\u0017�>Ƹ��i��iO�\u0013s�\u0007�^��/r\r\n@��n��m\u0011\u0001�w_B���H��D�â��\u0016�7H��J��R&m���Q�\u0011�5\u0014�o_ݗ˟\"l\u001d�?�p��\u000b��\u0019\u0000�9]��>���f|\u00021�Puw�?�\u0013t���\r\n�ɍ��Қ�D�r\u0014\u0010j*[2�I/Բ;]���e}\u001e�\u0017�V�뚌�c�n/@��)�n��?�\u0003[\u001d�lŠ3.z[_��@<\u0012�b=ϣ?b\u0003��l���%&�Y�3�����\u0002\t�wj�[R��#���޶���lt�\u0014s�F]�\u0014��\u0006\u0015\u000f{���e\u0007����0�q\u001bߍN�.\u0002Hܒ���\u0001\u0018�\u0017��5����\u0010�yu*��ğ���&:k�*���\u0019a\u001a�0x��\u000b暿@���K@�w���f'������Z2mI\u001cŁ��T�t�\r\n\u0003��\u0004Q5O�'b\r\n�\u0013\u0012 �\u0017�\u0007�3F���/�m`�0�\u0001`Ɔ�\u001a�s��\u0007`3EY�i#ޗ\u000e���Gc;I5r�\u0005O��4t��8F�o:Ҫ�(�g9�3�fJ�~\u001a�8ɡ➝D��}���I�Q}�\u001d�\bcm\u0018�Ha����;��pI�gZ*�B�P��iϵ?�ƣ4O��V\u0018����&�B�$\u0019��Øb݂s\u0003�a\u0002c�I\u0015'�\u000b�?���ΥpC�\u001a��rժ�}B�Z�\u0019<����jZG�^m=\u001d\r\n��4\u001f�ٶM�ƾ\u0017%���\u0005^E��[\u0005�+�\u0007W��\u0005m~�����CUR�텷\f9ҷ2A�O�Q35��`���^1\u0019�\u0017E���\u001dz>\u000eۚ��5�\u0005����}t�W�D\u001f���0]��<��&K�@��i*\u001c\u0000ڽϿ��Ϳ|F���\u0002\u0001\u0001=QF\u0012'��T`j|ፑ����\u0011��IY\\D\r\n�AۙX\u0000+G2������\u0011_!��hb��򙈛�V>\u0002�e\u001fB/\u0001y�HC ��b�9�}�\u0012���El����R�yKO0ܜ�^�}keu�F&�]Ϗ���+z\u0013�妐Q\u001a*�8\u0015���Wi�\u000fa%TDY����:�c�\u0000��+��6���!QlR��δ��$\u000e|�+��I��\u001cR\u000f`���\u001dq�\u001c��nQ\u0014.�����\u000f/C����!KIS��(�\u0017��7l�7t֊���aOW�N�i4�\t�|���`\u0005���i\u001f���\u0001�D��\u001a���`�\u001fW�&�\u0006�d-\u001bf�&\u001a d\u001a$���A��\u001eEF��Ygv-�ld��nK\u0014$\u0018G\u0001�\u0012\f\u000b'n��\u0016��*5��j�Gl0�w�y��tю�8�v�Ӳ\u0016��\u0006�^g��Fd�Y���8rq[�T���xۣ�1�Kd\u0000$�S$��!�U�}_\u0011\u0005�7\u001cۯ!|?9�\"s�����{bS -\u001f���5�&�ia/QI|/L\u0002lh���+���a\u001d�!jSD\u0001�U�+�*�\r\n��l\u0018\u0006�͗�#\u0003�AR�s\u0007��÷�v�{\u001e\u0018�~Vh�b?�'��ZJmLjg�x��ݤ��\u0016\u001a�\u0011�8�@Rv�^��\u001b��b!���w�J�\u0004�_Q�(�8|�?g?C��.�DH֙C�v\u0016����<���XPo\u001d�M���(-�%2+j��\u000e\u0004��L0v�7\u0018�z�\u001c�o�\u000bh\\���\u0005�����VB�\r\n�B76���3��������h|6�)\u0005\u0007\r\nŽ���\u0004�B\u0010�>L�ܔ��7��&��MQ���X�\u001e�FA�:��p���Q�E�\\�W��w\u0010=���\u001a��_ʐ�eQI��u?��z\u0004�\u0003G�?ZUlח�!$O\u0018���G�S��1�k�P�}a`T@ڭւ<�\u001e\u0011�^�f8\u001f6��s;\u001b��\r\n�\tÑ����m\u0017\u0003�r\u0006\u0011�\u0001�7\u0007�j�̊����&�R�\u0018B��յ\u000fX �8����Q�%���Iz�C�s�\u001b�\u0018}��f��N\\\u0011�o����\u0006;ш��>B���\u0016�\u0002���\u0015��a;|�;��~��P�\u0000�*\t1�&\u001e>�Up��֑T\u0001'���$�KE��>�ˇ<�KoP!g)k���iY��1�����3ݡ���~\u0011�Y}��Ui\u0012\"T~\u0001�CxN�@B\f\r\n2��{�7\\ͳA6v�\u001d&0\t\u0015��&^O�oC�L%QN��df��%�\\�\u0005\u001c�3f\u0001^��ؙ$\u0004�h��%��31����\\!�3�k�\u0002��S��X3\\�aJ�ϔ\u00160�R[�\u0019\u0006����\u001eC�!\u001c:�\u0017������\u0015_l�\bW\u0001t���p^��<]������C���q�^և\u0016�>�$m浤0�h�~\r\n}�d�?+�\u0011YϿ'1�g�fjY�{`\r\n�Ԇ2$�!`1��&�,\u0019�faC�㐄\u0013I�\u0000b�\u001a�2t=\u0005S|\b\u0002\u000f�̟�\u000e@\u001a�=_�I|\u001em��H��)�e\u0010��t\u000b#��\u001dU\u0015��oV~apAv\u0001����+`�\u001d�I��b\u001f}�u����:'r=\u001c,@��U�=�.���t/�\u0018�Z�g�\"o,<�f\u0014��\u001bh\r\n'_T[���\r\nM%�J�>�Gm�(\u0018$���Q�N��%�1O9Q�ƿ������Z��NZ���T��\r\n�NY�B�X��V7�J��}�vT3�7�N��\u0001YذA�F\u000b��g\u001f�8�w��g=Q��\u000f\u0015,�\u0001�I[\u0018_\u0012�|��\u0016\"�\u001b�\t^�\be\u0010��h��$9�g�#p�v�^c\u0006[�r&�''����B�X~�X9@�XhS��\u0017����\u0014������PW��^E�\fFF}�9s\u0015���c�Rh���t�gi��ĵE=!�\u0003\u0012�,�|��DA�g�~�$(U`�\\:�K\u001fJ:�]^ƽ�{��|b����o����S೜+\u0005�C�\f6&���9��\u0010���^>4�?7�\b��;�\faz����\u0018ɲ5i��KD\"\u0018\u0003y�\u0001��\u0017��_\u0000�삧���,��g��(�O��Q��!�|I|u���\f4��\u0005�?\u0019��\b\u00026Ά�d/!@��J<��Y���re�\u0011�ZZ�Q�#S����̤����`���a�_�\u001f_W\\�}�u�@6\u0012B�j\u0016$D\u001a��\f���<�\u0007��7p1\u001a�\u0016ߡ���f�[�\u001e��f\t�O&�����{��u\u001c����k��\u0018���\u001e\u001a���:�,�}�a\u0006\u0005\u0011�<\u001d�M\u0006�wH�\f\u0002�O'\u0014�.w�kG�\u0000[ԿV(��*�\u0018�5ਦ�x\u000e\u0001�H/IZh\u0019�멒<�\f��֠-ы�{F�\u001d��)\r\n\u0019&�l׫��.��\u0013(xz&Ii�\u0017$��Ɖ5Z����j�Pq����G�\u0011�\r\n�L.�$�m��&Y/~`�6\u001f{n�\u0004�\u0002�:]�\u0006\u0007\u000e��$=�� B�\u0010�\b\u0004\u0014O�U���3�dթEy&Su�\u0006\u0015�\\��>��yD�\u000bCR�w\u000fJy�m<�x\u001a�WF�hu5�����8t�X\u000f�\\�\r\n4&�\u0019���2����q��/�����Gr\u0006_��:��|���\u0010�q�@����&\u0004��\u0014���\u001a�W�`o��h�z�[�=|�\u0005���!�~��8E��ʰX��5�\u0005�v�����\u0006\u0016���t���n$�Z��\u0007��\"�,�&vWjwΡM\u0003]G��\u000bc�LGx)��?\u0001 \u0006�ސ(\u000b�J2<������5,\u0010y&��?D�t��cױ5d�e�\u000bl��=]\t�Kv-bN�9�\u000b�^_�\u0006�g*��t�<\u0006;��\"�����߰��S��w�P��%�]�-�\b*rl��\f\u0016�1\u0003!���\u0003\u0003��]�\f˳�+kT��ss�o���0��޻��ӆ3undefined<q\\��u�(�^\u0006Ysz�3�\\y9ɓ\u0010\u000bͱ\u000f����\u0011w���\\\u0016�q�\u0003\u0016\u001c���`\u000f68�\r\n�\u0004ۤ\u0013b�D\u001fy~{�����C6�{�\u000b�-\u0015\\\u0004!�@.\u000e7�2渺�U�\"�\u0018\u0010�Zؕ%C\u001c�z��z����MeX\u0014d�\t Շ=�ԭ�C.��[.g�\u0001��\"���\t��h�Wˤ\r\n�؉a6���\f��q�z$�\u0007�[s��V��A\u0013��0\u0017\u0017�ξa\u001dm�\u0001���]�GT�2��\u000e\u001a�g���6؁\u001f�L=G�>1c��a���\b\u0005�e�/Wr����\r\n��ͭ�@�Q:H;�4�zRI蹡��D2��\u0018p�o*tz�[�l�9Ј��v��#���Bd�8]��i��� �p����\u0003��\r\n�J\u0007���\u0014��3U��W9��Q�,�?Z��\ta�D\u0019M�`��\r\n��i�U\u000b\\Z�.undefined<ch�\u00070�L!^\bO�\u0002\u000e�'\u0006��hD�*i�\u0001ۂ�B�~��\u001ab'�t��Z!�td\u0017�0�J-!1�i\u0018�a���x��wXA\u000b��w@��c4�J�󴔑\u0013_ም�B\u0019�>�z�Uo}+O\u0007�\u0015g���\r\n\u000e�7�jn�\u0013;\u0003���1����^U��!�I�\u0003�uh���2-˵a�\u0013{\u000e\u0004?�k^#\u0000O\u0019wSz�O��m:\u001cg�e�r^\u0014�R�b��z�b���A�x�BR\u000e�\u0001w�.D\u0017�QyDy̏`�rl�\u0013]d��\u001dS\u001b\u0001U��9�P�\u0015TR[K2y�.�Qf���S<{�o�L��undefined<7�3\fҭ�0}��xcX�NV�\r\n\r\n#b/r�\u001b�5F![������;��\u0000A%�eա\r\nc\u001a\r\n�C�V�TH�;�\u00014�\"�H�j,l*�J��NhbN��\\���C�\u0003s\u001fJ��ЅY�X�2��8�P�t\u001e�P�\u0013���]E�\\�\u0019�j��v���Ջ�2������;�$ÿ�\u0007�{\u001a�J�ol\u0012\b\u001b��Q\u0016Ńt<\u001e����^\u0012c�[ē�p@�\u0002Z\u0001$X½l)ͥ\u0018,����\u0013�7P��{`U\f�.$>/�Gۯ����.X��d�m����bk=���>�\f���\u001fZ��Fa��ē���L����f�0���\u0006�0\u001bo]EQ��\u0002�1p�\u0017��|6^�,�\u00186O��>�bU\u0014��5�\t��X:a+��Ku�\f�џ�t;�. Ӕ.��\u0019d�\u001e\u0019��1�kB��dl��\t��%��\u0016�=��uk5ks���J+�J�b[nF.�m~�/&���\u0010փ����h��f�͉\u0011\u000e��`@ 4�8l�|8^ɋ�Vg4�S\u0001\u001b\u001b#>�q�\u0013ө�\u0001�\u000f��W\f�=\u0007\u001f$�F\u0003��\\�g\u0007�zY�Lq�Z�O8�ې�;\u0006)\f���\u0018�\u0004^*]��H��\t\u0012\fgh�\u0014���?1\bi��!�0�`.�(\u0003�.��\u0003\u0010i\u0012undefined<1m�fi�\u00066r*�G��j\u001b�6?U'�Y����֟ir\\�A�\u0001�1���&�\u0006�u�R%�x8��v�Mo��Fes�����qf��\b�\b��\u0017�\u0007�L%H�^�rD���\u000f\u001f�K�f�6�c\r\n�f�W{��$o�Iߥ�f��\b������\u0012\u000e�g\u0000,��-\u0003\u0018r\u000f�\u0018%��Ϩ���0ɯ�g�V;�o\u0012�\u0002�+���\u0015��a�+FVxj����ہ�;W\u000e��ِW#�Y!�\u0018�m\u001c�z>�\u0000�7EfԬ��2&\u001d�\u0001\u000e�\u001e�h\u0005Aӷ���\u0018����Zo�\u0006�5\u0013�$N\u0014�m�����0l�N��!\"�\u000bT\fr\u001fL�a�(��t�E\u0002����\u001e�őD����x\fS�j���O��zÍ�X�#+/'\u000e\u001c\u0012�,�2��j�� ��_�\u0003���W���\t0�h�8Z��*B��v�$�\u0014�����E1��@���\u0017��a\u0015��9�[�4Q\ts�\u001bm\u0018����V\u001bc�\u0004V���[k\b�\f\\��Δ�\u0005:ɓ�\u0015���xB��3*\u00067\u000bk�9q�|?2�����a��gb�Vi#�\u001b�t�}&aYY\u001e�m\u000eo'�\u0012��m`ՙ�.�/g8��Fԡ�~o�O�~o�^��^LV��nB�\u000b\u0017Y��[����\u000e\u0010v�H�\"ȣ��S�|�b;�n�V�=P�z\fÞJ�B���ҙ�H7�\u001b�\u0017�^bF\u0019��#�v�Ӕ��0 {I�e��\u00021�ͭ-��C��0dykd\u0013�N�����\u0010��%���y梛\u0007��˷WOf����+\u0016��|(-����Qm#.��\r\n�Z�\u0004?��4�r`7G��\u0015� r�I�8�\u001e%�h1$y�\u001c�S\u00156�th�]\u000f:5�D\u0018ϳ�B6V��[1��a��x��泥l�>����XC�p��$Z@�Q'\u0012�\u001bW�u׊\u0016�K�>�-y��c\bcx��Gd\u0016v�0P�I�B\fr\u0001�\u0000�/\r\n\u001f4���CFundefined<F*��A���r ����2�Q�R�+ki����i���\b� ���?\u0005�_\r\nO%\b\u001c�\u001f�w\u0015�k�m\u001dE�kE&�F\u0007g� ���<\b5y\u001fg �r�pߊ�F�\u0011�0\\}���d{پ�+�5��\u000b\u000f�EFlx�&�����}�\f(JW�D���[��f�.�\u001eY�z�\u0018vq�,��\u001d����X�\u00041\u0011��do�e!���\r\n)�\u0018z\u0015\r\n�\u0000Ԁ~\u0005�x����Z�\u0017}\u0006��\u0010��5S����>C��T\t�_H� (�\b`�\f\u0007�\u0003\u00149��q\u0012��ޱ\u0017D��\bA��!�8�z1=�\u001f��!�K��t�R{T+��\u0003id\u0006o�\u000b�ڣfB.=�|ɯ(\u001a>�\u0014߶�X}7������=c�ȓO˙n�ƃt8�m���P\t��]@��7���ؿa��\r\nW�\u0007~��,Im�\u001a�Q�����\u000f����k�t�~�f�\u000f�i���z�9�lX9�wDT���x��\u001aӲ+kפ \u000ei�B��\u0018*KdU\u001c��?s\u0019�\u001c�H�Tt�c}_\u0011�~U\u0012�\u0015N~\u0003���\u001e���Ֆ�Ǌb���4\u001f���w�\\�P�6<�f��\u0016T�f�n���\u0013yq�g�\u0013����Y��\u001f$3G�\u0010�����\u0013w'\u0018��\u001c�Ҳ����6�v\u0003\u0019�OE��շ�m���\u001bw\u00147�߃ɟs$f\u001f���\u0014\u0007l$��?\u001e�_e-Joē���\u0002k��\r\n���XI���i>�\u0000�\u001de�?�1@\u00145�ŧ��P���]�\u0004o\u001c�o��4�\r\nc_��\t�ZuwN\f\u0013N,��Z��m��mX[�n\u0010\u0005���W��n�fgA� o\u0007\u0016�\u001c��_/�\u0015�6s�ݧP�!*���[\u001fV�b#�\t6\u0015��BND��E\u0001��w��\r\n�\u001a��\r\n�a:\u001eM��I�����c7ԥ��\t�\u0011(��\u0004�u�Kv^�ʑF£��(\t\u0017��u{\u0004��\u001dȪ>��Q,qח�\u0006�[C�8\u0017�W\u0011pG����z\f^�9����?\u001cQ؜�Y�H;M<�-P-��yF;���; \u0007S\u0002q�����9�P�Y��36-\u000fU\u001c���i��>w\u001c\u0006=���KЉQ�C�O*�q\u001f\u0010�sp/5DeT\fF���ø3���$J\\/��\u0006\u00018�ҨQ�/\u001d����]�/�}H�����Qw�����1��\u0015\u001f�\u0004n篆�@E4󭉃\u001dk2���\f�h����'јxX~�9�ҜC�{\u000e��STS��\u0007���\"�͖@I�S\u001c[��W8��%�5��R\u0006x\r\n�Q���e\u001eU����f\u0012\u0003Q2��\r\n��Bf�\u000f`]���\u001b�N��p\u0006��.�\u001ecv,��\u001cO1;O�\u0013XM��\u001ba�$�J\r\nV=��Q맞(�ہ�\u0010�(�\u0001l\u0016�ű\r\n���y���\u0006vDIZ:1(l�}j���z\u0011��\"�!z9-f�T���\u001c\\�c��F\u0015=�}Y�+\u000f������O��'.�ԗ\u001b�Z&�\u0003�X̄��6���z���[�����O�'J�Ы��ȡ�a� m�G����DT8b�-j�\r\n��\u0019��\u000bXb��e������,�\u0000q!c\b��`��\u0018*O_^�\"�\u0004`8\r\n?G\u0003T~��i�(�����*\u0016����N\u0018Q��CH6K�2���@\u0007�\u0018G�%I$�>�\u0019\u0004�R{��h��_�{4��M�Yғ�?=��=��\u0019_�Yc�\u0016���U;\u0011\u0019Zg*P䎀�����\u0018|�\\ڹ\u0014G\u0002\bP�dH��a�E�]���\u0000`\u0004�e�w-4TC۫F�\f\"�3t��\u000f\r\n�>_[/2����4g�Δ�jt�^H�\u000b��#��{�5U���'_�\u0015��˃���J\u0004�\u001f�a\u001bT\u001b\u0019\u001aiVy\u0017��t�\u0012w�\u0017�]P/��.��!��_C�,r��$E�\u0016Rc�*\r\nE}�����b���W(�@�#[��\u0012~�]�\u001bh\u0001$�\u001c��A;Z[�C����k=\u000e#C������?�m9�SE�\u001aJ'���֒��\tk[\u0002�''�\u001b\u0007h�C�2�\u001d�_�w\f����9\u0015��W��t�\u000enZ%�\u0013\u001f\u0013k��rundefined<2t}���\u0017���׭iCW��\u001c�/\\#{���4_����\u0010f���\u00054�׼�*�ijFz������Vz\u001b����(G��8v[˰�$kF�#������*�63\u001c;���\u0004~]n����7��\u000bk�\u0004\u0011m'��C�>���\u0001��\u0000ꙕ�\f;N�M\u001c\u0003��%�\u0013?��]\u0013��36�x$�G+�i0�2o�\u0004L�)��<�J7���h#[i\u0011�\f\u0012r��nB��s��P^P���\u001fs�\u0004�Wnܙ��GNu+��T��a�;UJ̖��\u001fN�:\"��S\u001ffP\f\r\n;�9ph���\r\n�\u001ce��3\u0010\u0017�{�i�H�s%���N�s0Ee�����y�\r\ni�g�_����5}�͗3�\r\n3`��j\u0014�\u001f�\r\n��m��iڹ��m[\u000bS�(\r\n\u0013��|�\"j�E��.�\u0012jn��6�<+������|�`K<��\u0012湨J�����\u0014�p���ޞZ�w�T�>!s��.�5���!t��3�8\u000b\u001e$��فh�XpG���p���'��X�����\u0013^��\u0012\r\n*#�w4%ؒɭ�g�a�/\u001b���˙\u0016��8J>ԟT>\f��\u001c\u001awP.\u0014�V_�\r\n�%�\u000e*�Y�~B�v���MU���ٗ)0\r\n\u001fC�h�Z��k�T��M�$�^-%23.��E첮%i\u000f�2\u001d\b��'k�\u001c�X�R���(��F�M[C�\u0007\u0002��\u0011\u0000�z�C}��X��-�bqn���\u0000wk���\u0004\u001f�\u0015\u0007|e�z�\u001d6��\u0016��5_��V��M\u0000�S�/�L2~Tu8�2�-tb8S�I�\u0019���\u0013����!q@Z�4�5��\u001f� �n�\u0004\u0006��'a�\u001e�\u0019�\u00178�yR\u001e�\u0015ֶ�V//\u001f��7t��D=�G9�ͧ�ڒ�a�%F�foL�\u0013�z\u0018�\u0001�-\u000eundefined<7�]�^C�D�PT�W*��-�@\u001e�@�:*��\u0016���v �[1�G�h\u0001\u0019\u0005jkΥ�\r\nT�F�#�jS�H�m|R�!\u0011�\u001a\u000b��\f�\u0007�7���D��E�@��%\u0012��]�i����n:����.���\u0019P�\u0019\u0003���,�>1I�\u00159Y3�|-��=^���q]��L\u001ctq]g\u0006L6�4��pog�<#9��\b\b�ÿ~�7��\u001b�ۘ�//mundefined<v��8\u0019�)uG@�P�g��\u001c�z�Š��VX3Ү�n�*�\u0010��Q\u0007a�\r\nQ\u0005+�04����|�\u0007&8\u000f���rk�{�\u001a$�H��M���`�/�a�˾vy&�)4��\u000e|�}��|\u0000\u0011ʿ3��@�0�\"�\t�ZM]\u0007[9�QB���׀���\u0010�3��\t}mô���W2��\u0006����vj\u0006Z\u000er\r\nk�Kn[F\u001741>[�f�ܐ��F\u001c��j�����\u0018�e����W���O���$\u001b����?�J�8�}\u0012�\u0018���X��vd(\\m�ç�\u000e/�\u0010;+� �\u000eX�:\u0014�\u0018h�/DZ����F�*��g�<����2�Ⓩ\u0001�������}��S|F��<[�/���e�D�\r\n\\�\u0005�D]\u001cق�\u0019�\u001c\"�(싇�Y��L-��m�\\�\u0018t<�P$�y��\"�&\u001bL\f���%�<�\u000b��k��ze���t\u0015�*��Le��\u0018)�=\u00154���7���1�}d�'��c�\u000b\u0004iundefined<S&c��\u0018c��\u0013&N\u0010�\u000b$B�\u0016a\u0001Y�A����\u001e%��>�@J\u00011��\u00141�6 ���(�����\fB��\u000eR�I�e�6�a��\u001fz�\u00172��jTp(=U�AM\u0006\u001b���c�\fundefined<9�\u0006O���ނ\u0011����t�-���@I��JKB$q�\u001ac4����P�$>T�B#��T�?��b��+��#�B\u0012���T,ۙ�N\u001d����lyk���\u001b����\u000b\u0012�$2�z�������\\�QEX\u0000���\u0010�\u0007\u0001����d�2@5��J!W���[��.���*\r\n�-�\\\u00105�M���6�.��\u000fdǥ\u001d\u001e�1�{\u000f�y�\u0013�}ږ���N\u0014>�<��1�ƕ�t�\u0010q.�=�\r\nh{�7Դ~\u0000��DJ��*��3���,ӓ\u000e6V�<�ߣi�\b'\b��х\"u+`\u0010Hu�\u0014�]�<�\u0007\u0016�\u0002Ԅ�z�$��^����$�ܞs�x��6\u001b��Ҕ��)\u0017��4`��iY�\u000b��R���.9�F[{�U�\u000f����-\fC�ѻ���I'\"z�I]%\u0012E�\u0004�\u0005�i�iT�\b�86��\b�T�VVCϲ�*�\u001d˂M����\u0019ނ\u0016�-������W0��2���ۇ);��\u0011�+�I�S���8M���i��\u0006Yg��g#\u001b�#!\u001b\u0014\u0007~���\u0004�з�x�~U\u0000Y��\b��J��_�\fG�1�9,���,�Ы)\u0018�)�������@V{\u0012\u001c��M��ߧ�\u001c��k�د���Bvb�Y���{6�iip��B�Hð��F�v3\u0015Z\u0014\u001a1[�U�/�|�x�ޯ^��\u0006\u0005ή�3����\u0002�g����\u0003뀣)Ǩ1\u001bh�G\u0007�D\u0003�k�����ZF��1\u0018�\u0017���8K\u000e!�&C���{�\u001d�\u001bk�f��v�<;��Lb�X\u0007��\u0019k��*�N��G�\u001b>Q2�S\u0004�V�^}.EϏ���1J0���+n\u0013\u0004~�ʖ�\u0018~O\u001c\u000eJ������Y�빎c;Ē0�|�O,�\f\u0003�X=�\u000f�-��$\u0001R���\u001d��h�p��a�\u001ax\u001f�����d���s\u0004��>\u0000>2�E��yo�*�Z+\u0000Ɂ�:z�\u0011?�+¼-M�\u0012�߱��h,���s�s��\u0016�#�Ñ�C��6�[�� �:Z�\u001f�I�\u000bqkۻ\u0001P��\bU:��8\u0001���\u000e\u0014ٝC��� �Wح%㈳��\u000e�\u0010�G�ɍB�=��A�\u0014��VܧR��1\u0000�Ϲ�<�*\u001c��>\u001678π\u0013�ܤr�6�om�\u0015���R�\u0013��u#]UY�:m��F��<�)����\u0004���\u00124:\u0004�М�*?k���?\u001a�Fy�=ȬUR(���ﮁ���6\u0019g�ig�f��I\u0016�a�\u001e6�-�0k������{��(#\u001e�J\u000f�5M����\u0004QQ�b��F\u0003]���u\u0004q�@��\u0000uP�\u0016�8Bjx ��ׯ���O�p���e�[ю�S�^\u001d0)�)B�s���\u001d\b �Q,���\\|_\bҫrU\u0007ଗ��\u001a��\u0013�Me\u0019�\u0011-���ӹ\u0006�Fo\u0014�lq����\u001bQ�\u001d\u0000f*~��>��T��3��\t[�&�k�0\u001d����{��V�/n�?7u�rundefined<lpu��z��L�%���NڒV�=�J�\u000b�\u0014��\u0011{\u0001��9ۗ��\u0003!�i��\u001b\u001b��\u0018F\u001f\u0011�8e����\u001b�bǽ�M�DA���I'�e�]/��\u0005�\r\nW\u0017'H\u001c%�PB�Y=p����k���\u0016ר���B\u001e��\u00074:�Z\u0012�\f��\u001b\u0006kz��l�/g��w`��`E1s��f����j��f��\u0016��F�/ƾ�\u0005�\u001eOb�\u000b\u0014Pc2�\\�����-�f\u001d.\u0013�)�tɎ?�잊�\u0014�\t'5���E���\u00197�>���|c\u0007�\u0007�v��r_�Z%�ېJ�5�mZ���Ћ�\u0005�t�]\u0010��j0T詑//��fv*����\u0004'@?\u0011~ޑ��\r\n�\u0018����>d�p���\u0001zeLm6�1���`\u000e���<֦\u0006��/\u0006�����V����\"C\t��4���R&a\r\na�,�=\u0005t\r\n)�9[C�d\f#\u0001R�_���;Q9���\u001f�����S�{�z��9~��?�sS�3?\r\n\u001d�=��7\u001d\u0014u���5���5��t\u0003��S�\r\n}�P���'i��q=*��E�U�Q��z�\u0000\u0012�p�)�t��\u001b�[1�G�x��#.��}C:n\u0012�\u000b,\u0001=�\u0011�Fʒ-@-�\u000e�q.�u��\u0015*�H�ѵ9[�\r\n�ᖽ�H�$A\u0018aC�M�.��BT�%�S%�:���1l\u0018v�HMD���`wp�Y��g�M\u0012\u001aco���\u001f,a�#�6�e��\u0001�y_\r\ntls�H)\u0019��iq\u001f���g1?ȿg7wV�\u0001���\r\n�\u0003`���$^�\bX�\u001b�6�հ���\u0002�\u0002���R\u001f�~�]�V�6�z/\u001d�8���4�0\bc}'�Iė�\u0011 U�Y�%��S��\u0005��9\u0014@>��+̶��?���v2?���u�H/\"��F)??�H�{m{-�S�?ג�O0�\u000e��\u00159@w�Jx�\u0000�;U�\t�].���ՠ��9Q�ųך(���S�߸�\f?�,�\u000bY\u0005r�(�<\u0005\u000e�#C���<����Q��a����\u0012������|\\r\u0017\u001d�ݞvP\u0015��\u000fWM�a�z�B\u0007�+j�cR\u0006\u0005�\u001d����\u0016g\u0015\u001a��\u0002%\u000f�\u0006�j\u001f�NL�\t\u0004�?(]\u0001v\f5<�tk��/S��}=�.N\u0002=p��^O}\u0004N\u0017㘒\u0005���5��)\u0018�\f��\t+_�\u0017��\u0019Ծ��\"wt�q)��\u0011�A/�6�UX��������t���}Y��\u0017��[�d��eKϞ\u0018�^\u0018\u0005�֜�]����\u0006T�\u0015cU\tJ���C����^�Ebg���O��/��\u0011�KW?lL����,����E��\u001dY�D�\u0011B�)��s�;\u0004�x���Ch�1u�L��{_&_-�Խ\u0007�;�m�4��x�\u000e-)��������ME͈����f�\u0011-�:�\u000e&�$l�z�\u001c�\u0015Y�\u0006.aYLTr\u001c�\u0011\u0015x|�˗<\u0000m�6\u001d���uJ�\u0007J\u0017Aʿ܃\r\n�F;=�|�A|}���{Q\u001c$Q�ѩ'\u0016y�\u0011eA\u00075�@\u0001\u0003���|�5�񈖖\r\n�\u0006U�!�\"->\u0015?\u00193�/��h�V�=\u000e��܌\u001d{�XjY���\u0018�;\u0015�\u0010Cn��y3#��`���Z\u001cS1(3o\u001c�\f�\u0000(�\u0018\u0004]�#\r\n0���\u0003��\u00104\u0017\u0016��\u0006��\u0011��9͈�_!Xx��嚼\u0003����׹ap�W���3UKt\r\n��3ے�S����>�x���\u0005u\u0001o�1����\u0016~�\u0013���B�$�\r\n�s��)�/�q.�ҏhc>Nel����Ro3t(�\u001e��{\u0006\u0010����$ֶ�YY�V��\u0001\u0015�l/��t\u001c\u001e)���\t��\u0015��ڿ�G���/U\u001a��?��J�9�\u0011W�\u0011K��e�)}�#�Z:�V��yp/�c�G}\bT��\u000f�>���h�e1�g�-��i�)t�\u0005\u0004���*>�F�قU�\u000f�f�7l���\\�]\u0010�\u001b\u0000��Q \u0006��G�F�3�N{Th\b\u000b)�\u0016�2��!��K\u0007���g\"�B�w\u0006�kgF?�Y����[�sqD,J�m\u0006\u001c�Uղ�T���G�\u0016����.J0�]��{�\u0005���0�;D�/�Oq��S�\u000fvc2�ZIG�̪B\u001eGt��*Ԓծ�\u0004|N]t%\u0016H�H��\"9����j��}� :��\\�#�\u0017�=0\f�ݝYus\u000f>|`��}��\u0007Y޷;\u0006\u0011�ˎc\u0010�\u0014��w\u0014(�z=�\u001ef��KF�V�\u0016E�jr]V��A�}Y\u0016�U�$U�eW�>J\u0016Bc�\f�\u0011��\u0006��˯.�\u0006\u001f���\b�$��\u0016�\u0019(�bt�_*!�\u0000���?�IynX\u001căNGE���Q�*��&�\"�� \b����\u000e|)���N\u0002��9��s�>N��a~\u0003Sp\u0013\u001a>��-/\\�\f��3b��m���X)�A��$}$���Tyg�\u0007{�g\u0010zQ�c\u001d�r�\u00119��<>�\u001e7]^\u00070\u0011�?q+.�ι�N�}\\K�yM\u001e�\u001de\u0002\u000e��h��C�q����SLIT踶��$\u000e� tu\u0019q}Ek�ǂBn��vT�*#`\u0017\u001aE\u001cT!u(7�I8+V��|V�Z+�#\u0019�Cʋ81�D���\\�Z�%��bڑb������3��\u001cL��put\u0010��Ћ�mѭt���[jmC\u001c�A�\u0018\r\ni1\u000f�\"� y�Tَ]��$Jk��iB�89�\u0010X������]��*+ymG�ɓ���ru��6�!����Z�t/��\u001c��J�w�:g6R\\`n~/X\u0002�\u001b��d��o�'\"L\u0015+�C�\u000f�%)PmX��TD!WX\u0010��Y\u001b�^;Q]��\u0017�.�>���:S�նŗ\u0011\\\u001b-��d-�]�yj�i��\u0018�XO�h��$z�:\"\u0006Wx*|7/��t�\r\n\r\n�cŁ��\\tU�\u0016>�sY�������S�%��e�+��Q�z��|�)L�T��Ϋtu\u0012D����2)ַ\u001a<�$Iș�^C�\u000bf`7��Z����S\\�I���R}��,�xEd�g��\u0004��\u001d\b�,zu��\u001f�p�\r\n[\u001c����G�\r\n6��Q\u001fc���-��?I�\u000e��z\u0007+�Q�\u0013����\u000f��;�q�\t�|�<$O��O�1�|+*?6�Ɍ��U�2V\\S�Cmw\r\n���0�6�|c��-Z\"~\u0018x��\u0018�'F��1\u0011\r\n��\u000b��S���?�\u0005z81\u001a\u0001��\r\n݊q\u000f��>�\r\n?U!|!�E\u0017`��2s0�<̡\u001a�/b�M�\u0018a\r\n�\u0005��\u001er��lZ�׳a6L����[T9(Y?��v`�s3��%�&v@ �\f�|\u001a���z��4��\u001f�C��~�\u0001\t����|\fQ����\u0004�$X���zIkc\u0018���\u001d@���RU\u0014��6�(��g��mk\u001e\u0006�n�\u0017�)�Z����q3\u001eUᨗd�c�1wk�� ��O�F�\u0002$��J�:X�\u0019�\u0016\u001eUN�&g���\u0016��\u001a�\u0001>�rY�]C�1==cW��\u001b0\u001e\u000fG�X!�B!\f_���s\u000eC*�N����Y���8\b\\?ѣ���b\u0016\u0016��؞\u0013���M9�S�\u001c\u0019������GUCaKn�[e\u001cV�R��\u000b\u0001]��_K;`>\u001f�\u001b�X+�q`�\u0019n��!�\u00178_��94�t�e�Î�R2�)�T\u001d���٬}�\u001e$����/�ʘM(�\u0014�d\u0019��B\u001e��C���Ao@\u001c\u001aZ�ӷf���I����I����z�0\u0011#n�\u0019P�Ԫ�\u0018e��}�H^���Ƣ%�\u0012O!I��C�k��q� �\u001d�\\�qtK,\\�����}@O �\u0000R��]_�\u001b�Ő��\u001aQ-V���^��Y\fSA��{6e�$��[���������U�q�n\u0013��y\u0005v5�U�;�^X4�5\fP\u001foϼ�>\\�Ɣ�5\u0019���=�o-�mԫ$N���3\u0016m\r\n\u001a��\u001d�\u000f4W\u0005�%�c��Fj\f`�����T�򜴞�*\u000e��-�`l��rr���E?��jK&�\u0018;���\u0016\u001e_\u0003���\bұ�Ș�\r\nt1qZs'���\u001eq���\u0005��Ք�\u0004�a�J]�5�?��y�\u000f��0\u001ba�\u0012�\u0003܏\u001cO/O�������t�/ҵ���CŐʌ\r\n\u001cT�{g\u0000P�\t����J�G�|��|\r\nG\u0015���F !`�2�4XU�\u0018s����(qq6z��\u001a�\\+[\u001c�n��\u0005�bS;m��B\r\n��&7�\u0000�9\u0017��=\u0000��s\u0010V)\u000e:�\u0003,\u0011+s�Z�v\"]\u0001�S_�\f�\u0002\u0003����R�n��\u0007GdK\bH�\u0002%\u0002\u0000}�L�\u0012���[�\u001cQ\u0012|�E��a�%}�[���\u000b���Ɉ\u0017�\u001d\u0001��\u0001��\u001e˴�fq�\u001c'�c\u0003Z��\u001an�d\u001d\u0019Z���F\u001c挨\u0013U|�9\u0000M��J霃�\r\nc��V�(ɵ;E�\u0017���y��#5�D ��]-�������C%��\u00001\u001a��^���0���\u0015�F\u0003�\u0018\u0010\u000b\u0018�zw�7�\u0010;��c��\u0000m=������h�6M,��fJ\u0012?��\u0005������j�[\"��_��Jy��v�!����-V�@.E�����`��ðģe��\u00020���<��D�F:+\u0002\u0011a��u\f��;J��9�(�򺇪ذ�ݹ�����\u001b3��\u0001����\u0000\u001e�\u0013\u0005�8\u0001÷cf���z�Y�u�\b'vBAHނM~H(�}\u0006��P\u0015�\u0004\u0012d��Ƭ(�����?\u0010�!�gDg�\u0018\u0001+�b����?��\u001b:\u0002-�\u0011HXG<�]t��vuepc�\u0007P������i�<�غ�\r\n��{ߏ��$:\u0011R_�\u0014n�u�R\r\n���>�.��� @\u001bݷjz�r�c���\f\u0014�\u0004kdn.�ə.6\ts�DTR\u000f����v�Y�\u0002\u0018�h�n\u001cT4$C���R�d\u0015ꈌT,2PqQ�8F�)�\u0000��|�\u0017Ҍm6��\"&\";� ��-�[Y`k�N�N�cy\u0001A\u0001C�q\u001c�����\u001d!����@\u0012S`a�/���m��qcp�=���\u0019e��Ռ�|㴭�9t����vݾ@�m�\u001e�\b��\u001bi^\u00149z��krA$Kw��ƫ8�P�n7\u0017\\�Xd3~\u0010.��:�\u0001\u0019?k�v'F�{�O�\u001b�?Yu�J}j&�\\;Ӵ�gvrc�xa\u001cźNp�8\u0018s���nǻ�Zv��\u0014vj]E��\u0005�ɇ�u]�B�\u0000���)<��\u0016q�\u0011\u001bF[0��\u000fظ�����: ��j�6�#��,��[@\u00194�Aܤ�q(q�����O\u001cC��9��e���g yQ���{o����c�ԭ\u001b9������׎�M��R*�\u0014�,'��Е��C�uΔ����.߬{v��� �w�a���\u001a'>6dPn�+�\t�A����{B��'�\bplhЍ��>��q\u000ePɜe�v��\r\nh\u0001�\"|v�f�@\u0001F9����\u0015h2p��)��J�\u001b���A=�7�Wx�\u000249��T�7�/\\�x:\u0001��\u0011�B�L�JW�I�\u0007�\u000b<����~����\u0005��R�^�@�?���\u000eX�+\t�9\"�a\u001aKFP��\u001cW�@\u001b�姠R#[N�*o��+\u0016\\�y��S�b��C�oa&\f�(6Ҝ�[7�'����_\u0012����V-�����\u000f\u001c�iKDm\u0012�iY~k\u000f�gv\u0005\f(\u0007(e��\\�T\u0011\r\nQ��\u0012�s�\u0000��[��]�9w�˵�\\��?�@װU\u0016��\u00064�co��NAP�\\��rs1WP���\u0000+L\u001dp��b[�`\u001cz~D�O�\u001f�!\u000fT���L�g�Sundefined<d�n�RC\u0014s��H�J�)7��\u0002�w\u0001����pA��\t�\r\n5�-?͡1�\bF\u001e�������d�\u001e�\u0005�KYyD�X\u001f�s\u0012\u0007m�\u0015�NmBU���\u0000m\u000b\u0016��J��z��A+�\u0013a���8���\u001b�م�Ey\u0005B�\u0013\"tb/6\u000f\f%\u0017�#0�b������\t�\u0017�w\u001c>mjCqõ�q��\u001fj-�k�\u001cr��9�Z��V�q���#�1���1nM6Ӎ4�8�\r\n�a\u001c�Ik�jlh�\u001cļ�J��5�\u0005P�YMo|G\u0011\u0014�\u000b��%/Փ��\\��Jw���K��\u00077:�\u0017�\r\n|�\u0014���\u0000���4��F�ʹ3�\t��^\u0010Į�\u0005\u0018��\u0013p�E�\u00135�$:/}�\u001cx&�@!�;e?�q�\u000f�1�x�$�Я��x�\u0012�v����>���z��\u000e\u001br�s�������ɛ�ܖYĪ}�{��<�\fg�cE�x��#{�\u0016�N;l\u001e�\u001a\u0003ۈb'�J8AM�4K�\u0014W\u001bg\u0001�n�S�ؓ�x���\u0018|���&\u0003tc-��\u001f�ߌ�}�s�\u000f ݨ��iG�~���;7{�V\u0015�(\t���\u0013��D\u001a�0ļ�\u0014״��C\u0016\\ƆW�Tu�z���\u001a�\u0000�z�������2��z0��*�\u0016\u0019�\u000b\r\nU\f\u001f�9�b��L\u000b-I4�9�\t3\u001cz�\u0007�\u0004��8~�n�������P�vc�G�ܨ�>�e��Ɗ\r\n@׮���\f�e(��'kEN\u0016(���\u001fM3�q,��'�U�eundefined<b/}��3���!���^a\u001cDQ�C�N\u0017�P\u0010w\u0004|�J�1��\u0015ވ'Z��L���ƾ�\u0002�$����\u0000�\u00172���ZC\u0010&�C?�����H�t����\r\n1�=w\u0001��w�\f�n��I�-�\u001b�8ɇҐ�����N�1\f��\u0005�\u00183\u000bR��\u0001l�9D�\u0007�}���\r\n�\u0007�\u00165\u0019�\u0016��V܍m0�J�ޅ?�\u0010E��K\f�`�T���Xi$R�7\"Y��Тg�X�\b��\u0017�\u0001�K��\u0013�&0�;�!�3�Akk�\u0018'QD�T[\r\n&6t0��n�C���Gń��O�[�undefined<E��\u000eW{�0\tO���q\u0004��\r\n�9�\u001d�D�\u0006j��{�s�=�\\�9��R<�ф��O�6��l,\u0011�\u001a�3\u001d�z\f��/���9�T�$��P�NЧH�Ť�֚�!�y\u0015�:'±9*=7\u00016�\u0000ڜpA�r��wu\u0018k��8�)yLB|��4������/�\\m��ǆ\u0013-���~�\u001f��i����=��\u001e0���pDN�aj��C?�� ��+\t+\u0004f��\u0003\u000e�ʲI�Jundefined<S��S�q��<���#��uS�A/5�1�R\u0019Y[K�QW�\fP\r\n0�U��>�w��$�ԇ���,������[f�\u001f�O�0l�\fŦޙ��}Ԩ$(\u0016�\u0011\u0004�S%���l�\u0003It<\u000710.gl�N���YS\u0003����T}�\u0000�\u0017�b�]�q�\u0003\tjn>\t�Ѡ�#1�g�,B?J��7�\u0005z\t�D�T�݂�f{�˥��d�i\u0013W>h\u0004\u0004\u001b>�`#�y��r�eҔ\f�\b���\u0010����`\u001b�`�?\u001e�]Հ6|\bZ; ņ֡n�u1�pPv��* D�Cz�r�q�B���\u0017P+(k�e枂��\u001cʓ����bH�R\u001b/#t�y%��\u0002N��Sc\u0019\r\n�Kf\u000e[PT�\u0012Q��+�3,�m�\u0013�s��r{�\u0010��-4���w��ܗ�\t�N1\u0007H\u001e\u001b��\u001bn\u001a��(��F~\u0010� ���Wt\u0004��j�I*~UH���0.]�7�����\u001e��.Z�!E�Iz0&�U�:6-�\u0019�Ү�.�\u001eG8H�\u0013\u001bz{�$�A5�`�C��J\u001a\u0001�f���C��P����J<��\u0015Ul\u00172�p/*\u001e�+!��\u0012\u000eT��V 4\u0003�\u0017EA�N��\r\n�\u0000����j��jt&׬\\\u0000���P=|�$C�<��\u00043��\u0016}ܚ�\u0014\u0013Yx�\u001d���\u0014��_��:I'��-L�|\u000bY$.\u0014F�^��st��ߕ_\u001a�\u0019��h\u000e�G�������g\u001f��٧��ï���#���ڨX����`(\t\u001c�\u001a��*���X\u0012�S\u001e\u0004\u0019����a\u001c{ث'i�0g�4ʰ����X\u000f�\u000e:j[Nn`$L~�i\u0017N��!ҁ��veZ(���4p�,\u001d �\u0005k\u0004\u0003��ߨ�[c\u0001w�=\u0018]���R�PWJ�\u00137UZ�]��5�@-g^�7��7�BTAH�\u001d�\u0011b\u0013��\r\n$k����f\u000f�f9��\u001eyuƿ\u0000|v*�K<%�c���%\f5\u0003{\r\n�b\u0007V�L8��/6�`�\u0013R���z1?�S�\b��\u001dK:9\u0003&��{\u0006�j���C��z�d��\u0015\u0018�[v\u0002��N���k!��P�sb+�\u0015����\u0003�q\u0015\u001e����y\u0006�.'�K}�)��9�\u0017���b���\u0013�\u0001�q\b�H\u0013�\u001b\u0002j��\"��tt��y\u001d�h\u0007�j\u0007Tk)ؚ�\u001c\u001fi��3��/��\u0003�\u0017\u0015\brմ\u0004�KL�\r\n�֕u��9\u0000�K�w\u001aR!�&8��N�E\u0014\u0018�4�\"\r\n�\u0001~��\u0007%5��Z��]�z�Z�ɭӖqN��֒��8jN��nZ�vcOx�g\r\nm���{8�i\u0003��\u001c⧐%T�������\\��\u0006����7\u0018�}E�\bX/\u0012z&�Y�\u001f�l�E\u001cՈxW-RE�빁^�\u0011$]?�TNP��DOP��{�\u0011��\u0019���\u0011`�c)ҾP��\u000e\"��u�\u000bh�\u001c�\u0001v\b�\u0013\u0001Vy��e���\u0014�aud�5a\u0013S`�T�tJ2��:�-[�h����0\u001dw�OC\u001bɗ��y��\"F����K�����EF��T��ǟ}�O\u001f�\u0006Yʥ��\u001e\u0012>\u0018]���\u001fͲ\f�!л�g,y�\u0002�+e��\u0018�H�\u001b/\u0014��l:\r\n��o�\u001dZ\"�ռ�<\u001b�y1ȋ�-z�C/��]�\u0018�$u�3FR[�A��C\u000e�!���+undefined<EJY\u000f����\u001a\u000f��� �x�c\u0019��=���Z^�^�x��(y�\u001a��������hd�5E$fp#������\u0016l^��i1�\u0000zG�y���\u0017\f�^�sm��q��\r\n�&$^��+]�Sp`\u001e\b�__�_d��[��[yn�\u001b����A�\u0013\u0010����`\u0000��\u0002\u0007\"�S\u0001�(񖻍J@\"�oZV}\u0015I=&�`�#XnyY�]��~\fa�KQ�\"����\u001a\u0017��8tP�Pm#\\���o\u0015�\b���\u0013E��&%��HN�\u001d�0<\u000e�?�M�bCSI�\u001dd��C��\u00113�-\u0011�z\u0007�\r\n\u0017\u001dɊ�F_S���>4\u0014f`9S��Y�\u000fݽ4�\u0000\u001d�;�\\�'j�ᶚ~��ԩ���IQ��iFundefined<3���\u0004���\u0002�\u001c��k$\byb�O�����XL�3@�@\u000f\u0000��v�\u001bE�u��e�xMc5��D�(�5.rn�XT��u�\u000f���dm�?z��\u001b.'N���+���a�\u000b)hs�Kk���&�V0_]�\"Ɍ��\u0007�)B��*�չ��Z�EVwP�Z�Hp\\�����\u000f��&�\u0016��ܽg@���\u0004��f�\u000f̉����Q{��$H�:�\u001e��~��\u000eo�k�c\u0005W�Q�)7�ji�+n�\u0016�,6\r\n�\u0005�1�-\u000f���Uundefined<d;�#k��O�AP��G����t��1,�Z$�\u001c���X��\u001e��\f��c��\u000e��\u000b��\t �L\u0001�V��1���#I�P�\u001c?�j�:���\u000e���#vE��_u\u0007p��[]-V���X?\b�X�C�\r\n���$��I\b>�lXundefined<oĻ�j������8gx\u001ff��&\u001d����!��)���\u000b��#^�h\u0018O��2%,\u001a�����C5\u00055���\u0004\u0007�bq\ts�]�C��\u0006ժ��\r\nņNw��-�\u0010;\u0018�\u000e�?J\b/\\�Y���@�L\u000e��\u0000:��\u0019øj,W�\r\nisJ�Z���Q+\u001e���{�\fϿ��Q1����Z�����p��ԫ\u0012/�:��i=�\u001f�)ǰ���\u0007\u001ev#��Z>��;�$�\u0014<\r\n��k\u0019F\u000b�\u001ccE�\t,в��\u0001���m\\�M\r\n�o��R�'\u0003��c\u001cy���Ac_����f�r\u0010/\u0019\u000e��S&��R\u0005�YQ����\td�/@Ơ�W>W�\u001e�Z�\u0014�xF�O�%qç���@��Xy���7�'�t�mf�\"Ǳ��$�JrD��;A��]l��Vuu��Ty\u0015%+��cD��y����\u0002Q����r�`�J=\u0017\bK�\u001e`(�ܣ1�`�\u000e�W1��\u0013�p�\u0002��\u0007EO�l\u001e�?w�X�r�w[\u0004�〜��\u0001���ئ\u000b'�@��|ϯZ\u000f\u0011��\u001b�z�%{Z�4��\u001f��~0�\u001e��z��t�z�潞c[��\u00172�1[����-\r\nq\u0017\u0004]+<�g�u�#����|�]\t���\b���\ffwQc<}�\u0012�!1\r\n\b�\u000b(\bn ��>\u000e~�{�ԁ>!�B�7��0��1e\u0015��6H-�\u0000\u0013s\fh�1,\u001f���� b�a�\u001cL-��\u0018E]^�$D�Kf\u0018Ǩ\u0005��c�WS\b���\u0018'\"Hl#�&�\u000eJ0���\r\n\u0017{3��yp����lTk�-$.�\u0018ˋ����\u001b���R-\u001d��^�,p\u0018�d\u00019�����'�.�3�0��6�\b�\u0013\u001887��\u001d%�M:�;��P\u0017����Dv\u0016@\u0019R5�`:�L\u00172��f2��\u0014V�\u001cb@Yz�L��y�ߠPc\u000ba �\u0003\u0012a�\\���]VX%��\u0012)U|a�vB��Ї��1)Օف�VPt.\bl\u0003^�\u001d�,E�\\�p+\u0007��\u0001�#`8Y���^ᆶs��pH�׾Z5\u0010\u0010�]�\u0013�\u0012����>=�/�\u0013��\u000f�8\u001cAװmNڹ�,�NSYN��\u0012\u0012�(k/�\".t�\u001c-�8\u0011�OV�A��VW�x1i�]\u0017��>��KI\u001b\u00070f�@_Q 4mmO���Z�\u001f\u0016y�v�\f[�q��nǦv�z�\u0013T-%҄�Zz�,���r�JJ�\u000f��lg�R�\u001bL��|2ȳ\u0001NB��\u0013�����@c�w�\u001f�]�r�qd�ϐ�;��<(���\u0016&��JL��'���\\OK�#undefined<Y���N%Ҷ>\u0005XKI\u0004�x�>؍I��8n�\u001ba��:\u0004�\u0002�]���\r\n���pp\u000f\u000bKr\u0000Au�\u0016L\u0018�G@��9�*\r\n�\u0018�\u000e�|��!%�7�\u0019M�\u0019�s��E\u0014�n�gJQ�f)~��\u0017�:v��`?Y�̰�\u0003�U\r\n364³V\u0014�\t�A�V+�h�s�cI��n����\u0004eeK�9�\u0016�溫:4�\\G��T\u00070\u0014�T?�\u0000�Z\u001d�)\u0010}��\u0015\u0000�����1\u001d\u0012C^MK5�7����\u000f\u000e�0�ŖL��\u0015O��\u0003�J�b�%;�k�U�&�N7����\u0004�8m\u0007��\u000b �qR�\u0014��9�\u0015@J��V\u001c\u0007�O��T{�d�-*\\�8��,�I\"�ʟ����'V��\"\u001d|�\u001b�'v�i���F~���a\u0005V��g��c�Ѿ\u0010FD�\u0010�\u0018 Y���\r\n�pG\u0001\u0001e�[Dh�RQ%C���\u0013z���\u0005E�?M�躥_�+\u001e�\u0018\u0004�G頗nY\u0015(�]\u000f�p��1 �V�~R�ʎ�8K�,e�/#�PXA\u0002����\u001f�\u0019e\u0018C5�*e\u0014�\"�}\bm���#d�\u00068\u0013ǣ0�/e|(SN�VY�\u0003a�\u000eDbY��9\u0018\u0016\u0010\u0003��6����/�Z��2�H�ɸl*Y�o�e���\u001e0PE��_�ȱ+�\fI$F\u000b�{�q�N�M\\�\u000b\u0013��xR�2j3y�|��\u001a�\r\n�\b\r\n�aX-n6�S?\u0004\"�\u001e\u0012)CV\u001c�\t����?ٺIv�be�ځ���\tj�\u0002tQ0�z]/��\u0019��R+a��x��~�\u000b3��\r\n-0�/\u0003G���3\\�}\u001a\u001d#�;m�\u0019�T�\t;owL�\t����\u0014����J��o��\u001bYH{�_�F�R�޻��U���l��\u0000��OV��Wط:��Jv6��' \u0003\u0001�,\u0003W�\"��]��(s\u001aL�`�\u001dI���p\u0006\u000f�\u0014��\u0007p4�R%5fg}�(���dc��[^/��ۙ\u0017� r�8��\u0003~HC���x\bȫ�@��#;fT�0]Ɲ�W)>�t�\u0010E=|��b%�+IYl\u0013Q7y�h!x���k�undefined<P�;��\r\nfQ��A\u0015�1&�3��l/�\u001c?6dW݄\u0002d�T�-\t:y\u0002�>���N�W���wjXcl��k�VL�BI\u0006z\u0004����8�\u001eEC�d�����x\\�\u000b+\u0000N�+�B_�\u001a�7�)M\u001ap�ƻ\u001d%<߃\u0010�\u0012��\u000b�@�N=��[�\u0013U6�p��෤��-\\��;B�>�e�4\u0006\u0007|\u0019?R`��dv\u0017��궪\u000f�1���6�VFT4<�+F\u0001\u0013\u0012^'�o\u0010��\u001e����ր,�\u0013�s���ć{\r\n�|��lx8s�\u001a���g\u000e���ڂ�V\u0005BO����$�<�\u00010�1\u0015n\u001d���>%�K�`�E��\u0018�\u0018qY=���\u001a,\u0013\u0017�ޣ8$�g�,\u0000R�\u0002���j�#|M\r\nV�D�c�<��v��SCP�9�{�L0\u0001E������\u000e.�j\u0017\u0007W��O\r\nZ\u0010���o��Ҝ�N~]�\\�\u0010��I��T�Hke��5��*�s}�,\u001dd�W�(��޻YlYYR.��P�\u0003y�#p��@T\u0001�lӯҕ-4^�\"O(�ǽ!�U��CUjԞ�*��p�\r\n�H}:R\u001f�;E\u0002�\u001am�PC�0Ic\u0015I\u001c�㜊��\u0000�D[�D���\u0003X-��\u001f��,��+�pEI�s/��Aj��\u0004 c�\u001d\u0001Ɉ�'�W�w���Y\u001e�a�\r\n�\u001bв�v[��ӡ�V*nP��,�s^ӡ���J�P�_e����)\u0019>�y��#c�ÛU\r\n�t*&��Ȧn&~f��i\tg\u000b�\u001e�\t\t&\u0016�o\u0003\u0005\u000e���j�lW�\f.[��\u000e����,\u0014pl�\u0000�P��\u00136��\u0004��9�I@�e�|۞ӈ���w?b\r\nej9\u001f\u0005�B\u001e�\u0016->�����s�Z�8V���.3�њV�z1���\u001b�n�Ĭ\u000ez�E���ims�x\u0001N\u0016�y��H���{��\u001c\u0003�����\f\b!�h�,K���XӮ��\u0002[��TC\u0003��<\\��l�6�,siH$|�}u1��.�=�\u000b �24O�D����\f�+�M%��\u0007�\u001e�5�\r\nӒ伖�Gi>Y/���_��S�\u001b��sŕ�L�\u0012�undefined<0��Ao�\u000ei�ĳBwT�*��@����\u0012���Z��4�]u\u000f�-P�iUo�fXKec��/3��{+h�\u0012�v|\u0002��bX-2�\u0016R��j+2\u001b9\"E^g�_O\u0007�1e�����f|�\u001b3z�G�ow.��h�\u0003SW}\"�1��Pʨ�L�\u0011�X1���(\r\n��g?��\u0000\u0007����n7L��j-�\u0005�#K\t\u0000�\r\n\\,����貺��t�z�\u000e\u0004�\u0016\u001de:N�$��\u0017h���������\u00074�)\u001f�\u0014y�B_�ZhG�\u0007�|+�X��r�\u0004���\u0015_n��y#\u001d�\u0007�|�*\u001a:�^�\f�L�\u0012ߎ��G�~���\u000f\u001b��h�%���h����\f�6��č�8��\u0005N(-i��d4.\u0006�!��\u001b~����/��h�#��ߥ��\u001a\u0013-&M�%r�%z\u001d��WW魓7�>\u001a\u0015\u0019�߀&@hb�E���^oL^��\u001fn|���\u001f������.��rz�\u000f���\u001f?��'\b}��ߓ7}��&g�W�\u001e\t�n.�f�q6�V��7�ҭ��ϣ�6V�U�a��\\c1^���o+��d��(Tsb��۴d\u0003+%\f�ebi��[�\u0019�դ�}�7v͋y=]�*r2�-��(�\r\nbz�h�D�\u0016����\u001f��\u0001r��G��ҪKV��I,K\u001e\u001e��W\u001c��5��_���h�E�;����WDOl\u0010בl�)ߩ����\u0012��%3d&\u0017\u0001�U��3�vD��`N[�u0�9�}����͔\u001e��\"���'J\u001c̽,�7�\u0016\r\no�\"\"�9�\u001f�1�{�_�C��zQ�\u0006iY�lu3�\u0007���J�`�v84��ݲ~�\u0013�O�枈�~�n�ϊs<��Xy���\u001e��䑲j\u00053\t5�`9��%4��$?K��:\t)6�u�I,�V��jώB�+��5�gnPNdK\u0007� �<}��v]�\u0014t�*)���\u00052BG�ˆ�s�R y\u001bJ��E�\"�7\t�^4�\"~��*O�$S!��|D|�\u0016�SY=�\u001d�3X8琎���<�\u001f��4J�\u001bin�`�Q��0�uo�e��L�&7����3�\r\nU�?�\u0006�}\u0019�)�\t?O4\u0005�d��x#\u0016�m\r\nC!� �����\u0006\u0012D\tn@���5�j\u0003b��[i��LE��-؃\u001f&Q�, ���\u00138��Ky}\u0002\u0004)S�aܑ��L\u0005_U�ZP���\u0010�Ke�W\"�K�*���x\u0007\u000e�\u0003(��r\u0017I�1%\u001c�wW���\b���6�-���4\u0012[\u0007Y�]�k��e\u0012���\r\n\\ʇ�_~r�#�Q��kq��ʴ\r\n\u0019\u0003S�aG)\u001c���C.�qU�Ò�T���׬�\u0001��>��\u000e�\u000beP3�-/D�\u0001��'�H\f�4�۠\u001dɺ�C�n����!�N�~:N�%���h⅘<�V\u0005��\u0017�`5�U�\u0010b`�����\u0011\u000e��\u0002:\u0006��\b�\u0000�AI�\u001e�\u001f*,.\u000exU�TI+�Q\\\t�\u0019��9�g�J��a.��9.\u0000>\u001c�[y���9���3\\ﰶen��������}CMjB��b׍��Ԅc��!�\"��+\u000bcOJ�F���0^��炱*�Saΐ�$<�/���m��\u0004�\u001a˩���bv\u0005D \u0014z�����������C �r\"��^݅k������Et��6^�2;o&1W\u000e��mxϰ��io��t��\u0013Z����\u000b]�\u0013�<�*\u0010nI�yŏ�yI�V�\u0005R�\u001a�D^Hg��W\u0019��\u0013�C��&��>�1����w�|\u0003���\u001eUZl\r\n���5'\u001azqL,R�8RbhH�\u0006dτ��'�+�\r\n\\vB\\ ��Z]\u0011Uu�v\u0015sT&{\u001a�(�g\u0007\f�%G?K\u000f�9x��Jcm��'�O���`������\u001a�}�Z@\u0014\u0007�\u001c��_-N����*�\fW\f\u0016T@����r�Q�;U���]U\u0019�\u001dE�\u001f����\u0010�����K:��\u0010�TW\u0011�v�G�a/�)�4�XK��\u0011\t\b7�RmI\u0014\u0005��\u0011ï�X9G\\�˪)ßdy�\u0011,�\u0003:Ӧ����\u0003�H6;R���L\u000b���z�A:\u001cg�2e%Y'�&d\u0002GW��ͅ\u0001I?mh�t�Q�LL��*�\u00003��w]c�7\u0003�ؿc7���R�6\u0007\u0017Y;�>��\u001d\u0012`E�\u001fk\u0015N�Dd��IC$�N����\u0015藽u�E�����\u0007>��\u001b�C�$���`�οn%en�\u0019<�N�%\t�;��.�C\\��՝8~�\u001f�t��\u001f���o �����v\u0000L>� S��2��5w�ʹ\r\n\u0010cU1�%p\u001c�,�×��U\u001f�J��%Q2�/�G8\u0002�,P\u0000�TT9\bSç?I\u0007��t�e˷z�I\u000b���I���l�J՞\u0011vh�\u0015\\����a|��\u0012��`(E����4�,�@\t��b/��w=%�7���(�B�\u001f\u0013���L�gҠ~R��\u0017a�>�W1khՂsqg�T}�۩n\u0014����\u0011�m��dem������a\u0014�-��\u0018\u001a�c�c�}�P[zG;\u001cdE�\tt�W��q��l�?j��)f��7«�Z����򔙹c(��\u0016oQl���x\u0013�K��\u0001��$Rn��\u0012C�tLk�#�g��\u001bC�>�M\u0006_ec\u0014a�\u0006Ms�鄱\u000eԟ\u001b�+\"+\u0000g�K�()�\u001b�ODv_�ס\r\nͩ�g�\t\u001fy\u0011Yl:j\u0019t���\r\nأM��P\u0011��������G��h\u0000˪�undefined<L�Y\u00033��\f\u0012�ji�ۇ��*r��Ӑ����C-�/���\u001a9\u001bB�F����undefined<b\u001a�O\u001f�4��nE�\r\n�j�S8M�i-\u0018k{���Q�;�\u0011̟��\u001c!�*���\u000f�����`Ӫ�\u0011\u0007Q�\u0007�\u001e\r\n�X�q�U+U>=C�Z�����'@��\u0018�CXUw��E}���=�\\J=�#Uv�΅ϳ�����5k�a\u0018,�ص�$��.v�Մ�$��;A=\u0005~f=|R���\u00037{]�ǘ��ܙ�0�M<�՝\u0012{0j�\u0011�y�n�c��r+�\u0010z�\u001ba]\\��ϲ1��g\"��9\u0006ܕ�\u000e�\u0010h���������z�i�Z'��_~��.D\u0018wC[ƖS\u0006w�Vܫ�\u0017Q��\u0007K�p�jj%��;n���\u0004�.\u001d@av�`#\u0015��\u0017�|��\r\n�u�8r�����\u001d�\u0019�8�*�\u000bQ� H\u0019g�]x\u001f\\�\u0019��\u0018�R��;\u00022� ?Qw�ChGL\u0017�~J=�\u0019��,�\u0013�t\u001f\u000b<����{\u0007�\u0001hݸ�A��8v=X�6�kwiu9�ȧ'\u0017�<�`If�w��\u0018�Z�Y�Kg��\f�F��>�����A�\u0019X�S��e��\u0000%5\u0003��\\ޤZ��ts2�G�n�\u0013\u001c�\u0006`�7H��B�}p��(��s�O��������W{R*���[�aR�\u0004S�W�\u0010�N����b�X1y�\r\n�\"a���\u0015E�C�\u000b[�,��L����X�������X��>��\u0006�'0�ܗ�;�\u0006��BMxh3\u001dNh#�A���6 �d\u00047ԙz8\u0014(�\t|�\r\n\u0019j�\u0019�]J��\t��yobcJb[T�\b���Xt[\u0014�\t̄8jC-6�e��C\u0005_~�{Y7'�\u0000J�\u0003׵�D\"�P�z�L�n�4K\u0016�Tz�rn�4�s�l+�\u001b�k\u000e���&tH�\u0017$\u001e5��2\b����E�T�d\u0017���_\r\n«M\r\n��Q0>v�|ʔP_�\b�v��S��u.#��nR��&\u001b���&�Fa�Q�\u0006\"\u001eu�ct�s֖B�wki�\u0000I���`��i�\u0004�L\u0001�;�9\u0011�&\r\n])�U\u001b���4�ay�\b�W.d|\fυ�Rf�����j��StO�q���\u001c�\u0018S���a>�rr��ڴǘ,5rض�j�\u001eȉ�ԇ!U\u000fP\u001c4/�K>\u0011I$�3�'\u0001\r\n�N��6<�Ԙ3�@?��\u0011Ϲ\u001a/�O{.\"m��\f��\u000f�2���3J��ğ\u0019�N��^\u0001�a�e��N��{��z1Ym���\u0016�������\u001d7 �^C�)�w�H���G��_���\u0006`n�S��fl�׶H�B�(����zg=���%�8y���œ��#�\u001e \"�?��4A�\u0013��\u000f���\u0010�� ڮ\r\nM=k��U*����ad�b\u001c\u0004N\u0010�z�U���JrQ�\u000b0-U�p\u0015�\u0014� E���R��6$j|E\u000b�w\u0010d��Ǥ�\u0001u\u0000�ջn���\u0002��\u001e+�s�\u001ft�c\u000f\u001a����i�$�\u0016��7)�F����n`�/�G�F\u0018ie�/�4�imp>�v�%(�8\u0005.�3@�ϭr�f\u001fe\u000f�ĥ���ǃ:,�;���v���\u000b�;z�\u0006��*2]�]�\f��eO���Q\u001bi�P�Jޣ>\u0018\u0015oʋ���6T1\t�(�\"]�M_\r\n\u0006�-\u0007���{��N\u0018�s@Ӗ���H\u001f�?S=�\u0018R�e��*�-��@/�\u0018�M�5�5�o����g��\u0015�0�O��U���uC\"�8�=��թ��phB�X�m��C����������I<�L�i\u0003WM�vU����/�S`�\u001eM\u001bJ�ĻP2�N�.�ڏ�<�(��PN,�Z�����<��{���\"\u001f�\t64����\u0017�Ưe����Rundefined<2�8�_\r\nځ��^CW�t�\u0000\u0005��{�(���e\u001co���^�g_���L���*}ch�ڇ�|undefined<L�чk��z1@7����\u001a�r�(�T\u0019|�\u000e�=b(o���/i�)����\r\n�镄'�\u001c�IK�1T����Lc�pE�aE4U\u001f�^:\u0019ou�~ָ��9�I�\u0013ݮ�\u0000��:�M\u0004��P��\u0011\u0004u�P�_��C\u0015�\u0007�Z(̩�\u0001��undefined<c�undefined<3\u0004+y�\u0017\u00046-=�Y�\u0013\u001cjg\\�\u0005]W�\u0014���?��/\u0019#�����\r\n^���y�\u0000�ߗ��W�\u001dundefined<2hX������^�\u000e9�tPZߢ��S\u001d|��X=� WO�\b�[-�&�\u0015�m\r\n'�M%�\u0005�v��'\u001d\u000ea����.�O�~�r[�a�A�6��e2]undefined<gI{�\r\n�R��6u��\u0016E?�W{�-\u0015�a�Ҥh{VFW��I�\u001c$]�\u0000��I�K�\f�Ê56\u0017m��\u0000i:\u0000z�\u001e�)\\��ů���ݎ�,�����\u00185~\\\u001e}ҥ�\u0015\u0005��o�n�'�p\u001bF\u0010�\u001c���q�*�\u0002�\u0013����i�\u001d/p��AD�\u0016�(7�d�M$����\t�%�\u0007F�8Ou\r\n�Q�r��^xc*�\u0014\u0012�'���M��[j��?��E����骝a\u0011����u\\�\bڤ5\u0013�O�\t\u001e*��{�;�|��\r\n�R%?�o|�!�:���\r\n����Sq��$����Z\u0000�\u0000�\\8|\\T�g�&�]�\u000b���8w�;Qd�E\u0013b�F~d�{�f�;�gA�G\"j\u0004�\u000e\t{��:P��G`�O�\f�q�����B2m�J�\u0003âȲ�t�V�\u0010Ҷ��\u0002���\u0017\f=��\u0016r�G����#��Ŀ��\u001a!��8�`�ʼ���E\u0014о\u0010���:q�s\r\n}\f��\u000f�i\u0000`nb<\u0003cuO�\u0018���2[��j��\u0003����t|+��KkV*!vh�2\b\u001d4t���\u001d�\u0000���i\u0011�.4�;gX\fs`D9\u0000}\u0012'`\ff���I'`�\u0012F,�\u001c\f�c\t��h��\u0002S7\u001c\u0010����O�?��o?{������\u001f���7�6P'���VA����-��\u001f,o#ZX��������[9\u00072Gç�\u0014�\u0017;A؎D����c��O� J\r\n��w\u000fA�.?�#6��\u001a�y�:�,�� �  {��}\u0000�%\u001cj\u00074�*\"�'J7<~�S���\u0014��\b��e�t*�\u0006^@+�;J��?1�|08��x��cf\b\u00067�'�\u000e����>5Q�������\u001f��a����qb1b���o�D��J�\u000bzX\u0013��P�T\u0015�S��\f��;����r)jQ��\u000bY�Ǌ3h���;��a\u001a\u0004V�&\t����!�m��8����s\u0015�kC� ���c��dٳ�ei��f\u001c��\bD\u0001h\u0011��j��`�\u0017��0)���;\u0002D��@\u0004z\u0018���\u0019\u0011&=D�^�⽁����8YY���� �\r\nK2������undefined<y�s��\u001cO'\u001f�Ĳ��R\u0017�H����ݢ�갂֊��\u0014��\u0013T\u001dD��A���Bk����a�\u001e��/�(z)�\\U�GV\u0005��\u001f�7�t�I\u00110\u0018e���n���\u0006b��u5l^(^�d�/��\t^+qXo�o��m������\u0016\u0014P��\u000f�\u001c�2^(K�+ھ�C֟�q$��ؤ�y�3�m�pR�#H�b,{��~��7m�X8�\u0015\u0011����~�\u001d�͜�#C�Έ�Y?i#65߰\u000f8tـ�\u001dh���\u000f�%٦\u0010P�C�\u001a�C��\u0019o�q�\u000b��K\u001aA��,�)rB\r\n�<��0���:,�r��N�\u0019�K�!޹�#�q2v\u0004�>�ܗ_JOMA�D�\r\n~�h�&���J�\u0015�7\u0019%�����a\u000fCU\\���vN��׸x3\u0014:\u001cs~\u0004�Yrv\u0019x(��Kń���C�9�\u0000V\u0010��L���I\r\n|���J�݇�cQ�����4>1��?B���k��#�z�ƍ\u0015ws6M�\"PhAO]��\r\n����k'E�\u0018��4E}H�\u000f�~)��BV@����?�\bA��ʲsi�ID�t\u0004\u001d\u0004��Jc��ge$-�i!�����\u000e�|�����A\u000b��&�]_�����0���\u0013����=\u0002�$���I�\u0004��҄�v��K_؄T�\u0017ejz\tl*\u0001S�ŋO�Lx�N�9ߵh�\"~H\u0010�a�����z�\u001cB\\�g�@��+��1>�(�Io������Vڻբ1�X!M��\u0019�\t��\u0002��b�3a�h��1�� R�\b�wqG\u0012L�Rq�/�u��\u000ed%�s�BԔ+�J���&?\t�\t��O�Aᱼ��\u000b�\"��ƌjO'[��\u0017=cs�Ȏm�\r\n����#�y?j��\u0007{�^R\"\u0003)�XQ&\u001d�ٚ�X�\u0001��%�w�Udq\u001e�Y (PܩbS�p�4��tl�5\"ʎ\u001bYq���u�n\u0010u:,�|\b��\u0001,\u0018��\u0002p렣V�ҷ�u�?��4Uߒ0`4�\u000b\u001eX-ʏE�ջ�)��h/�t��������\u0004��+\fCG�Za7\"�[]��S\"�#Uދn�\u000e+pQ��B�G(uZ\r\nY���t\u000b��cx�����*\"4+\u0017O����~�ݰl�2��\"�x�a�\u0002SO��+:O�\u001c\u0004��t��X��\u0014�\bXd�\u0010s��.ϔ�c�'^{�����G\u0019\u0016����\u0011u�#�7��Y��(4� ������=F���qdnr�\b:CI\u0002����-�\u001c*YQv=y\u0003��!X��\u0012٫)9`��0�;�^��n� r� t}�j�ϙ����Wm�u\u00033��ڞ�4�\u001d��\u0010o*Qj\"����J<.)��D�{ٻ�\u001dQN\u001d��l�d�Q�\u001f&�Y�o��i�)[��m�\u000b�K��\u0018�Ǝ\u0015��Ki\t\u001e\u0001���\r\n��'�w�;���\u0013�\u0010,�\b���5\u0000�\u0017��\u000fg�Y�7uވl?�\u0003O_��XL~/�ڜ�-�+0\u001c�NʌC�w��A%\foE��*�1\u0007jQ%\u0003�TE` ~q�l'Yb*��U�.�ܾϵK��LDJ��[��(ŽK�$w\u0001?x��_$��\r\n��\u0011Ĳ��1L�ӝ��6E3E0�Yv�H�֧H��(\\p�C�Al\"n��\"oq�b�8�$C�?���\u001b\u001d0�wѯV��\u0016��A�\t��\u000bE0\u0005c6�<�\u000e�3\u001a'f,3�]ǏC}庮Z�'��J۸�f���w\u0017�\u0002\u0011��^i\u001fꗥ�,��1�S�\u001b�4Nq��:��I�x�\u0002m6]�%��\u0000c5�,\tX�\u0013\u0011q�����^�\fө�3�K3�̵�\u0018Q�pcu�zUH]\"HK��D]\u0002������\u0002�cۻe�\\�\b?\u0013P\u0005S\u0016`�ٶ\u0011\u001a��:�\u0000�[�ia\u0007�1J�-�9�W�\u001d\u001b@�\u001b�ۍ�\u0013�)��q��p@�L:�ִ������_7-U%/�\r\n\u001a\u0018�G\u001d\u0018\fv\u0004���X\u001fkw�ޮ~Q�;��y\"��K�\u0000H}�\u0015(�H�Z��1�ml���p�\b<�m�\r\n�\u0014\u0004�\r\nOG;ZhC�\u0010!\u001b�� �y���hG�4K\u00065\u0017�P4��J*���\u0019�D�\u0011T\t��\u0002.o\u0013֐O��s��F�2�\u001c�[)\u0000���z��\u001b�a\u0014�,�\u0006�\u0011��=zl�\"\b�����/\u001e\u0006o{i[`+�8Q7��x�^�\u0000��_F?���9��\u000f��DqY�x\u0017��\u0018&���V���\u0006�b�\u0006~�\u0002Q\u0007�\u001e�e\"�aGe\u001b\u0010�S�\u0002�w���\u001a~�(�\\\u0001\u0015�J�����\u0015os\\?�<���Z��}G�\u0004�\u0019�\\ƃ��TN](��\u001e\u0003���\u000f��'���;k����d�\b��2q���Xo�n\u0007�0���\r\n֑��GA���#�r8��@me4go�~򬷚���C\u0002��\u0018\u0000$�\u0019&�pc+�vFF��ȱ�ȊV��:x�V�4���5�B�&\u000f:��\u0010��e\u001fj��\u0002\u001d\r\n�\r\nY�\u0004\u001d�q�Uֽ6 ��\u0011\u000fF�\u0000Oe�I@E�\u0010O��{�undefined<K��&��֖�cq%�&�\u001fl�򌘃�<�{��u!��`��JF�\u0000>��\u0003��Q\u001cw:儩{R�G)����MV��ip,��q\u000e\"�q�����\u0017��?�������?|�=��l�l�K%b�\r\nBK�;�ϩ\u0011\u001df\u001e]L�Se�\u0001��\u001e(\u0002(��\u0006�\\��]\u00020 8-����\u0013P�\u0011�s;�\u001e\u0019P��[�=�\u0014��o��?rr�n�?M\u000b�4H:\u0003��{T�p7\ft?\\7I:р��˹�s\u0000��ʎ\"�(!�\u001e��G��\u0018�\u000e\u0013��9\u0018!\b1\u001cq`�#ۆR������\u0015X��X��ZD>\u0018���ù�\u0006���~#k&Nq�k3a�P\u0014\u001f4�l�\u000b}�m\u0003\u0014�R�d\u000e��n�3��\u0012h���HH٪�a�'N��Z�WO���\u001e1\u000eT֮�9�J��\u0015�Iudm�9Mj��\u00015=-\t�lE|\u0007yлU�Ư{�C=�iv���?k�K\u0019ۑ\u0013�vО�A��\u001c\u0013+^�Ds�C�j�D�զ�\u0004\u0017������P\t\u0004!��]��\b��%�!\u0004��Q��<��^�\u0007E�?q�»�Q>��3�\u0000yXx�F�F\u0005��Z\u0016�ű+\u000e\f1Ѽ��{>�O\u0018��!�S6����W���n�l+y�)�\u001a�;�'z3Ŧ�%R\u0006C\u0006Zխ���'�l��\u0004T:�Q�d8/�3va%<���\"�K��܏8��؍[\u000e\u001f�B\u001a�E���\u0010���/�o\u001c�&��8�ҙ\u0017���~�T��q�:���\u0003���\u0011���#�@��1�o���0K�Y��\r\n�\"d�Z��tR�2#+l���#uQ�\u0000����p\u0010���ї���]�+�\u0003����U��i\u0013VX\u0002��=��H��@\r\n}JP�׿�ٯ>���_��5��,��j���Rmy����l���ҟ�~�\u0018ŉ��7���\u00124�s����2\u0003V��\u0016%tm&�I:���MS�kL\u0005��Hut��j\u001b'�L�W�\u001b���h�D��*ŽΤe���<��L�jqg�`�𴢴\u0007B|*��E�\u0013�[i����\t]��\u0015,�\"\r\n\u000f�\u0014�\u0003W��\r\n�e\u0002���$?Q\f��\r\n��99��_�v���΃̑�sQٴ/\u0013���\u0011�����O>��{=�|�l��x-���(j)˧\u000b[�.�\u001f\\�h�%\"\u0014�@\u0015\u001e,i\tY5���;�\u0012�n-�?\u0012���R��D�i8���ō7�_��\u000f{d����\r\n�\u0019��\u001b�d2I7�Agݔ<-�\u001d���k�\u0017(\u001eu]�`^.0�2�5wB�\r\n&�Y]��\r\n�t+!�����\r\n�h�K�\u001b��[N��|�~c�\u0019�6��@�'���;mJ*dyz+I�Ȕ\u000f-���8�toʦ�b\u0001�:�@��j�\u0005���f���K�\u0016\u0001Ji\tdI�J�p\u000eQ��Ǭ_\u0017\u0014�\u001aA��\u0014����u�G\u0002�=\u0019=�E�s-x���rc\u0011M\u0010��\u001b\u0006-5\u0015t�i+�1_+�\u0003H��x�/s�>LoY��\u00030��^���l|�R\u001b���d0\u001b\u000fǳ)y��O��]�=��L��^����j8ꍧ��z�>�\u0019\u0012\u0003Q�Fv\u0018��n;�\u0006�O�)�m�\u000e��<%\u001f���w����ѕ����&�OE>��er�}�b�u&�P��\u0014�|��Õ���P�а\u000e3��w(Mv�� �s��su=|m��\r\nr\\?�V��\u0010�v�\u001f��_{�M/�O`ytV\r\n�I�\u000bMYj�c/�ߒ�$\u000b�\u000f\u0010���,�&c߷=sES`��\u0015�\u0018\r\nv(�X\u0001\u0010�\t\u0017\u000e\f&��\u0011�z��&��G,CE:ɺ\u0017\u001f��$�K�,�G�\u0002�\u0015�h�67�Գ�p�><:F�d�\u0014Dn�'�c8K^�\u001d �p��ŭ�JG�z�$�PV���\u0018\u0014��\u001f Fڋ�n�|\u0013�\"iҟ8&�/ԗ0��Z)Ǆ�B��KE\u000fq\t��sn&�'v�Lx��{�_�8g��t�\u0010�p��e��eX6�+i\u00136k���=�\"�r#e��_/�����X�<�$)�jc\u001e�>j�d\u0018%ٌ��*��[��\u0005�\u001f\u0005�^WD�\f�'�W��V�\u0005��xp\u0002��r��Z)x|�Κ���X*2\f�� �\u0000��T\u001fJK��m�����䔫vg\t���Z~����\"�'qd\u0019�8\f�\u000b\u001a��v˪R��J���>��W\u0015t{[Jo�g��\u0006��C��\r\n��ǴO�YI9pc'.�\u0019����\u0006d��>m�9�ꍤG��VJ��hʟ�]�@\u001f��n(\u001b��w��}�6\u00193m�Nh�-[�uB\u001d1ԭ��{����a�˧�\u0001:�K%�z\u0002��\u001a(���R`��$�%��}\b\u000e �&Pa�\u0001�cۑ\u0007�\u0017�h��נ�Q�ݘ\u0014��5z�\u0013z�)�ކ�����8��b}ȣz��~$5�e��\u0001�\u001f�?I7��/5�\u000b��h�����\u000e��c��\u0003'*M\u0011j\u0011��Y�N�N0Kv��x�\u001bnĦ�\u0018x~l���\u0001�ը�%���v��-!O\"Y\u0004s��d?\t��.�\r\n�Je*\u000fG�d\\\u0002�v\u0007�\u0001�SVń�m\u001d�����B����:��:[:�pGi3\u0019�zC��A�\u0019���\u000f��\f��#İj��\u0000�:��6\u00075n�\tx�g\u001dC�\u0006?~[�Y�a��,\u0000A�G�\u0017.�&\u001a���\u001e?�-(�\u0014-ߓg\u001b[y���fFo�Y������ �S\t�I$�0�%��18<�H٭\r\n\u0018�I.�/\u0010'�\u00138�\u001cIs�g}8�0@=N@��N��\u0018~\r\n�)\u0013\u0004\u001c��CO��6v�,��m���.c�s��_!�uMz\u0000�\u0006��T��Rq`���\r\n�\u0006+�#�5�W9��>���j��\u001b\u00141��l���$���\u000f�w��\u0000���(ϳundefined<M\u001d�\u000f�;ƧE�m\u001cx�\b��\u0014Y�pe\u0003�Pj��P��\u0016�p�쌓2�2��F\u001a�d!���3��\u0000\u0010�\u0012ҹ\u000f���ש��O��\u001d+��Sc\u0013\u0000Z\u0011\u0015�:��\r\n�C�P\u0011��\"�]�a\u0001Z�I���=^�T+6dc�]F��H5��,��\u0012�\u0001����^rZ��A��p��\u0010�C\r\n�\u001f%�i2Nw�(\r\n\u0003�Ќ[x@V�R\u001dI�/R��uY���\r\n׊;D\u0007�Gh�Ҹh�F���\u0007WL�<�%dh_)�6�U�l��\u0004�\f��}�lߧ��M\u0005�\td��p*����.�\u001fF?�@��\u0005���\u0016� �\u0011<�]v�\u000f\u0004�3�a.��\u000f�{��j+c�#����\u0012'E�8`]�n��^��\u0002E��xճS\u0000B�윓�\u0002�\u0003undefined<T��\u0003��>g\u0018���P�D��]\u001f+w��?���%;\u0002���\u001fAW�\u0010@�\u0003X������Uө\u0019%��Ψ��5j∊��\u001f�v\u000b��֙\u001e����t\u0013��\t�[����bƏTm����\u0018k�s܉ �1Nh��5�\u001f�\r\n(p(]�\u0003@�\u0014�u}��\u0013��e�6�2\u0005��D��WC�D�Yk3�Z%+#,\t��W�/i:�\u0001\u0012�\u0019O����Ҿ\u000b�\r\n�Y)�\u001d\r\n��~\u0011���V>�Z^��7�6�4�c]+�`\u0005\u0017C\u0003|]�*֙�?S�\r\n\u0011�D�Z��R|�\u0015�}0��\"O��\u001bur��87��s�\u00074;̊m���A��dY��\"�(�d�+8�zmL�\u0005\u00029�\u000f�s*�\b�@Է���PIK�0��\u0002Ȕ�\u0010�^\u0000OU\u0005P����Y�%��c\u0001}1E�nℼ=k�\u001d�/##��|��\u0019-�f\u001e�A�\u0000)߅I���d����'v\u0002;�W{�d\u0016G�}�n�v �*pH��,����>\u000b��)\u0016�D�u�\u0000\u0017w7��i�?\u001d\u0001����MR��[�\u0013�G�ݞ\r\n\r\n��]r��bmy��OM��hv�߲\r\ncZ\u0004巵��PoA\u000eM6\u0017J��\u0006;�+�XU��\u00035�Vcu��\u001b���'M�B����_VM�d�!�T$�0k��`\u0018�^� ~�6�z\u0000\u0015x]*�U����CE΁��\u001ac��\u0000���/���g���`\r\n�k\u001f��\u0003i Td���\u0017��i@�\"^��J�.�\r\n,��ښ�\u0017���\u0004�f;�?k�'i�E\r\n\u000bO/�c$�>���{\"��u\u0001ԖT��*��H8�\"���\\r�E\u0001\b\u001f����Na_SP\u0001��(L�v��\u001a�9�N$��\u00142|�י�\u001e����׆?\u001b��ֲ�:��E=�9\u0003V\r\n*\u0004\u0010���\u0003�<�Q�>�\u0006�ɚc�ʃ�L�0��p葏��1��E�\u0013cJ\u0014\u001d\u0001>*D�Cx|\u0017��g+j�Tާ1+l\u0017��>\u00037V�\u00119�Q��$�ab��\u0006���n�S\u000f�z\u0019Y�'�%�\u0000��X2s8\u0010���#�h'�\"\u001a���TyE�M0��-Z��\u001b�\u001c���D��wU��\u0013�U�u���z�,�b\u000b�\u001b��9����/�,-l�x�����k�ϳ�\u000e'��\u000e���>�cH��3H��\u0002Re�?���!0�%/L�����T)=2�~��k�Y�cp�^!��~\u0011M�\u0018\u0015\u0013�f��+v��\t�6e�b��\u0006�a⼤K�j���\u0006Q2H�e2�5\u0012y�#�/\r\nm\u001b����R@�\u001d%�*�f��2iku+\u001df�(��\u0006Tt��a~\\,�ȋ\u0002,��%�TM�]^����:������\u000e�_�M%�\u000f9\f\u0015l<\u0003��D�\u0012�\u0015��\u0012bY2���t�^?����&6ME�\u0013���\u0017�yQ��N�\r\nj��G&mZ�\t\u000f�\u000f5g �\u001f��1���\u00010~�\u0007DA��z�\t�A%�\u0001/�(P�\f�\u000e���HMz\u0005�Y�#�d\u0002��\u001d>\"\u00066]OF\u0014*\u0018�-]����\u0003�c�7�~��t+�6@ߞ�M��\u0002��8��?��]���\u001a���E�B���Д�)ߧY\u0006\u000b%|���P,�=\u0006o�L�\u0013�&�;h\u001f��iod�6E�\u001fĮ�\u0002H��\u00177���z0܇�8\u0001���@���w�Z\u0005|[���*v\u0000�k�\\ dP�\tє\u0001Nq�Ћ�$����~�\u001a\u0007�+n\u0019a*`�Ą\f�\u0016\"��P,�(\u0002�`�\b��`O_���0����ۢӷ\\ˢ@-�i�m�zI�5�\\�\u0016Mwg'�d<�}`�\u000e\r\n��N����Tswà�F,��aF�f�+p>��T���9iU��i.���@HWɆ!\u001c~�\u0007�P���.Z��\u001b\u0015���x�'�ٔ�:���J�7�D��ߑj�����A#�h�o�צ�^�1����N����J\u0019�6η�\u0014r��K�̵��]�T=�T\u000f�9�)o�u[\"�¥�Ċ��~\u001e!'��lm2�Oҁ���.���&�B�6\"4��\\�\u001f \u0019ˑD\u0005l\u0015�%\u0000�\u0001�B������_D\b��U\u0011(�W��\u0003x�<��\u0002��\u0016� s\u000f�LÜ�>��B�C%x\u0011��]���\u0000�<��jR��8\u0015/��HM2c\u0000a\u0013B�_�����bþ]�Q�=2c�6ݠ�`��\u0007��lV\u0004D4;hT��vW�Z\u001a�K��}��K?�\u0010��9��\u0001\u001bqj����\u001bת6Z$@\u0017;Q�'\u000bj�rm�\f+�{�y��z\u0007�\u0015�\u0019ϧ�hv�za\b��Ȝ`�?��H�аm\u000e�k�ZV�=ˤ�����1��M��4��HKљ�� 8���\u001f���5X9hR3\b�\u0005\u00102~�G@e�\ts����i&�\u0005�#P�ز���aN>�ˣ�\b��[����\t�/慎`��a}���\"v#��L��dZ̞\u0006\u0010��%-�k(�F����S\u000f�\u001d�(%<�2Qb�WT\u001bh�\u0016w9���VO�:\t6ݪ��J\u0003y\u0015i >����b�K�\u0014l>hl�dEn\u0018���75+���٤9�V�y.�/��?@%��\u0011hs%\u001c�x=\f\u0003�W��_$T\u001dJ>�%��V:��^8����d�c�\t\u001d�ՋpX\u001d�GL�\u0010̘\u0012r\u001d���-�]\bA^�ƻ>�fZ,,\u0011 ��\u001fKe(\f��H��A/�S���e,undefined<F;��z�\u0017[U��N�2͍����u?�O:'\u0018uـ\u000f4\fR�3�\u0004\u0017 ��\u0017q��\u000fz>�\u0000�3��,��5ذ8)o%�\u0012c�@\\x\u001bN\u001c�x���J��hh�s���D��b\u0017�1�\u000bdD)��\u000bTֵ=�ez,g�0��|�_u�7�PiM\u0004�D\t��undefined</���U�\u0012d���\u0010|���x�c������`�=\t�=�x�;�c��hR\"s�5KQ�Ŏ�蘒Ǥ{�ҪA?\u0019��G⥗�6\u001f*K]��_�p�ߵ<\u0012\b��Oj.\u0013��\r\n\u0003ZP���b��\u001cu\u001b���\u001e\u0015\u000b�#�\u001cHa�ƾ�H\u0000�>���ۛ\u0000z���TUQ�pW��S��D^A&�\u0004J�\u001d䈞7�~�6�[�\u0013�1^���b�j~�\u001f#�Ka\u0005���s\u0007�kJ�A��\u000b�H))S���\u00109� ��}�\u0010_��WJa�%U�\u0019�}�\fԱ�x$��#K�*\u0012\u0001\u0012�Q+�%�RX�\u0014VK�\r\n�^9���\b\u001c\u001d�%�]sK��,�]>-��inT�u\r\n/:���\u001d��Զmͻ�s�y�\u0007��5yGY����x}�k�J�\u0010t�7Q��P���w����\r\n\u001bʐ-�\r\nC�\u0016Ǯ����տ�sS�\u001e\u001e��t]S\u0006K:\u0019\u000f�r[@N�:_�J�\u001c�[j\u000f��V.#(�W�����07g��i��h�4�Wsv�:�:�f����\u001dpR���E��c@Q���3�9�/4�V\u0018_[k1ځ�\u0001@�'J\u0002y��\u0005undefined<7>�O��UVM��C\u0004��J<�1\u0015a\u0005v�S�c]\u0014�j�\u0006�\u0003�R\u0017\u0011\u0001�!.rQ\t��1i�24F_�\u0016^\u0011\b��R�W�8\u0004��\u0007|\u0001�*)�g���7��\u001c�q[2xad�~��G�����V�/��\u000e�\r\nn1x�\u000e�t\u001e�Ҟ3\u0004�\u000e�r| U�\u0017zq����A�9�KF���8������|B��(��g�g�7�xg}�l�h�\u000f�|�cf\u000f���\u0015���i�K�ӭ�6�~���Q_ r��C\u0012��S�)0A��U�e��d�\u001d(��*5λ��$��v\b���\u0006��G�'+&�ki��Af�9ҝu��5�e7�����/\u001e�\u000e�PѢ�p\u0016�`L@��c&��-�B�� /K\u0013��\u0006�m\u0002\u0018�����2S�\r\n��S��归�\u0003�?/\r\n�X\u001d����l�\u0019m��ٍ���ENq�źZ��\u0012u�!���YE����Tر2�͗*��\u000b\u000bZ�,Jj�(*t\\��7\u000eɯ� g\\��\u000f\u000b'�|��ϒ�\u0007F�\\��\r\n�G��s�\u0006��k�R�UD�^�\u001f���\u000f��\u0003�NY\u0010��\u0011�\u0019��\u0003^*��d\f����9\u0014X��\u0006�҅,����r��CZ�\u001bzj�ϭQ��i\u000eq�H��}_[>�\u001e�ԯ�\u001f\u0002r_�\"\u001ewI�'?X��Ly\u0002kV;����B�\t\u000b����\u0015����+�\u0012�E`��\u0000\u0005A�����+\u0016ũJȭ\u0014̡�w\u0013)��5�p�w�^�h:�#\u0019\u0016��z�Y&bgD\u0019v��|�L�\u0015,5���\u0002�\u000b�\u0004\"�^ԃ\u0007�'�/H\u0010��N\r\nǗ2��ݺ(��\f\u0000��\u0004V�\u0012�WY��Xj��>#N�К�/���s\u0003\u001d~/B:�*\u0007E�z{\u0004�5����3�\u001000��&�|\u0010\u001cLb5�A�i�|\u0013q�C��Ze\u0019>ű�)��%S;�L5�E\b\u0017\u0016!\u001c\"]�--]�۩�O�v�F\f�c�}�!�\"�:f��\u0007��9��PM@j�h\u001cs�b\u0004e4\u001d�A��%|�]n��5�328��,\u001e@ᛛ;=\u0005Q�a[���y 4HS3���M��=\u0002��Tm�Cb\u000f��,���aNK�'\u0010[����=aNߣ[c)��\r\n<\u00051�'��v��\r\nC���Ƒ5+\u0011�%undefined<2i�a`:�\u0001�&�C\u0018�\u0015�nl�\u001b� ���(\u0007�V\u000b\t̥]\u001c��Q����*�J))J�|\tܤ\u00072\u001aSk#�n\u0015:d��\u001bT\u0019~��o��I���\"\u001f%�b\r\n�\u001a�a�K'��x=\u001d\f���2�\r\n\u0015N:{�z:.�>\u001e�۽+ı�C���\u0016�F\u0005Iv\u0012��d�O)E�JRLYZ�\u0006!�Ƴ�H �&\u0019�(��\u0010`ߓ\t\u001cY�p\b.\"�����&�#p\u000bG�(��\u0007^����:?�v\r\n\u0017�\u0019��5%Х�XU�4͡\u0006��!���c�( �H�� #4yT�:�fc�׹\u0012ݗg'�\"�/�n�M�f���4\u001du\u0006��0.��b���Z�u��K\u000f�]@���\"0��](̑(\"c��W�ڔ��\u0005a\b��!>dh\u000f[��傔?�!�Sؓ\\��ߥ>\r\nT\u000f\u0015��w)�h\u001a�t��Y�\u001b}s;�(v�؉\"�g(���U�\u0006���\u0002\u001e\u001b?��Au�b`�o[-��b�I�s��\u0004\"\r\nmvX�9�e�����R��\u0017Y�^L��W]^�\u0016D\r\nG������/��\u0015*eE%�\u001f�w��}Ζ\u0005��<�ˏ�\u000f���f�v��'�-�`\u0010:��T���\u0019!���\"ׇ���CkI\u001d�֥R\u0019^}M��.7��8���K\u0003��u��s�\u0006��R�Iw`�E\u00180��i���'\u0014;q\u0011\u000e�����f\u0000\u001eZޓ�R�ic�z�\u0017\u000b\u0016d\r\n\u0018\b %��T�\u000f��\u001cq\u0017���q��g\u000b\u0003A�A\u0011��᳧et���ꠗl�ƭ��\u001d�\b/��ڶ����e��V�b\u0005\u0005|\u0003\u0002\"-|�1��xV���Đv\u0010H(\u001a�A�]\r\n\u001f�%̌�اGs{\u0002\u0006i�\u001aC ��\\�\u001c�?Ϲ^��\u000bG��T�Oh�T\u001fY�l� ��Ke�:S<�'jZ8���gރA\u0014F���F�V�����}i�� �|T�u�r��)�\b�{$\u000f�З��{-*wA]�W�\u0011�H��\u0006\u0017�Fz����!�\u000fBsk 7�#\u001b�$g�\u001a��C�1L�\u001el�\u0005�f�(�\t\u001c3wئ�\u000b�\u0014���=����\b��#\u0013j&�\u0002\u001fIs==G?m?+�i�i��O(\"�\u0018�~nT�+��\u0013�P��#\r\n��'\u0003qi��C��\"}�;�q�?�\u0005�K8\u0002l�IMU�BK��&�m�6V�q[J�8�J\u0011�\u0015���\"r�1`2s��\u001b���t�l'\u0013�O�y6)\u0002Æ\u000b&-\u0019��\u000b�<\u0004���\u0010\u0011/ޕ�\u0001P8Se��*+�K��3H@���x\u0002����X�g09R5\"!J\"�\u0012�r�\tr*������E�̩w���>��Υ.���(\u0005��8q�n'�y�tұ15\u001a�8�v�ֱ�4b�C&��g@���5J�\u0019���%��hX|\u000f9��;ٔ��0\u00122J���\f�\u0003I(��������ەq��;ͧӝ,雋\u001a#��|�0�!q�\u0011MO��&�f�5��Xje{]�\r\n�\u001a��\b�!d�p�(U�\b+=��undefined<a�'Yۧ\r\n~�A3\t-[V���TSRu�\\mH]��\r\n�*�ɵ)�M̃�^[)�����@�t��Y�|JU����|'\f�Fm����\u0016��f\u0018=\u000eYW�\u000e\fD\u001d>Q� ���\u0004�\u0004\u000e�\u0011�s5�~�\u0019���=딲_4�p�NAnֻv-��-��w�G7��?\u001a�-P��\b��s��ׯ�6�\r\n�Nr3͒�F}�((\\Z?ҙ����LCL�\f���xTB��LVT®��)M�\r\n\u0002�7a�����@���\t\u0017\u0003���ɇc�.7���)\u000b�H&\u001c\u0014\u0018���8�N\u0013;�e���yWE�e\u0017OI?�,�7\u0015Ɩ@\u0011�)�L�Y�9�:��'YEM%tѪ�G\r\n:z��=w!�}��H�M��7�B⽉�q3m㢷j�\u0017�\u001e��4\u0016%<{D����\\�W\u001d�0UQ_�Q�R\u0011�(}$y��f���!\u0006����#��s�g��\u0004�]�1�\u0012yd\u001f�\u0013Z\r\n\u0015��IN�G���I��u䍑\u000e$��\f6�YiP�Q��\r\n��2�~�SvmY�ǖ�\u0012\b���r%u�V��y�[���K[��c��VD\u0005A����Xgq���N,�\u0004�]�Q�E�\u000b�\bw�\u0016�^PS��8k|�C���JM��W\u0010��o�fCr\u0012O�:^@� p�rQsE��H�N\u00064r\u0018�����r���*\td#M��.�K���\t\u0000�>��,.\u000e���aصÀ�NF�c\u001bN8v���e*�j:��Z\u0011�\u0014��Fu�\t\u001b��{[*�@\u0001)\u001e)��,�w�\u00179s\b�\u0000��\u000f���s�l�8�h�\u0011��\u001f��ǳ��Ҍ�7;\"C�Y����k[�dj�ժ�C��1dq�\r\n��t`$���9���V���4��V]�B|J�Pӿ?\u0003�U\u0002\u000bB\u0014S�\r\n�)W}ι�'R�D�I8��\u0012���N\u0017\u001b��=�\u0001%���\u0010\f�_�n��[ſ�mdMم3�z5���58�u���]��w@��^�%�c5�P����v�wU��\\f���u\u0004\\�\u0013,\f���ɔ*�\u000ba����5Q��\r\ng���Q��xڡ�\u0002���������Գ�vԭ��vm%�&j��\u0001�C�c�Oի#��+]\\`\b�H:}����- |�\u0013k�$���>���|����h(:���sZ��m���\u0016�<�\u0000H����*Ǽ\u0014�\u0002��GB?���\"\u0012|Zv�rV����(�)�\r\n���l `�W3Ub��\u0001踫���\r\n�9�\u0007\u0014!\u0007S�A�hx�e|�3�\u0006|��!�/%C���\u000b�@N�i���|ؒ���p���\u0012@v��u��@����1?�\u0015� %�\u0000\u001a�}�a�&%[F�}s�O��w�oEO+�؝\u0013Hs?T��\r\n��4ɒQ\u0012\u0004E�`2\u0017�\u001f�kZ�Q?\u0000��Z��HX�\fg\u000fe,{V{�}�}��\u001e��u�\u0010�\u001f������c���\\Cm\u001c\r\n\u0011�\u001b\u0005}ãk)C�D��5/��8�m\u0017�z�c֊/�WL1�4E1�+�y^����МC��6_c�A��#�[)�\\�P�?\b��\u0003�<}�5ȹl\u001f�m��?�a�@�J�#�\u0000*undefined<eV�T���0\u001d\u000e��4\u0019��\r\n\u000f�e�undefined</.���\u0005n�\u0010#n�\u0014�O\u001e� Z��Y��h�q�o�\u001e���+g\r\n���IN�\u001dP�-l�\u001d�;�Y�\u001c'7���A\u000b\u0017̶�brB�ɤ�!��l\u000b�kC�$0JU�X|^\u0002��\u0000��]�T�/�C����\u0004���\u0019G�C��p�h���\u0018��*\b�/j\u0019�jt&޷@�t\u001d��i�\u0001�w�@]P��d�:\u0014�C'���8\u001b&�������C�+[g-��K�K\"=��&�W\u001b�S\u0002�}RK&�V%PØ��|\u000be��ImA��/�,r�%�tH4K67\u0013;���E^q��\u0001֍gQ�l��^v�.y�)3�B��\f8�\f����A5\u0017��w����J\u000fK8 %\r\n��O��ٝ+���(�a �*�/�*���4\u001a�����\u0004��PA~\r\n�\u0007�\u0015�1m{1�Ǚ\u001b�Ɩ�v\u0010�n�Zp�i4� ��4� ;�z����;%���\u0002��J��\u0013�@z\u0005���x�o�E��\u0000o��H,e��\u0005ҩtk��^�N�\f\u001b[����\r\nW���oۋ�v���$o�P֙r������b�\u0004%'�-\u0000D|Y�f\u0018�e�%D��h���k+*D�^N%{�=�\u001f��vBߢ��a���\u0015\u0017qU�y��\u0003�c�M�y��?��=r�\u0016C'$���?\u0012�\r\n��ӌ�<�\u0015��'�W�GI�Q�h���>���v*=Nޣ��)i�1rm���\u0014����M^�H��V\u0003�9\u0012�N�2�hŠ�Lۣ\u0006�N�\r\n®\u0017�����\u0019��j�LX٨t��\u0006�!WV'�\u0012�\u000b?��#���5\u001d%�ޖ\r\n4��$\u000e�\u0013K���ٹ���i\u0007��˸��\r\n,\u001d��x�̆�d3Y7`���z�﯐\f�54�\u001d6\u0011��[����I�*\u001c�\u0001x�8\u0011\u0007\u0003���SR��\u0005���lt��z%y\t\"�:!��bM�5\r\n\u0004��\u000f�q4��o�Y�ꜧ\u001c��\u0003 ���\r\n���V�QF�3l���c��Z�C�Ǥ���?ᨭ\r\n��J\u0004r\u001f6�R%�$>Vu\u0013�#�fS��t;i6�$�z��|37�;\f����k��3�\u0001R�q�\u0006��/�\b\t�LaD�A��0��k�\u0014MU2\u0002 9�!}�{\\�c��J3��@�)\b �\u001cI]\u0002�(W�\u000f\f��\u0006��̊[\u0014�undefined<?�,���i�����}��\u001fw<\u0002p/�����\u0002^�mTi�I�^@C�r���C&Y�gk\u001b-T��q\u001dGo2�[�#\r\nܮ�\b|_)9�C�Rk�:\u000e���\u000b��\u0012)$4\f�yx���\"v�PP��qw\u001cϥ��i&G��P�\u0014j��\u0001�|K\u0001/�\u000e�?+B%��\u000e\"cnst�y@|��8���0 \u0016\u0013\u0003\tH\r\nq\u001e\u0000/Yf\u0006�&�a\u000b[#�\r\nR*��7\u000b�S\r\n�\u0015NyD�#�^Ȟ��A\u0001IQmj\u0015�9zK�E%�w�v���;.R\t{\u0006ZY6����\u0017f+�\u0004��9z��>g\bM���\u000b\u001b�\f��9�l� -�T���D�\u0011$K�����Z�b�ɢ�\u0017�\u0011��7_;ǰͅ��DH\u000f�ʦ� d�L#>&2=X��GPg�L��\u0004�.��b�}Yk2(\f���(��g\bY=Ϸ\u0010�`�{bג���˿�\u0000\t1�h�ԷC�\u0017���4�b|\u0014����X\fK\u0018�\u0010\u0011���\"���z��(�\u0016XQ�V��H�h�s�`�d]�e56�\u0002\"qU��\t�\u0019�Xe�rT��8���\u000f���\\fq\u0004%��FA��u�(n`wi�J��'t.}?��e��{��&�\u0005����{�3����T_�Ex\u001c�\u0011��u\u000eL�ZB��D8J#t���9�eV]~\u0007\t�s�\u001ed\u0010\u0002\u0019����7}�\u0005�ST\r\n�O\u0001���t\u001f\\B���ǳ�\u0015ơ\u0015�Iā��H�F�z��f�;��ҟYmpe��-���>��9�׺HQ�R���\"��!�\u0006y�;ǯ\u0015��\u0005����\r\nV�y�U.B-�SHX�\u0015����\u000f�i�e��f�z}*z��[�\u0014O��}\u0004�l#��g�^�u_J\bɖɥI�)_�.\u0010HNe�\u000fD�C\u0012�5z�zV\u001b߄qB�\fˀ��8��U�$a�p���z7iG*s.4��0l��c#\r\n��j�*0<*\f�.����y-f��|���e;K�\r\n�\"�ʍ\u001a�a.a_�.�Yr�N���'K�4��oG�c���s�KjS]�E�_\u0004HsH���\u0012|�}�75�\u0014+�?\u0014��\u0001�}�H��0��)\u0001�(��\b��&-\u000e�0\u0019$�\u0014�FX�LM�\u0017���\u0015\b�ުG�!�w�W\u0010X�\u0015o\u0004�����A�t��F>O�(,Oo��=!=ac[�\t�q����8Y�{�\u001a\r\n\u0005���\u0018?�\u0003��8F��_��aC5ū���K�\u0005\u0011G��\u001d��#�\u001a�i�ؚm&�d�u�cs��\u0017��.�\u001c���SP\"\u0003g�D+�ӊQ\u0011\\�J=����I�0�\u0010��Q0�>��N\u0002D���I�����8IG�8�ik�\u001b\u0014ޡ�\u0002�\u0000�\u001a\u0016}Q\u0017@��e�5�\u001a\u0010%]�q\u0010\u0000\u0006X�ҵ�S\u0014\u0004��3et\u001e�<�ȔW>\u001cI���;��~*��O�ށ+��&\u0019P�\u0010�\u0005(�\r\n\u001b������\u0011��Oa�H\u0001�CE1�I͓+\u001b\u0012Iv�\\�X�W�����\u0013�0�\u0007|�p+̂���Uf\u0003��}�L�tmڲ���\u000b���a6�W�-�\u0005\u0004\f�9n�A���v���_1)\u001c��\u0005�\u0005�iv�<�\u0011�\u001f���\u0005����\u0000�|O��_��H�d>}�w��u��\u0002\u001e軤&\u0017A®gWQe�z���\u000b��c�YL|�\u0003 \u0016,d+F���a\u0003�(�݂@-�)D4bqT��\u0004�W��v��9e��\t\u0012����0١i�[&�\"����\u001d]�@�z\t$Ȃz(D��\u001dF\u0019DU�c*%�\b��#A�d������C���և�}\u0012�������� ��Mmc,�\u000b��\u0003�b*�Ne\tu�����$�ߑH��\u0005�\u0003��\u001a=+@\u001a_Ȭ6W|߅��\u0018�RCy\fe*$�|�6�JZ��v�\u0015'l�&\r\nl#\u001dŝ�ꆦ`R�\u0001z\u0002v\u001b�lr�܏�TXcͭQ���,9b{���k]���b�����G ܶ���f��������L���.|�6�`\u001bi��8]���)1>\u001f��\\���*��)�_I�V}O\u0011�<��F��۴Cm\u0011����5/U�v\u0002k\u0005�\tk�l\u0014\u0010a�p�v�#�ԡW9� �(\u0004��L\r\nr�d@�bkn\bX!j�\u0001���V\u001f\u001f�\u0019�!P\u0016yQ�_�T\u0003'��q��\u001b����b��0�n��\t7��\u0001Q�*H��\f�3���fs\u0002�m)�%\u0011��\u0015���\" ��\u0010�Wn]\"╏s��O�M+\u0000K%i�~J.(�e%�\tU\u0019���f\u001aX�\u0015.sa\u0012V�\u0011zg\u0018�K�J�z\fu�\u0014m!D\tn8\b�\b\u0012�߈�X4�P��\u0010�\u001c��OJؖ\u001a�S@Th�X����!|p�\u001a�ᢲ��\u0004jώ���V��+7�aoH�h�7zY�_�e��;�BD����D\u0014f�,qSW%O\u00160r��eIa\b�\u001f��L���\u001a%���n\u0019�\u0018~����$�\u00128ɏ���\f�\u0011�!O��I��\u0018��K\\'��U�\u0018\u001d�s����\u0016!���W0�|���<�\u0014�\u000b�?���&d��� @\u0017+�&���3�,���@�9Nu\r\n��9\u0002\r\n�[�[Iǲ6.�c�{z�x��\tx&��=��G�;�����Xʜ�\r\n}��C_vئ�E��t�]Eu����,��\f��R��X\u001ax\u0016í5ǳZ\u001a����ؾ��\u0014���\t��.�o\\:[����\u001f9�Jx._�@\u001c �廕��\u0012���&m��\u0018\u000b:\u0006������C�\u0002��%��d:M����Hs,A\u0010�����6�>'�0P\u00198��\u001a�\u0003@G��.'vd\u0018\u0016u��\u0001�>����4�:��zY��l��E2�5p�]+t�`�\r\n<�!t�/��]w \u000fpR{A\u001e%t\u001bޕn��7��ܦ\u0011t�\u000fmŢF���1��ڧ�I�Q��ҍA>�l���<ڐy�\u0019�\u001b*��J!�%�C�\u0006O�ƙ��l~U\u0016Z\u000b&\u0014��d\u0005���a�O��菄b\u0010'�\u0014�R�U�\u000fT��*��p���<�&�mS\u0019C�؎o�9\f;��^U��؊*2E�(\u0001��\u000f\u001dB�u��Ve�~�\u0013R��\f`\u0011�f�\u001a�-b;���>�ۇ̞����T\r\ns���c�/������\bĹa\u001c{�\r\n$^�}��u�&\u0018�d��M�1�\u0002�H�J* \u001f�f&��kL�7�\u000e/�+�#�`üER�װ=dZ��}Wj�1�G:\\ۜ%������\r\n���>�\b�g�~\u0001yH\u0001H��+j�b�+Y���^�3\u0013y|�������\u0013@c�s����1���$�����\u000e��V\\��A��\u0003�\u000b\r\nJa��ᷧ���J�\b�;\u0002\u0017�b4\b�\u0011yD$\u001f��Hݰ�Q�*�\u0018�lE��\\ێ�8V��E\r\nsQ��\u001dA/��R�\b��(�p�\u0012��\b�K\t�\tp��F'�cI�\u0004\u001a�s\u001e�\u001fBzO�QX�t�d7�)-�0��1��kמ��\u001b�R1)\u0001n��%��\u000f ,��]�F�\u0010��|CYAcU\u0001~�e�\t*(�\\�\u000f|�,qY��<�=��ȍ�\u0014\u000b�)��x�\u0018C?.���b\u0000�D���t�ED��Ǡ+�Rư�#�?��w.+Kt{ْ�~�T����Z��:��v�e�Ֆ�=?�u���\u0005\u0000T�\u0010\u0002sH\u0007�~׷�.�E��\u0017���#�\u00135�&!�\u0005\u001c\u0003�+YSIi9�r�E���\u0002�\u0012���\u0003��gk����z/iQ�*֠��+����;���Y�h�|��0�H!�\u0012����K\"���C\u000e�\t��5\u0016��2\u001b�v�ϫ}%��f�:��|��$\u0012�ף��'��ɦj��*undefined<G���I\u0015e�f�R�K���(\u001f�gC*�g̳�a�\b�S\u0003��w�Tundefined<T��\u001a���undefined<7�Bf�Q�3H\u001c=���M�ӯ{\u0000[�ڦ���\u0004�Mi\r\n\u0006�R,?�͝�<�]Ӿ~\u0010��a\u0007|\u0007�)���l�-\r\nK�d\u0012�f���0���S��\u0007R����!COI��W�\u0012��p2V/��?X�6\b��/�')Ir\u000f��_DȀ\u0002\r\n�p�fGN�\"�\u0017�Eد����Z��\u001d\u0010��D?�\u0019�\u0010\u00193L�\u0012�.��J��\t�������\u0015\u0003\u0014�\u0013X^B\b������s-���\u001fL�In·�^d\u0007�\r\n�m��\u0011����Ğ\u0016`.��݆JwP\u0006y�\u0004R�g�����$�����\f\u0015M\u0002Q�y.>I���e-�}\u0000\r\nm\u000f�\r\n���U�\u001c>b�vݫ\u0017\u001f�R\r\nP�\u0016W2৐\r\n;���\u0002���]��N�\u000e��7�ݠ�M\u0014[�㹅���p4��\u0012�z�K\u00033Yk<�3��?_��)��� B��]�\u001c}�\u0016K�\u0004�~\u0017Xҧ\u0018Z���L�;���_xDN\u0010��S!�5�.g,��p��|p���a\u0007�4/`Y\u001fr3�-\u000b�J\u0016�H��P�W�<�W��N��n����\u0015Q�P\u001d�+�M��>+<��^ϱl?ɍrѶ��A�\u0002\u0000�u�T��H/B�>ŧ�\u0002alF��_ƍ�x\u0016�V�v��kd\u001b��\u001d�K �\"N�/��H������y!v���:0r\u001f�e�tx�v��쭏��\u001b\f�Qk����m�_E\"\u0001q\u0000m�\tS��s0\u0004�\u001b�)��@q�>��De@\tYt\u0001\u0001Ε\u000e*K�\t�s\u0017\u0006όk���\u0001�;s\u0007\u0000��w \u001e\u000f�\u001b���B�Ѹ\u001e\u0016�(�d��j\r\n�¸\u0001\u001b�@4M|��u/�囦TFq\u001cǶ��s��l���n@��<\u0003z��ːL*#A�;��6*�׭�8\u0010Ew\u001bt��\u0018��5\u0014\u0012�\u0004�%�AD��H�t��ʓd8L�<�m�$jGe�#�ATD�-�pyC.4z�q$��L�\u0001�ʻ�\\\u001f��\u0010�S���W o\u001f\u001fu\u0003��T�E�\u001amQ�s���$�v��$��\u0014\u0007x��4����kU�|W\u0001�ǰ\u0014�Ef\u001b�+�5�\u0012>�q\u0019�\r\n�\u000bT\u0000\u0003qvщK\u001c2\r\n��k�d�����7��}�O��SD~��g�O�­H����o����\r\nc��(�=_\u0017I��p06�5gQ\r\n�Ky\u00109�I�����\\�_���yXn�*�e)Jv����۩���\u0003���Ƕe��\u0015r=\u00190\t��0��#&m����&S6i\u0006);�(\u000f$ͅ\u0000\u000f��~����󼳝N6�b�o�&��)�\u000f��-�f{'1����d剎԰EY�\u0019,l�}��� \u001f'�$���8\r\n��\u0019�k�hR�|\u0003Ӆ\u0007��\u000f�=��\u0015�^�͝G��W��@G�k\u0013� �+\u0003�\u001b�!�'cy�L�ͣ\u001fK��\u0019x�e\u0012c\u000f�v\u000e\tsundefined<dg:�%�7���7E���sUV�,�� ��}�\u0002�c��t��I���0\u001d\u000e�䮃(�|���d�\u0018ЮRGj:\u0007�)y�5���8\u0002�Y�*��=LZW\u0019\b��\u000f�Qz��r���3�榫�W\u0004�JڣG��t�\bq]�s��e\u0011�E�^nPҴE\u0002\u000eνR=CB�jt���(=�;bk1*\u0012Q(�'\r\n�)P�9���c\u0015((^\u0019P3�6Z��H�ۓ�\u0011���繀hR�\f�ҝ$�,��g�����e��\b�\u0000MftKu\u0016E\u0014�\u0014\u000e��~��4h��~��W���\u0015���d���A�\u001a\"~2_�͏J�d%\u000f,\u0014[X�u}�a��\u0013ڵid\u0014\u001c�=ǉ��؎8uBF���_\u0017�2&5\u001a�V'�70���$�K�8��ɭq�����5%9���_�]���6*\"Y�e\u0015�c����d�u~\u0014�uj�7gAҩd�\u001e�'|��\u00052��P],�\u0014g�!L�s��\u001e��\u0017p@iA���<�ؚ%�o\u0019\u0005���\r\n�@/��\u0001�\u00121�\u001d�\u0003���\u0017\u0017�\u0015a�.���\u0001�\r\nZ�2�/�\u0013�G�G���\u001ayd@�\u000b�\u0013,�|Ҙ枒3��8�7{�$�M\u0003��}�ń�����&=��v\u0010\u0012����*:�MH�6lD��\u0011��\u0019��\u000b�\u000f��\u001f����7\\k�\u0013?�:\u0006<\u001c\u000b]ik�Q>0�ʸ�(��IX�\u000eh1dluk�\u0019�5��V��\u0018�z\u0019Q\u0002!�\u0000R���\u0005r��I��\"/)6�.�96�\u0016H\u0012`d{���بȈ�h����m\"B��\u0004�,�\u001c�\u001d�X�\u001bk7\u00123Z\u001e\u0005�\u001d���\"\u0007i��s��'b\u000b��R����:\u0005�\u001c\t9\u001d�\u0019�K�L��Zj��o�Fe����\u001f{g��:f�\u001c#�\u0017��Y7I�[y��y��&\u0003#\u0014�{�\u001b\u0007ZB�\u000bE�<��X@�t\r\n\u001f��Z���OS[!��W�m\u0003v��-8�Hv�l.G�G��Z1\u0015�\u0004���q�ʕ�t�����ڱ��x�hJ�C�SY�\",r-���[# qw(�\b�O����T�\u001aƹ\u000b��\u0012qC�[�h'\u0019Q1��H��=;\u000emW���Ӫ\u0017%�Dd\b\u0004��]A�~~\u0006���*XA�/����^(dt.ؒ���\u0002�\u0018ea�\f��Z\u0018{��E�?�^��ϐNQw���\u0018���\u001a�H]=��e)\u0013������\u0003�?��\u001b�����\u0007\u0018\tg\u001d�.�d\u0000cU�ı�xU�`�@�&\u0003\u001fM�W4\u001a�l\u001e\u0019�\bvÑ\u0012�C\u0018�\u0012Ө���4�'��15�T�D\u0003�,���\u0019������\u0019\b��T���QiB�H�\u0002���|,a��\u0005/�����?�\u0010�K5Dy\u001b2A�]\u001a�IVV�6\u0010:�P�AQk��\u000fi�gE�\u0011ٱ�0v�U\f<����\u000fK�󡵫^\u0010Ud���KewDTi뾒��[}{��Jl@��}Ɓ#�pA�\u0000�\t�\u0002�Ω\"��\b���2b);L,I�K)�r�,�a2���pͷ\u0014k�J��V\u0018\u0007~�2���y��0�t�e�\u0012�E@��Z\u0010}����Ş.�Ձ�d��\u0015�����,\u001f�4,7��쯀u��m\u0010��\u000b��|���?\u0000�{\u0017���q2�&�<�PM%*�xc�(�\u0014��\u001f��Ȉ�A�\u00183�~�G�M�,undefined</�\u0006�z\"�3��>\u0003+/*�`�\u001eJ�_0jb\u0007pG�\u0007RM0s\u0012�\u0005\u001c�2�\\F�\"���Z�\u0006\u0014Cl�W�T�X��\u001b\u0001;\u0012r=�)\u001e/\u0001c�Ǘ��>\u001f[�\u0015D��\u0018\u0017�\u001d�\u0000$�A�\u0012O����\t@��\u0017�8O���VK\u0000�Pퟰ����@\u0014uCS�R[}\r\nI�\r\n��lX��'\u001f&��I��\"h*^�JS�>\u0001�\u0006�\t��\u0004G�~�G)ͳ\u0015�\r\nq���;i6����\u0005p}'v\"�@Î�+\u001f��\u000e���~^�%��!\u001f�[d���;�q�u�ND��_!\u001f���g���G�\u001eˤ�?�WP��T��$��\b�Rv\u0015��C6\u0017\u000b.n�E�4?��}�36��#�\u000b����8z�^\u001f����h��w�@(q�;���\u0002\u0014AB*B\u0014��#�\u00072�I<\u0015t]�]���\u0005�O�X�|�4|�U>�*��RnZ�\t\u001f�I'\u0003�l2�(�}ڙ�6�}c���fN�S\u000b�'�C\u000eN�\u0004f����B�%]�\u000f���jG?[�����\u00121��\u0011�&����G�,�dF]���\u0002;���@�;�undefined<X]�6��#\u0011�\\04��.\u0014�A�\u0013��)+\u0010�R���J��'0'ODf\r\n� ϳ\r\n[�Bl�r(�B��\u0003������\u0003~�\u000b8yA�v��q\u000f�䷲���с��-s��~\u00000I%\\~\r\n\u0011q��zd�f\u0018����J&���i�,��y��NK�I\u0014G��\u0011���DC�JȢ|\u001e���Cq\u0005���z�_K��\u0014M\u001dR}�`�\u001f���Ah^\u0000T�M@&PP�e#�:\u0019�6�[�g��uÞ\u0015n�G��^�5�Q� џ���#^4>A��c����A�\u0014�~׉|�7ɉO\u0012�;�a������^���\u0002�QvVD]�>�eޗ\u000e��^���__#׷�fE���|�)�d\u0010��5{�rWH\r\n`}m�AT�\u001c\u0018f5WRR�x+�o��jP�s�\u000f�w1\u001aBЭ�ODt;=�%�\u0007hȅ��� ��^�o\u0010��_\u0013Y��F�3N\r\n�>��b�������g�q��+�+�j^��,Lw`����\u0011\u001e��A�z4\u0006mh�\u0019�����G��u��w���<��\u0004F`ȵ���������%^��J7]��$M�^K6���\r\n�+*�W��4ϒ\u0001��,��7���\u001d���|�\u0017�9�e2\u0018�K�����O���w��\u0017ۆ���\u0017?���'�׎>��p��Ij\u0005/\u0007n�$�\u0017ӑ����|#b�x���ljӁ���W�I5kH�p��'�\u0014��]��+yQ�J\u0001. �%����˝\r\nL��nDV$�\u0000�@�\u001bAL�B5�Ul�C�\u001b�t\u001f�ۊ��Q;�8��R\u000e�G�\u0013(���.^�2_��͛-�x�ZKiN���ݲ^�S�\u000e�ݏ�� �ZP\b#�u��?�I\u0002Z\u0016�P�se�6�s噉3\u0019&a���t ����e��@\u001d>F�\u0013�\u001e��؏\u0012�A=\u0003\u000f͞�w�\u0003�'�K��S�WI��8�\u001f�wc;Iՠ��ZA��_}��I9\u0010�\u0010\u0007VDD+�=p��[x�t��\u000bO\u00140\\r\f\u0018}�=7�)�ݖ\f�\u000e\t\u001c;���M�\u001aFԧ�>��q�O����hV!��]�\u0005\u0000\u000eeCH=�����άO�Č�\u0013��\r\n�4\"y�z,*ry\u001d�3�\b�H�\u0004U\u0014ў)��\u0013`T�<��W��Ɓ�%��> \r\nE��\u00148�\\+����\u001c \u0007�R���WR�ņ�gE������#��R�w=6B\u0002\u001c����W�m���{\u0005-2��{�\"\r\n���}v��M�e\u001aF{\u0003(�\u0018��y����߈,�r\f\u001e_�~\u001c =��a,K2�\u0014�\u0005��2ƾ'e��Tw�8�,��\u0017�N�H_E�A�|pc����NY���Z�\u0002�؅-��JN��(�:��_w��=�\u0011D���N.���*^3\u0007����qC�|<\u0001a�s\u001d=T�̫!`�N���\u001b�dj�j\r\n�\u0006��r����1��L�����SǝH:\u0019��\u0011\u0007��3TT�\u001f(�.QB\u000b����[�i$d��\bfS(�%:�jY���9u��\u0001�c*\u0018\u0003�\u0010����̆�|�̌:-�mYAT�����mY�\u001b�|\u0019�)�\fEԝ*�^�.��r\u0000M\u0014 �\u0006�󯌬d��t�����:������o�sȦ�3C~��\r\nU����5,Y�\u000ez�\u0016e�8��`��\f\u0011�Zr�N�����1\u0006W,��p��)C-�1{ސBm�\u0014T�Jl\u000f9\b;\u001a�FU\u0003�V�\u0003\u001f\u0001�|W��NQ����:`w�Q>'B|\u0016)�)O��(P2���b9��8�؉��u��DGQW\u0003Z��=�l��T�P\u0019��}V�zp�_�\u0015s�TZ}}@\u000b=ie���P̔\u001d��#�~�m�]'�JT���{�=�,˩8ϡ�J��S��\r\nﰿ}_̐���&\u001e�)_F�\u0002\r\nARϗ�: ��n�\u0002�J$���\u0013�3֎c�1-�\"d�\r\n�\u000e�8c�S�\u0013;&�\u0002��\u0019P�hK\u001dخߵ\u0003S˦=�4�\u0003\\�D�\u001ew�\u0014�R�T�\u0013_/�(Ta\u0014��\\R�EOSa�� ��\r\n�u�<���m�za\u0011чA�����c=��!��rk���I�D�&^P�\u001c\r\nS^i\\ \u0016&A�����6�2�n�1�'_c\u0017_�\u000b|c+\u001f$��$��iJ4��Ȏ�bX'����\r\nJ�%�9ᯠ.h���_��O�}�$-a��-r\bd>�����ϓ��2��Q脁\u0017�`�5l#���s�u%v|Щ�\u0015�H���T�\\\u001f�\u001d�&�X�����\u0012\u0006��d}g=�)6�(7��q�\u0016q��{��|i><�/ƶ>��\u0016Q\"�\u000b\u0006�_H�L�wR������`l+��\u0004��CQ��-5V�2��2�2\u0015i�Aa�\u001cW\u0017JЧA'�\u0012M��\\R��\fDL*b�t'|\u0007G�^{�f�a�|���\b)��B�\\\u0000�P^W\u001fr�쌓��o��G��ۅ���.�|N�����\u000f��\u001d�{�=s�T(�%���\u0010'�Y�(�\u0017�,L\u0001y�꣒\u0006�L�\u001b�7Z�r]50���'�.c|L\u0014LS������\u0001&�D,�h�\u000f'�l�NiogcO��+�X�Z��א\u0010��x�l\u0003�\u0001�9��:�Y(7`6��2(h��8��c\u0002�xㅦ\u0011.\u0013�ϕg�Qe�$�P�#��0\u0017�Vҟm�[F>\u0001�)ð�����f\u0007]^��\u0001Gt��1\\�ҡ�=\r\n\u0014��>�G �WwU\u0017����ߍ��2��ы\u0010\b/p�p�\u000bw\u0005v�sIЩ�)K���lf�]� �\u0003_G��Y�u��j�x�\u00165܁���92\u0015)�%8��h\u001aQ\u001c�%\u0014�\u001f��\t\"v\u000b\u001d���y�ܬ�����)\u001dΦ�zB���L��Q�\u000f&[�u��v�d�Fc�{!EյX�)b$����Hn\u0003�s�@h(�z\u0006\f���*��I�z�ƌ3�����\u0000�|�A`�\u0007@\r\n�6�\u0012`�E���)$R0�\r\nZ\u0014���o���\u0004n�8\u000e\u000e��S�\fp�%�k��9�q���+��b�G�`���;��\fO�S�0�\u0006Q\u0007��4�O��o�^�R��N�SUR\u001d1��.̲\u001b3���e\u0005N�\r\nIQ7VQܵYK4\r\nL?��I(ƽ�yF^\u0012\u0011\u001a�5�o�����\u0016<��4��:�5?��]�undefined<5����K�H�\u0015��zT��)V\u0017�\u0001϶����~R�۩P���\r\n�+�\u0003Ǎ}#|�\u0004r3�`\u0015\u001fȥ\u000fTM�E@\u001f��m�\u0015��v2�[:A�~��1\u0002��V�\t\r\nؔ�\u0007��\f��f��\u0018F\u0000\u0015\u0012U\u0007.�B>γ\u001b䗔�w���\u0012F�K)y�\u0004a��8��&��#8�\u001a���^o�DH\r\n\u001c7\b)u�}e!�Nf���t�˚�\u001e�$T�:�\u0004��*M��Li�� ��T���a���ϧ�75�7'L��3�m\u0016�i�\fi7����Y'�@\u0015���#�==�\u0015P�PU�t%�!;�mI�2\u001b��\u0004{T���\u001c����\r\n\u0013\u000ft�N9s�1\u0018�}�j}�^�[�\u0015�i2H�\\�M�O��]�;�~Z��p�@S'�C_b��i2�z&]�8t\u0003�qW |葲�F��\u0017F�undefined<6\u0016\"�/&q)>#�\u0007�g j�K\fK��d,�/r5ͳ�lo-\u0006\u001d�\f�#�wۨ�\\��Nh�A���\u0007�£=೥f�ΔFC\u0017�M���p�혛\u0005ǅ�\u0017{�^ݪ?}-\u0014\u000fģw��Mz�d���J���<\u0013-]���^�\u000b��a�\u0001�\u0006�(u\u001f���T���R@Fw\u0015��V���M\u0011\u0014�۶��h���f��'@T8\u0006��L��U\u001ev��\u001c�\u001c�#8tNx!�a�K�\u001f�o�FBV42\u0000�W�`��ҔF�^�\u0001��Γ*�n�k(~�ѡ%\u0011I�N�ɇ��\u0015��W�-����*�\u000f1�Κ�\u0004�2�\u0000\r\n�s���������$g\r\n`�R�.N%S\fH���Y�%� ���6�G�m��f�=\u0019�_������v�v��׭��)^\t\u0001R�C���\u000b\u001f�\u0013w(�R\u0013\u000b��e�T�\u000bN���2�;\u0000��y\u0016�!�6�����o\u0012\u001ai\u0019�9J�J\u001b\b��\u001b\u0000�I2�4u��ۈ�����B��\u0003h<�c���b�X/\u000b�׼d\u0013�P�9�����F��:�~��\r\n���cI����\u001e����T�k������u\";�V�.\r\n���l�T!�r�\"�׿��8��\u001f�?�\u001b\u0011\u0019��Q[\u0000\u0000� \r\n(��^�\u001e\r\nZ�Y�����46�\u0003;�V�w\u0017є���k�U\u0019X\u0012���5�l2K^fa��^\u001d�]~�*�q���Pu��^�\u000e��\u001d�H�\u000fm�J�)#���,>�}\b\u001eJb\b�i/���B^���O� =��\u001aUh-�\u000eh�b���2�T���V2�9�3je��\u0004�hG��pk)���T�\u0003�{�7!ӞB�ϫd��eUL27ZS����\u000f�x�Y@!�m�%����\u000e0ױ�NPɈ\u001aj[\u001aY�G\\?�\u0017y�J\r\n���,��ŤO�\u0011㘯3T���P��j�B�H���\u0012\u001fo$4�������\u0001��\u0017v���\u0004��\r\n�@U��\u001dn{���z�7X �|eV0���8V;k\u0004\u0019\u0010E�dU��,�Ђ�Yv3)����(\u0019���\f{���v䆶\u000e��\u000b\\�\u0003�G�Bǝ@��Re�� �-�-��.�j+���#�Y��Z��]�\u000fs\u001c��'ń\u0015�\u0001��\u0019\u0019\u0012�\u001b\u0005Aܚ5.&M�;܈�~\u00065�T�B�E�<-�\"���\u0011\u0013\\�oQ�Ҥ\u001c{���H��\u0014�G����4'�ė��S���u{���\u0004��}5�x\r\n}\u000b�Y�\u001f��頷A��lc+5¢q�ء\u001f�^\u0011�y\u001c?����r\u0017Tr � �\u001e;؞�z9Ylx\u0001t ́�u�\u0015�V\u001c\u001aI��|�ZCS\u0017�P�mGu�bR������]%�$WվԢ\r\nqd�\u0006�z�6?qm����\r\n)�)\u00051\t�N۫�N\u0015�$��O�s\u0015?i\u0013T�\u001a�˲�J�\u000b@�I~�s�>�X��d:\u0019��dh$�9�gYq\u001bM�xD:�ȞG��#*�l;�B��ο�Ī�4�o��\u0011=C��钧�\u0011��*�\u0019���� r�v Ҿ��8}�ǋ�n��\u0005�Z��A���;VܵM\u0004��\u001c\u001d�x�c~QY|5\u0007���2�sU�\u000e����]�\u0005�_��Pu���;��g���!��nx��1~V9/\u0004\u001b�y��<��\u0000�2\u0010��GGJ��\t�|��T+g#��0�-6�\t�V�P\u0017ф�gj5\u0010��H\u0014�^undefined<w��r\u0007�\u0002{�Wz\u0002B\u0004G�}rY}&1��Cߦ�\u0003q�\u001c�Ղ\b�L�(\f�-\f\"���k��\u0017S�K\u0010X]�f�ء��e�\u000b��\u001f�%�숵���\u000e��]�Tt����\u0015R�~\u000fʣ%��a�\u001d�IK ��I/����Ј\b\u0019\u0010Ŧ+\u0003\u0011�O�ӫ�\u0015\u0001�\u0016[�Y�/�q��؜�\u000b��w[ӷ.\"�\u000f��.4 e�\u0002�Ղ.�3y�K�Y��_�M\u0000�\u0011undefined<T?�B\u0012\u0004��]�\u000frf�A�R��D!\u001cK�S{�0��e�nh��:# g[6�ɶO�v���Ƨ\u0006�����1>\u0004�����YG�V2��B)���Q����v\u0005$�\u000eK�c\u0012ÀM����M\u0017�Uj\u000bxr�\u001b8�\u0017���\u0011\u001f�undefined<T�1���Y6�9k#saLP,|�wuH\u0015>�\u0003�n�(\u001a:U��,\u0019�����If�.捒\u0004���&�\u0004\u000e���\u001e\u0000}�D���_8�hR��O��h+\u001fZ��]�\u0017\u0016;�U��E����\u0013���\\���C��x&˔\u0010��G2�׌9���\b���ߚ�k\u001b��{+��Q\u0013b�-��53�\u000f�4�u�����O�\u001bk4�5�iQXt��r\"]ZR��%��-�4����v]��'*�+oQ��|0�J\u0013ʏ������a/o&\u001dc�5\f=��au�_\u0013n��&2\tZ_��++�����6��tÐ��<�\u000e����dU+Q\u001c�\u001f�\u001as��̦���=c���b�\u000e�\u0015\u0016�\u000enqZ\"%:Sc���\u000e\u0018s�9�һe��?�F\u0019+�\u0000��PmMG���\u001b��\u0017�е\u0001n����Ɏ���\u0005\t<�6TC�?\u0017\"�2�����&�ڏ�Uy�|̿��U�\u0010�����-H�ۿ�]Tڴ(�dy1\u001fFE$7\f�h�8\fa�xV׽�\u0011�p�ۑ�^Q�W!%u+��]�E�xGIx��BO�s�}���F���+���p$�\u0010RIL���a��:ʷ{�\u001e\u00151l����v6v\u0011U������\u0014+��\u0019\b��9:ò�=�\u0016�0���\u001e@@�PU\u0018�)Y�����\u00197��$�\"\u0019�6���q��L�,�N�)�b�}�s\u001b��Τ�1��S�������O>ɓ�+��5m;7\"��q�]!��!�0^��L��\u0019��E\u0019Í�tY�,\u001e�S,��n��ɨ\u0013�f4�q\u001d�\b��jV]D��r��E\u0013�\u0017�\u0006� E�z�*�(���x2\u000b�\u0005n�*2�\u0000�\u001fJ�����.��\u0001�4/%�u��~0\u0019\u000fw�l����ҍA>�lh�M{\u0002 ]D<��ȨZ��B)\u00195.�e\u0012ߎ�����\"\"\r\n��n�7�µ~�U3'\u001a��W{o�[/\t�\u001d2b�1�^J��\r\n\u0010��1Ì�Hy\u0006]2J%)\\>��D_����\u00128\u001e<�y\u0017��\u0012\u001a�ɣa\u001f0X.��\u001f��ʽ3\u0011nU/�#���r��=HF��\u0002���}�k��$]��o&��B���8\f\u0002��~��k���\u001f���O��/ɵ��o~�\u0001��\u001f:W�o>�y�ı��\u0014�@����i\u0014|�\u001a+����OXP���^fpXj��)�\u001f$��Y`�@��Ңh��'�4G�f�-v\u0007\u0016�B��!l}�\f-{��\u001e�hs\u001ap����I��l\u00188\u000e��Ӷ��0���~L~1Hs��\u001b�q�C\u0014l�\u0015p(i^'�����\\�FQ�y��Z��\u0011�\u000f�3�8\u001e��\t�p+�\u0007��X|\\f\u0018��,/��\u0016Գ���Ģ�k�/\u0013mI=���\u00049Fq�wB�\u0015e�4�U�U��\u0013\u0005'8W�U�:�ݪ��GҔ\u001c�\r\n\u0013^B\u000e5�F�n�#��\f������V�`undefined<PB�\u000b����z�K�\u0013�D7O��Yg2r|Ϩ�E�_��h�o�8�-W�R!��\u0015VLT\u001b>�ο,�\"��u�4�\u0001�fl\u0005iĎ����f[N�(b�>����+УVj�S�}ULp)�Q\r\n��%;��Ę�uundefined<?\u000e��\u0006n��B��\\�\u0011X\f\tt�-\u0018�.Q���J�^-\\�\r\njU�\u0002v���\u0017?�]�c�:��N��ȱ�#ԉrK��,u`7�o�b|����[��\u0016Na�� �=K\u0017ic=�&�\u0014\t>�+�Ab��\u000f\u001c�x~�%].\"q�\u0007];��ay\u001a�@~�\u0015؜�R�X<�\r\n9\u0006X�\u0000�T�� \u001c�'ʶ(�pyOX�f^��-\u001di_�\u001f�)ҡ�q����F����\\?tu\u001e�>:\"\u001c���&\u0002,c�xn&���P\u0007��9\r\n�\u0010v�\u0003��҉n�ݔ�4�!@{��\f�\tH\u0002\u001c���Ec��A�����#��U�%��V����U\r\nu�X�Jv�NV�O���\u00037�\\RH\u0011{\\V�\u0012�̮�M\u001f�m����#�3�e�d\u001f��\u0007�2|!��v*'�,\u001f\u000f�8��D�Џ�@/|�\u001f��HE]�#�\u001eK\u001a�t/UGs\u000e��\u0015u�\r\n�/�IH����X�o��\u0010^3�\b��0\u000e۝j]\u0001����\u0017�!k�*c�����*�H������C\u0003Ж[��\u0013X\b2�&��_\u0017�/91�\u0010���\u0012��������v.o�g�8̲����~.Uƚ�\u001a�c�_�%t������xBUp���������\u001e\t�P�SS\u000eM��\u0005{�����복�l����w�‎�էR?I��'Q�C�v\\p��9����\u001c�\u001b������tQU_�\u001e�U��v��:[Tvۤ@o���\"�*�,ʛ!��Z\u000fgd,LO\u0005\u0002\u0004�����\u0007\u0015��ES���WU�.ϲ�K�w]�[9��4 \u0015\u0002Ýth\u0016\u0003�}˳��Z9\u0017\u0011\u0003t#�n�!\u0010���\u001a���rS�i%�%��V#釨[͝B�\u0018�1��8���g�H۴luԟ��;����.��\"j~����ٯ\u0001��\r\n\fj\u0016�o'�[%�LO���|�ds6�r����\u0014��vOBWߋ��/\u0015&�\u0002�\u000b��\u0010�vYX�\b\u0000+��x\u0005���̜�Aq�¬�P���{�~�\u001b.(���;ϲ���N\r\n_�g�}�Yn�궋��ف*_@7\u0004k�$�:�\u0019�\u0012�k\u0016���\u001e�d�^�S�8�8�H;�k\u0005���\u0006vQk�E�\u0019z\u0005n���T��(������E�\r\n�}\u0015����ѣ�}Jm\u001f�Y��<���\u0019��K\u001c�!U�o��t�k~P\u0012�]Q\u0002�\u001b\u0010\u001cB\u000e�\u0018b\u0005\u001eG�k�pfҩL�C=ӉG�����V'sȡ��Jd\r\n��\r\n��<\u0019\u0012��ԗe@�\u0002���E�Y%M�@�m�L�mO�\u0018�B��K�5�\u001f���|k8�162�|'�\u0003GGU�U�;׵Zl�(\t{���T\u001c�P��c��`V\b\\�p�3z�[�p\u0004g�KEȊ*KC\u0012r���yV�b�ohJ\u0019����nkg\"\u0017Qi\u000b��hS=�c\u0000��]��v�]P��Q+D�Ҝ�B�e;\u0004}��+\u0002�K�\f��\r\nQ0=�����D2��j��\u000f=\u001a�{�\r\nIc]�̱x\u0001 ��9\u0006?Sm�t\u001f�p�\u0001}��\")%��;����K�et��\u0001�\u0013��t\u0002i�\u0016 �\u001a�ux\u001dDӽ\u0010\u001f\u0010\u001bfu�����:�l�;�r\u001a���֩\u0001��V���N�I2�b�5�2�fGA�&,�\u000fK�\u0012�O�~����[��w\r\n�v\u0016uA\"?���p\u0004%'�\u00136:�C�Dw�~�&�\u001dF\u001en���s\"ۉt����q�\u0004��_r��\u0015����=�#�\u001b��\u0013W����D�\u0010Ue\r\n�\f\\\u0016\u0010�\u001eP��-�\u0005\b���l�9R�#\tj\u0007�q\u0007DOI\f\u000b�i�d�6����\u0015\u0005>]9+�u�=�C�\u000f璞~���z'G��\u00057\u0011|y�*�euN\u0013i]�Fj���V}L-����ˍJ�ԑ�\u0004\"!�\u0015��\u0017'Ss����\u000e��ۓ�����\u0019\u0004��`/�\u001e+��.��\u001c��R�u�4\u00010NBL�6�D�e{��,�����Ѯ�W�¶>����o�n��}7\r\n�˳Q:�m:��y\u0007\r\n�\u001d��ܬ\u0015Rf:\\E�\u0003�\u0012�\u0013ž|rxO���\u0006�\u0004|6K2rk���\u0004\u000fB׶�(\u000e�����Ǉ~d���f�7\u001a�&dܛ���l�G��d�\u0010\u0012�\u001e֡\u001a��%q��q�1\u0004$W�\u0001D��\u0015\u0002\b�`!?��O��\t\u0015\u0014�6�B\u0011���\u0005�:{\u00184��=��Ni\t��C\u0013�F\u0015:����\u0015l?���;�\u000br���T>\u0013�\f#�'��V�V|��m*��f\u0011b�S[�3���\u0006��+�S�*��ހ\u0014�sUL\u000fu�O@��\b2�*;p\u0017��\u0012hDw\u0014j ����~\u0006\u0001��̔=T��-�#\u000f����\u0003�ߐ�+�SL9�W�\u0007�\u0018h��\t���@�;���S;�2Q���v�+���Ȩ����b�L�fe�\r\nm{Xq\u0018�q�8+�?�R9����Wjz1�`�M��� �\u0003�1'6(\u0002���wL���\u0012t�I��\u0012q0\u0015g4\u000fV\u001bh�*��1�\b\fPm��y\u0000�~I��b�ϋ3)���\u0018+�i/a�m��undefined<T\u0007\u000bᚺ�o��%J�\u0019�x�#�Ջ 5��7VV�JN�\\ڡ��}h\u001b퍽\u0000����4z��\u0012z��\u000fR��ԡӡ�d�N���\u0000�\u00176��l�����H4A`��<�cf��\u0018\u0007\u001ao\r\n�\b�]֔`��\t,3>�_�d\u0003�_�ԴV�AP<�H\u0015̔u��\u001bѣ�|4J�y���L�͌��/�2�7Q�L$�z\u0006p�s��纔 ��nX�k��\u0007�V��f-\u000b\u001aGF�\t���ʳ���?�\u00174P�&U'��,;ᇖ\u0017ZQ\u001b\f�!27��u��d�\u0004\t��}&Or�$�%��\f��k\r\n�j�к�iB~�Nf�:I���$�\u0018�&Y��g\r\n����\u0000?N�T���d'��i2 \u001b���x]+p�\u0016>/�\u0007��)eC��^F>��\\!�\u001bKy��\u001f�ߴy\u000ePΆ�?�undefined<q�&\u0003\u0004ў�p���\u001f��Q\"\tv\u001d����]�\u0005qc\u0013��nl�\u0006ƈundefined<pC��Zk�undefined<D������Zo��\tb�����\u001e>]q\u0002\u0001�K�X���_�\u0016�J�+����M��o ��Sa��َ��F�ϝ�͑�\u0010m\u001bۊ$z���yb��k`�eI��)*�\\��ȣ�\u0015��~�N�\u00120�SbJR�\\\u0004:��\\\u0018պYG5���Y���|�\u001a�\u0007\u000f\r\nM��\u0011�)�\u0002wk��\\:�/s\\�ú�ڛ�����E�����х\u001d���\u0006�N�\u001e\u000f\u0018P}\u0007�r����\u001b�q���O&-��|�6\u0007�����k\u0001M�&�s\u0006��\u000b�%aw\u0005*a��*D����ƿ^2���;�k�\u000e����Y�R�*J\u001d�l��\u0016/\f�Q���\u0002�]����jl\"\tϪ�ܱ��L�3m�\u001a�\u0019<,�{=��\u001eD�\u00172WP��oB#��0\u001dK�NM�q�@s�zSڥ!�\"�y\r\n]�(I\u0000״ϧ���\r\n��udỹ�����s��<�k~�^G�\\\u001b/k~����\u000e\r\n3sm�K�:��@��<�a>\u001c&��c�q\u0005�\u0013�v�0V��&��tj8�\u000b%y�����za\u0014U\u0000b\t��9dundefined<Ed�\u001e/\\�!�-\u000b��o�,�o��\u0006�\tƖ��\\*V@�\u001b5�{undefined<F��i�3Iz�\u001f\u0019yБo9>��}�\"q�.X)n��Ph#�\u0018\u0000t>\u0016�ǋ�\u0010\u0011<�^\u0017�{\u0012�xA׻�s�++���9�\r\n��&\u0002\u0002\u0011�1�!h��\u000e�h'�z��rb^�LE�/8\u0016@ �\u000e\r\n�*|�%��_�PB3_�4u}�6�݇��xQ��)�a&�[��\u001cR�\u001f����w�.i����7�)\u0013���~��\u0011�o6�/�/��LBێ\u001dS��O�s��\u0012G�X�q\u0017�v�:�>.B�,\u0019%��f��x�y1m����e�\u0019)���tJ�f��W�в��/�I�\u0004�Q-wn�\r\n��q|��S��\u0016D�|�**���g}��|�L�q�xƎ$�o\u0007t��G|����r\\\u0017i�����@�D\u0017�\r\nP�\u0016N�����=\u0019���\u0014צ�^Ɋ\u000bOŎ|��^\u0013�CB�{��OAZ��]��_O\u0000ϐ�����\u0002�\u001b��o�\u001d\u0006��j\u0002�\u0016\u000e��\"�&�J\u0018�����|�%��e\u0006�U�5�s��;,\u0014�\\J>\u0001ِ�\u0015�T�۵ژ��t�%m`�t,���\u0004��\u0010��\u00137��zo2u���v�Ya\u0018�f;�\r\no��+u�f~\u001d��V� �4�\tX��ʀ��_¹�'\u0014LŜ,�/�4xS y\u0017*�_��\u0011s�\u001f�E\u0016��d��6a\b����xЎ\u0017��\u000e6�{[��xUֶ�4(�\u0017Q�X;\u0019%�]n�s\u0006BטUe��\r\n�腢T-\u0002\u0019\u0014�ƅ���Gܻ5�q\\���\u0015�HE��u�̓${��%+$͙��\u0013�(\u0002-���>}\u0011\f=�i�\u0006DZ��\u001e\u0002\"Aj`6`\u0004���#b�3��5��KN�eeeV��jB�ǖe��+�;+s�Z��ַ|��\u001cb�\u0002�w|\u0003U4�.(�#�ʏ��w.8>�@��c����{[���~��d2�j�\u0019�NRz:��p\u0001��\u0014U�\u0010\u001a��ߴ[�Y�y�{����>\\D&��1D\u0002�6��\u0018M�õ���ŧ��\f==.�c���O�\u000eՙ�P���\u0003\u0003S�\u00077��z1(Z���W:Ai[QD9馏\u0014�\u0004\u0013]�Y\u0015ZSx��{�\"��sҀ-�\u0001�Ⱥ��́U�G*�K\u001c�s^bbDd����ig�6��\u0017�A�*�\u001a �X���E��\u0011������\u0004��<�]�����]*�&Q���\u000e�=M\u0012\u0018,\u0001_�-���yO栮~���\u000eTI��;\u001f����<�ݹ3���\u000e}ǥ\r\n�\u0015l��+�V��\u001c���Q���̤���\u000e�\u000exõ��\u001a\t^�̦cQ���v���8ײ\u0012�\u0000��Gv��Q1�G���&�\u0012X�ȇ�-j@i\u0010x\u001e֖&첾^�4\r\nr}�{]@����o%1�\u001f)�\u0019�W\r\nk�\u001d��undefined<\u001c�N��B/>\u0006�dG�\u0013/ �\u0019l\u001ah\u0001P�>�����3��r�ٛ9\u00113Y(�9!�5�Ԗq��|���ٰ?\u001b\u0016�z��\b4o\u0016�1��k�\u001d3��9]7Q\u000f\u0003=���]g�(�\u0015�^}\r\n:�**/���j��G#��\u000b�g#�-���\u0010���x�a�#i\r\n@\u000eC��oؘ2����?�ݚ��\u0003%M� F\u0014T��`\u001cڱ�v=k��#��\u000e\u0004� e\u0004�u\r\n�3�&�zW�1x\b�����\"Q��|��ګ�>5l�Se��\u0007\u0017��.���А�AͶ�iX>\f{�^ߥ�1\u001eD�3��\u0000�Qe�(\u0002*E@*�s�7\t�O��v�)�G��ȣ���Q�\u0011\u001bG��\u001fհ���pK!�R�x��\u001bH\u001eZ\u0013���덩\u001e�\r\n�\t�4��\u0015hJ�/\u0010�Z����#}\u0000t\u0004�\u001a��\u0001��\u001b^U���-0��ʟ+�2��R\u0014��\u001f\r\nĈ%����\u000ePT�\u0018ZU�uQ�\u0005\r\n\u0012�q\f�2D�\u001aV\u0000U��@�Ln�\u0007��\u0017Y�~d�T�8A�\u0005�'��l=U��C���D$!-�u�m�T�a�\r\nG��چ5��\u0004�0��\\/�&6�'\"�WU���\t]��\u001f,��F}\u0003�??\u0005'�{N\u001b�x\u000b���ŢZ\u001ed5�\u00162`\u0013z�-�A�+4��2(w\\?pL�\u0001����\u0010Gj`.�0^q\u0001G�<�+!�����\u0000�p �-zY\u001a�8����_�k��Y<\u0002\u0017�s.vI��n�\u001fv�|�Ak\f>*h��\u000f6�>�x��N���\u0010o�]�\u001d�\u000e\f\\\u0013��\u0016�9���\u001d\u000f���?K��t�M�(��,��E\u0005��\t�\r\nO�p2�`��\"m��A�\u001fJ|T�KŢ\u0016�}}\f(�w��_���NN��}�&�\u001f��!\u0007�~\u0019\u0014�d{���?��_��\u0015���4_�\\�@�\u001d\u0004�\u000e�n�\u001f�\u0011�Ы~\u000eP�lA[-u�,�G���.�����\u0004�X�\u0012�S�.Ǧ�c7���i��=�J'��Ǚ��q���\u0005d�l;+����$a\u0010:q�Ze\u0012 �j��\u0015��+jHn��e��a���{��~�C\u0000S�*�00�B?4�K�w\u0014�s\u0003���΢�u\u0003Z��~Z�$b7vyY`\u001d�ރR\u0013��z\u0001���%��T�X2���(�N^���\u001fJ\u001f�p�0G�M\u0019_NǦ#2\u0007՗Gp��뽆,\\�r#Sf՗v�3�\u0002/��u��Y7�)u\u0012X5>�w\u0019�,a�-e짞�<�9[Y]Nab�!\r\nu���\u000b\u0006\u0002\u001c�b\u001b��xܘJ\u001c�\u0013�W7�(�\u001d�\u0006\f>I�4Lc�oQ6t\u0019pv\u0002\u001bO��n(�H�\r\n�L\u000e��Q\u0002��ZRzU�U\u001f\u00105k<��T\u0015��\u000f`�i\u0015���m�X������[�yI\u0019�����\u0001�U�\u0002d��=�:w\t��\u0002]��S\u0011�KS>;H\u0014���3��\u001e�UMY�\r\n�\u0013E�\u001b�x��qE'#t���Y%�Gn�\u001a\u001a\u0019�\r\n�o\u0002K�\u001d�4��\b\u0019�3�G�t�n\u000fl�(i�Q\u0010�f\u0014�G�[yh\u001eTuv�F�Y�R\u000b\u0019�8-\u001d��ѩe���\u0012i�\u0019�#�}m��\u000f\u0004����F�\u0017\u0004횋�~0c��[�h��*��Z�b�{��x`�v�(\u0004C:����*4�R�e�\u001c8�\u0006\u001c5\u001b�j��m�1_۰5TJ\u00027\u000eR�U�1@d.�ȫM�Z�\b�\u0019��D��+�C��K��҂�!힝�2���_?��i~���z�\u000f3$��FV�������c\t��#��ϡ��Pů��\u0006Y��\r\n��ݸS�)NV��2U/�Ѓ엽`�*\u0014M\u001eC��{:B'\u0003#ܤ��P�*Z�iOQ�\u000eY\u001f�aUXc�\u0003�N\u001d� ��֏�څ��Odi�\u0015�u��mUgp&�\u0002��$�4dg?��:a��=undefined<?��(057B�z(��*�\r\n�\u0001�\u0007A�]Q4-p�\u0013\u0000R�ՃU:�K��n����\u000e���#�M\u000b�l�t�d>�?�\u0005\u00073lo�\b\u0005�\u0006\u0010\u000e�=$^a�\u0015�\r\n}�\u001f����>��o���߳֨ET�d��������F���Z\u0003\u0002�+����\u000b\u0019�\u000b0�_)!�\u000fpViH.l�\u0013��_q>@��SUR�ہ�������UV�6�\u0018ǧ�!�.möt\u001c�\u000fh�x\u000fE�e]V=K�\u001c�\u0018I\u000bG\u001b��z�?�i1�Y[�F~��N\u001a��\u0000\b}��rn�P�`�\u0015�Z\u0007�cE\u0017�\u0013\t��\r\nb;��\u0003�YU>?�l~^\u0012 \u0002��2�\"�f��!A�Nd,b��rHq �;.��]�|��ňu\u0007�V6���^|�|���U\u001ay���=\u0015�P�\u0004�uwX��v�傐R@�\u000bA=��7f��*`��\r\n��!#g��U�(G-u�_P���r�}���a;^�\u000e*���g\u001b=�䛛\u0019aH�����\u0018$IChZڵb��*!��q:�1k�u\u001c�x����x&\u001e���L_H���᧠\u0003���?�_��9�7�\u001b\u000f\u001d�\u000eX�v��\u001en�P\u001a ��^��ɇE��j�~A�-�'���d�bHb�\"�\u0015�\u0012�A!\u00175W���Uc_����F�\u0007��\u0015�>U��\u001dp��\u000blW|�\u001b��I��v�Q��=Z�\u001e��\r\n��\u0001��{\u0006\u0002g�J���,\u0014�w\u0017\flk��j���/\u0015\u0012n��\to\b���5v�1��,\u001b����fX\"7��45\u0019!����\u0013�\u0000~�\u0004���[|�-��J$��ud\u0010�gIO����\u0000�\u000e��\u0004��\u0010N���\u000bGS3i0+���\u0016���S�N�\u001f�3�I�9/S����\u0017Ò���\u0014I%,��\u0016�\u000e'���?�-{*u\u001d�IcSS��S�Į\u001b�\\u@�c�A�dKul���#��5�����*�|3[_�����\u001d\u0017�)(#4�0L�5��\u000e��C\u0000�@e�\u0012�6���ܩN�WW�undefined<y\u0002DB�H�\u0012*��+]��\u0003g��˷�lt&���;-#��\r\nZ\u0015�\u0003D!\u0018A\u000b�n�4΢�IDb�р\u001f\u0011�@�m�K~�BB+z\u0012>��~��.�/jn�\r\n��/jn)�:�\u0002uA\u001b\u001d\r\n򋿙�\u0002�6\u00154�G6�\u0012z�bP︷��\u000f�q�yk6��Ɵon;���F��+\u0000���qҍ)3�\u001e8Ε\u0014�;�'��\u0015�ϋ@C\u0011��U+��?ŏ�S\u0005����� 6�~�f\u001cEI!�>�5����� �����a��i���\u000f�Uv>R'�v=OT��D��a\"\u0017��@ӂc\u0007n�P�\u0000Ӯ���\u001fVG?\r\n�\u001f��:��JZ���2/8\u0007��:�VbZ�J*ڨԟ��\"��?;��\u0007i��v0\u000f+��J��ȚC��\tY��U\u001b@�/E�/�r�\u0001E�G���K��i���;��`�E��wS�MWȥ�\"���a\r\n�Ŧ~V��u\u000f\u0005c�!���,\u000fK�5�QI��\u0004��J7�^ET}|c�\u0004\b(��IH�ݵ'o\u0010� �\u0006\u0001��\u0012����@�#+?�p��h��M6\u000e�\u0006�ϛ$8y���\u0001dm�~L�q��ž�\u000b���NHՇڢ������E��ҙd����l|�\u0001��d+��\u0015�\u0014\u001d\u001df�@eB�f��\u0000�\t�undefined<C\\[�'���\\�����\tćE��\u0004�/T\u000e7��\u000bM��Ѹ���F�xؙ�z�bf�\u0019E4�f���]�\u0012\u0015�:�r�\u0010�����.ϡ���\t\u001aX��O.ru{\u001d�Ra+Ց�sX&�p�5\u0010�'Y6,�?+��z��m�EkF\u0006�h�!h\u0015��2Uf�Dy�C@i��ؐ\u0006��\u0013��e\u0014o��Ԯ��bd.0#��{�}���>��G�&�����~d8\\�l#\u001f�\u0016���\r\ni#0�����?��o��|��\u001f������W����~�\t\tc�|���Ǥ��g����j\u0014\f.�BZn[�~�C�\"�\r\n�%\u0015ē>\u0003\u0003Q\u0001\u001b�£D��Ix#�]���zW��\u0013�,�7ע���n�O(&�]���\u001d�7��}�����gp\u0013�\u001a#4�p]����ƌ�S6�8���tc6 �Q�����P��\u0002����5^�}��\u0005���w��<��Ն�.Uè�~\f�m�\\HO\u001cb�*\u0014n,���Aр���!Ŷ*Z!ݔ\u0005��n�X;���ٲwkH�4���*�\u0010\u0011�M���B��\r\n�\u0003��L^�#A���CGR��ʩ0s6>������UN��$��5�I��4�Nk!f�)ݺ]7���cP��4\u0003x�Ή���5�}� j/J*����\u0010L\u0018\u001a����x��O�<���G�\\^H?w_�\u00003�\u0018ȁs^�P\u001f���ް�'-}A{t��Qت\u0017\u0018\"Z��C\u00008~\u0001����~*�K�xC.��\u0012�T\t��#���W��sH\u000e�|���9?��\bX��%���n�_�\u001a�\u0016˓���z���z1�\u000b?�Ȩ\u0016�?\u0017�n\u0019�O�l�&x��hc&���������\u0007t�r�j��7\b\u001dU:H\r\nL�[ŝ��-\u001d\f+[,N\u0013�oG�CDg2����H�ҹ�\u0017�7R���|��C\u001b��vy���\u0004%��\u0006�l��3����o��\u001fؕE�8J�8F������>QSD�}�\u0013?�\u0012��,\b�x}� �ҬH�����~�+K/+X�\u0003�����P�2��p�%8����\u001aW�\u001e���k\u001c��v��\u0000�\u0010��K�\u001a\u0003%�\\c��\u001c��*\u0001E�A\u0006\u000b\"��;\u0015z\"Ʉ��|����?�ӕGBO\u0001B-�Ң>�/��(�k����\t\u0003[�5q��u۹�!\"\u0003��l~%ߋ��\u0003�B�\u0002��\u001a[\u001d��C>�5��'������l��G�9\u001fmf�n��<\u0007�V��r�\f�\u001f�zFϫ�E\u001e�؏�\u00008nt���X�=U�\r\n�޾�����A�Ja\u000b�9��B�0��g�^��p6����$��42O+7\u0015Ui�@/�ʳ^���S\u0007���\u0002\u0002�J�B`\u0018G��h�N\u0012�sB�k\u0019K\u001b\u0007E\u0004�\u0001�\u0014\u000f�1�-��\u001d�J�$��ׯ�t�\u001e�~�;\u0019���(�\u001bJ�Ґ���\r\n �)⨝\u001d�\u0013\u0012b�^�(\u0011ȓ��Qq�E��#p��$NZ��0!�\fb�.\u0017C���*2\u0001V�I��\u001a���\t8�8c�o��ު\u0017�6\u0010���s�\u000b��'����|X��\u000e^ԆT�\u000f˔55�Е�\u001f�P,#\u000b�\u0013�А|\u000e�/�\r\n�V�~����~\u000b#��Ѻfng�\u0002���\u000b���w��ϔGz\f�.�N}��.�h�\u0018\u000fo�Q\u0014�}��/�N\u0018�p:��x^��\u0004��\u0017 �t\u0001��%;����8�N�)�lK��d����zZ-�'&��rZ�bb,�\u0019�=4�Y;�DaॱI\bqݠ\u001b�)���\u000b���\u0001єҪ+\u0002����\\�\u0006&K�@-���ݵl��\r\n������2h�\u001dh\u0003(B\u001c�l�x��\u001b`[o@�\u0007ڳ.��\u000f����r��\u000e�/K�J%$R*\u0005a>�� ���i[�I�Į\u001f�5���6�%�I=S�\u0005\t\r\n����\u0014h�?��\r\n �r\u00069�S�zU\u001di�\u0010f��\u0005u�L?]>��!�`��^��K�XV�h��W|/\u0019Q��?��e7I�\u0004��B�z�q\u0017�1\u000b��?��A�\u00061\u0001���mu�>R��\u001e7���\u001cܗ9�7H.\"c6\u0001\u0004�\f'w���{�I\u0016��Fַa|��[�ޣ��c,�(�=�e\u0005��KA��PA@�7T1���\r\n�`��h��l���Z�Vz�C[ؑ\u0006i��\u0003��z}�L=�4 J��9pE\u0016�.��s�!\u0004�j�VUD#(&\u0015:됟\u0019�|\u000e�뷺�/����6Ȼpqӛ�g�:B���#�rŜws\u0011{��]�H ���\u000e{\u0002ǶW/�o�\u0016ub�\u0019�\u0000F�\u0019�\u0001�\u0003�i����B������=�e���lӮ���Q\u0019(\u0007&��M��J�t�\u001aO@��{֦�\"%\u0007�\u0003�w\u00015Jwe�Ϧ7p��>0��\u001c��\u001b�\tNԂ\\#U8��^��`2l\u0012�M��G���1\u001fM��;�\u0003@Qp��Z\u0017*^��L4\u0000Ė�9R ��d���\u001b����Ҹߞ�nNg��v�\fP=�r\u000b�N��p�m\t\u000b��\u0014H\"�\u0014��\u0013�\u001c�]�T���@'p&����*��\u0012H|��ʙ�7�k�U;\r\n\bs�#�\u0012��+�B\u0002j\\z(�B�yE��o\u000e\u000f�\u0017\u001b�\\c_�\u0015{��\u001a(�q�N}�;�t=�,��-��CX\u001e�I{\u0006Δ�r���Q�_�S���\u0003\u0016\u0019~��R�]ex\"��g����3\u0018�Ĝ�%�@\u001a'\u001c\u001f�0�1*W�\u0007��R�o��-�G��Ɇ٭�h)�wi)7\u0002��\u001bհ�j�]P�\u0006�m�\u0012/��/R\tV���\u0017��(�!>kf�0�#\u0001�=\u0005�����DsبV[y�i��M*N>̦v��\t��+���BrM3��P6�\u0011P��1��r��w\u0015�J��\u0014��]�\u0006Ɂ\u0016\u0002��\\h��w�q�\u000f���Ƞ�#���[\u0014cd8*`['e�-����\u0015\r\n\u0011 �\\\u0000\u0019�\u0012�+��7��y\u0019�{���m\u001e��Ӷ��Y\"��d\u0014S\u001fI����je��X\u001e�E���vF�~N�{r\u0012%�\u0007�C,�h\u001c�\u0000�p��\u0007���5�\u0005[�#�e�\r\n��yQ���9�\u000e�q�7�Y\u000f� L��+\u001c\u001eH�ҭ5 uu\u000fH\u000b�u�\u001dpf �&\u0005�*O@�1����l�f�xI�Zsp�K�\u001f\u0003\u000e��H@On\u000e{���0i�n�Z�\u001a\"R[~�vuy��$�\u001c2$R�x�\u001a\u0013P��j�`�[����)\u000b~DI��F7�֫��Yf��J�4�ѵ��kN��4�z�ɨ�\\j\u0006���R��!Y\\�0�����^\u001e3��Ir+�\u0007��*��4���Y1�;��ey�T���:6�N9\u0013p���:Vz]�Dj]n\u0017��o��i\u0016��p����\u0014_�?ڰc-Z�A�M٢\u0000��������5\"u�t��B�HU��O!�$0�߆���?��>��R��q֫\u0004%>�(�tLgL\u000bX�\u001bj��_ьeQ��G�LW�s\u0004|+N\u001e8��m��\u0005���+�J1-���&J\u0017�G+\u000b���Ww��9#�S;�\u001c\u0002lA��undefined<!��b��~��n\u0002�\u0011���x��?~X�4ȸ���7A\u0019\u000f��\u0014��V�˛k���[Ψ��o���!D�o~��G���l�N���ce�:rY�l�\u001c|\u0003��\u0012���\u001eHT\u001d�\u001e6x[\"~9��e����RP\u001eu1,�\u0007հ\u0015��\u0013��2��m�\u0016��d\r\n|\u0003_�)�sd\u001b(H9\b���\u0005r�D���F^Ɗ�\u001d[T��q�\u0005^�Ry�h��˅�t\u0016R�K��a�\u0005\tݺ�BO�\u0017\u0015m�=����\b�ɭ�-�\u001b�T�I�\u0018���I\f�~>�6{=��i�]3��1\u0015\u0005̹2��0�\u0006�(:\r\n��ځRx\\Z�[����RC'�yV=�#��\u0004\u0015\\�b\u0014\u0011�\u0003�:s�\u001a\r\n<�7\\/�{�u�$h��RZ��1�머�.�;%�\u0001�k�ث��q?��<�+v\u0005��;���MƝ�0�����>�����wh���\u0000�C׸�|\t\u0005l�1�oS{Ê�J+3(�V÷)C��Wz-e,l����\u000f�42\u0003\u0015si#]ww@��.�12O塀nD�u�C+R~-ʼW�f��ѿ�l4y�&��}�\u0010y\u000f����\u0004C_|ʾ'M��G�·���2�������5i�h{>��\"��,!fM�窞.O�U�*@��!\u0006=\u0004�j�Z\\�0�X\\��t�C2o\u0017:b|\r\nɟ��o/�����\u0016T�\u00063<=�3#\u0004f��a�\u000b@Y�_\u0003u\t��\f��_�\r\n\u0019ఝ�,�d\u0013eri\r\n�oj�\u001a��<gb\u0019��\r\no$\u0001d\u0001��\u0003Qx�1�m*�\u001b�\u0017;\r\n�s�*F���T�H\u0002\u000b�֨��]�����3#�7�Ns�����\r\n�_�F��x\"9��K�C`���\r\n�e#J}݁�����7g�j#��=�&��'M���p�\u0005�)9�g�훽\u001b����7F���ew��0�\f��T2�lc�\f!�\u0012���\u0011d�\u0012�K��d=65b�djҗ�x����c��>�o�\u001e�\u0015%��\u0013Wx�93��\u0002O���\u0013=1�\u0012\u0007Y�Y6\u001bϬM��0\r\n�\u0014\u0011=7������֤�L>��x�v^\u0010��$�\u0012�9\u0000)��L�KSz�CX;\f����\u0016�'@K':6~�=\u0001v@\u001b�a�\u001f���F1����P��^�J��\u0013�澚��8���\r\n�S�f�ުƄWb#/!�G-�HVI-և5��\u001e�ΐ�[?�t\t�\u001e����3���Vg��:��2:ߴ�}\u0012��?��#S�$\u0012MhD\u0002_R�ϥI�\u0003ʻ�\u0012��\u0006�\u0002j��H\u0005�M�� +���s\u0000y��RЗ\u000bE�(�sJ��X��\u0011W���\u00153i�8>��bL��=5�\u0000�Lf\r\nEn���va\u0015�R\u0003�\r\nP��t\\^)@�Hp��\"\u001b\u0012�\b��\u0011�Kl������6q`J#\u0019Ǟ���\u0011�\u001e�\u001fw�ݵ#\u001a\u000f�B����PYH�pUYc8����;D�z./U}�\u0005��\u0002j�QS��\u000fkI\u0011=\u0005�|�<\u0002�\r\n$�\u0003��h���~a�ץ��RX��Ո\u0010}�(�����~'��|��[0�I��\r\ne\r\nEJ�:X��\u0006�,0?b��u֏�U\u000f��{�\u0017\u001c2���\u001cf���p�\u001b{�\u00130�����(7M�Ą��y7��ė��c\u0019*�B��9K�\t��B��^}���\r\n`\u0002�h.Y\u0002�?�A�䆟�`�C\b�^�E�&���Y�����\u0011\u0007�o\u0010���9�\b�ߴ�%��\u0002X(ǜ�.SWg�/�\u001cp����PP��\u000e}��{�|��\u000f\r\n��\u001a[���B$\u0005-����-wq\u0018�\u0010��=��6���ʖK[w\u0006�E,v�<c�l���F��G~�<��\u000e\u0005�L�\u0013]�\\�\u000e�\u001c�\u0000Wm�H2�\u0002<���q�\u0004�9\u0007\u001du�\r\nƻ\u000b9ԅ�\u000e�:\u0000aRg�x�\u000b�\u0004��+��ЃS\\n,8\u001f\u0005��\u0010�Va7~<�7\u000e�q1)}f{�2-=D����B�\b�_���b�\u001f=�N��Y\b)\bղʂE\u000e�ر&�r\u001d@\u0003��\u0019��M���D\u000e�I��\u0012L�?g\u0005Ӯ���6�p�\u001d\u0001���(Q�$���4�,��q��v&κU�'v�ra��#D���y�j��DJ\u001d�����%_�R�P$�\u000eIK2��#!���c�\r\n�\f��I*���k��hs\\?t]�5��0�\u0016.{�\u0012\u0003k���\u001d��k}J�oג��'����p.�y�vd\u0000��Я~�\u0019��H�2�\u0005ޓ��\\�����O�Շ�vn~\u0019�Daⵊ,���x���7��^ʫ�vܨ�`�٪0��ٟ�fDp��9���,�\"���V1�[�\u0013�!��f�\u001d�1��k�\u001fq�\u0000J�u2\u001b\r\nu��w�\r\n�!n�����wU���_��M��\u000e8s�Bn\u000eZ\u001fA���\u0001\u001e�.fa����5�Y����N\r\n\u001cT3��Y�S�@1%;*���\u000b���C��\u0011�����*\r\n��O�:mu\u0016�����K<��\t�1�BǖWN�4�\\Uc��:�J�0<\u0005&yWe;\u0011�\u0015�}��I��Wh����\fM�\u001e�\tT�]\"̩�V6�f�]\r\n�<>��3�\u0002�\u00063�b�Jj-\r\n�k�\u0012\u0012��f��\u000b\u001d)��e��-0�\u001f�*Kh�V\u0018nu�7\u001a��vS�E��\b\u001b7��M�T;Nl3\u001a\u0005i�\u0005�Y0jX\u0014S'�%i��a��B�\b6C\u001b\u0007y��\u0007���C\"�{\u0002<\u0019��*�!U�\u0015wC\u0014q\u0000��\u001e\"oE\u000b��ߠj\u000f\u0011Q2�¸,\u001a_��!x\r\n�?�^�\u0015�z5\u001c��l�\u001a�ܜ\u0016��։v�J�d����9i*�A��>��{\u0004��C�u?�ݬ��\u0015m\u000e�y$,�]\bn�^jX�wUɣ2>�v�\u0019\u0002V]w�jDl�ٞ�\u001ae�ߩ�U�?�z�\u0019\u0004p�^�v���r��-�\u0006��\u001f�<�_���ޗ�-[=����\u0018Z�\\#\u0010\u0006��֞�E-px�)���]�;ğ�˞��L͕��-\u000b�v�4���%�$`Pa��J=�\u00020\b���$�x��mLۋ�R���h�EE�\u0015(=�?\u001f@��}p<贗\u000er�tKwA�5�\u001b����)�Ҝ�\u001c��\u000f�\u0000\u0014͗����APy\u0006\u000b\u0017�`�\u0018#J�g.�Z�6�S.x7l�eD�d��\bE��\u000e\u001ci�\u0007�W/��>.\u0003��/�3X\u0013z�ۍ��Bˇ��,�c��s>�O��-�|\u0015�Yl�\u0006��r��S�e^�cB���H�{�NTev�Wp��\u001ey���p��\u0006\r\n�\u000b�{�#\r\n,u\f�_�=��\u0016�[�lf5�q��ik_�\b��\r\n<�3��~�b�@�u� ��W�\u0019�m9NFy����F��\t\u001c�/y�\u000f5�\u0011���E�0+\u001d��e\f�V�9�-L�2�I[{\u0004�3�|$%*v[��\u0015\u001b�i�i�\r\n\t]�Κ��Ox��5R:ol��Tdn�gyj�*�x�\u001b��\"��ߙ5�A�\r\n\\�\fh\\?�\u001b(��e�\u001dA&�1�Yt�|\u0001�]�R|�\u000ej�^\u0018\r\nB\u0010��b\bH�p�PY��#��OKK9�;��d���Q8�S�U1�¨Ki_\u0004\u0000��\t\"�@�I�\r\nH4�բ�w5=\ts@c\u0015�hq�9<�\u0007�n>\u0004(�\u0018��<\r\n�\u0007P�yΔ����f/\u001bێ�(\b\"Z��V@[.`��\\�\f����W#ªl�@�8d\u001fˣG��,,�`�\u0013��^M��Ȱ-C�s�\u000fn�Z�U�}�\u0013\u0016�\t\u0016�aF>-n�,�Z>ݶBH�\u001fFi�zr� LoTl�gU�\r\n\r\n=g�O�D<f�Zo��~h��ZB��\u0015\u0006D�X)�\u001c��3�+y\u000eh)k?U`�~�F>\u001am^�|��\u0005��yл�׵�b�:�ɍט�\u001aQU�1}� b]��?`�&{\u000f«o��ס��\u0015����\r\n��*6g�mk�-�#�O�\f��~M��-���\bH\u0004�ͤ\"�T\u0002�s�>{�mN+�fSs{~�)_n\u0013�\fS/m-��\u00109.\u001a�AQ��:��������:��,\u0006����t&�QNr�\u001bޞd\u0005�����\u0001��.Q�f\tr$���S���\u0011t\r\n��3f�\u0010ɟ�f�gw\u001a�$�L�v��\u0004�� �!�\u0019�\u0016��Ft������\u0012��\"\t�K%\u0005 �F��b�W��\u000b�o�z���I\u000bz��~�\":#�M�S�㏪�\u0015b����E\u0015|\r\nC\u0019\u0005�:�s�����\u0001��\u0019�\u0006PE4���/���3�����X\u0011�_fm�$d\u0010\u000fXV�O\u0010A�\r\n-h~�L\u001d��\bڃ�[3�n�J��\u0015:�U֪>�?�?\u0007��k\u0019�q-�c�nEٝ</C�\u0016MJ7J</nm�\u0011!Bdn�vݨ�v�V���O��J�亨\"/w�\u0015[�c^܄a��\"�G�u<�L�C�4T�=*Ç���\u00169^��\u000fi���i3�a~�\r\nt�\u0001Z�-\u0001T�,�\u0005[�\"&�ޯ��H[s��\u0010����c��\t>8jB�Z�;�{v�\u0000�8g�\u0011�\u0015�����^�'I\u001c�gRd��]ᰉ�aE>\b=�\u001c�k��\u001c\u0019˚\u0013�݁�͗\u0000w]J��⧖\u0010\u001cI�$�\u0006İ��\u000f\u0017x=��T�o�\u0015�N�2�@:>\u001aK�DrS\u001d�e ƒ��I�\"n��QQ���:\u001f����\u0013�A�(�op��\u000fԠ)5u}��m�\u0007��O\"7^\u0001�6A\u001f{v�\r\nt��_�\u0016�%$S\u001b�\"�\u0013�\u0004�fu\u0010�y@\u0004����\f2�\u000f��\\r�E\u0012��o�]*DO\u0013�̶��:�l+�s�ڳ4.\u0017\u0019�-�?\u0005�\u0001K\u001dVG����3�P�07�;���(\u0013��\u001cȓ2\u001bˋ4\u0016�\u00172����qa���=\u000e��\u0003v\fV�\u0019�h9�\\|�\u0018�[�I��\r\n�Ig������h���;D�g�4�5R�:��j4O`�v@<�9�\u001aOf\u0010�2ì�#��}vu�\r\nR���F�\u0007/\u0015��au,\"݉�A>\u001dSG�Vz���\u0015�\u00122���[�H�\r\n�.rZ���\u001d��a%\u0011��[���\\�#��\u0012\u0011I?���T!e���k���\u0007�v&�ۛŭl�3��F�V\u0010�w�4�Z��D��_�\u0011��To�GBui�%���բ\u0004U�L�\t\"�E�xAT\r\n�抜�J\u0010�e�\"�8��W^�\u000f��\u001b���\u0006Uo����!\u0006�o�>���\u0015�\t�$��\u0015�H�\u0001LE~��w�փ�)�cZ�9��\t@�]7,Y\u000fa�=��4�W\r\n��'�\u0007�SU�\u0005ip\u0014WzB�O\u001d�X��p�+��}��G�GT�W\u000f�$��^i���@Ss��2�(M}�ϣ�\u0012̏\u0004^�cm�8�A�\u0018!�\u0015\u000fE\u001c���'��?��3�\u0011�W8\u0015�A�\u001c�_nԠ���d�7��\u000b�KE\u000b�\u000f�v.\u001f��\\�\u0014\r\n��\u001e\u001e�����\u0001?�w��?��MCق��y���ә�'L9�\u001f\u0007I{JƬ�\r\n�\u001av-�^�\u001a�'2Q�ӱ|i\u001a��\r\n�d���\u0012l<���X\u0004l��N7$�4QYM\r\n�T=�m\t�;Y�Mo�Ǹc'�O�5\u0005@�F�r���立\u00164WP{Y�~�uS�!i��\u000f\u0013�������N\u0014]�n$n�T�dD��IjG\u001d�\r\n\u0004\u0015I �@�\u0014�,\u0018|?A��`��d�\u0001(n�~��Q�\r\n��g\u00109q\u0019\u0006�\u0007dH�Hh�\u0004��Y*\u0001�Pm�Dë�T&_^AO��\u0016\u0006�\u0014�\u0005�KC��G\u0002���5\u0014�\u0019�I�Eo��\u0001��\b$p\u001c,?nΣ��\r\n]KK��\u000b���$�@\u00138�@��\u0000Ls\u0002�m}j�Ǡ\u0000%W<\u0016[�\u0001X���⌙K��A���ߞ�3\u001f�e$୐T7��#��\u0006�\\�5_I)\u0017�Sa!&?lLa[F3��!*����g|�K\u001fv��Jf�A���\r\n�J\u000eĀi�\b�jƷ�\u0017�1�\\,@�ڇ\u0012!QcoDe����P\r\n��s���B�{D���\u0019Y�<\u001b�%\u0014��\u0006�)�IIL�\u0005r4�I���R\u0013�\\\u0005�ά���D���\u0005#��g�b��ټ{J�ѹ\u0018\u001f���\u001b��lB+\u0000R\u0006}���H?+�r\u000e\u0006��5T��]�\r\n�~�{�A�oS�N�0H�4m��4#\\v��2a\u0000y'j>���Ԩ�mc�7\u00054�K&��#�v��\u001b\u0018J#%y\u0004���\u000eP͏z�\b��\u0011q\u0004\t��4\fPi�Eg2�1B\u0013��\u0012Z����\u0010�Te����\u001d�E�P�\u0006�f\u0017�\u0016]\u0000��\u0004�\u0013�x�Q�NY\u0014����\u001e\u0000n�z��︇ʋ.\u0001�;���*g�#�=U�R�\u0000����X�i��mf�\tU\u0012��@.댉8�M�\u001e���~\u0017O<|ϔ(���\u0016�h?ԀjH]혅,��\u0003\u0002��40`:��e��1k��r\b'�0��f\u001b�M\u0012y�\tĿ\u0000��)�\u001d'��\u0014Ƨ�;3�X�$M�5���8Q\u0012�p�#\u0014M�\r\n崮TԪ�@�����&!��:����.�i���1\u0002�yC�E|�\u0016�/(�\fY�+\u0019W�\"��ި3*��v���\u000b�\u0006��=P3�㺕8��T9�\u000e\u0016G�Q.\u0000h\u0017�\u001f��M|X�s\u000b��KX���F&�4)�\u0007\r\n\u0003����lmmu\u0006�h��K��mv��_l\u000f�L\\ \r\n�&̢�j�ZCy�?綗舨\u00007!�g藛S��f�Ƹ�6�ˇf\\3�*5\u0003{\u001cN;w��kV�'aJjfS�\u0012��4z㏘�j���\".������vVZ/�a�/���S�\u0013��_��@�[�j��Y{k��\bQ�Lb�|Z��lx{�Oo|��7\u001c~�m\u0017}\u0012z�ڧ�\u0016U./=�I�� }�:��0��|D�����P���|u6`/!��C��\u0017��3p\u001b/\u0010�D{j�7�]B\"r��\r\n��p�jQG,�\u00025��o��+@�*M��Xډ�i~�;�UU='��)\u0013�\r\n�\u001eŀJ_���J�\u00129qlJ_�~�uC/\fy[7�=˂�%�w\u0016�\u0017#�Ơ���\u001d���\u001a\u0000(\u0011\u0015����\u001e�\u001dV\u001e\u001b����\"q���9�sF\u001f;\u0000�I��d��J��~i�O))�J\u0007��ЏL3gnH��>�|u݇��7@`\r\n�\u0018���s��\u0010�7\u0002�:��\u0010\u0012V?��\b� 3/��g�Ŧ��\r\n��op'�{�Q�\u0014�V�N̈�jٴ\u0004G�\u0004O�lg�\u0016�\r\n:��E�\u001a\u0018$�W:z\u000e�x�\u0001\u000f\u0002�;I׼\u000b�\u0018�Ek%���\r\nVx?{�p�7��\u001b\u0017� �m�b�#PE8D\r\n�&�>=�:�l\u0005\u0010$\f�U\\OS.�K��cI\u001dWI�C尫 yݭ��D�����.$p�!\t��9}� ��D�jVJ�����P&R\u001f�\u000f�6�5k��r>��k�HcD��K\\�2�$�e��\u0002x̢F��e�`=�'p~\u001c�>WӘM\u0011���\u0004y�좓ͻ\u0010�%e\u0003\u000bC7��w�i`իIC�q㨵�C��r���˷���.T\u0011\u001c�P �C��T����\u001f�\\�w\"�\u0000DEb�\" �D\u001c�r�\r\nZ���!s�_�\b\u0001\u000f�0X��\u0019�s�\tZ�q\u0001�\u001c��@'FT\t\u0003^&�\u0019w�*Z�\u001cT:P��\u001fW\u0014\u0000��/\u0018c{\u001c�d�$\u0014 ���`#�Sr�Io�n\\�+H�wx�\u0001wj\u0010m��؟�\u0002�D`\b�w�<��SѶ\u0018�\u001f�G�:�Ҙ-�����{��Vk�m?J���p��٪Rv�]/�W\t��Q�_2ͧ�\tGY\u0002.z�\u001fH'��p��\u001c\u000eBL�Gt��|6\u001e��ٸg�Wpܠ��&\u000ee�b#�I�n�w~�eZ\u0004M�>�\u0017-�rMA\u0013��\u001e!7lm\u001a�!��\"Bf���l�{�}0�M�b�\u0012>�����g6�2�K�+����z�)�\u0018х\fiO��&��\u0015��~P�\u0017_�Y&��a�\u0004e�����/N`I�&�z��r�U$Sy�r�|����Y~s�A�d2;w�2t� 0�A\u0004��\u001a�9��2��+��{�\u0001�~\u001cI|�.�'���5�X�}\u0017j�^�| �\r\n��a\u001b��b�Ȇ�\fѶ\b碪K<K���\u0006�m�Q��\r\n]��F����7�\u001a�\u0015l��u\u001d�^�\u0012 j����܎f\u001f��l�\t�._*��\u0013�%O �9�\t����ģ_���a��\u0007\u00138�nܞDa��\u001a�I��@�v�P��Q�F��:l\u0001��AII&���](\b��\u000fZ>\u0010�\u0001�(4\u0011�2E�\t\r\n=��\u000ea\u0002��l\u0007���6)\u0006�-�\"�CP.A�T��0�d7F���iK\u001c�vA3\u000b�C��\u0010]��\u0015}����7�ל��U2��!G����fJkJ\u000b³�^���Q\u0014����<�Քi���\u0005S�1\u000ei�������\u0015~\u0006\u000e}&�^�͠6�\u0001B�橑q&��,�\u0001E��b\u0017���TLܤ��h\u0003@{�थ]ML�CT:T5膇\bz�t�$.գ�\r\nq\u0017\u0000\r\n\\�\u0019q�\u0016��g^W�B�h\r\n7��^\u0001\\��F\u001d���A1Y�{V[�!u>���\b\u0003�\u0000`�{\r\n��膢�ōɩ�w��NU`=Q�?\u0002t�7\u0011����[�|\u001b��&���F\b�1�r�.~�mnތ��]׋\u001a�\u001dh�̤�X:FT<;����l�\u0017�l�l\u0014�I��?�7���\u0007/C�,�\u0011�|<·k=R|N&��v3#����7�����䃍���5��\r\nS�ϯ\u0013�z�/=x4�|\u000e��\u0012���\u0003�q\u0017Ѹz��+�I\\(~��<\u001a\u001e�z6�\\��d6�r���I����J).��\u001bd�9��\u0000��g�9�*=����z\u0002���vj\u001f=���#(>\u0013DlU�TZ�9ώ��GB��ڇ�h\u001bS�;\r\n3�\u0002�tO~�\u000b�ŝS�G����\\��rZ(�V\"\u0018Fn�z�<��qۻ��k,\u000f��.\u0018G�\u0002N�S\u0013ڭ7L\r\n�\u0010�B�ў�\u001fQ��Χ�/�Y)��f�D��dg�\u0017�`0�iQ\f����E�%��ԋZY�1\"���P\u0004�\u001c�k�\u0004V�`<4�!�:�\u0003\u0003T/^ks\t�Y%�F�_�9T;��7\u001bN��V[,�Łoj���b��8I�u9���!\u000ee����U�TVq�l�G�P�p���Y6\u0018l�,�e���2>ܴ��\"Fd!Ӱ\u001b�\u001cW��t�l��@\b\u0003W�w�T��̄�t-)3\u0003Ė�P��\u000f�S��\u0016����\u001f'aԾ�L(���1o�f\"Wn�\r\nR�\u0005W<�\u001a\"\u001d���O�|tCG���KCK�\u0001��jT5�?4�y\u0001YI��\u0013��m,�񭛷����M����\u0004\bfN\u0014eNL䍶^����k�,�VJgrq!�^\u0011�Y*{^V\u0018=0��\u0011s9'\u00137\u001a�\r\n�Q\u001e�A�\r\n|�B4r>\u001d�����ڶ\u000e��2��\u0012\u0010I����\u0010���)���B�����s\t��7��k\u001b��`�(�Û�\u0016�H�\u001a���1\"���d\u001aej`֣{��7Q��z��j�XS���\r\n`���|G\u001a\bA���+��\u0006\u0014��3\u0017�m��rBM����O�Ɋǹ\b\u0003Du�_E`P������+��hz�\u0001O(l���#U�\r\n\b�Էl\u001a\t���\u0001�7P��%���T\u0003Ϣ\u0019\u001c\u001b*\t4�\u0006\u001d/�J�ĚAw�0�M��(�z^��[�[\u0003�\u0017���L��\u0012�\u000f+Z��\u0013�АĂ\u0003(N�O�\u001f3����l�9n`)^�\u001c��\u000b�v��Tl\r\nî�\r\n�ͭ\\�\\�6�Ra|]���W;\u0010��UI���\r\n�\b�U�'\r\n�Z[�w;M_C���\u000e�d�\u00019�J\u000f���m\u001cn�V9\t�0�\u0005��2��R��^q[hl��l�Qa�ll\u00056��\r\nBSd�\u001f�yA~Y\f�\u000b�鬿1\u001b|�OI����g\r\n��X��K�nRK\u001f�zD�\u000b\\���Z=�\u001b\u0011\t1\u0012�\r\nlB����\b�\u0006��f��\r\nr\u001f�{�;9�����d�[�\u0018\u0016��m�>L\u0014E�\u001b�,ds˙�Pn�v]r�����A��\u0004*��e\u001c_'���ِ|2[�ȯ3\u001f����׍~�s��/���\u0015\u000f\u0003�\u001c�\u0005�\"e[�c\u0002\u001e��\u001b\u001b��G�(\u000b\\ߚm�$�U�9�l��}זf�tT@\u0015~4jrC�K'�<IN�\u0013*��\u0018��ڵ(�y\u0006��H�\u0010H,���_���\u0007xp��\f��Z��Q\u0010\u0005�y\r\n�N�Q6'�v\u0014\u0016ۮ�Œ7z��k\u0000��\tMAa\u0010O�$\u00192\u0006v.r��\u001a�s\u0002<�C�>\u001b��\u0018\u00147�\u00169�ȏܨ��\r\n[�\u0014Ev��\u0017��b�Kh�a\u0012�}\t\r\nKB$�9���\u0015&u\b�Ea\u001bϡ֏G\b�\u0014�\u0010J\u0000L��\u001c��]�� b���~��{��t���~E\u0012*\u0015��\u0006�i��\u001dq15���[#Ak��z)���?)���\u0004��U���\u0012Ǘ��K|Z0I4\b\u000f>�����\r\nͧ�\r\nzx�e�6����\u0011\u0015\u0019X%�c�k�4\u0002�s�q�\u0015��\\\u0011\u0005�\t2dU�L\u0010:Xڶ��j<�g �i�~�\u001e��lݚ����E���2%p��\u001bxlGk�\t��{�W���gKU���*\u0011ʽ��x>l�ב��\u0004�~�\u0005�xG\u0014�>\u00047�/q���A2��G4\u001au����/���݉\u001f�a��{0F\u0004\\�.m�JT\u001bu\u0019\u0006A\u000b옍�̟sfl�\b���\u000e�\u001cЛ}�\u00062\u0010*��Jd�;\u0016Bh��!:�O����bnb��\u000e/�dQ%\u0015���\u0004}\r\n\u001b��׻1*Z���\u000bJ_���q=�ߨ����fs\baR\u001dsP\u0015�8w�k w�'�H���7ި�1�\r\n��,�\u0018�\u0016�_\f�agdg�$^�:^��Cu�ghℬ���9�(Z;�k�����WY\u0013�\u0015�!�yL�L�*��<�a�]\u000f���\u001dkܿ�V\r\n;�����Q�A\u001b�����^{\u0016τؒ��2@����r��R�\u0015#��d&<\u001bQ�n�|m�YK\"��&O�^��\t�m� \u001f�\u0016\u001a�A]c��X��W\u0000\u001a�>�Gt\u0004��*ب��\u0004��0�Ȧ��r���A\u0006N�z�й� ����k�5�\f肔e�\u0004�$$�q�C��i7��{���\u001989K�\u0005�B8c����4\u000b&���<��\u001e\t�_�Ɔ�Tj��\u000e�4.>f}<�i��P��\u0005,�#\u0019�s��\u0010�����\f��?d��8\u001b\u0015����L\\��u�8n�����bD�֏b�z��\u0003��_�#��gJ��\u000f@�۵��X\u0010�p��9���S\u0012K�\u0011q5���#3�����v\u0006�.:a���֬��!u/�\u001bGn��F1�F��\u0002j�.��>ᕳ*\u0004w��'J\u0000��Y$��=\"u�\u0018�]\u001c�\u0017�\u0015���^�$�'́A��CȂr\u001fS\u0014D\u001c\u0000Q���zm�a�\u0018�=�S���^|�}��H�� �X\u001f�6�&b\u0000�0��7'q�u�T�9r�\u001f��.c#����y2�\t֤\u0007����B\u0018E(=�úbm�1>�iC��R�:?\u0015n\u001e��,P�c\u0018WӀA�荢��D\u0010����t�0����II��Ի�l��\u0010�>�5�\u0001�v?o����j �P���\u0002��c7�[\u001f\u0013=(m����kR1\u0014��iu\u001aG�z�?\u001b��%�I\u0012F��іh\f�9��z�47�w)i����{,Z�s\u0007��Q5�o��y\u0006�/��-�3�\u0001���F:�9Ɇ�?m\u001d�ʈ8��\u0015NQSO�u=��B�f���g����W��\t�l<\u0002���l��qǟD\u0013y \u0005�KK�w�.\u001c_�Q�\u0001e�\f�\u0016B\u0018e�\u0007�\r\n�\u0010�ph�è\r\n�@ё�\u0007���\u000f_�s�練��rF�����\u0007��F^5�R��x�\u001f�c���\u0000n�\u0002Y�\u001fd�;�0�����lj�I�E�\u001f ]v�\u0019E����-N�\u000b�c��Y{�T劮b$\u001b�5�葢a�H�\u001a���_*��t>>+F�m7�Ck[\u001e'�J\u0013�ږ��&�0/��\u0005�]�2���{������x���(���ҋ\"st\u00055N����\u0016�ďx\u001dZm����.E_m�|\u001a��D�C�L?J��3�d�\u0015��]\\sm0�塽�@�\u0005�/����x��P]�Պ�˝\u0003Cx^��J�^\u0018O�\u001a(��\u000b��\u0002�# =�����vdJ�\u0011\u001a�8����W����X���!v{�Q�Su�\t�\u0010�bUSy[�\u0017m\"_Ʋ��F6���Y�\u001c[-x���\u0018���\"�z��uJ�,X�\u001cҒ\u0013z\"~\u000fK{�\u0011�)D\u0018�Dr枃1|`\u001e�\u0012��^�?gv�\"�(��\u0002e�!!Z�^j2��Y7B47\b�����<\u0004�\b�>q|�\u0011������0\f����*\u0001iB��RĀ�>��\u000f��X5D��\r\n�l�:k�4f\r\n\u0000�\\d6\u001c�T����M\u001c!*]��qMՙڣI\u0010\u0011\u001fL��J�>�����=u�+��%ݠ�\u0018�\u0015*��}�GW�;�e�\u0006-'\u001e,�c�\u0001��s\u001dG}�ս�\u0006����G.�]��N�\u0017\u001c�7\u000e�l�Y��d�m����!�x�wx�z^�kAY���!t�=\u0013B�\u0000�W�?Е�\u0014�`�Du���7�\\[�d���97��0\u001e���\b��&��;_$V�T��N�T$�\u001b�dpw�\r\n\u00069\u0006<��\u0018W��Π��\u0000.���)'��\u0011\u0006�\u001f����f�UZ +�1�� LR\u0013bHӮ(Q�\u0012 ��<P�ԧf��1\u0004�g�;_\r\n��(�R��|�\u0015|n\u0017c�88�oO\u000b�>��U��~\u0018'm>G�Dq\r\n97]`�x��ק�B\u0001�\u001f\u0012�O��.u*IM��J���\u001d��Ip&\u0018�X���E��B��Kp���%x����u[�5[�:�l�\r\n{�\u0005��A�MZK\u001d\u0012D��<��\f=\u0007\u0013~�MR�v��x��n�J��\u0012\u0002Z�/��\u001f8�wC��6\u00101_�O�o�\u0001��fZ�\r\n�F��(bI\u001939n���ǁ`02����E�Lk�y��\u001d�d?W��\u0010u;��_H9��xQ�\u0001��kp���/\u001e�T\b\u0017��\u0016P1\u001fw��\u001d�Z�\u0012��`�5�)'ۤ9�^VU.qO7�������5e]J\u001b�\u001f��%}lI��\u0004�\u001bp�\u001e��{�\r\n\b���\u0004���^ ���@\u001a�\f�:b՘�q�\u0005�v�d��ʲ�N1����Ѝ�$n-B.'�T �f�/�\u000b�\u0017���8��aۛ~�N�UP1p\r\n)䶟5X\u0003�\u0013\\$2:��C�'�82:�A�k�\u001a\u0003��s�v�^lE�_l��c��hf��\t!\u0019B?����\u0003�$�:�BTn��\u0006LqS!M>�\u0010�*3\r\n�O��%�)� ���^�<��W/�o�;J.(���R��\u0003��+:�\u0011B��z��v�X\r\nW��Nh�e�O\u000bi�6��GG?��@��\u0015����.gO\u001a5��\u0004Sj�\\\u001b���\u0012\u0005M.=�9SbdR�\u0004\u0015�*�����\u0017�q�\u001b\u0014�8nI�PZq\u001c���\t\"\u001a\u0013t]\u0019\u0013��\u0004�\u0018�\u001czX,��)\"��b�K�)�+ē'���\u0016m\u0017]����\u0013��5��H���ğ\"�ϟf�|Z:�\u001ff�Ҙ�D�J+\u001ex\u0011�&��]W�{��w)\u0012,�9=����1J�\u000bLR2�\u0004}\u0015�\u0001��ͷU�b^�R\u0011\u00009\\�� Q\u0014�ۛ��\u0011G������\u0013�Di͵cr}|\u0015����fm�S��S~:_\u0012�\u001b��F�b�\u0014� C\u0019\u0001���\u001f\u000fA�M��O�\f�\u0002�k|�F\u001b��s�4�\u000b\u000b\u0006I\u0019��˜E����#'\u001d�?\t��m����\u0000_�*\u0018%R\u0001�'��;\u0007щ����ܧ\r\n\u0010r����Y�<��c�z$ĩ\u0013�+\u0004\u000e��I\u001c�{�7\b�G�<h�D<\u0003�U�Uu\u001b�\u0016>Y�5Lm�$C>�\r\n7�Q�G>η3V�;��\u001ei_|ʶ\u0004� ,�ܤ��5�#i���|X\u0014T���٭2\u001e\u0014Յ��b���\"\u001b�_g}c>��õ�l���I�O;Z���'� \u001fN������\u0017lg��Ndo��\u000e�\u001b���J�QF�Y�\u0004��=�]*��\u0005gZ\u001b�h1�Lٷ)l��ԏR7\tM�ɜ\u001b\u0004\u0011�'���>\u0000��\u0013\u0001~sԆk\\���\u000b8'�^ʱ�o\u0004$���h� �<�!i\u001a�qLs~\u001b\u00077?*\u0019�\u000b�hX����ȍ�(�\u0011�oc�M�& \u0012��\u00039�\u0012X8_�5�ȱ{\u0002��K�\u0012/I�\u001b�{i�c�K���P%�|Τ\u0006�%��� 1ɝ�F>)��Yfi�U�&�\u001b�&l�\u0007^u�\u0012\u0015S`�p5\f�ݮ\u0016)R\\W����5��{�H��?��\b+\u0012�N@��)d\u0017\u0005��\u0018\"����\u0012��Ί⦗:��cN��/L��cc��6�����Y\u0016\u0018|8:��V��$�ᙌ��\u0011���f\r\n<\u001bܙ�ˣ���[��R�럹���VV~Ԯ.\u0010����>%o,��vc������c\u0016Y1tޏ�'��Fy\u0014nfk=m�7\\q�='�|U~�>�}�v�.�y�Ͻ�\u0013Ec�#NF�B��e����M<�v�\u000e\u0002S�ǜs�\tJ����\u001d���z�v,[Y0\t,���\r\n�ZY��}R�����Px�\u001c��8�Eb��鯕ڝ\u0000j�c%L�:RVh�5��g�I��c����\fa�\u001aZ\u0016*$.D�Cm�H�Q��T�\u0012����H}����\u0018�J���\u00145m\u0011)�s��e���+�����nm�\u0006yֳ+\\�n���\u001c�\u0004)�t�\u001b C�\u0000�ɂ�\"qv�aU\u001a�7�ĺ����d�܅&������0\\�XU���R\f\u0018u�gWH��T\u0017�\u0012X�'&�5���d\u000b[Z\u0018F��\u001c�4\u000e��PW�X�\u001d��u���Ѿ3�\u001a���f��̬���9��D���,\u0001\\��\u0011�.\"$���\u0005��\u000b�)R�\r\n(�,��\u000b\fIA����6\u000e˯�\u0010����c6�U\u000fjB��P����6�N\u001fPù��mg\u0014\u0004�FAq�\u0018��P�\u0013A�\u001c��\f�H�9� <\u0019Ô\b�\u000f�*\u000b�m��me\u0010�aM\u0004�u\u0011��CB2\u0003��\u0011\u000e�lP\u0014�U�\"�=7�Z;�'Hq\u0011�\u0007\"�\r\nKw�;��\u0019��;�\r\n��ӛ��\u001aq�q��\f-��g��\u0000L�R�}�s���\u0001�=��4���nX\u001d�Oˡ=?\b�!$�.!M�݅�lW3�o?�T5\u001d\u0013�����@>4����6-f�v=�E�ǥ(a��o��T�W\u000eB�[�pT,�S8\f��G�\u000b�@7v�zH�(�\b�q\u0002�Z5#\u0000_��9��7ޘ\bu\b��\t�篡U\u0016�������ڱ]\u001f�7Y\u0019�PR#�m����\u0019#�\u0002��\u0004T�4�\r\n���<T�SA4=Qc�7K\u0019!�vJ%�\u000bR�װ��^\u000er�&q\u0014\u0004�\u00065��q�F�׵q\u0000�\u0010\u0001d�*\u000f+&@\u0001�W�.\u0006��\u0004\u0011�I�3e�������9$�weȨ����\u000b\u0015\u0001R\u000eV8q�e��Ө�,G%\u0018�kD$�\\\u001a��k�0�������\u0005�EP��\u0011(�h��\u0005CH���G�@��\u001eu������[��Z���J�O\u00137n�(*W\u0016�ˠ�o\u0007=ȈR�/֗6������F)R\u000e����s�/�ҙ�X\u0016*����˩��\t<\u001b�V>Q�n��Y��\u001b�z׏� m\u000fb�\u001a\"��6/\u0012&5m8��\u0019�Z+[����k\u0012y���\u0011\u000f�H\u0003_��E�3��g��\u000e�~8i�\u0006�-߀��\f�\u0004�\u0010�9�\u001d�s&\r\n�\u0014\u0006�\u0019���Ð*\u0002ܲ:�q�^�0R��\r\n�!�5\"�)��y\u0011�2\r\n��yS��/5P^����[��=K���W�C�A6�~�O�bء��f6\\w;�(��v�i\u0010xa\u0014�\u0000Ȇ��T.�n�8��~�\u001e��?�P��8q�\u0010bi��@�f�Ŗ{�{�\u001c�\u0015/e\u0014Y�w��}u��\"�W�}Q��3�IZ�\u0012�rU�i��j\u0016�����a_�G6�埅�\u0014}���+���\u0007ُ�\u0016+�\u0012��U\u0004Z~^��R�<��S\u001c�șGsjM6�\u0018R\r\n\u000f!p���w�=�\\1��|<��F���6�Ӕ2��'����\u0007]Y��7�\u000f\u0010q�#Дp_\u0017)��nGQ�������+�r�\u0001��`�H{��ʭ?�E3�V�N\u001a�񓗴V\u001e�seV\u001e\u0007^Wp����:e��~*�\u00155�m3�Vf����\u0019Y3��mm�&��v�eY�Ͻ$��*���\u0011��n��ߩbB��\u001e\u000b/��\u001eޏ�.4:����䟲i�\fS�d�\u0019��O'�p�Is��_P��$�b�0>\u0018g9\u0015�!�o1}�\u000ft��\u0015�v�2\u0002B�*c���b4�u\u0019\r\n�|̨\u000b=�-��<�ƍ�+�$�n(��\t���md[�n��\u0019�a�Ν�m�e�\u0017y��Z>�\"5zn�v]�K�R�A��驍��\u0007�\u0003������\f�ګ\tP]\b%�{h|�_��\u0014Z�\u0004�[\u0006�m~t9Kf�,@\u0001W\u0001'A��`��*UDVa8\r\n�\u001f\u001by.���\r\nE6g��EoR�}+���^X��62K����N���\b��ڙ;\u0017A>O�0Pw\u001fJO\u000e�J݉: z�s\u001e\u0000�\"?�\u0018��EK���lXZ�^�\u0016禡\u001b���J�J�J���\u000bv\tTƁb�Gŭ�\u001ey�GX�-��Ƌ&؇�����k\r\n�V:�h�ɭK\u0016\u001d\b�\\��\u0018���C�~/�8�b=�`�7��٘�6ᨤ�%��#X���L�\r\n*&��VŤ�J��\f>P\t\u001f\u000b����w����mS�����\u001fDq���7�%��N\u001a\u0011 }�g�-\u0000P�J�\u0004�z\\\\T�\u0012ޗ��)\u00149�^V\u0017\u000b�Sx�\u0006��s�W\"~<y�H\u0018��9�8\u0015\u0003��d�I�\u0014�c�\u0018L�qF�f6s��n�\u0004a�\u0006��g��\\/�VEW�;Z'��>�?\u001f��,�-i�~P-���i�.�Ǘ\u0004\u0018�\bU\u001c�O\u001bu\\�4�C�#�斥HCN��B�,P�?\b��\u0014�\u0011���sB�Ah�oՂ�.��\b�\u0007�.�4'�dk\u001b���l\u001a��B��u\u00180,��K��|\b\u000f�\f��dyo˱j>�qR�8f(l<\u0017� \u001c���H�����0��fz�&\u0005rOA#�\u0005��4�,Ɲ3\b�kX�稏Q���bL\u001e6�i\f=D��֣�!s��N�4��4p[s�)B�U2��)��\u0004-ˊ\u001c�P-�\u0002\u0011�\u000bI#2\u0000�و��\t�k.q��cj6�H��;ֲ�\u0015�\u0001h��\u0011L���ɟj)�3\u0006��w�\b\u0001��ςR��ԯ�\u0018_��Lf�2���!�i\u001a��-MӿCv--aҽ�z�&�^��Y�etÇP�s�#�$�\u001bi�3m`��+\u001efKx\u0012/$\u001dn\t�̜혯��r���Y?�l\u0012�i\u001a�忢�S߄�V�^$��)\u001aB\u0002���>�3x\u0014Rc�T\b�\u0018b\u0003��R�\u0011M\u000fR���\u0005�\u001d\u00129��t\b�f�X�\u0002v���0#dd#\u001bB��y��BF�Gݼ�sҷ��Ge\u0014�E�\t\u0013y�x��# z�����ք�y\u0019�+�J��l�I��\u000b��=v�=�?�\u001e~�b]/�\u001d~�s7O��7G���`6\u0016P�pP�%��\r\nRL�o�\u00049����J��e%�X\u0011E��:\u001f�[5�R�ݗ\"�\u0012�~EҩZ\u001b\u0011�\u0005Y@\u0002��\u0019�����\u0001��=�\u0016���yG��\u000bh\r\n���]O$�~3�\u0002O�\u001f�x\u001c�*<�\u0012���(�\u0011�p2�\u0007�0w3���P0\u001a�h{\t�q���eB P��Y�W��:\u0017�\u0015��\t�1K��1��QD.v�K\u0018n�N\u001a\u0011�\r\nF�1\u0001�l�3�&�V>�\u0016�%N��y^��<�ް�}U����\"&0�}�BZ5���{���sj~𻏠@�\u0001�a�b\u001e�����̟v��8l,����\u001b�>���\u0016�YĊ�\u000b΃i���p6�o�\u0006�,�V��Q�\u0006I;Zn:�q7��Q�\u0017S6�\u0012��\u000b�-+F�̋q��1ۀ?�Ss�F�\u0002��S\u0012��Ou�UT\u000b����1\"�q6���h��^�v��f&�̧$�ؽ�ƞ\u00003� hj���,��+�U��*?ki�\t����*\u000f�Y�^/�4�_>���[�Ui��1Қɜ�\u0015��I(:���E�Ygk�:�,�̦�+�[\u0006\u0002��տ�GɅP�\u0007r�.<ЗJ�bSǋ��w���U�%r�$HR�\u0016ޜ\t��̘�(�T��b���Ȫ�^(�>ZU)�`\u0005�J+�8\u0010\u001e�X���\b��pcm��0�\u0017�t���\u0005\r\n����s�\u0019����\b�\u0007�f�N�V��ԥ�@�4��C�$��;�c-���ty���]�q\t��J9�qTM�0\\�'Ycl���\r\n\u0010�!��oEK�\u001ewd\u000b�JX���!2�S�Ju��1��C��\u001f����\u0007sX\u0003\u0000\f,�ծ�~\u001f@�/����c�+��0��u1~X䦾\u001b\u0004�9�R\u000eM���Kh�ʗǮ�g=d1�c\bS�\u0000�y�\u000e�� ��sۛ��j�}�&�����\u0013m\u0018�\t�x\u0002\u001e\f�1����\u0018\u0011���\u001b:�\u0013���ڨ��� ���4\u0000\u0016J��\r\n-��(<�\u0017<t:�(�\u0001���h��k�\r\nZ6\u0005�;��ZP-��/\u0004e\u0006���,#v\u0006v�m���� �t�(�\u000e\u001e�Ý*9į�a<fwE8'�T /�3�̊�\f�\u0018~>f\u0000���S\f�[����]\u001f'�1.���@��P\u0001E���}�-��\u001dI7��\u0012�N�d�y]�}n\u0001�T=�\u000f!4��~�C�,9\u0004��\u0012\u0004{ŉ�F\u0016�vZe�|�\u0017\u001b\u001b���{\u0014\u0013[!/\u0019\u001a\u001fq\u0003��\u0002\u00194^���\u0018ؕ/Y�s\"v�\u0002���0lO\u0014NO���>��\u0005�<�������\u0000�!�\u0004��P��u\u0000{�z\u001d��L\u0003�\u001d�z�Yh/�J�0\u000e��UO-E�ȑ���pF\u0015�.f<'\u0004Z\u000e\u000b�T\u000b#�W�T5�\f�.ٿ@��)�B��wLG�l<(���8�i�����h��0��\u0001�\u001a_���-�\\/���Bg`��p(�[\u0015�k��R�$/X�\u001d5�\u001cd�KV�*]\u0016�a\u0016��Y�\u0004���kN����w�3��@�\u0019���7��#׉�����b�[!&\u001f�����\\M�>\r\n���Ӷ� f�\u0016mz\u0006�\u0015�l��œ�\u00140�M�y1�.f�mn�\u0010�)��V��\u0014���(���x�+�b����\u0003jU�_K#\f�lE��|��D�\u0000aῙc�h��IW\u0002zI\u000f�9�Ź'�x}�\u0019_��\u001cs?�'���\u0018D�\u001b��D�%n��x˙6e\u001c�.k���C��=\u0001�m\u001fR\u000eu�\u001e�?����PRtz�}*\u0011�7\u000b\u001f\u001f\u0001\u0006�T\u00103>��\u0019�S�AO�������f�i��b�Y\u0005��(�Ұ�2�;\b���kx��\u001a\"=�Z��7\u0004\u0006�}<{�\u001d6�\u0001�Fh�|\f|��|\r\n���������~<Ά����MS�Na�E\tKg�\r\nMcdN���ڄ�i�\u0007*�KM\u0002\u001f�\u0002{!\u0013'�<���xD�O���d\u001b��s�N��M�k��+�=�a��%\u000b%���R�Z@�1��z��R��M��\u001a�X��w�{�#�.]`}\u000b\u001e7�Gȴ�\r\nz�u�\"��{i��-�+]'�\u001b酼�_V��ӊD)Y�J�\u0013�\b'p�{N���\u0002\u0019�\t\b�\u001b�\"�H�\u0007n��:\u001b���\u0000�M�����x�\u0013\u0006m�a��=��TA�+_d\u0017��/����@s� �ECWm���(������`�)�G���՚�#�~²��!��-�?�e\tK$��\u0006�K\u001cǌ��GaʔE��(�j\u0012h��\u001a\b��y����@)�t!\u0015\u001b~\u001ai�s���6f�۬\r\n�WT\u0013�Ӭ���v�R��{�\u001at\u001c�J׎����\u0010�\u0006�?7���n3q�$HS��\f��N=��J�<��\u0019[\u0015G�p\"\u0011�\u001d�p�S�A�\u0002�+���0|7\u0007�`Rr�K��Nj2�����~��S��t;�\r\n��Tࡥ�c�;���S�\\���i{3\u001f��Z1\\/���%�AP9�q\u001bI\u0002��z^���sH:.%�^�\b�`c߼�7{J\u0002\u0013�촚WQ�*�\t�]L�\u001bâ\u0013��&~\u0014\"�9ݹ���{�V��|C�\u0005\u0005*|M�>R��l�\u000b��\u0018ʲ\u0010�|��+-�\u0006m�&�R\u0016����Q���b�T�ًB���\\W�����ex�te�+��$�q�<˺$�[[P�\u0003�J�*\u0018�F��j2H��\u0018��l��,�5[앾@����(��A\u001aB�x�%�b���R\u001d\u000eg��X�#�h'A\u0002�\u0004�\u0012��� ���\u0011��KP0T��G���\u0007��\u0019P��\r\n�\u0007��A\"�I4���d\u0016��b!M�/\r\n�\u0019u���g��\u000b�K,,!�8��\u0012j\u0003\u0018s\u0016�P\u0007���\"��Gjt.|\u0004\u000b��׎��ؘ�^�yR�\u0002+Q�� ucD(\u0007S��\r\n׈W���g�59∨-\u0018w8\u0007�\u0006P\u001e��?�;���X���+>\u0005�3A�;�Z�q$\u001a���W�e��\u0015�\u0007��\u001d�\u0014�#[21�0�F�y\f�L��f���lx���F�OY\"&FV��)\f\u000b\u0016���Ie��\u0017�S\u0012�\u0012y�����\u0015]i~2|�\u0011�D�(�V<\u00017��L��-�\u0012t@tEk#���\u0007�U\u0019k\u000bdF�ڎ�s\u00192N�h}d�\f\u001c������$��|��.�\u000f\u0004�\u0002�����x�P\u0001E\u0018�\u000b��\u001e��~�у\u0011Ѹހ~���腊:�+�\u001f�0x��h\u0006\u0016���>�\u001ftO-!��d��a\u0014�훞=��\u0004\u000e텚��uN7�\u0015�:M�(��\u0003�c\u001f0��U*�\u001d�r�kV��80E�\"\\�\u001d�!5\u0019�����]j�t.J�姸��k0�����\u000fԨ�>X���ۑ}\u001f���b\u0002\u0014��/��7�\u0018M�o�\u000e�R�5,�o��R�݀�$ІC��3$\b�l�zӼ�\u0019\u0016_�\u0006�zc�ވ�a�VcP�\u0015S�=HpC/��#x�s�Q[\tyR�\"#\u001fo���w~6�dO�os� �1?$�����l��\u000e\u0003A�Y\u0019_�����q\u001a�m�W�\u0019\u000b�)\u000eߗ\u0007�9<�r�����b%�d�\r\n��\u0015�\u001c_C$��1T��\u0002�6�F7�\u0006�b6��D���Mں��\u00192ulX3\u0010ė<W�y�E]�n\u000f\u0001�;��\u0011�\f�\u0018��5��t\u0006Ҿ�1�\u0002�\t�\u0014��j�\u001e����\"�5T\u0005\bf�I܃�{����\u0002��y�o��7���%��MQ��\u0005$���\u001d���\u000e+\u0003��\r\n�e��\u0015�2�iB�3C�8�w�\\\u001fˈJ�\b�\u001b\u001f\u0013�'v_z1-�z}\u0010�\u0013j)�Rh�@Lw\"��\r\n�م��ox��i�$��h$^X:�m�r������vcݔ\u001b\u001e�D�e��.K�/�璚0� \u0004�\t'\u001f�����R�\u0016\u001d\u000e\u0011���hz��\u001b�]��ϰ=a ��,��\u0005O\u001c\u0019Gqv���g�ồ�0/Ɠ��i\u0003\u001d8q��\u000f\u0003�7d<C\f-��K��e�7(]���cj��?\u0011�1���\u0002G牘h�j���v��!k��L�6.\u0019K�E���>��C�k�>q\u0001\u0007�)ϥ2�\u0003��r�����A�P��Sv�30���\u0012)�{Qg�\tT\f'��uj�3�\r\n�\f\u0019ǈ�3�zXם8��\u0005Q\u001a\r\n[�\f|%��yUW�(f�N��I0��F1����Ե*�%又�6�1��̒p�P�o\u0000�-��P�@W��\u000e��\"\u0002�ݐ)w��S�\"lX��]7�t�({]F\u001a\u000b\u0001�\"�e\u0013\f,�O�\u001d�#<��o\u0011^V\u0001�#~\u0018ːM\u001e(�0;\u0006�ʳǎ�t�2\u001e\u0016�'\u001b�G�K\u0004\u000bQ��8�������X\r\nn��d-���A�y\r\n}/�`ڃ�/\u0011\u0014\u0011r��9s\u001e$�襮�an���,\u00067]�����\u0002\u000f��7�\u0019��}���;�g��ﾨ\u0015����k�|\u0001�\u000e\u0007\u0012LԷ�/\u0010�@\u0001��G)y�b��Ɉk%�r}4#�\u0010�@�9�,G�F��>T�:\u0006Ob0Ά�Q1��$��\\�~jv!1��̞�a׍C��,:��)\u0002�9�4��w`׿���\"�]�A*�ix4M�m\u001bf��~ۤy��\u001d\u0003�t6�FT����pX\f���pb�'�0\t\u001d[\u001dX�x�_��v~�YIW:�7�\u0004��=\b�Nj��\u0003�\u000b�1����\u001a� 㣆��(39k3\t��b�O�l��J�8�R��5\u000fR�:��|�\u0004R�����B�\u001a���\u0015<�\u000b�.\r\n��D��W��G�k���\u0003&�\u0001\u000e\u0010l\u0014��K��}!-���\u0003M�(�\u00033�i�\u0017����+\u0005\u0011WlQ%�\u0014\u0018��������\u0001Q/$��8\u0006r}u�5�Շ2L��q@!�\u000fI\u001e�8]\r\n\u0005u�wZ�\u0004]u\tk�g��ogE�\u001ffS�qS�?kis\u0014М_�E\u000e\r\n/я�!�>Ճ*��\u0013R\u0015����;�-�\u001c�.��_5�X6���\u001d�.ي�\"���`���<�J�3�q�4}T\u001c�cI�&\u0012&T2LK��4\u0018oϦ\u001bV��(r� 0�\u0013PɓDd;\u001fw$E\\��U�g�D�\u001e��PG(2CfG\u0010�NX�����,BXu\u0003H��\u0010\u0002�������f\u000b\u0003��\u0003�Kښ4е�\u0016�U�\u0001�o�Z�\u000e|�3\u0003M9R�\u0001\u000f;d���Na'��6�-6\t\u001f+B=\"sN��c\u0011W���H��/��\u001c�HF�|W8���`�50���\u001a\u0006B\u0006A#\r\ndL��t|�3�\u0002D�8�(�\\K\u001a�V�j6���\u0011�\u0017]n�\u0016-��H3���b2�8O���3Z��E\u0000%d\u0016��$�\u0014ؓ\u0019'\u0005�Rv!fb\u001a\u00067\u0001B\u000f\u000b\u0001���x�V��⸽\u0004\u0015�S�SX϶���6�g��N\"�E=3�5�\u0015Id)D2�\u0016�������w%�\u0003��S\u0019{j\u0007�\u0015\u001d���vxR�Vw��x\"��\u0011*�d<�ݱV���.i�f����c�zۄ(��Ǡ\u0000�գ�\u0001$[9�8�B\u001b��}\u0006��:\u0006�\u0013�Tܬ��1�����\u001c�\u0015��)�\u0007\r\n�\tu�nNf-��i\u0012�adꦛ�e�In̿�#�ʈ\u0018�\u001c�\u0005n�/ �\"���t��\u0019XB\u0000\u00023+yx�2�l�\u000f�\u001d�Ԉ�U\"ql8S)���Y�\u001e�}��\u0007\u0007T\u0019g��܌ԍ���˼�\u0015�p!=\u0019H��`$\u001d���>�Jg9����׌\u0011��$�!ꓦ����\u0004�\u0017�r9�U�� �7��C�5$��\u00058Z�/oZ�;��ٝ����>tB���L����y��Z��Ch�\"�ڥt�dꝟ���T���}����#\u0017\u000f�\t?HQ7�O\u0010�\u0011���u&�qN5譙�6%I�8ܜ0�ɜr�����\\��\u001et�@u��ۘ/U3*\u0013�߽\u00162��\r\n�#����j%nВ$�D���mP\u0001���\u000f�A��M7��F�_�i�Ea\u0014�S�H8��4����\u0000�p�fc��]���Iӫ5¶F�i߽ȘƷ�Q� I�`��\u0001��\u0010��]�h�\u0006�l��yq�г�M�gڧ\u00131�UxRYv�yQ����z���Ō[<�z�\u0018ꀢ�J�^)\t\u0005���z�\u0007\u0010l=\u0003Tq_�*#Ҍ�I�_{�V1�\u0014c\u0014�K�4\u000e]�\u0018$i�e\u0007�9�7�VÔWeғ��O��\u001eV%@��)\u001d�\u0015c,��{�(�;Q�u,L+�B��U6W|��{���6��h~5\u00023��g<�`z\u001f��v#\u001dv�����z\u0016��X�\u0004f�\u0010s�\u0018aC��*|]׭\u0016UK��O��Z�9�\"�a���w��P��֤���\u000b\u001c\u0012?.��֖bt\u0016\f+�D�\u0002@�Z��9T�Te�r�\u001e�\u0017���\u0003�6\u0017��{�h�y\u0016f��хy\bܮ\u0016c1�M�6&\u001b�h�\u000fo[�D'���\u0015|2���4���ާ\u001f��;\u0001\u0006�\u0007�/��:�<\t\u0005��`G\u0003\u0019�bY��`��z�)���\\���7<�>e�I�\u0006��g��ޓ��Z��D����\u001b8\u0019X�+N�x�܋C)\u001dD�e&9'\u000f!�q�+�fY1�B�\u0006�'�E���$�h���_N�5}�+��Pc8�J���\u0011��\u00124}�'��\u0002�\bM��\r\n�Qt.\t�֑y�#eў�޸���[\u0014\b�\r\n���@,栿Q�\u001d��֘ �#��\u001d]�t��Ha��xYX@$c�;6����@^2r�ʂ;�<�#��{�O�qC���\u0014��DqM��\u000erݰ(n��l��Z�\u0017E�\u001b���ut<;��\u001d��\u0005)�~�|'ɶw��p\u0004��\u0017RnL�\u00058%p\t�\u0006ᒼ���/\u0001%����zg�[Y��\u0017F~�J�*ח1M��ҩ<�\u001c<�EJ\u000f�xj\u001f�\u001bsf��el`!/�f�B=�S5\u0001�A6�V:�~:+#�!y��1+1'\u0019�.h��D�|_0��bg�\u0001S4\u001dE�A0Φn��-%�~H�q[z�|\u001a�AHR\"༅r�\b�J�8Q\u0010��Z\u001d.\u0002�5�\b)�2�\u001b��@<��\u000f�[p�1K���z�ׯ~o��e�qa�|��\bS�5f�p��(�zf69e/U.\u0007�zA��T\u0010�\u0004\\����9\u001f+|\u001e�C�\u000b�%��\u0013@�9(��\u001e�|�\u001a\u0007oy�qx�5\u000ec�x�pY5�XZ\u0005y�H-�}dż7�e��Cջ�F/�\u0012/0\u001bC�\u000bFkp\u001a�\u0011�Y\u001dp����j �\b\u001e���\u0002��R��\u0012(+mӶa�e��V�S�],���vh��m�\u0010�>����\u001d5x@[�[�,ϊ�t��z~��65����k�}y��@!�\u0005�\u001d���Dչ�>�l<�O���ə�+�ն����r���W@\u0002����s��1.��<J��Va��\u0012��G�J���\\�\u001fb�����L��b\\�](}}'�j5�3�A.�_�k[�����SF�.�jCt��K\u001eu�0A&��c:���\u001b�h������?�Z�,c\u0002��2�\u0018�j��l��������)��Ո�A�xm\u0012��\u0001\u001b\u0000eD\u001b����=]I�5���\u0011�J��/7����7�=�\r\n4�u\b9;Iv�L\r\nT\r\nU��%\u001cKOM1$c�\u0017�~/�vl�G��1N[�\r\n��0|�X��X-*�&�𚑗�՗\u001f��\u0015=��jFMC`��\u001a\u0007Z�jo�i�c\u000f-�~\u0004�\r\n�\f�'�}�\u0019�KD\u0004��l�ws2���@�Sn�46{���\u0017^��%#�\u0013�-��K\u0007�W���66����F�/`2x�(�E��^=�\r\n��K\u000b*�٣��\u0002ǵOHD\u001b�x��\u001b�B5��I�u\u0013�ݪ�K �\u0018��\r\n��a��\u0002��\u0006�gU]\u001fh��ܵ0������b\u0007�@�/>�`��4\u0018��(�R*�kՎ��\u001da\u0010��5�s�M����\u0014P�F)�W���!�T�t�=\u0019�\\ C!_\u000eU6��\u0004�3xn\u0007�>ɾȧY�_�,V�<�=Z�����@�|\u0001�\u001c\u001e{/��\u001a8t�\u001e\u0010t}_nbQ\u0017�g�*�U\r\n�t�.����Y�sx>�Z\t(.A\u001fJ�[Ňk�~d�3\u001f�O�s�R�aIR:�eI�w�\r\n��I������0\u000eb���\\����(��',m�zlG\\��>`�/��š��p�쐆�\u001d�z�ssO Ey�r\r\n{|>e)$�4�\u0012\u0011(�\u001d\u000b�{W\u0015\u0005�׺E��a�:����T�W���r�\u0015Peq�]@\u001d�T\u001ax u\u001a�\u0003�\u0019#�O(�~3��S��h���\u000fZ���go���\u0005��q�\t?��F�\r\n\u001aJ����� -1�N|�\u001f2�7df�J\u0005ׯ+}��l;\u000b}k�q\u0016w��\r\n��l���Xn�\u0012p�����_�\u001e8F�v],�L�\r\n�2��u�\u0006\u0000\r\nâa�\u0005l�{p\u001e�$\r\n,#r2�K?����F6��$����8l�@��T�\b�H�H��\u0014\t$1ۢ\r\n�\u001c\f��,IN���\"\u0003\"!GG��\u001d%[���eVSCG\b�v4�&y\u0019U��pd����M�\u0013��v�b\u0015�\"S�_��<\u0005��\u0005��[ٝsp�\u0018`��a`��\u0003�y\u0016\r\n�`� �\"���I\u0000Vʨ}�%�Z��E��\u0012\u001c�\u001d>��\u001b\r\n�sy@s\u0007ո\u0002}��P���Pȯz��4���FqԾ�M\u0006���â )�>&\u001ff9��М\u0019��/>'ͤ�#�\u0001�+�\u0012�(�\u0019id0�����\r\nS\u001f�\b�c���P�2s�ҟC}!ǌU\"�3�,� �$qS?I\u0003S��|\u0016�\u0013�]=�\u0007:\u000bR��.��\u0002-_v�����gi\u0013��>�\u0012\r\n��\u0013ߡd��|�7;�\u001b�7��\u0003�\u0007����Z��:��F�ҵl0�\u000eZ�x�(���l�k>V�5\u0015\r\nH�� Z��>\u0018g��\u001bޖIÏ���l@տ��u�ov n.\u000e\u0002� \u0013u\u000e\u0013���B{H��/��\u0007�l�\u000e��Wvy2�n����Ԩ�ôZ�\t�<a�+\b���\u0010�\u001e��\u00109m�7�%t\u0017��1A�l\u001f\u000e\u0019\r\n�\u0018����\u0014\\B�T\u001f*\u00123?@��XU\u001d[J��`\u0016��7���w���z�5if\u0017�nN�$f\u001d*P�wŃ��Iv�Tٿl�2-\u001aR>�Z�\u0018^W�~��\u0006�K���,Y������02f\u0011*��\u0014fZBC�����\u0015��DN�y��:w읶�0�M�V�.`(\u0002\"�f���R8T\\�#�\u0006\u0011\u0002!\u0006L<�枾c�([�J���x�VT4\u0019$j�\u001bߐ��\u0013���\u0006I��\u001b����ޫ\u0000\u0011)��a��\u000f[���g�ݚ�8�t���+�Q� ��~�ly.۲9\fQ\u001e�undefined<!\r\n@�]ltUG_\u0004AOl\u0018qH��l�\b\u0010\t҆��\u0000\u0005n�I����������ʪ��jB���E\u0002��Y]Y�+��ַ���|۲\u0003cGc/p�(��\u001f�Z/�8����4\u001a�]K��]��\u0011-lDeA%3Z\u0012����4�r�\u0004ڴ5;QeU{n��I|ʅ��p^9yo���\u001d\u001aeCc\u001c\r\n��24|5��c�c�4\u001a]\"��'�\u0004P�y��27_\u0012ǂO�Hj^ǒ3#,�)<�W2����\u0014�#;4L>� ^v���Y��]�l��*B'�%�z��l�\u0019��\u0003�<�'Y�\u0019�ܤ�GA�\u0001\u0015;a�ȶ\r\n#�7�\u0002�\t[�A���\u001dR��E����TZk:������{b�^Eג\u0001�V`쟓\t���й�\\�{��:��W�ܹ�B�8\u0005�\u0004�NPj������M|�\u0016M�8��0\fTA�kW�+IE�\u0010c\r\n\u0012�\u000b�|����t,���`q�\u0005�\u0002\u0014c8�)|�3ɘ�<\u001b���\u0015�4���e�d���0��9�}U���\u000f��}��U����Z�HVV�j3(\u0010�S�\u001e*K\u0013����\u0001<D�\\�$SϬ�#\u0014�h{�+hF��\tZe\u000b`C7�d.y]�\u0014��&�(M��ͬ_\f\r\n�\u000f��yg�����\u001d[\u0014zq\u0010y*�A�H�\u001e\u001a\u0014��wr\u001f۳�,��gE��lB\u0000c�Ч�)��\r\n\u0012���GS�կ�N�ɚ��)�.ge���R��i\u0005��\u0007\u000e���[���֭�h�hVc�<��˜�-�\u0010�u�m�7��\u0019��3�-��:2'�]7��-�X'/�:F���3h�U�]\u0017)5����8����\u0011��\u001dA\u0014�y�k�=�\u0018]<����8\u0014'��d��6V{\u0013l�YB(��4U�\u001c�r�\u0012��\u001b'\u0010O�YZ\u000f@1G��Ҽ��G5�k���*@\u0019]����%��6��&��\u0001v�ۊ�\u001cM\u001d�ݵiy��\u0014p\u0006\t�\u0007r����{�@�\u001c�5�U�>I�~��{%?�\u0018PEn>U\u001f�\u0005p�-\u0002�C��JS_;�n�_�#&���t�\"�\u0018출��)�P}z�d���#R�?T���\u001a�B������z�=�Z\u0015�\u0016\u0012\u0004\u0005Y��>�'�d��d�i)L$S��*�(�h\u001eBR~\u000fNkn�� �q���\u001f�\r\n;�x�\u0004\u0002*ZG�wY�e�\u0010wRD!Ȏ\bg/�!Xۜ����B�����2\u0014��AHħ�XA��\u0010ċ�\u0002x��-����|\u0000\u0002r&_2�D��\u0012���\u001d�O{�/G�Nx�H���4�\u001cL'��\b�\u000eJ�F��p�\u001c�\f�\u0015��Q�tn�\u0011�ŦQ�\"���\r\nU�hG�!-B\\:\u0004\u001a�HĈ:+���dY��?�@\u001d�;��XK\u001fI0�\u001d΁�X��f/�\u000f�-������keo�ǜ�B�S\u000b��;A�\u0011��D�\u0018\u0013$\u0017\u0015��'\t�3���:\r\n\u001c�%�U���Tȸv7v���Y�J݆\u001d�?����\u0014X�Y=e�\u001f���b���>贲yc�l�6���/���K�t�$h\u0011�#O�f�>�Z�Y>�#Gm��\u0006�K���Nm�smWZ#�\u0001����W��E��)7/�^�e�l\u001e���KP�X/���b�����\"�\u001bZ��\u001dM\u001dPT�\u0011d���t�\u001f��:�Ք\u00058��:W_*�&f\u0004����6\r\n4_���rH�I=\u0000���Z\bP5�\u0004���\u0017\u0014Jմ\r\n�dH�T��/ph������\u0013\u001c�\u0011��?U�����\u0016}�\u0019�''2��m�\u0007�\\T�ɍ��Gk\t\u000e4�A\u0012�_\u000e��d��\u0013� �3\u0003�֙p\u000b�!�}��\u0014��W�b�{5�j&��.\u001a����abj�\u0019�q`Ŷ�V���Z����;��\u001c\u0003�V86�\u0002��\u00062�O\u0011��\u001f3\u0002\b��jW1��\u0003\u001f��v�\u0011mm��`��;J�h�TppB\u0011њ��\u0004N�84\u000e �l&�1\u0015\u000fl\\d��d�l��8��(ne�8��&�W�A��#�`\u0001�t��\u0012�4�NDf��\u001e��L�&W���\u001e75�@yF\u0012�bd���=��N:�5�m;��ھN\u001b�v�jU��\u0003EA�-3St�~���U��,��\u001b�q��\u0001�V:n|T3���@��9c�Lz�=!_q\u0005i/})���8f��5\u0014�� ��ǧHW �\u0013���V/���p\u0014����K\u001c�j���tY�z�P|TS���|5\u001c8������#A��IE�Gխ�Ry���ƤP��T�mϱZ�(�YR��O:�ۨ�\u000e\u0013�/sYV��S�\u001f�Mɔ���қCv��:c��.䁙��~\u001b�d��J���Ƹ~����\u0015C�K�a����82s#\u0015�S���Fx��­���6�U�\\x}���2�S\u0010SO�Yz\b��)��?�e����x�l��򮋍n��+��\r\ngq���Ag犔�[\"?�\u0018\u0012�g?�����!ki~��(��2J\u001cE�\u001d�q{�HM,�!{������}��Oa�\u001d�B}�\u001c�ھ����\u0016�~p�K��CD�m�~:\u0007��{-\u0013\u001c�D�g�V�ȏ�FA\u0011V�\u0012{e�C�B�=)kQ�~�}\u0015A4a\u0007�\u0013\u0000?~d@�Lje�\u000f:؂��B\u0016r?�kz���ώl�Qt4�j�t�8����)*Q΄��\u0012K>��9A�\u001dS�B`��O�J�s\u0019\u000bR��\u0006E�;����ҋ�T�\u0003��S\u0006 U�B\u0004HY��X�i\u001c�>�Rc�˿�\u0012J�n��y�\\A�Oᅇ@�$$��\u0000�&\u0019m]A�RD������,W#\u001cN��y\r\n�\u000f\u0012VVZ\u000et\u0019�\u0001���\u0007x/�J�\u0007\u001f\u0001#�\f`��\u000bk\u001cP\"֑c�� �e�\u000e�6�\u0015\u0005v���\u0012�X��3'U\u001dU��}ܡ?�\u0003$�Oԟ���a���Y����5��\u000bw_��\u0017B��%��6\u0007�kI?\u001dm�:�jhv���q\\W-\u0013���j�u�\"\u001f�\u0014sUɄ\r\n��L�,x_�H��;\\iu+k���˽��\u0007�6#k�>kzm���C��\u0005�q\fKf\u0001�|\u001ae\u001b�$�P�}�l5\u001b�\u001f^H����e���/ �\r\n\t�}�\u001e�\\�D�8�*��\u0012����\u00163���ji�ڝejd5#k�;f�yW(ռˇ˙&����\u0014h���4�S\u0005�j9<�A|\u0006�tWd�^\u0000�F`=�UP���\u000e�al�<��\r\n*Zz�\u0001��\u001c�A�U2e:2��F�uv+7%\u0013l/��@M���P��T�ԑ��=�ٙ�A�k�;H\u0012��\\�\u0005�!\u001a36>�$5��?V�a���\u0003p��a�1���'\u0014Y���I�U�%.c\u0018���#\u001f\t����\u001c��\u0005��{�\u000f�yR8��ډ�\u000e\u0002;��l_8*��wC�g-�\u0002��c��\u0017\u0016\r\n�By����\u0013��\"�\u0018�\u0001x$��s���\u0003@\u001ab�\u0001�*;���\u000f�B:蹤\u001c0�K��[N)TP�3��B�G+����2z��\u00063�X\\KE�~9\u001cn�yQ\f�c#{�%�J�%`1\u0015_tC�Z��?��\u0010�,\u001e*��tFfU�vC\u0012���77WؿZ\bUN���δ�S%\",�L�o��'���\r\n��*�\u0003��\u0019$�pF��&A�v:H\u001a�p�\b�\u0002��Сx� Ԣy�[\tfT�(�a����81��c��g����(\u000bO��&m�l�J���J}\u0004\\���I^��Ƽ\u0012ޏ�kq����\u0017@�+#UV�x}���dM\u0001ʥ�G�+D&�oZ��!d�Xq�k�͎���*�B')h���~���4�s�N��ڂX�DTK\u000b��b�\u001edg��S\u0000\r\n�s枺�%�1�\u001d�Ja�H�\u0005������FpZ�]`�<e\u000e؜��;����\u0011�4�]l�\u0015_�$mp���K�_U�[D\u0011#\u0011t\u001d�\u0010�.�Uw�|�\u0001�;���\\\u0004�d-9nHp�#�^���>?MʯwE�!���\u00170�6�!����\u0019\u0001��c?\u0007Ȝ\u0016i@\b�Sʈ��-��P-�1��\u000e)�/H7�<Mэ$]�T��-�z\u0007�fTM\r\np�\u0017/��k�\b\u0002���C�{�t��L6\u0012���xKn���t�O��`�F�!�\r\nA�3\u0014\u0012�>��\u001eSJ?��D�T��~�l`kv�TY�2�_%i\u000e,�\u001bI\u001fە&ku\u0017��O��#2��X�՜�V�{\u0001I��s�4��5vB��\\��s��l���0.\r\n��9\u0002\u0002�>��f��g�\u001aГ�\u000f�4\u0018R\\2��m{�Z����P���Ώ)\u0011v�y7�^�\u0013(\r\n(��2F\"�sި6HZD���1\u0002��\u001b���\u0001é�,�#_«�3\u00104/���\u0010�̯ ���4u�w1\t��Y��*�ײ5�/�\u000f!��N\u0018�/g�!sߔ��k\u0014�.r�6��|\u001c����Q���:�j\u001b�\u000bZ\u001c�\u001eC[�\u000b��=y\u000b-\u0006/@P�Pk�OD~�D�\u0019P\u001dAYꎶx�\b\u0012X\u000b!��\u0018��\u0013v3�\u000f\r\n��$\u001d&d�\u0019e.|Ǌ]�U����\u001ew���Vm���\u0015�����u(\u001c�F�0R��l\u0015��jG��h��\u0019�����7\"�-��9<z�'�ӿ�t��(\u001b'_&\u001bfzU\u0014Y�}n\u001cMٹ\u0014\u0002�}A�w�.�Oo�4\u0011���\u0001�����<=\u0003\u001frn�\u0010��\u0010:m B��\b���}\u0000\u0005��<\u0012N-�E�-����\u0017CR��/�<OsVB���1\u0011�R�\u001b��V�\\������d�\u001eI=\b�GR���\u0018M\u0010!�h۞��[���(L��\f�\u001eܼ�'\u00164\u0003jM�Bf\u000f�},�\u001b�@��\u000f/5\t�~�a7�\u0004�Ƥ�u\u0019�S���6u���z#��pB��>�\u0005�үwh�}��Z)cG[r\"�P8\u0011G �Q�\u001c\u001d3З�g+v��R�����\u0016?�_E}d�R��@��k��&YS;\u000e#��\u0001<�\u001cڲ��ɨ̨��RF��\u0001\u001d�\u0006`�fWZ�u��2��^����-�D��X�К{\u0004�u:��X�yom4��H*��\u0017��8-3�j��b�\f�,�B�A��K\u0010K�y�r�=D\u0014��\u00069��1�L�^�\u0000f\u0006�Dp�D�#\u0001%{ �Dp,�H�$���e}��o\u0016Ӎ�\u0002�Ћ|+^b\"U;�uK\u001dnyf�\u0005�/��������\r\n۴�\u000ey\u0012\u0011��\u00005Y��5��7YN���\u0004H�MnuL4����\u0004���\u001d�*\u000e�h�\u0002\u0005l!��&_9��O�;���'lj�}-\u001c��B\u0018�^�\"\\�^��_��X�\u0014Y�\u000f$�G�\u0017lj�\b�Z=����4\u0017cG\u001c������5M��~/��\u0015���z\u001cY�ժ0�jZW���Yİ������\r\n��T��wbEU�T\"0���L����!pzgPz��k��tk\u0015\u000fۢ7\u001cۡ����\\MQ~s=���2N�@]��ǝ����^�\u0011���RD�#\u000bj����͸T�]zb��I׮�\u0014;���\u001a��l\u0007�?�p��\u000buU�9� �>�PG���ܘg7���\u0015Ud�\u0007���\u0012\u0005}\u001f\b\u0016�(N�� \u0018\u000b�&�\\�\b&��$�� 0������o%'���g�X��ѹT�ʜ�=;\u0014�/\u0005��#���@��\"�r+F;\u0010������C�s�]�M�S��d�?c���\u0003l�\u0006�Ĵ��\u000f\u0015�V��\"�����\u0005D�\u0013O�\u001d��~\u0002��KX�3dG!Mb�3�D�\u0010w�\f�\u001f����&ڂf2]�%�ʏ��_�\r\n�����B\u0010-\u001fV��Neݎ�H��v�ڎ�¯�w\u0003�Q;�����2@����8��왔���\u001a>\u0005��\u001d�\u0003\u000e�\u0017)\u001f��\u0018�\u0011PG�F~C�$�\u0017?C\"��k�o}\f>��ا�`8��O����8��Oݵ-�R\u000f��r� �L�p��!�\u0001W����pѹ��#��\f9L6�Ԗ�a�\u0000wam��\r\n���2�rj�\t�B\t�}-\u0001�)Dp/�I�-�\u0006ĦQw�\u0017�$��&k\u001d'�M\t�\b/M�|�%���\u0015�V�f�j( \u00145�e�q���Nc\u0014\u001c\u00066�\u0017�|J�S� �\u0005U���r�%*�UMz$��G�,P�x;\u0019�����\u0018\u000e��W��\u0003��fV��ߛ\u000e��&(�P\u001cw\u001d��^�z\"�|\r\n��|S�^�C�{\u0007I��;\u0000���C��6Q\u0001\u0006^�-'%�c|�lf�d�X5�$b?�#\"4Sŗ����\u0003�\r\n��1��\u000e��\u0004��\f\u001fBM��ʝ�\u001c�]-��qd%w�;\r\n���R��k�*Et0(�.S~\"\u0000��\u0006�9�g��i��\r\nd\"l�H�L\u001bJ�ꪭ}t�3t\r\nG�\u0019�,\u001dg\u001b�w\u001f�ϊb�H���\u0015����ϩzݧ$�M���t�[l|.\u000f��L�j[�Ո)̥\u0000)\r\n\u0011\u001f��p�Ƕ�h~��%6�d\u001c�Ƕj������TjR����:q�N@\u000fy\u0001��.@��\u001d�glr� ��a�Ʒr\u0000��L��\u0004|��ʖ@M?��%����TU\u001e\u0014r�g�\u001aA�\u0005+\u001b��t�٘�^\u0014z��\u0014���\u001e@0 <�]��� ��\u0016\u001c�.�+=�@>p^*�c/R\u000e�Ú%\u0012\u0005������\u001a\u000b<A�\t�Y^�\u0004����B9�\u0016\r\n�\u0003�� |�v\r\n��L�z-Wy�G���t�̭L\t��t�W+a,+��\t�5쫯T\u0004�D(���s��Y|�sH\\<@T��;\u001eBق��}\u001eF�c\r\n��I'o\u000b\u001d�^{�Њc���\u001c$���i�\r\n�!�E�дt\u001a�\u001bI/��\r\nZ��\"�V�5Uˤ\u00175f��w;`\u0010\u0016p�0��\u0018\u0003�\u000e�\u000f=\u0007�c\u0001>q=\u001d������u�4I\"Men���4Oƪ\r\n�p,^2�\u000f$=v�;����t�2����\r\n\"�y\u000f��\f�\u00029|�l��\u0017E����(\u001d�\tI,C�-\u0006\\������=\u001aV [b�\u0017%Ч�D<9\u0019\u0013h� a��&��3����>U�R\u000b������(����\u000e`�\u0016ŃZ�M'ɨ��8�cy^�ڱ��ԗ�~)(d��e��\u0000��\u0013q6�8�\u0003��o�\u001dt��M��hZ\u001c��H\u001a�FUt��Lngä�~���a\u000f?�ɤ�T�\b��S��yZ��\u0017�a1J&\r\nV\u001c�V�֒ؑ\u001ftq�Z��\u0000)\r\ngG�%����A�\u001eA��D�b��\t�\\E���!�u_��e�C�\u001a�\u0010��8���u2�c:���D�Y���J777��H�#\r\n�~�ʵw5�\u000bN�\r\n��� �nr�3��|\u001d��{r\u0015}�LЧ��U�\u000e�x=\u0002`�^�\u000eS@�{P��8\u001d��(��86��N�yA+���4uu���p�#\u0019\t�Y\b\u0002v{\u0002?�ųb�\b\u0017��ŨJ.9�&�R�q�P�; ��I��p��\u0002WȒ�F�W�h�LGy��F�\u001d\u0004��\u001e�:�\u001a��)\r\n.\u000e���\\\u0014}�׽\u000bɤ])�3�݀�l�\u001c��RI���\u001b�6�z\u000fm�tc���U�\u0002�L�W�\"���N6��߄C��㪔\u001c��V�\u0002\u0006�w���\u0012|��@R���\u001d$�$\b&\u000e�[\u0017\u0005(3�6��,Eh�R*\u000fVL�C`,Ux%�\r\ng�\u0001E�B�ʉB*��gǡ�\u0019�z�c?���V\u0017�_�1��SE����Q@\u0001g�Jq\u001ff�\u0012��;��I���آՉ�6\r\n���\u0017��W5T���\u001a\u0002=+[z���C��F2\u0012��h��%̢�k�nM���JO- \u0015fzmYīy\f\r\n�:6�:x\u0001\u0011H�m�[�\u001f{��\u001e>�\u001c��\u000e!b�\u001ev\u001052=�M',0��e����t�hDS\u001f�K|�&�-�P~:�5'����=l��x�j\u001f�8���[y��\"�yMj������4/��Лo�bk�,�\u0014�\u001a?`x�]������\u0002\r\n%��tc<�H�o��8S����右�F\u0003o6�|�:�����Ë�r\u001c\u0017E�z2�o&�\u0006��\u0011��/�E?E�\u0011�G\u001d�\r\n��k���t��#=<�h�\u0003�=�!�\f�&\u0019����@�\u000fm�x\u000e�\u001e����~OZ%MY��N��I/�V6��ɭޤ���8v���v\u001fCE�]�\u001b����\u0001C'@\u001fX\u0004��8\u0000�>@E\b����ƙ��\u0014GJ�Ԅ&�^�D1���]M-Y;Q�X��Rj�9���(�J��\\Q�0����\u000e�U/ �\u0004���@�b��ey8�x�c���%C�\u0001\u0015K�j�q3I�f\u0006��@<R�+��t�<oy�D���t{u˜������H\u0005�p$\u0016��:-$�\u0017�\u0000� \u000e~إ9o��+\u0002�UCYa\t5�Z�����r�Jg7�E4g�q�K��jz��%xH}h\u001eW�?w#�����8\u001d}�����;�\u001d���%l�\r\n^�v׭<��s�>�5:��Y��\r\n+\u001e?\u0019y�\u0010#ƛ�tL\u0007\u001a~\u000f�\u000b�\u000e��/�OI���ٲM���W�o���\u001a��o�<�Vψ���t�KGk�dݤZ��ԉ}_\u0005V]�G$x�\u0016=��NFL�B\u0016��&9���R��\u000bs9B_\b���Q�p�\u0005\u0010I�\u0004�şI�\u0018�\u000fo�3!M�����F9�\bO��\u0004�Bu&j=��Xbr�N�rG�\u001c\u000f�ثE}�:M�;\fl�����-������C06���'8��d�\u001b�So\r\n����љ��)�v#�\u0014��>n\u00155�\u000f@񵣨\u001b֞\u0001��\u00056\u000e\u0007�N\u0018wK��\r\n^\u0004�m2\u001f���߈j����^�7K�j����$Oog�ɚ�\u0010�\u000em�ǧu��L.�ڮ�J���?�\u0000�\u0001N�����\u0016ս�b���6\u000b��%I\u000eϮ\u0000�M�'��#b�\u0019�0�\u000f�x{\u0003�g���5���H\u0011�8��?�W��2\u0010\u001eir�ɇ� ��G�4\u0015\u000e�~��F}���e�nd\u0007�rc;�� P���G�8��\u0017W��U\u001f�-�Gt�\u001e�\u0019V�D?�\u0005K\u001e����\u001a'�wl�B�����P�C�\u0004,��bB\u001d-�@��Ɵ-8�\u00121P1��d2�\u0001�c[D��32h\u0002\u001c�\u0005K �*�?d\u0005<\u001e\u0002��\u001f�I�Z��hUk\u0004\u0013�A�&�\u001e�3��G\u0010<y\u001aL�s \u000f\u001chT�\ta�\r\nq\u0000�čj\u001a>��\u0017��ޗW(�{D\u000f@�{ޔ��c8�\u000fD�W$���\u0006�#9���]᷆���~\u0007�B��{˚����\u0006�\"��D@d��N\b\u001f��p��N�Q\u001b����\r\n��V���9\\���I�by��1�K��\u000b�G��\u0002 \u0015jP\u001dI+瑬�W}�����\u0010�\u0016TL\r\n��c��;\\���\u0001�~]z�����>�~|���\u0000b�L�Rz\u0006��S\u0001�\u0002��G�J�\u0011/�q��\u00193C�c�nk��Ӕ\u0012ږ�e5�e��\t3�N�r���\u0012\"������7\u0002SG�~��t\u001f�J\u0004$�Q7p�>/���f�=�63\u00131 �c/�}�v�޲��a�\u0006\u001bJV�f�E˺\u0013�8t�an!�ɑc�\b\u001e(�H߱�^��5�\u001d��k�j)\u0007o��J�ҷ�����I��\u001dp��`��M�I�g��׊�\u0016T\u0004�7�\u0006cU�X%��N�0Q�h��EJ�G*\u0005�rH\u000eD%�~�>O��W\u0002\u0012�3;\u0003�\f��\\�*4ݘ�A�\u000b��n�R/�t\u0001��-\u0003k!-��j(��\\\u001a)(�FLعc��O5�㭄ȁ��[\u0004�\u0003��|_�A�'�D\u0010�M\u0013P�j<�J�\u001e0\u0007�\u0002��!��cU:��\u001e���H;@<���'\u0012��MX�\u0014�����T�Or�Hd\u001d�W�b��l�f��I��Kc��v��9\u0002%\u0013�f�\u001ew�Dƽ^�T�#RO\u0003�)43��<�mӰ\u0000�@Y�V�\u0011U�P8�_\u0003,\r\nҭ~�f,�\u000e]���S\u001b����J�u݀3�A;�\fb�C�{3�&b\u0001r�~\u001d����\u0002���P�Wk<\u0013t��]�\u0010�+���뤗�P��~�����\u001b�]ƚ-�R��Fv��\fut\u001d��\u0014��\u0003\u001am�q�!�_\\E�'��/�q�4%F�k�Ε\u001e���(7%�\u0012:���f����^1\u0018��ͷ��� ��f\u001b\u0015�k���3ו���>�����\u0005\u0010�\u0004�x�S���y\t��\u001e�\r\n��T�$�\u0017\u0014FQ(�u�� `��\u0002\u0006qG����]�(\u0004�H�\u0015tv�\u0010)J��\u0015�\u000f+�Xo��\u000e \u0007e��z%�`�5\u000e+�\u0013��\u0012Tɿ�\f9n��r_��(�jg\u001e�;f�O\u000f��p:謙|�8�\u0003�o��=]^8��zdȫy\u0012�����\u000b\b�WM��*#o���\u0019ѿ��!��^bQՂS��k�b+O�����i���x�6�`xq[퍧�B���\r\n#\u001d\u0001�X咞B\b��[�L��By\u0003�(�S�\f��]�=�3�')�[! 1�C\b���|ǻēӿ\u0007�\u0016�(\u0007���\u0002�e�R<=��U¸n���\r\n� \fZ3ݞ&�\u0016[��a��\f�����\u0004ǿ\\\u0015v��2M�a�s�&Ht4\u0016�}�ϼ\u0003��K\\��']ʳ:�6Y%��8OIh;Ւ�5E�\u0006�`��7�Q>5V�Ğ\u0013�\u0018o�笞��\u0014�\u0012�\t�$�K!!�#nI\u0006�d�쓷��D�$��t�w8$%&\u0014\u0005���q�c�e�&/m\u000f��K$j\u001a�t@�s\u0019m�g\u0016������%�2\u0015��\"\u0000;�F͌\u000e?*P��\u000f���?���:��s�wE�\u0019��(��Z2J��b34V�Z�\u001f[N+���(��\u0014�xu�cMa�\u0011Ԛ�\u0012��\t���k�����m�t�t05�.E�\u0017\u0004��Z��k��X��3�#�\u00011l&?�\u0019�H//�!T\u0011U�(&\u001f=�\u000e\u0002/��\u0015{+t�)�\ba�\u0011���(��&\u0006�<�q(\u001dĭr\u001e�Fe�D�t�W��\u0011�F\f��\u0005�\u0015W�X�X�+:\u0017�\\\u0014�S�\u001aW�}�a�(D\u0012���\u0002��(�;~\u001fTt#8uo�z������\"�\u0015�-�P�\u0010&|\u001b�g\\�7L}<D��\u0004�\u001b�J��G�g��g�_��\u001a\u0019�l|��Jx�s}�\u001c�\u0000�\u000b�\u001c��h\u0019\u0004%\u0007ԵS���4�5!͐W\u001d�\r\nhs-�m\u0015a�u�J~�AU��\u00174�<YY������\u0001D�s$Y�{j*\\�8W�W��6�(���#�j���gfV�\u0013��\u0017�\u0012;|\u001d�L\u001a�\u0004��j�2SC��9�=q\bU�\r\n�P>\u0016=^�G[m&�p&��Q)˿\u001c��B�n�\u0013�L:�`�Ir�y6Jr��K��f\u0018��z^��$Ԡ]:\u0007O�5��\u0017«�\t/N��w÷�\u0003�O�ѭ�o$�����\u0012��ٞ~�W�\u001c\u0016�Lc���q\u0012#\u0017��]s���.�[k\u0011¢nh��m��\u0016b\u0013�B�$s�)}\u0014�\u0002�)��ҽ�#\u0003\u001f����5ԓBĂ�\r\n$�����6�@�T���:���\u0014�ԬS\u0010\u0006�\u001d�mX����jg=�6��QZf�\u000e\u0005)�yV?���+�H�~xL\r\n���C���pc�\\\f$e\u0004�\u0017�\u0017��J&�q1J�7v���و�vO�Q�+�{@���\u000b� N\u0004\r\nC�v\u0007`�_�bKY�d��]V��\"��h#���>�,2\u0002*��\t��7%���\\����.��vX�}\r\n%Fr��\"��C۫\u001d\u0000/�\u0016�$����\u0001�\u001c��f��&ӖƲ���]CAWf\\���>���wM�\u0006���\u0010nB�.�M�������\u001emQ$��%��D��G5^{�i��5\u0007�r\\v߫p�+\u0003�����;�$�(�\u0015��X!\u001b�<�4��8t�P�P�>L����Re˕g�Iw�\u001a;�����\u0003���7f\u000fe\u001f\u001e���κ���I2Jp�\u001e\u000e�O��M�a߭�f��/=��6�iҵ̄��d#����E!�\u001a�t���{�\f�ّ\t��-�����\u001a�FF�e\r\n�\u0010\u0017���\u000b\u001e6�\r\nm\tWn\u0002��ڎG�E�����@Ri3;.�����K��i�\u0000Ӱ�歹�yH��\u001f�%���\u0010�\u001e���nf�\f\u0005��=�\u0010\r\n��0�\u0018e�\u0001�\b\"R��9\u0002�'���%��2�@穰��qh\u0004EKB�e�E\r\n\u0003�=�Jg��\u001d��9��_h�*^�(��\u0005]���m_�xQ}2*\u000b���L9��f\u001dB�(�m{\t�\\�h=a�-�BOjr3�կ\u0019G��^H��S�\u0000�\u000f�M�k5�)v����4][m\u0001��0r�@U\u001fV�Oe\u0000ؖ]�S\u001c_uPE�\u0015dU%m\u0013Z�#��b�K\u0015���P\u001d\\k\"^\u0001Hr��4p��M\u0002�\u0016����<��M��x�У�\t,��[ٸ��H�-�+w�G՛�X�6��I\u0019�r*��#Ԕ\u001e*�\u0019�\u0001�\u001aJ\r\n_�\u0004 Q�;�\u0019?�\u0019��m�\u0019l\"�\u0005�\u001ad�ʢH���H㤗���Y��\u000e\u0003ǳ[;��\u001a=�8��!;����3�rs���.\u0011.�)��@��\u000e�����1��\u000f��M��\u0011�\u001c\"D�*�*Dʼ6�}z�:\u001e�\u0019p\u0012�@��A}�u\u001cW9����mU�E�\u0016�\u0014��6\u000bT�]=\u0007��kGua\u0010��4�-�J�\u000fL�j�������>��U\u0000t�֗XNl�\u001f�='j-��5\u0014\b�uK;������\"/�c��;\u0002��-�\u0017���2��\u0013(\u0014_��!�c2���I����\u0018T��4$�.\f\t\"+\"�V���S���՛+6��2mJ��<Q�{\u001b�\r\n'tCOE�W����ZrG�W]��|!�F_@J��X�B^e\u0007���FXh+��d���k�񲰅%�i_�������۱\u0007^�\\���n����\f/�2�bn,M��\u0014-2[��,(�\u0018���@��X�[l\u0011��a��W��@�G�$�]+Oy�׵è�\u000f)C0�'��/�i��R��\u0012�\u001bI��\r\n�ڱi��A��3F\u0014��?\u00131ʞ� y�O��x�:qo�[����8n�zj=��=�}��\u0019�r!�l�9�@�\u0002ak66\u000b����Bm_�m�PZ�\r\n�xx\u0005\u00120�����*�]2$b\u0001Wѵ��+\u0006\u0004���fZW�g�66����P֞m�`���z�\u001f\r\n�\u001b�\"\u0004z:�\f�DOW�ε�p3�\fٷ����!=t��@�����g�\u001a�k�D�Q�\u0002\b�@�\u0000%G�4Fdl?n�f\u0012���\u000e���̤>9�³��rjE�M4�����>v��{%�Q�[�xc۳)\u000b\u001b�\\�8��г[u4|MCc���L�YG6�\u0012�GMM@�kε����Jp�gD\t�\u0006�ۃᤵOA躭\u001dU}\r\n\u0001˯� d5�e�{�\u0000�P�W,\u001e�Ľ �_T�h���4�r(zM��$b�����\u0018�J���T�\u001aǱ\u001d�A��\u001d�2U�\u0005� �E1�\u0014̥pH��I�\u0013\u0019\u001c\u0013�<U�y\r\ng��I*~�\u0019\u0012t�.����]҉��7���쏾�l���\u000e�\u0006�*7�&����k��yv�7\u0019����[)Z/67\u0013��S�m�����a��j\u001cG8���eג�\u000f��P&��'8�\u000f�f\u00063��\u0018�D��f���\u0019�\u0007�g�ƶ��F^�k\u0005��f[.8��JG�,s��\u0018yi\"�ɒ(����Q�\u000b+U\u00020'!]AU�\u000b\u001e�V-�G\u00148�AA(�3\u001eA1=+\r\n[�\bF��d���vDN��2��\tX�W��s�`p\u000fz�h�����?�\u001e'w�Z\u001f�Jg3����t3MI�|g�T�C\b�8~�Z\u000b\u001e\u0003\u001d�\u0012\u001b$W\u0002�\u000f᛾�_����� Մ�\u0004��V����3z�;M�\u0002�\\��y\r\n\r\n�9U\u0007)L��Uz���&hs��щ�\u0014el�'�\u0018m�x\u0006�\u0010��®M�\u0004��q%�\u0013\u0006A �\u000b��D�I%\u0006�=�\u0019c��}�i���\u000b�1T�|'e�\u001f�+ʙ�gz\t\u0011*$���>��i�`���[��@S�Ϝ�\u000eL�sX;�0�s�B\u000f�\u0016�j�V4��\u000f?��\u000e��kz\r\n\u000bhI�K54SKt�h2X;ڒ�,�|\u001eH �s`�so��Y�\u000fJ6\u0017�\u00169����\b\u0015f�C&��H;ǁ��x������\u001c�e_�s\u0018����n�R\u0010SMBq�\t�\u0012���\u0005KA�\u0006\u0005@�VV�N�0\t\f�]�g«8�)\u001b��Cu\u0001E��F\u0015\u001b�O\u0007Y����9;\u0016xV`ǖ��kAm����.�Y�\bB\u0002�B|�?�7�\r\n�c(N��|�'��S:X ��2��A��+�H\u000e���@s�ژ��~}\u000e4k\u0011�\u001e�C�L�˗E\u0011��s���8\u0004�Ϲ�\"$<��\u001fԡ�\u0003%�U�+�dܭ{�#Z��������<�#\u0005�H\u0006Ū\u001d�-\u0012\u0019\u000e���V0/�v#�[VA�%��˵@�\u0013ȯ\\�\u0000y��j��H��(\u001e\u0015��J�\"Z�fM`�g���d����\u0004gc&T�Խb��\u001bĭe�����R�\u00139N�o�\u001c�\u0004\u001dC���\u0013O@<\u0006�����ÓG\u0012��\r\nI&���]S�q�Òd����\u0016l!�-ҜY�:\u0019���k�^��TY�Co�>�5�\u001c\u0010�}T\u0017[�w(�I\u0010\u0010cN\f�fd�A.տD��0t\t��p����x��NNh9�h��.ȳè�!}�\u00114�-��8VP`0����똧�Kr�=0%/8\u0004��\r\n��T��0�\u0014I��LJ\u000e�\u0010l��8I��\u0016��,\u001e���\u0017�kŴ^K���V�\u001a��p,���Z�̷�\u0019/ۿ҄T(��k�8.�\u0014��u\u0013ɽ�\u0005f\\+Y�w�\u00033R\u001dO\u000b�����\u0002����t�r\fR\u001f�W��$�c�$9���u׶\u0002����U�;\u000er\u0011p\u0019�\u001ax\"+#�J���wۣP�h\r\n���t��鰗��ߊ�P(\u0004�a��NK�̳��Q;V���\u0006�\u0015�bMc�Zo���0D%�X\u0015�����[��~�HX�{���AS�vm:Iד�m�&M������0�j\u0012=�T\u0014��\u000f?�_�\u0017�ݕ�����RDd��\\\u001d��\r\n�OHm�G�\fT3_�%\u000e4\u0013�^l�س_KG�f,6>:���\f\u001a\u001a\u0007�r��\u0017��$A�E���tC=\r\n�����t��~��|S�t�.����\u001d!LL��7�`?��\u001d\t�=��\r\n�}ɍ{�\u001a���\\�b�\u0017��\u0015��\\�5/���+>�8�\u0002�j�\u0005�s�\u0000��m���\u0003\"Ƚ�\u001a7�qɽ\u001d�zϹ\u0014v>��_\u0007�\u001d��p<\u0010��1��!��?C��)x\u0017\u0015Y\u0001�/7�^'��`:q,�\u001c�����8\f�򮁆���A�wh�ǩlF��\u0013�\u000fG�|T\u0005S�q\f�w�:@����N\"���M��t��\u001a��=\"(�.\u0011ѻj�!%2�s��!�\u0019\u0007���\u0005Zʼb�2Cb��T�/�\u000bp�O$��������Ϧ��Q1I�\u0014�g���!��\u0019Mq\u0002*����\u0014ˈ���d/EƟ��of�k߃2�2�2G~\u0004I�\u000f-�p$�X^q�!ca�u�~�X�\u001c3�.^ivЖ�\u000e4�T�\u001b\u000b��L%L8����z�K\u001f���s�~��&A/��r}��K�j��L�>�J�3��|�O�d�\u0003�$\u0003y`�X�C\\�).�\u0018�B�B\u0018��\u0000s��U�\u0000��������%�\\�k�V\r\n4�O���nh`7�A�``.T�g$ڣ�_}~\u0003ա���\u001e�&PŞ�\u000e��3)\u0019C�gT1�$\u0019\u0017�m�q\u000f<�#���w��<��kW�n�\u000e�\u000f���%\u0018|�>�a�\f֕���]�MI=\u001d�\u000b\"�/e�U��&�d-iц���i�:�Ꜩݮ��(M+��o��;�d��r+]]�WP\u0010�H$\r\n�n�JnA6+2�E��č^�^��7��7\u0011�r\u001b* 5C6��Aj���j\u0004ȑL�֬\u0012\u0002�e����k4Y��\u001d��*�@Ch��^\u0015\u0006�8�� �K?\u0019��dz�ڈ��<z��uE��]��q��\u0001]\u0010\u001ak�*̙�\r\n|\u000f�m\u001eC<&P����\r\n�C\u001a\u000b0\"�\u000e\u0003���%�~&#�2�6�zM\r\nˢZ����o!^h(����l+!%\u001e�ǃqސ�\f#�q4���puiϺpMP���+���\u0002�*��\r\nd'�9��f��\"��)s���\u0019P�+^\r\n�|��$㑚�\u0002�\u0013�MM)v�\u0000E���iR \u000b\u0005�\u0017�6��\u0004;�ei\u0005�N�k�,a�� A��]i�p�.�{W}�k�x�\u0019�A\u001e�70�yݢV��>Fm\u001f�>���\u000e\u0012t\\�,�\u001f۪?e��#��q�(k���\r\nŹ$�I%�v�a]���c�C{��ע�ګ��B6�\u0011/󦁺7���\u000b\te`o:�O��w4�wm?wH�\u001f�F��n|���\u001e�A3�sNB���������t����\u0018�M�O\u0011��&�x5���1\u0017.wd;%�9\f�|$�*��.q\u000e�Z�:L�Ȇ��!}�'\u0015�\\#�=L�Al<�\u0003|\u00168nk\u000b�@���v�\u0015����\u0018�_���O�Q�L�\"O6�zѹ�6'\u001br�}_4�l��\u0016ҍ�\u0004\u0007��P�xe�+�FF|��>�W�\u001c�:�h��*��!B\u0013��E��CEh��\u0007)�\u0007��@�J\u001e�\u0019�\u001f�,\t5�ʩ�7�\u0002}�+�����d0� \u0002�%�Δ��n�5e� \u0018z��ǕG���a��6\u0007\u0003�\u0016��_\\+\r\nmK#\u000eW�\u0015~�t`�8\";^\u001c�\u0017m�d��\u001b�\u0007v\u0003�2��:}<����d\u0014z~\u0010x��X�k��T\u0017\u001c���bP��f��+ ^\u0013�\u0017\u0002��\u000f[l�Lw=zE¦��Dx�J���簗��Al�����I���P`�\b\u000e�G\u0010U���\"��w�[�J^����0�G+h����\u001e\u0019��^:��IgTܾ��ڔ�w�6R��ٶc�j-���GqQ=�[+]�\f�Kb����5�v\u0012����/]V��\u001c@��B\u0005�\u001e<\u0006R��G�$��x+�7���f��V�!�� \r\nuvE�&���cfp�I@�E���O=\u0014E����\u0000��\u00026���(�AR�g\u001e��Y�)q\u00159�'�ӾD��[�Q؜1]�Rʪ���\u001eB�r(�\u0006�@�V\u0017��\u0002��d�fҢP�y�\u001b\u0005*\r\n�v�.�N?\u0002R\u001c�\r\n�ch\u0011�^�\u0000j�\u0015޾+\t���)o�9���h4{��/?}���\u001d\b:/��� ND\u001es���\\$<��������\u0006�3�W\u0003�Un9�tV��\b�\u001c\u001a\u0011\r\n�\u0006��/\u0015ظ\u0006������)U?��`��e+��֛�\f��\u0005G�\u0001M��\u001d\r\n\u001f�DRq�+h���=ɓQ�:���\r\nc\u0017\u001e��8ak���\u0017�\u001e�a�֓�)Z�>�ZQ�7d��,��>�ߟ\u0001�rW۾xB\r\nvL�^���+N��j��M&Zy^�@��+\u0015\u0003�M\u0004�\u0017��-�K!H}��Ϯw8��\u0017Ҿ��;ι��?�(\"��\u0018�o�m��q��x~�������\u0011�\u0010��>O%\u0003S\u0019�q\u0005��3��.%z�8��l#M{����I\u0001�\u0003���\u0004�L/\u00007,���ۼ0�(ĮB�\r\ny�u�IY?���9]\u0019g��߇nc�\b�[~�׎�\u0005x��.2>� ��+�����i��?��w���?\u0010� s=�$OE�\u0010vTײ\u0001\u0001\u001c&�Ik\u0004;屻D�%<Ǫ�[Mɡ�v*���3V��?\u0002�\u001d�n6\r\n#z�/66{˽e��\u001b�mZ�O��{!�ݤ�B���#9��a6�AZ\f�ucTi[n�.\u0011U�t����\u001eS���􄺩*��\u0011�V���sP�bhݾ\u0014\u001a��a�q- �#�h��E/A7\b9��\u0013�����ܵ\"�����(S���\u0001g���K�Y�\u001bb\u0003詊��t(!��V�_+V?��)�\u0001\u0017��Y�C\u00160>��޾qei��X��6R��;N6R�,���A\u0010��\u0010B��-�!Tg�'�Q�#tc�'-�GY�>�%�Q2��~�V��3��Ə0�<@q����Ru$�]�� �����\u0016�[���מ�\u000e5���Ek����\u0003nɁ`��0\u0010\u0016|\t�B�\u000b\u000eX�5��\u0011ɑT\u0002�z\fQ��\r\n4A�\u0007\f:>%\u001a:�$G���'2�6�\r\n��%�bn�CJ�[u\\B�\u0002�\u001dW[K!��{#\"���/��\u001bI\u001f��kI\u001f�V\u001f�Z��Wz]*����\u001dF��\u001a8�{��Ҙ5Og�?�7d\u0016_�_ۑ~��^�B#\u0004y\u001f��(R}�\u0011�Q#'ja��\u0004�h��\u0017j\u001a_��+⦈J(q�����\u0005\u001b\u0015�˹�E.>UgĨ�e���Ŭ�:�O�5J��T\u0000ǁ^\u0005�-�ij\u001b=F+��8��L�~P\u0013�.�uo�Kp@B��lAׇS4�;4��d<��o\u001fϚb\u00019���R�}\r\n0\u0012i�BPalIlS���\u000b|׳�6��P��w���\u0017=\u000e8\u0003K�<U\u0005��D��[��\u001fG\u0003\u0017\b ��EV\u001b.�|a��48�B!�S\u000eP;�X��)F�h:�|s4\u0019��\u001f�*U\\�W�r\u001dӆ�\u001dH�Ϫ�4�Hz\u0017$��.jk\u0018��5u]\u001e\u0002�sV-�j�w)1e�D\u0006��\r\n��\u0002/pb7X��T3�\\e�GМ�1;K\u0010Ttq�@�I-!�k0��oAd���N�&�B�ຉj4�5ΒAj.w��0\"\r\n�\u0015w ��6k���,\u0016�o:\u0003��\\D��PVH�#�3v\u0000���;҅-%/�aAz�\u001fyͶB�2^�Cɔ4^Q}�`\u0003���h��I�nfyڹ�ק�\u0010\u0010{!��BUNS]�\u001ay8�˄\u0010���L�l|��7���vu/@t�e'�\u0013 �m�#U9_H\b��|<��y:�*F�&id?�|7l���4�C��u#W8���죷Prx\u0001\u0019�W����2T��m\u001a`��T\u0016\u00076b۷Ǔ/�F���~u��'��U�7?�:�z5��\u001e�,�e]k�Ib\u0004�\u0019\u000b�D�v@ѹ��U�\u001bt\u0006C�S��O��*cq��5\u0014øޛ�@��V�����\u0000}NB᫕�4\u000fj�\u001bf�cV��`�ol�^\u001f�n�2=����*u�6\u001e]��|��e���{\\�?(1^@iO�\u0010Hr����\u0012G\u0010GB�ѐ��\u001d�q�*\\�I�09�yGéx\fNA�ϫ���<\u0001����\u0015�ǓƂ�1\u0015\u000fP�ߞC��\u0000|E�, ��\u0003�����㯿�\u0014�$\u0019M?nti\";�\u001dK\u0003�۾��I%�u�i^)\u001aԿ\u001b�\u0000\u0015xe�}��\u0017.u\u0004o\u0003y�Bk)���o\u0016���W��X{�\u0010�$jù��k�����|�?���\bV��0\u0015͏A�U6H�qlT��qA\u0010\u0007��8V�_���t\u0019�_6\t�#I���\u000fe\u001fE�/�!%�\u0010Z?\f�Ї\u000f�B�F��G�����)S�,���\b\b��\b_���\u001a\u001e\u0002\u0017w`��\r\n\u0005�ʲ��{ed\tN�C)�y\u0000L��t�+�'�]� \u000b\u0016�>�k'�\u0018U0�\u001aW\u001a^�dB�F'��JŞ�ڡ\u001f���F\u001am\b/���G�JE��\u0006g��\u000b ���ƥ��q��״�9���p�5W���Gy=4�\u000e�b@�EG�\u0017��u\u0011i4�M�\u0012�Fq5\u0001\u001f!:��V]ԏ\u001a��f �#M�9�W�1}WN�\t�\u0007�\u0019L?\u0010\f�N[���Rr4�' !�\u0003�'��F�����z���L\f��H+\u0006�vb���.yM\r\n�ǃ\b�gV8��\u000f\b�|k#�23\u0016�ڞ\u0017XVk��h9�\f\r\n�ݓ,�\u0003�Z9b\f���\u0006{�(տ|�[�\u0000����\u0000��$���\u0017�3��\\�*�*������Ϲ���y;�\u0016c�e�e\u0017Pby�4�l�2Й�%\u0017�s�\u001e\u000b��ǣlmڢ�n�>m�Ծ����\u000f��\f�W`0�\u000e]\u0005\u000f�F\u0000\u001d���)�]�5�>)�y�kX�\u0018]3L��V>��\u001e\u001fτ���'�Q�E6��r;�L�y�ȉ=g��R�\u0019�'hI\u0010r\t^�D���\u001e�<Y�\u0010��'�1Î�\u0013jaO�x�\"�\u0011[]|�W���\u0001����=��#�N�\u0002\u0002�;P�ˉ4�%������\u0017�i�\u0013X�\u0012���+����M�c����\u000e��\u0015<�+dƑ�\u0002��k\u0006n�g\u000fE�`\u000ejH�{~*I\u0014ꢸ�4����5&�޹�\u0005��طl]�/��\r\n([�s��ܾ�kű�v��5�\u0003ElF�4��t��*�����)���\u001f\u0018�-/�����P��a\u000eQ߭�\u001ek�V�Z�9�\u001bc?9���=��$n\\\u0006tؐ�\u0015��G�\u001b�HUi��qÞ�3x�;�\u001e��\u0010�\u0019�M\u0016��\u0007D�A_Q���d���*�k��AkGS\\:K�\u0014�����Υ�_aN��'�L\r\n%E�m�b�$�M��f�\t4�ClȣH\u0015�Q���ú9\u0015��Aű���b�w �Yuj���>؂C��C��8��:ܐ�syGR\u000b5~�w��fp��6^�����.����b4�'r�p\u0017\fSI�Ur.E�����\u001a��U()Ҩ�8u왊�<�҆N�V��h H�40��D�}�I7I�\t}^l��$ˋ�\u001bn�7�awۋ\"�U�,�\b�\u0004+v�v��C�M��\u0002_��;�(�g��\u001cu�\u0012�\u001ak��\u001c�*�����M\u001c\u001cO�t\u001b]�&�\u000bh��i��\u001d�M��~i�r\u0004\u0018l��D\u0000ױǦ��I�O���839}Q����\u001cyuf�����=�\u001b��~W�z\u000e\u001c�Z?@u$`C�h�\u001e|����r\u0010T�c�\u0017��>��\u0015�#ʢ�?���Gp0�K�t�w�~��=q:��'�\u001a$Jt�ѻy{�ߌ�\u00078���H%��OK��\t�)���J�idN�P��#�\u0016T��\r\n��a���3y�\u0007\u0000<V\u0002F婫�\u0001{�A躮*s�L���\u0014j.�:\u0003GN4�xN��?��R���8NM�A�\u000bb��>�����\u000b�e]E��r��$%��ҏ\r\n��7�F2L��4\u001d%�i��\u001dx�hd� t�%�G_�Á\u0013t�\u0015\u000f�ޚ��X!q�G\u0004s:W�P���UX⿤aH�j5��'�7��NҴ�\u000b2��b�i�\u001e�4�\u001d\t�}\u000e��'\u0001%����^�����ܗ�\u0006;e5��?]>�a\\�J��\u0019l�!���\r\nmҊ]�\r\n���{�gLCЫ����C)��@�dv\u0018C�>�S��z.�&\u0013��\u0017Z��=zw�\u0001���-��2f�̴���\u001e��t�\f��j\u0010�fN]�PN~k��X#>��0��\u0013Z�N��1��X&\r\n\u0004okD\u001d\u0005�An�3)��e\u0019/VfM�b#�\u0018���Ӆ�\u0003��˽R��w!eQI���~�cjQ���ς���c���(�\r\n�c�+la[\r\n\u000b��u��r�XG���8��FJ4cdˀ�\f��\u0019�\u0016\u0000�AT|����px�\u0018�\u000f�JV(%o�C�z��h�\u0018DF1\u0006�8:Qkuk��\b9.�\u0007њ�NU��\u000eu'��v\u0006�r(���F\u0017FN\u0010��q4G���\r\n���vr/�w<��u�t���\u0001ikc���I+Rr\r\n�Ϟ���c}-\\E��nŸ\u0006\bN\\���0s�!z��$�\u001a5�\u0016CID��8�y�M�\u0001\u0014\u0016E�C�d��g�p���7��nYA�\u0011�\u0011h���G�\u001d�Z&\u0000*J�vc��L�\u001b��,k��&\u0018���6R�\b�2�\u0001\u0005s|�B%�F���\r\nC�|������T!�\u001doR\u001eҚ�����r.Ƞ�I�\u0005Y6F�`�x�M\t�V�\u001c�^�\u0004\"\u0007r\u000fK~�g�z�\u000bGP�yG\u000b�q;��%�\u0006��\u0012\u0010� �\u00040�$�[�Q���\u0016�P\u001b�'_q(?�\u000b�>S�\u0010�:;C��\u0006�ߤ�\u0010��!\u0002�eƔD^u�3�\u00054Fd�\u001f��pH&�V�\u001a�\u0015�0a^��\u0012:\u0004����u3�\u0002\u001bЀ�BMw��ڻ�+\u001a�Q��P[��`Çj�˩�\u001f�?D�K��\t�Gln�\u0012��\u001d�vH�\u000bH��1z\u000f\r\n�g��ǋ�\u0011\u0010\u001bx�F[Z�\r\nt*�����\u001cK�'L�\u001c�Ʌ\u0004��4>�m{�T\r\n�.S\u000b��j��m8\u0012\u0016B=��(�&9�Mdo��9��\u001cG=��g�I�*\u0004U\u001e\u0019����usd4�\u001c������r�\u0001��\u001a�]y��M�m\"�c\u00041\u0003϶|��2\u0001*\u0017 ��nP\u0015��\u0017\t\u0010�}!S\u001b��\u000e}\u0005vķ�����W���M/�k���T�W�7�q$\u001d��a�\"�'p�\u0000�7��#\u0013�ca�\u0014�퓫V�ڶ]�|W��ge3\u0015��,j�\u000ea��E�\u001f�E�\u000fecx\u0006h\u0005a�h���h���:����0h&\r\n\u0000�3��h�����&\u0003���ƐDE)��\u0016�\tUE��.UVx�y� $��Ef��\u0004\u0002���=�3=��\u001e#���*\u001aT��ˁG�\u000fO�\u0007rF\u0019�2S�S\u0001�O�ҤO�\u000b�Z\u001a\u0003Ɓ\u0017\u0005���#���� \u0013��/o|�/����8\u0017���\u000b'�+USD���ؒ�\u0007�@<^\u0011�@��P}os����,i~D��)4n/�]�e�9[MW\u0001�l��V���k4���\u000f�{�\u001f���f\u0005H\u0010yρ�����A�CBeD_\u000f�T�\u0017�4�1x \u0017P���?\u0002�\u0000�?5�\u0004�Di�L��Vo9�(\u0017�E�#���}��\u0000$\b��tr���\u0013:7�|&��ڬQ��\u0000\\K�%G��\u00131��� �}AώC�,�$��Ӛ{W\u001ffL�\u001e�-\u0013x\u0015���\f�%�\u0006�\u0000���\u001d\u001aD4+��G\"\b���>�j��{$I��y�Q�\u0017��2�̯�Ak����m�\u0004��g~\fEϬ���by�\u000f�˗�4�Y+�����/�;\u000f�'�}�x��A�N:���a�\u001fg��t��9��!i�c~����Pu����\u0011Z^�Ad}��\u0005��!i\u0001٩\u0019�\u001b�4\u0014����h����sK\u000ef\u001c�'�R��bGLb�\t-�OA����T�\u0001�Hl!(��?\u0015�7oN'�d�\u000e�\u000f;�}�%ɼև�\u0011^���-��3�X����\u0002�:��F�\u0015S��1\u001c��������\u001d�r\u0002��%fC\u0013\u001aT�\u0005�\u001d��'lٜi^��\u001b�e�\u0017���T������S|-Mrl\u0016�����>'\u001b�����\u001b�yVl��J/d�4y�\bu\u0006s�\u000f��}X����:���#��\u001e�r��t�\u000e��\u0011>�XR��9���\b.>v�\u001d��k�F6\u0015���ѴG�~�&o�\u0010�U���4�掩mnd{�Ӟ�#�RyK`U{�#ۖ7�\u0000���\u001f9\u0013�l�(\u00159�h�Ao5��u�k*Ly\fr����.\u000f\r\n�\f~�\u0006v\u0001⻀wR�\u0019�\u0001�\t\u0013�0f9Կ\u001b��$�@s�&\u000f`!Җ璚�k�͟h�$�5\u001e`#��\u001b$�#\u000b�\u001aj�VY\u0007�4�\u0013x]*A򽐋;\u0017\u0019\u001e�g�n{�&�\u001b8tkn��\tB�(�\t�\u001ez���_�}j�\\\u0002�I�Coz�O�ݾ�\u0016�9�����\f�Sh�R\u001e�`�\b\u001c��W��ꎮn�\u001f�\u001b��F�PyԚ���,9g\u0019\u0013��Oޖ��\u0019侎��-���\u001f\u0015� ���s�[mP�}\u0006\u0010�\\�R+�\"�\u000f_\u0016ƭ�(�]p�^�T��\u0011�7IF�\t�\r\n\"����k���v�n��g����\u0000\u0010\u0001���\u000e�4�&\u000eQ6v�D�?J\u0019<��%\u0010�~Od\u0006��N쥝\"ǎ�F�ong����s�5�\u0013�1��6\u0002\u0001�\\��U;�^\u0000�{n`G��U��d���FIQ���\u0013͐�\u001f�Y�Z�n!�J\u0015�.�'I��tlǨ\u0005G��v\u001b#�L�ZSa� O[V���\u001c��E�s!R�\b\u0016�z��\u0014ď���ĳ\u001e��Ѭ\u0015Xv�\"�ʝ��\u000e凑mUe:�ezԑ���[Q]9���_k�r.^�\u0006\u0012�\u0017R�ȷ����c�<�i����>�;�W4�����+�, ����k�BJ\u0016\u0002+~.\u0013��H:�i��6Bہ�8���J��T\u0011�(�\u000e��)\u001a��Fѫ:�^Sg\u0012Y��\b��c\t�,� �\u0007\u001dd��|\u0000��v\u0003�`(�\u0014cat�\u0015\\(�ӛ�4�(\u0006�$�ژV�#'���3�S�undefined<!mUE��\u0003$m�2�Uk��Z}��ו\u000b���t\u0000/���\u000f�\u001f�q(-\u0004Q\u0019S\t{ȵ��\u0001\u000b\u0004ޠ:\u001f����\u0012w�!l'ad�?\u001bG���n��\u000ey\u0006�i�,\u0001AI=v49\u001e���6����`W�.��a��ѥ�y�kk7!���\u0018\u0018�;,߉�6�\u0011�@U\u000e�!zi��U�Fλy\f��\u0003��R��{F�[����\u0003�P\r\n��S�\u0019L����fwW�(E�όy/lH\\߶�\u0012��!(V\u001cG\u0006!S`�M����S�\u000f�\u0000��\u001e�\u000f��C8iOE�\r\n\u0006k@K�*�ZI\u0018�j�~�n���|#ii�\u001b8���������)�W�\u0016�E��pn��\u001e|�v\u001cO\u0006d��Q�|V\u000e JVʽ\u0000\u0014�2��HP�8�B�=\u001c&/Q\u001f�����+W�ڞ�a�F�\u001f�ʻ\u001c�)�\b\f�\u0016��\u0003Xmg��r$�\u0004��^H\u0012��d�\u000f�(�]aŕ��\u0010�r�k���p\u001c|��m%�d\u001b�4+���¨[Ӳ����$u\r\n3�ݕ\u0015�,�\\\u001b��h\u0005\u0001��q�̐R���VC���L��.����\u0014.\u0018��V֑V�d��e���_\u000e�:k�׺'�[Q���׳�*\u000f�@�0��aj�t�\u001cν3$\t6�%��\b�8����ܘ�m{�={(\u0006\u0010��X���7\u001aO��h�K77\u001d�5�z�~`�3�ջ�5]Gè�(B��2��&k\")P��u��N��#���BKh��\u0016���~��zll+|W���\u0005e��L�0ɳ�8\u0019%N`;�Du`Y��&,lM�:\\!�C��. n�\t٫\u0019q2\u001c\u001b���)O�/�Q���\u0006ˊ�]&�q�`�U�(�\u0001��@�!�+��F�����~�)x%,H�|�3`43�(v��j\u0006���Z1\u001d|�\u0018�7��z���+�sR<B/��U\u0002�#:D]p�A)�Ya\r\nhށ�<�\"�)\u0019�S:�8��\u0014���_����\f�Rz���dP�nC���l=m�?�Q��-\u001a�dBTYP���[�w~�Vb�\u001d5��S\u0013ر�\t(��\r\n�:��W\u0014 � ��G�\u0010�\b�\u000b6�b�\f�M�\t�PZ)Ȧ|�dO5�R��](ڭ\b\u001f\"���?\u001f\u0002iZ0f\u0017\u001a$e�\u0018���q�gÞك�=�\u001a/�q\u0003��`Bn6�\u0003���.Ь������\u0002\\Wq�2b�_�O1�n�\\*��@�2w �azBw�\b\u0019�\u00057J:��\u0016�sIhk\u0001S�ӛ��/f����\"\u001ff�\"�]��V�\\7�����`kZl��ߵc�}�\u0001ӹ[3��@H\u000e�e���SwJ��;:N\r\n~�_q�d���t`�f�&Z��Eu��sR�\u0005�*\r\n�n3�2�t,�1�8c?���iM\u0000�\u001a�i�\u000fj�ݠS���\u001eA�6���\u0015�Cў�\u00025���B;_V�Qէ�u\"�̫/\u000f9�\u001fJ��&�\\Zĳ5����\u0013?�ǽ��]�̹&�<�\u0005#\u0012�R�\\\u0012a\u0016�\r\n�-��Lsj(JD�V(�\u001a��\\�'�pfy���\u001c�=�\u000f\u001d�a���'�C5'/�d0HƓt��l8��6�<.�m-{�`Nu$��}���:̻\u000bF����u��\u001a��~]l�Ҳ�����ehym���\u001e��3�Ԑ�DD���P�H�V\u000e{�f�8D,��\u0013Q\u001c��Ϸ4\u001d�jh,�\u0004�}.gڤB\bF�g�|э��=�t�|\u000e�FK\u0006;\u000eᬛK�\u000f��B\u00175��\u000f�H��\u0007p��\u0018)�t$Y�����\u0016Y������e�\u0014�\u001bx��{K\u001cЊ9�,\u001b��ظ\u0018Lz\t~�\u001d&T_�\u0015�\u0012ܨ#f3A��m��\u0015T�t���8���_FA�/d�<_\r\n\t-$[\u0016�U^\u0000'R�o�L���x+��4�\u0012�q�Ž\u0004��r�B�t�]����-ϡlf\u000f�ʐ�������xy��$^�%.\u001e,Ъ �D'�0�(|�}�}1���/_�\u001a���Z^��˱�aE�\u001f�\u0019Q�k�~�ru��\r\n\u000f��c�\";\u0014m\u0014����rB݃#�O\b4\u0010�Ms�y/K��^Az�\u0014\u0006%-Ȉ0Oc� �p\"�\u0002Q|�|�ln��$'H���) =S�8�T\u0017���Nl�<f�J'�\bv�C(a㞭pOg��^$l\u0011\u000f%\u0019�@��\u0003C\"\b�\r\n�jM~�o�3��BCh���ugh�:K\u0004n�w\u0010h�\u000b&|p��$���w�N\u000f\u0011�섬AyF˔�gܕ\u0002t��D�\u0010I%m\u0006�2���\r\n�I�g�ɢ\u001f���~SW�rx�q@\u0003jeQ�N���c}\u0004\u000f����y�Z\u0001L�T�i���Y/D��cz��e#t��4v������i�\u0002B�����&�aM)��\u0005<�`E�\u0013��g�R�\u000f:J��C���\u0014\b�H���*���c'�R9@�\u001a�]�lZO�\tՏd��s\u0000�\u0019+���p*�f�\u0018t6\u0012\u0013+��j��Q��lGSoH��9���j%�d|�g��:k0\f\u0005�P4J�S���Q������ja\u001d�\u0018\r\n����Cx,Rj�#��2v�C����tZ\u001f��*��~��a�\u0011�@�|Wm�&�2��U��u}9bQ��h\f����%#\u001e�)�\u0006�?��!k��˾��n����#\u0007�i�\"�1������(�Izgb��\bC���%�:�q\u0010\u0006r״*��@Y��\tr�y酞��I��\u0014�49�%&�t�ˎ�\u001d\u00065A���\u0004���\u001a�\u000b�Y#W�w�(\u001b'��2�bр�9�g{q+���H�.Gظ�E\u0019�?�\u001b��GG�PC;;\u0007��v��_Б��qD�E/�:��_׋�t���3H��\u0016{kn;�����\u0017f\u0004�\u0014�߽\u00074�3!a#\u000e���F��3��'V�S�'��?C\bA˱�%�rVW�m��\u000eh4�H\u0017X\u0001\\�5w`��'\u0015I�\u000b\u001eR\u000b�\u0018�K��Z�[�%\u0004,��}3����p�:<�+|����͙p\r\n\u0007��5���IR\u0007���\u0003��qrC��\u001do�E�V^��\u0014\bJ�g�%'9.�ɛ�/����\u0017�\u0000�Sp�\u0016���>\u001c������ٰ\u0018儩a\u001bcj\u0007{\b8~l�&Uꋹ(�\u0003\u000e�ޢF�\u0002Wp^��H�̜�I��\u001d8]W^X{Bw�\u0003��#�hʝ���#4`��$���4\u001fn&�F�1^�dôϯ�\u0017�\u0007�ܡ��K�՘���\f~i=\u0000��\u000e�c[Z\u00194��&U༒�.��^C��i�e��`1\bPNp\u001e�<'���G��T/[�O@���ZQ������\u0004�zG�r��$�%����/�d���f%������@=��f��\u0002#N����\f^е\u0005h]Y��\u0013\u0016���ZJ��;�n��e�\u001d#��d��\u0013���\u0004;���QQ�\u0004�a[g\u0019��U�J\u0010vm� \r\nG`&4�IENv_���\u00014���\u0004N��\u001c�LՁ\u0000�E4�-�Ϝj�t\"�0H�a��2*�\u0006�m\u0005*��Ο�\f�-�;�\\�0�\u000f\u0004v��\u001e����\u0012�a-=t���.��o_�i�\u001aQ%xS�zPоA��m��Ql!r\u0003�#B��ӭƧ%1�\u000eD���f����=�2u5\u0010���h��[\u0003�\u0017���\u0010;�Y�l֤\u001cMzkۖ�\u0015ꞃ�\u0015�y �y\b���Hш3�\u0005p3�R�)�jGP\u0012���\u0010;�;)��f�%�����Lu�1K��a�C��0\u0002I�\u0017.\u0015n�5A�E2c56b���:\b(\u0006\u0007bI\\�F{YR}�y����FP&�r\\�\u0004\r\n�=�B�\r\n��$7���#Ɓ兑\u001f�S�|�4ED�P\u0014�\b)^\u0002�JXП�!�\u0018�\u001d�Ĝ�i/���T�r+�;�^�7�y\u00044��5z���+o���q�E��J�\bU�$�c��0�hG��ܶ+]iϹK�!]r��f>�߁xƾ��kW>\u0018�aϫ\r\n.tqϵd�c��u�����h���Bضº�h\r\n���#խ�\u0018�1�\u0004�\u0011*sG̞�nXŮF\u001aD��d�m���-l��,�b\\l|��Z�c����c��m�7v�u\u001d�\u001a���F��¨kV\t�>��Od�t\u001f}��\u0006Y�l:6m_�tj4�\u0005\u001aW��\u000f�~�\u0007��\u0004\u0002\u0010�\r\n䞂��ussz�����,��������ȳ�rk��}�R�GWq\u0001�:j�\"r���\u0015\u0018hY��\u000e�\r\n}Vov��-v(��^A\t��-��(\u0019Z�y2#\u00164�\u0006�I&8�b\u00127����\u001a�C5�u��\u001d�MƂ\u0012r����FQ!@�3Ρ[�\u0006�9���<����M\u000fW\u0006�\u0006_eE9�ቨ����r��I��/���Ԏ�ex?����υP�҄�\u001d��\r\n�hQ|\u0004�; \u0018�\r\n#F��y\bw\\�%�K!�KrO��Q��\u0010��H�}N�n\u0014\u0019\u001a�H��\u0004[Z?���4\u0018�)�lu���E�>\u0003\u000e1|���\u0017y\r\n\r\n4�{ď���H2Wq.\u0003�Z�\u0005\u001c��P�3nU�_�ʞK�-�/�P\u0007�\u0015\u000b)q��\u0017\f�b�@6I�8>~���\u001cx�\u001d\u0013|�}\r\n5�WC%y�+�v�K0\u0001{�8#����56c�ڏh��\u000eF��i%\u0016��,�Y�ӈ\r\n:�P�\u0015ð\u000fjx���H�*O��0�\u0001�N\u0018�q\u001b����Z�nyd�;\u0016�>���J��W���Tv�_/��e�#��W\u0015\u00065J���mNӵ\r\n#B���cyN�D����*׵Hߓg9�5�\u0015�\u0017�oaǣ��\u001fu\u0007\u0010�<|\u001f'c\r\n2�s��$k�\u0003\u0005��4��5^{��ߟ��2��Ѝm'VcU;b}�=֐7\u001be���5\"*���̤�FvE�\u0007��Ɓ\u001d�\u0003^�B\"�\u0004\u000fE\u001aK�ZG�F�vn�6�\u00167�,\r\n\u0004]_-�����o_�\u0001<w͎(7\u0018�c\u000f���}B�-�\u0016�J��\u000e8�߾WE�C�0��I�\u0012\u00127�{��k9Q\u001c��\u000e\r\n���\r\n�&�\f��\u0003g�Lp\u0016\u001b*�\u001b�Ve>&�:�|L��� �iK�\u0018��l,6WO$\u0018@��%_���eqk����v2\u001a���gj*\u001788�t�e֤\u001a\u0000�%\u0013�5�х+y\u0006)x\u0016��#��zÈO��m;`���%��cH����\u0010��=(h��E��\t\r\n0\u0011y~\u0010��om즚��/.̞�\\���q�ec�-�2%Ӗ\u0005泒QI�5��%5��Ƒշ��_�M}\f��3�1�{<W|�\"��V�\u0015-aM\u00149~�Z\u0006�h�\u0019\u001c��r�� �ϳ���w�\u0013\u0018{쮄��\u000bgn�MR��$J\u000e���%)��,�?LS�\u001f��P�o�?gW��[���D�\u000e�*P�͔��v��\t�ڗ�Ƃ�ȋ\u001d�m�y\u001d\r\n��F�5��\u0019M[�\u0019�C\u001e9��6T&<S�\f�\u0006 $�*��\u0000�\u0005zMDa\u001bx�`�b\u001aM\t�l[�\b謮\u0014]-8a竢(?��<Db����\u0012�!IRP\u0001\u0010�z\u0011�\u00118(?A��C\u0001�>��\u0019؁�`ٽ�\u0019��x\u001eW\u0005\u0010��I�\u0000�qI֙$[�Ȥ!��|���:\u0007�T�h�Vm�j��\t�A}\u0015\r\n�qz\u0016}7#\u0011�ޭ��~dm\u0000'�\b��p��s\u0000�N�tR����{A�\u000e\u0011����g�̘\u00124�\u0016�G\u0014��#0o\u0002�}\u0002\b�\u00198\u0012�P��\f6Q���#�\"�~\u000f\\���㳊\u0010��\u001a�'�I�;�o�@Şm\u0005A܆�:\u001a��\u0014\u0002�\u0005\u0015\u0007�w�\u0019 ��'bk0?cG���\r\n�g\u0000c�`aTtJf?�\u000e�-ir�+}�'o%��C�\u0005�A������KG���a2\u0018l\u001b屽0�c5JRfY�����\u001aUO�#\u0010e��w,�q%�B�(S;]�,\u000b�T\u001e@\t�\u0013�\u001d��Xe\u0000T���V�U\u0010N��T?<�ۢ\u0001��\u000b��$�\t�䫯��\"#�C$1-K�<8^ׁ\u000e���;\u0017����u�3��#��xÈS�S�Ц>iOj%ah�*�9l�#��>�ep,���\u000f%��\u001e>UL\u001aV\u0011>�-��v4K%\u0019�4�%rdGp��H*Y����f\r\n�Ut#�\u0013t-���\u0001q\b��t����)ndN���e�~W����\u0005\u001e\u0000~/\\�9��c�Ro4�{��\u001b�r8\u0019m�\u001dtrV\u0007qؖ�q4�[:S�(y����v�y��$>�o8\u0001\u001e�90�\u0016�\u001e< ���V�UN?�ֱ'��\u000fs(��k�\u0003f&YI�\\O���5N֌��$�\u0018�Qkk(<_�\r\n�]p\u0018vX\u0010�\u000f��s.�H~&\r\nKȶ��S�}�6�\u0013�V�\u0001\u001e�m�5��a��\t�'��;���?��N���\u001cm�A�Ds/ H�\u000e�3 0��P�����t~\u0018g�\"���}\u001c7-��Q\tN6m�p��e�\u0000�\u0012er�e�\u0001��\r\n5:4?BJ)�sQ~�\u0001(�K]��\u0005��8<\u000f��\u0004w�\u0013�럾��\"�-xA�g�S�\u0016�3Q\u001c?ω��_-Ҩ�\u0004L%�T��1�}v�e\u001b�����L��gP�~,�Nv�\\�)����޷��6�����vCl�U�C�AU�Ѧ�\u0017k\u001f]�<\u000e0�$v�\u0006��\r\n�+K\u000b.\u0013$v�q�\"���\u001a�t\u0010��\u0014\u001f����m&�W�Qv\u0015}��� [ÿi�ѯ \u0019��e�IЃmT�`\"C�v���腑\u001d98�w�0\u0014�\u0019\u0019�]�Z�\r\n5��RY~�\f�\\�ОK\b\u0007�\u001a>b\u000b�^G!u�\u0001c����c���8�\u0016�~\u0001y(��?�V8L=�=b\u0006�A}��i?)\u0006���\u0011�ۏ�ݟ�\u0010~_פO\u000e��P/�3q�)����0\b��@�\u0004y�oK\u001c[(\u0011�wJ\f�պA�oK�t��\u001a��0\u001dd�dB\\�i\\\f���\u0002�up\f�\u0016!z1Y�Q\r\n{�Qw�s`\u0005�ʫ*_@(�{�\u0012�,ʧ.�����\u0011�@���H��t��f�\u0001���ŭ\u0014:Gӣ!��\u0015\r\n�_�k�>�(*W���ݒi�\u001a�5��]\u0019�|�\u0004��\u0007Q\\\\G��.$\b��!R5Z�Y��M&F�6Ƒ���u�ʼ�ta/�I9�pU�E��\u0013^�\u0007�\u00123�4�ӕ\u0000�Z;\u0011AG\t@rN��Ut}�l���ߍ�EO�\f�!��/D�:\u0003���Tɍl����\u000fc\u0012��m+\r\n[e:�<*�EL[�tx�\u0014Y��Gz\u0017�\u0011y\u001f�S\u001a�o��\u0016u��� \u0007f��R��\u0003��FI>�;��o�\u0004\u0007��{�ڴ&���-�\b��J\u0000LtIB�!\u0004�O\u0004<�`#\tG�����$� e��Q�\u001fMo��5c-a�\r\n��J@u4\u0004T\u000f;dNܡ϶\"�!'�\u0018�\u0003UDπ]���+���N\u0015|;�\u000b�(\fY�%�G4RG�\u0005��W��?d�CZ\u001b\u0006vKy\u0014�G��SVְߣ����9\u001b�ז�SY�������*����B��o���7ͯ�\u000f�����O�':E�i�*���\u00137j���v\u0003�\t�:v�\u001bט\u0011 w�͚\u001fWM�)`�ǰ�/ A��\u0017�\r\nl�R+o�a+\u000f\u001a�n��\t\u001f��x�Ķ�_@I�����EQq\":S娰� $=rtg]�Ƙ�NT��\u0015�s!�c��\u0013�ac_t��J��j�\u0011n\u0014�$O\u0013��dɪ/\u000e{i���\u0011>����f����jX�f���V��\u0002\u0004�I\\Δ��?�\u0015��Y#��\r\n�(p�(�r\u0015�\u0012�!�ɐн�\t_��F��Ĵ�\u001e]�@P\u001cf\u0017�\u0014)�\u0011���\\�o���a�-s-h�ۮg�A�\u0007�'O�qj\u0012��\u0003��a�Q����2�]��ZR\u001bn�oL�\u0011\"&��;������~'��\u0007\u0019����X\u001f\u0003��23r\u000f.���P�>�B����GʒA\u001f?-cyCd\u0007��X\u001a��ޡs�\u0019�΢�@�����\u001bU�_���\u0014���,�O�tN� 2�{\u00068��\u0005��1F�`3��\u0003Ҥ�\\PH�T϶\u0016/ˠ4_\u001e�\u0016�^��܇i�ϐ\u0002~\u0019�\u0016bu��.����R�{��*\u001f@\r\no�l޶>��ܛI�j/�K��s�\u0018��?�-�i�W\u001f\u0006��\u001c\u0007&\u001d��Zl9��k\u001a�`�U]��b����C�ІȖn`EhF��by�m\u0007A\u0018\u00028���{\"� ��2S��f�h9��\u000e�]��j�S�\u0001����Q��`6�?���Z_w�H����&]�}��X5\u0018���u�ρPx��Dt�\u0003\u000e�\u001b��d_��]�%��TWFK�Z@2V(�T�\u0000e�j\u000e\u0004keF���_l\u0016}S�\u001c\u0004^�\u0007����!E{�\u0017�f\u0006A����\u001f�7\u0003ܭ�\u000e9��\f�lEh1\u0019_<\u0004\u0007�!�\b���\u0006�T;��\u0015\u0003m���\r\n�\b}��8����d0(�f�+�� tZ�DxR\u0015\u000f.�\u0011�#$��ɵ���aV�o�\f�����-M�\u0016ˌ�G�'�\u0007j3�l���V\u0014��v��\u001f�VkI\u0012�\u0013e�ܸ�\u001ad���Wy2��R\t���H�_��\u000b\u0012K\u0011\u0017��ޓh��Z+(׌[�7 �̽�9�ptf��K�d�\bu�5�\t,;l%\r\n��\u001e\u0013]\r\n53�G\u0016�b��Z\u0017@\u000e\u0016�ɱ�@��m����ַz\r\n\u0013�\tAr��@\"���[\u0015z�t���Q�\fm�DDʣ�X�\u0015?Է��]��\u000e�\u001fdl�7U��U\u0017�S\u00032I���y;\"\u001f��\\*�h>\u0011��G@/�e�v\b0�J��%\u0017�!��sv�g���7a��i����\u0004h�myq���p5dt�dy�n�J䰭n\u0018Ag�\u0005�\u001b�uʹ�d\u000e!���\u001e\u0002��\u0002��W�Ք�\\rR�U{(�ve�\u0010��\r\nb67H�U2L��$\u001b�Zzv����(o�d�ʬC\u0015�(�-k\u0013�t��\u0017���5�z�v�5�tg��\u001b`4p/T��\u0007��>�\\��hYn\u0014�Vo�:mn�^Ot\u0015\u0007}\t�uF��\u001c�H�\t�t�c\u001f\u001f���k�\u0001�{�\u00195NG�ն�9cM�D\u001d\f�ŕ�!�\u001d��\u001bѢ����R}\u0019�����w��L7�*�X-�`ͽ��u��nN\u0019�'*Ϛ���S\u001c&m� YD�3g��H�\u001f��-AO?��N'\u0015<LF��^ұ\u001dS�<�q\u0016�pm�\u0004WCI\u000bkk϶*pQ5\u001c&K��;f�ʦ�\"���t�����%x\b��\"�\u00079���.��\u001c�q\u0018%� �q����և�^0;�-����L-%!Դ\"�}<\u0019M�f9��\u000e�(rU���`U�Z�v�\u001e]�<;�X���I�s�]�*��w\u0013�3A�{����؈EQ �\u0004�?��:1_����\u000b���R8�\u001f�^�nH��n�$aMĆ|��P��=t��R��q>�Hg�ҐV��\r\n�l(�i\u001eY�1Y\u001e�\t�bq��\u0014�9�y\u000f4�tA*�W�lӶm�k�Ex��J��մU��6���#��8��|&����S!��:s��\u0012�!��w�;\u0012\fE��6)����I�½\u0017����2V�A�w~\r\n\u0018\f���\b�\u001a0\t�����I���\u0012J��E�\u0018Y\u0003�Suwvn� =�}\u0011�#�p�G��\"�M�J\r\nCe:M6��)ڧ�B�^b,\u000b�,�q��D��Q�÷ݭA厈�\u0018�Wǩ\u0004%�\u0011�D\u0017�D;��A�2l\u001cV}�\u0013�\bd��V��7���e��1o�Z�\u001b�I\u0006e^�\u0013�uܮ/6f��\u000f`U��:�_\\@}�\u0005;�\t\u0017�3�P�ڤ�I�Hͣ4�t7\fep���kc6%�)!z�\u001a��\u001bM{�\u000e,|���i>�~߁�\f\u0016!�I>\r\n�F\u0012�)T�\r\n�M�Q��簮����h������j*3��K�]�\u0011r�O[$m\u001d�OF�p�Z�ْ�tC�X5�h�\t�`��8//>�rsn��\u0013�-�KDz}i�\u0011�\u001de\r\n�@B���\"�KE�H7��\u001cS�)�0�\u0004\u001d���2�@��'�&]���X�\u001c���ڎ�\u0019�ǫ*\u0016;Q7r���\b�;g\u0000���Rcsv\r\n}Y�\u001d��M�K��X�����㾞�z�\u0018\r\n�I�X \u0014�V��nk\u0007\u0003W#;걐�M/�x\u0016N�]uθ`/���E�nE�w\u0007�)��qW���\u00025�\"Ð�>\u001e\u001d��<I�*7g5�4���bD\u0004�퀧|*�@����`��{a3\u001d\r\nƉ�sH��-�\u0015TV\"\u0015���\t�� ��ݫ\u0019'���Jq��\u000bq\u001e@�Z��\u0006m-R�Źz\r\n�{�\u0001ۑD���qy5!�|�1�\u0011���mў\u000f<�\r\n��\r\nn�\u0017�b���:aE��B��\u00018\u000f��[un�\u000e;�U��v�>��\u0015�� ��.���e�ݚ�8�s�w���8/b\u0004�]���4\u001a�mk4�1Ҷ�<1\r\n@�h6�\r\nnt\u000b���4¤��=�\u0002H���؀\u0011��\u001b6\t�3��5\f������U�*�\u0001Q\u0013[�5d_���2W���o}�\b�Cz�ҧ��-\u0019�$��85������O�\r\n|\u001bWp&$IГ�i�'�\u0013��+̪P�Y�Ut��\u0012)+Xٮx��0l�d�.\u001f/\u000eY]�\u0002�c\u0002(�_>�^2�\u000b��\fR�C8�����\u000f�\u0014�\u001e{o�X�!�1�Ȩ�{�ʤ\u000e�\u0011�&�=\t\u0002��D�U\u0003\u0004E�g���s\u0007�\u0019�\u0011��c�M\u001dbHq����)xMo�J�Suv�x��\u0015�\\����2՜,�\u00109Rzt�k�Ak\u0001\u001d=�\u0011-:ְ�9�*��R�p%!���z���؝\r\n����lT䷓�J\u0000�QR��I�t\u000b];��~¼����~��j���9@ �o�&<�?��\u0011�Z�D�\u0016��\"�\u0019���ɩ\fռ��(v\u0015�G9\u0001��@ҟ��$���r�^�NyY�$[�\u0000��$�\u0019�.\u000f��&K^��\u000bCV)ъ�\u0005\b��\r\n�1�\r\nD@����\f\u000eZȦ��2.n�2�\u00067?�\u0003xPH�:�\u0011�Fo��w��\u001fġo����\u0018��,/�\u0012\r\n\u001d�|%�F��T�,Q%\u0014���+\u0001\u0000t�:����u\u0001����ʄ�Fǽu��'ό\r\n���V��N���IP�o't\u0003D�͘?�\u0019�br;��(F9\u0019�v��K�X+�\u0011!��U��Q���l�:Y�\f��y�:Y�ƫ��f��?\\'��o��wo�/6�\u001bv�a#�s�'��ѵ����X��?*�{�Z?\u001f4�G�\u0003K�=J\b\u0010�@�t='$7���_��/~�?~�\u000b����;߀4\u0014�Қ�×[\t�\u000f�\u0005��4բQ�>�\u0015�Ba�s\u0000\\��\u001dT��;���A6.�N����L}V�\u0018�6{\t>4\u000b�Ú�\u0018�ndR(�jI�\u0010��h��5\u000e ���>)fb9�\t#�8�i��hW\"�k\u0003�\u001fR�\u000eS��w���~���\u0011�\f��`��eK�m�n��J;\u0006\u0018���h��Qm4��z\u00005�:?�<\\_�\u0003yf\u0018dĮֆ���6�m��1@\u0011��6���\t$�\u001f��X�9��㭼�X3�A��\b9ԜRsֵ��\u0006ϴ\u0012�+��6l����%#* <T߮���s\u0011KrU\r\n2I�:�R�^\u0010��L+���\u0010�\u000f�՟�\f�c��ʮ\f'�R�(���\u0010���ofc:���T\u0011�i��\u0002�\u0002\u0013>�\u0007���lL��/4�\fUT�h8�%~��\f��P��\u0004�/�H���ˁ�Z��,]Fa\t��GI��L�9�#���֊\u001bv�\u0006��etR�\u0000$\u0016Uw�W�\u0003\u0014C�r�=�յ�bq��3ˊ��_�\u0019\u0014�8D�S��)�W�L�\u0005�g3\u0003u�8��\u00005,Hoe�(�Ȧ��\u000e���V��\u0000�<�פ�\u001c?�C��� �@\u0002�n\u000e�aF�=\fC0\u0013C���W�2���WZ��0�S�a}҄��4\"�l��)f\u0005:��Z9�n�x�\tk:�HA_I\u001b���6n�w]θѵק\u001aVp\u000er$OUY�fh�2.q��>��/�OY�g�x��qM�w�\u0001$\u00055����H\"a=���3/H\u001c[��4�\u00027X�\u0005DD���T��|����T0���cd\u0017�+<\u0006��9���B%�׫,��h��ǰ\u0014\u000e\u00016\u0012��H\t�wv�H�\\�,z\u0003(p+J\b��\u000fFd�����av�w�i�\u0016id\u001e$\u0001b���$vE>�+}�\u0002v�T��\u00162�u\u001e(Y�\u001a*k+\u001f+b᱆�4��,XIr����ҵ�6���]'$@X\u001f�_/&{�\u0001\u0014��K�_`�\u000e���\u0012�hb\u001fU\u0007@��(��\u001c�H\r\n��Y�U\r\n៣�&�\br��g\u001d�Jp�8���S�}��l����C���\u0012j\f���a�\u0006�'\u001a�(,�\u0005VV]�p�m��ݜ\u0015dL�C�c$!�D�\r\n\u000e�}M�\u0017��&�$�YÓ���B��\u001a���j\u0013�ue��\u0005b����`�7n�9�í����\u0004 �ڃz\u0000�̷0mea\u0010k�\u000b�W/��V�KݪW�3u�䞜7\u0000��U{���\u0004��(+\u001b/��L�\f��t��>>zt�\b����CD���؃bkXlXՉ�(\r\n|��gs�d��\u001b���\bw�<�J�ȹ+~)\u000f\u0016|\u0000t�tDY\u001apI@�a��\f�W��\u0002��9ҙQz�oT)�.�\u001d��\u0007��@\u0003\u0015�\r\n{Nzˋ��������\u0014���Y�$�\u0017�3B�����P:+�2wu&I-��\b�G�\u000fU�1{�����8\u0002�j���\r\n���m��\u001f֌�a����Ѿc�\u0017���\r\n�0\r\n�'Y��_^�hTae|y\t/�nˌ�Gb��0�za\\�ƶ\u001d�\u00191�ڋ�,�\u0000\b�\u0016�?�g�}���\u0015�ub�\u0013@�d�sEh1L�\u0013y�GOL�h2'\u000eI\u0016\u0007��b0���*M��<б���2��\u0012�Gāk���p�\u001d\u0002�t_\u0011�.�#L���\\�C��E��v�&�\u0010x���#����\u0000J���i(�In��k[_d��Z�ʛM�0��V�\u001c\"�� v�\u0001�ؕ�o�3s\f�,��\u001c�+�����?��i�����\u0015X*C��a���J1�\u001c��\u001e\u0004���ֿ�?G�d#����$����N'\u0011��f��SҊ��쁣ȝ&U�ڠ���FR!�0G�`��$Dm���y,\u0014�r}����|\u0012�U�h��݇j��\u0000�6��/3J�RfW�N��O\u001d���9ĺp����y��\f}\u0015�1#�i�nYY>�����D#���R\f�\\�\u0019��1�޿\u0012{B\u0010'��GD��ȥ�{\u0013��Z��yě2s'\"w\u0011��w$\u001d�\\\u001b\u001c�\u000f`\u001f'\t\r\nV\u001d�^��W W�%\u0018M�W���\f'���\u0018\r\n����v\t7?\r\n\"jO\u0016�A�G��~:�x_�Q�\u0014����\t�d�gn>����ϹPUsS�\u0010mr+xwl�|�5w�S��0eb�5���\\�����V>i�Fwܘ�/�o\u00033s\u001c��$�\r\n\u0017�\u0016�?���|.��%��H��0�\u001d2�Fh�~�a���\u000b}����@��~��\u000f;��0\f[UQ�l\u0018k)M�\u0002j~(Ϋ��n���IS}�����2�tP\u0016\u001c\fMO^�\u00052������UNA\\�H��o�\u0002~C�>�\u001d._��j���x\u0003o�D��Qj�aƪ@�\\�=\u0000�\u001du~�Si�!�)���H�\u001b���T9�c�9�>�D,\u0016\u001a\r\n�\u001dʑ-Ob\u0006��\u0013\u0018�;\u0002��p�L)�U&V�\u001aq��:��u}�7���ԛ��\u0012��:�t�ك���NN!ZU\u000b_\u0007vբ:��|��\u0006\"_3?�[��<m-\u001e��\u0005-S�J\u000fM\u000eʸ���v�6IB���PK�~ص�\u0015�\u0001��)���J�W�\u0003\u0011Y��\"j|%V���\"Њ}\u000f\\Nܬ#\u0003\u001a�5@�\u0006Ti�\u001cv?�\b8Q\u0018���$md5:!�2����#\u0014��!�8�\u0011�.\u0001W�\u0005\u0010\u001d�TdO��M�\u0006��j5�%1�]�\r\n����K7�hAw\u0011޺�8:\u0001��\u001c��7�jf^�W���-�%�z�\u001f�^k��\u0010���A7�<\u0012b�\\ʒ�\u0017\u0010&\u001a�n0�o\r\n���7b>cd\r\n�Q�Ɋ�:�F��\u0014r�Fyh��ח�\r\n�\u0000@#<cV\t�@�V%�ⷄ\u0017S�h��\r\n��U���e�)xF��]�&\u00140�\"-�)�@|\u0002\u0003\u00109q�\u001c�e-�4?�\u0007��\u0017���>\r\n\u001c�c�\",e˃��jF=={3��q���l��C|>&�~ޯ9@;��˹!�T�z94��U.�S\b8\u001eԚ�\"G�J�w&\u0016aU�2%a\u0010���%!\")A�I}1\u001e\u0000���,�,@\u0002\td`$A^B\u001bܳk�Z���8��LEc�wѴ��K��\u000f�ƿ��A�k���3\u0019g�l��$_\u001f\u0015[��D�E\u0007��\t��F�}R�B\u0014)��\u001du��*�݁D�`��ӹ\r\n������\u001b$Ĵ\u001e�e��]����Uj�_&�\\���X�;:~'H\u0011��\tx�U�f\u001b����pc������\u0018�Ս�7�����AH~���G��\u0018��gE���F\u0004es\u0018�֔�c\u0015[?\u0003C]_���C�`\u0019�k\u0013\u0003>��~\u001fN~#��\u0019�`s��z�OV)q��SW��uG���>\u0007,���\u001cUm2��:�wdٽp\u0011�\r\n�hS�3<\u001a�\u0007�4*>������\b��59ږL\u0007f�X���J�F\u0000��xk�w\u0013�Qz�0\r\n���NGHj��k�\u0003���×��F��\u0005�\u000fh���\u0000Aݸ�hh�*��C\u0015t�\u0007�\u001d8�/4��)^��ߺS��n[�Y\u001a�\u0012��f%\u0011�\u000bBo�v\u000f��ǀT@2B\u0006\\�\t�����6���H}\u0019i\u001a���^4��h\u001a�@\u0010�����+N�'Lz񓬗_/��y\u00182\u0013�\u0002�\u0001\u001a��,+M\"u��\u000b�6�%B��^\u0018w�@�,\u0014@�b���W����s�R\u000b�\u001ap�3%v�?t�\f�:�L�V�x��q\u001c��\\��a:U��M��h�����~\r\n�0�S�:o��X�o�/�\t�=i@X��T-\u0003\"�\u001b�֚()��-�\u0001�t�\r\n�\u0012�\u0003��HD�\u0013~��;\u001b�6�4|\r\n\u0019�v�'�pMʔ�C�|g7��8)\u00046�\r\nI�\u0019���\u0001�j\u0007D��Y�p\u0019|�=���82\u0016�ݗ�T\u0019S�\u0005��~�\u0014�A�R�]�S�F�6�@�#Wo66�m\u0007��؅\u001ei��}MM\u0002!Y�����X��VMֈ5�\r\n\u0002D[���Lޥ\u001bu]�\u0006�l,Q�#@��~;nd�\u000b�V8�'�%1���MB�u[��\b�\u0018�<I��45v\u000f4u�ZG�\r\n��Q�\bR\u0016u�/��\u000f��o\u0004 )��=p\u00010?��\u0017K\u001b�<߲�e�f�\"s��Ȭ�\u000b�ߓ��\u00023*'Ω����9?�\u0000�'\"����\u001f�.F\u0015F.�y#2`\u0012E�\u0007j\u000b�\u0005��܌7�퇓|�Zl��_\b�86՟|��:������V~A~��ǣ�2���ɔ��g�lܧ�+V\u001d�Rnh�U%&2\u0017��b�C^mZ{����\r\n~\b������g�\u001c�ٸ�e�M��q�/��H��?�\r\n;��9���rp\u0004nx\u0004&KD��.�p\u0000�Ȥ�T���T*&�\u0017N��\"F\u0015�\u001a\u0019�DZ*����N��Ͻ����&ܑ\u001d#��L#�>A�\t��ސ\u0005V�aYC�0\t��Um&B�\u0006B��R�\u0007a$��W�g]���Y\u0019�\"ǎ�+��ڏ��o�?\u001a��^�\u0010�ɲRu��N��������\u000f;^`�p��nĺv\u0019�&�\u0003���B\u0019t[�m�\r\n�R,|ځ�\u001d)v�b�\u00022Xe �\r\n������\u0004�P�\u0004\r\nT��u<\u0010EK3�\u0006�����_��gɮ)L�\u001a\u0006n+�*Bh%.�pԚo=������yU�\u001bI���4}\r\n&��;MqI=�\u0006��ƄC+������x�(�\u00042�$rBz�[\u0000����\u0016����b�ȸ��2T550e�\u0011��ﳍ�,��9\u0013�����$�#S�ߜ%\u0013�v�5\u0012\u00138\u001f\u0014�Q�-���W��J���o���Q�\"�@�cX��/�6��ɸ7�F�m�\u001c��b���P�T~��Y!���\f�u�GR\u0016<\u0012��Xh�G��j�\u0003U(��3߻'V�J'\u001c4\u000563\u001d,�\u000f�\fּ��\u001d���\u0011�\u001bN�_d�mݮ��\t����\u0014�V�%\u0007��\t���;̣\u001a7��7:zq\f�WM��M�3�L��R\tq:�A�\u0005��$�����3&Q��9�c\u000b�Sj�R���홹���R�i��}�?� ��_�\u001c�>S� \u000f�\u0003{\u0001�\u0007U����#��|�\u0001�*�;!\u000b^�\r\n\u0007y�\u0015Q\u0007V���5�ȏ��1ܰ|�J\u0015Gyo��L�\u000f�t��o��U�tT��\u001eC\u0018z\u0000ਰ\u000b*�/�mt�\u0015]q�\u0012*?�_��\u0016C�\fC�\u001b\b�m�(����\u0005��1�\u000e\u0014!\u000e�\u000b�\u000b{��$\u000e`:� ��z��_�I�:�\u001b�Q\u0018�J�DH\u001dy�v�4�(Py����Dzg\u0014�uХ\u0014\u0010��% �S H?�:�c�V�ӿɖW{9����G�J�d�$��Ѱ�X����Y\u001ehΣ�EA�'�\u0016\u0005q\u0019�� z�br3[e�m�U�ִ�\u0017[\\�s�\u0014�)w�&#\u000f\u0002b|1=\u0017�\u000b�\u000b�B_(+��\u0015�k}�\u0011û�얛&�G��|���`\r\nT\u001a\bQa�F�\u001a\u0013\u0011֭��4����+R+Oh\u0006�\u0016H׼�$NF�aƝ\u0017�f��\r\nF\u001c��\u001bE�dCjB/���\u0002�-�+\u001a+׋�+�C�)\u001c�otʳ8�OɂL����X:��l}T��v���a�D�g\u0011R���\u0000��X�)\u001c�3u\b<\u0006��\u0018�˧��NS��\tY��I���G���\r\n���y-��U5;�؛��/\r\n[\u0005�����\u0006a��A`�S��1��t\\�l`��%����G\bE���I@ ɸB$;\u0001M�c\u0015\u0016V�\r\n��\u000eU�{Y97��ɆV����巈\u0013�7����r\u001f�W�\u0017δ�l�=�\\Q�4��\u0002\u0012�J�P<�C��\u0018\r\n9'\u0019\r\n�!�\u000ec٘=�����5��\u0005���)cIN�Rܷ���\bX�\u0007Z��0\"�Z�[�;^���\u0015OI_��ȁ\u0015(�6$���\u000b�\u0016I 7�\u0018p���a��0esU#�\u001c�Y\u0014B�\u0002A��[1KwA��Π����V�&�\u0015��ﯶSd ����\u0007\t���p�&6��\u0006$Tp\u001c�\u0005,j�(�Q�-/�n�uV�uk\u0000������\r\n�\b��\u0016�iHɩ��{�ЖT�o>�_-\u000et;�\u001c�Z'������si�[_�w�+�\u0016j�0|�80of���I�{3pcf���f��oR�k��\u000fLj\\e�b��F\u001d?�\u000fUns\f\u0007�\u0005\u0016�6\f��\u0017\u000fTl!΋��5�$l#5Ɛ����/����`\u001cD~���9��\u0011#\u001e�`b�el\u001e�\t{�l\u000fO氽=�9�C�F\\�\u001a�˸��\u0013q�θ�\u0007#��'p��\u0011m��C@n��ϊ|���F4�ͳ�^����C/r[;��\u0018eɴ\tQZY���\u0012J�E,OC�*�AzS�R$���\"®�uQ���<ig��$��J\u000f?u���]��n�o��|�ֻ\u000fV\\�\u0000��w�')�z\u0003��Ft\r\n�\u0014�;٨���\u0003i�:a�#�q�k��㠞j7� =�\u000eg(����5��.�\u0017�^a��.\u0005�]ќa��\u0007�T;\u0018�C^�D\"��|��\u0005�Q?�g�q#\u001b,y��x#\r\n���̄�9�f%�\u0017q[��|�l��~�38c\u000f�\u0007�\u0011�\r\ndK��?\u0002\"�\t_��qM ����=2L:�\u000b\u001e��+��\u0004�2�n�Ș�^���ER\u0014�F6.rϪ��:aB��V�E�1�\u0004�\r\n(����4���\u0004\u0003\u0003�^I��O�o��\u000fy\u0004�O�c���\"-\r\n.[\u0001*��\u0007�<+9\u0015s�\r\n��{���Y�c��z�Ut�\u001ei~\u001c����1�`$��ò$�l^�I�>���b��H�I;R�\u000e���\\�[Hk��/�\u001a����ՉM�(�R'\r\n�V�3F�bܐ\u001e���\u0000=�@�j2UTz\u0000Ot_wE\u001a:�|�a�*�\u001a\u0014���cץ�b?M�V\u0015�\u0018#i8~�\u000b#\u0019�c\\�.C��\u0007�;��^\u0007��ܨ�\\#@S�i�\u0014��\u0018�٫�\u001c*�j�6\u0016/��Q�\u0006A�k�xW;퐫�?�y�\\�j-��\\&�ov4O����\u001f�\u0017�Z��A{���$�#�6޵\u0000���}#�Y���%��M��\u0013��pF���F��L�@�!�\u0010��\u0003��\u0007\u0000UI���e\u001f��\u0018a�\u000eӏ��=��KB��( :����w��D\u0006i:\u0015^\u0000�Zihx\u0002y�c3�d�\u0013\u001b4��\u001d�\u0005\u0017V�]\u0018\u0006n`*;'Qm�y�JqJ\t�\u001eִ\u0011�lk����v�'���'jn�%��d<md<����n\u001c\u000f2[ �FN���Y�lZ]�\u0019nZ�-Q�S2I*q�2\"�Г�\\����P|L\u0014\u0010=ַ-���9�앞�\t���uy5��Eo���^�礡K�S��\u0019;��ѤG6V�u2�m,\u0017k�x�Az_�G\u0019ayX��r\u000eż��m��\u0016��[�<���k����/����3�\u0018Yݬ0fju�n���\"�\u001a8�EH����\u001ei\u0011����:���Z�]�k\u0019��g��\u0010-k��;bA�E�g��>cM߾�\u0011���+�Bz\u001e�\u0017tƈXN$�\u0001�|\u0001[lWL�!hf�*��|U|4\u0003N\f���Ҩs@��8��\u0001L�J5��5���c�B\u0013kW\u0015��\u0007~h��E)_p�M��\u0015N6�\u0007����\u001e�B0���w�c�K�o����\b褉g�-�Wj��\b����(�u\u001a��\u0011�4��0�[U��2Nĸ�SU5ϡ�\u001a\u0019�\u0012\u0011W0_�\u000f�\u0001�\u0015��3�J*Wi�㞁\u001f�\u001d7\u0015;\u0012�\u0004\u0015\t<[=(F�-b<<�T���&]�4\u0005*��W{�6k\u0011Iֳ�\u001e\u000f\u0015G0\"@<�\u0017n{�\u0000�2s\b1�y��\u0002�+2 �_�\u000e\u0004D*2�\u0004\"��e3Ǫ�֨�4��n6Y�W���V�Y:�f�n\f���Z\r\n÷�q���/��++���\"D���\\[�s0��Ows�\u001fn�=7M��~�B����4FHQ�d\r\nS��Z*��Zb��\u0007���k\u0002G�\u0007\u0011�\u0003@@g�7.��\u0003E;��m�^�%�q\u000fd`\u001f#\u0006��'���kö�� b���}��\u000fCs�vc\u000eS�u�?�\u0014��H*�%�5R\u000f\bه\u001eHȵ�v����u���D��#ù��\u0006䳾�W�\u00138w�\u0003]{��\u0001�\\E7Ɣ�]�N)�>��V���ޓ0\u001d��YCdo\u0015\u0013�5���S~\r\n~�c\u0012��P��\\�ǐ`\u0014�j�|G\u00107K`�\u001b��t����\u0007o\u000fj��N���I��\u0004�t����ÙCmCg·\u0000V�T\u001cfO�\u0005��\u0000�N!4b<�;4\u001c�{=׍l░�\u0001}Jm�6A�D��ۘ�i�\u0006\u001c�=��\u0013�FS��u��g-�/$\u0004J�J��\u0015*V��Y��\u001eMε|�vU�\r\n��+�^�@�~\u000b\f\u001bv˯��_#�#φw��[t[\u0018\u0005��j�L#\u0004���zR�o��m��O\u0003�2���J\u001eQO7K\u0017u*����q�\u000ez�zS�G\u000bg�#cbw)�Ǿ�o�CvYr4\u0010X&��!j�hJ�L�\u001bW��jΩ��%\u0010\b\u001a��K����\u0006�\u0016x� \u001b\u001f��N\u001c/nL�\u001eV\u0019��q��-ᵉR�\u0003qZ��[\u001f���0b�T[*\u0004��\u0010����&I�F\u001a�S!��AzT\u0014\\\tDﱾ�*��7�t!$P�+$�%��C~ԉ��6\u001d�\t=#s�O��)�t\u001d\"��Ɯ\u0019+:J�i��\u0015S�U��lhps���\u0011�{�\u0019�|��\u000b\u0016�V�2|�\u0010����$��\u0013\u0000s��b\u0015%j\u0018Q�I\u0013�\u0017�v\"S��x�%��c�ͱ\u000b�\fж6^&��z��Qo��\u001f>�OK���T��?�\u0006�M7؏\"�`����c���\u001f'�r\u0002��1���(5��^oe�\r\n�\u0012\u0002��{~k\u0001u�P5��Rt%\u000f�}H;\r\nV�~�\u0000��\u0000��W�|\u0012�w:��*����Y�\\\u0014-\u001d\u001d�(\f���@7{�$]�#â\b;\u001d\"�����\u001b~�l�\u001eJ�H��4˨�6K{\u0000�\u001d�\u0015;�@9�E\"\u0018�b˚)�l���hE�� �B��ؕ �4�B*�#Q.�_M��5fWy\u0018�\u0004�ȡ�I\u00007��m�\u0007?J�x\u000213\u0007bؓ\u0013G�\u000f�3'��'���O�}x ���&8*w@�\u0018Bx\u0017;��:���W{c�Z�A������vs\t*\u0012��V�w�k�k��ܞ�^\u0003�p��+�\u0012���P\u001bU\u0013;�(b���$躲`����WX�V�E���ഩ��l[�\u0001��g:�b\u001a���2V �T\u00146�]\u0012�n\u0010x�1x�p,Ҵ+�n���\u0001�l�M\u0003V�Z\u0010W�/ѩ(1Nҷ\u0000�����A��\u001e\u0000�S��_\u001d�����\u000f�v\u0017�T��2Zނ����ےR�h_��ͺ��V�n\\�YԺ����(�W���\u001a�\"���sK���`�\u0007y�g�;��#`�g�N��\u0017y�u+��%�\"/���me\u0016��G���\u0000K�\u0007\u0014�\f���\fA�?�\u0006���F��g%��+f���-oH�\u0005�C\u001b+�\u000f\u0011��a\u0003�j��:�s�ʗ��ԥ~�\u00028��:\u0012+J4��YdBoO&$\u0014�F%\u000f�I;�Lc༑��$\r\n���aYՍ���5�\u001dω\u001d��+v�^�6\u001a0Ȧ��}p>�[�-AP�dF\u001d\t��\r\n�ꦆ\u0001��>\u0005\r\njY\u0019`{o\u001f�E\b��U�w\u001fδ#�C1����J'M��\u0016�F�\u001f��cj\u0002��ðl���R}��+�V��\u001a\u0016z\u0000��}Ԑ��3.�\r\nYt\\T�A^�]�l�ϲa�e7��Q�6m�ZM\u0010�����b��\u0010S�o�����S�F�\u0014Ơ;\u0017O4��\\P\"\r\no�g��[w�#\r\nM��Uiʺܴ�[���)��\u001f$\u0016\t'��,��D�d�G���E����t\u001e�Jy\u0015\\|\u0017��G�ۏa�\u000e/U�j\u001d\u001f��K��[x�쉫��x\u0015�_�d\u00157[L7ǳ��{a�%^k}u�4\u000es�z�X(\u000e�\u0003E��]]��r)�2��\u0005�x4��j��AS{��/a�0�IQxU%�\u0011�j�p�\fQ'�\u0017$N��D�u\u0000�c�\fx\u0003\u0001��\u001f��$��.��\u0017���@�e&�^*�a���P(<��q�f�U�h�\f�I���\u0011u���\\J��%D�\u0014�C~�\u0000d\u0014f���O�7�a�Α�\u0007�m�����س�fa��g�)y�U\u001b\u0001��\u000f�\u001c]Z\t�\u0006��\u0019d1S\u0007\u001d@\u0010��4�]#�\u0017��۰��g\u0011`\u0018;{��J�n\r\n�W��]�\u000f\u0006�� \f��{\u001cҘ\r\n�%�燈tފh�m���\u0000�$\r\nҏI�\u0017�����8VR�{%�D�/���vFj:2j��J������\r\n�_}�lc�8�O�i\u0013�g�I�s��x�5�k�\u0002��R��u\r\nY�YK�\r\n&�b���}�(��%�D�{�i��\u000e�z�\u001f�\u0005��5�\r\n7�=W\u0015��J4�\u001f�?���c����k�πB`�4j�Vi�sk�\u001bf+={K��q�(6s*�\\�\u0007'�c8\r\nK����\u0012{\u0017e�WW���lo ��\u001b�����w\u001a��\t��}��'��Y�l<Y�\u0000%�%jգ(��\u0005�Ц\u001f\u0010�d�\"=�1�i\u0010�\u0012�׻\u0000��E�+^�N��*F��!�?��E1�\u000e<�c\u0002F����f���tB�>��\u001b��\u0012m4�I�\u0004A\u0018���&�F\\U��sm���#\u0011�T\u001f�{�\u0010)�#\u001dp!�\"\u001cs���\b|�'�@\u0019��\u001arٮk<��5��@�P�}vW;p���a&�I�����\r\n�\r\n&���z\r\nD���n��\\0A:`�Iu��\r\n:ZjN�9ɿ�4��qn\u001aHӫ\u0013\u0010�?�\u001e1\u0018ڹ\u0002+gP����\u0013%�\t\"�2b�\u0000%�C�7\u001c\u001a\u0004\"��F�9�u�i�gk�e�|b�'IL��6\u0002g��*�z�F\u0014\\�8Kj\u001c�mE!����l7����\u0014��L��Ý\u0017���\u0017�/{��(\b��\r\n�\"\t�0.��̂��9B�\r\n�{��p݄9}\u0004ڒb;�+�\u0002^���Hb�g����j1�.����e\r\n���d[E~\u001bM��CL2��8�m��x��\r\n���\u0011�Y}�Qoe��\r\n�B/�\f��?A\u0018�A\u001a���\u0010��@�ZL.1�{�\u0019�3��c_�u$�\r\nו�_y[s��{$\\d�l���k\u00074%�:c՗{�2@���/��\u0006\u0019\u0007=u�!N;���\u000f\t,�\u0003���_Z)FYv+\u001b\u0016-�}\u0013�e}�ڽc�%\t�����v\u000e8�7\u0015�9xw'\"��?�%sa�ҏ��{I��!��Y�\u0010,]���D�f�\u0014��D!.\u0018�X�3��͖�L\u001d\u001a�\u0004HU��O���\u0004� \u001az\u0003��6o�Z�f��#��y�\u000fl��H���\u0019eͽ(˓e���\\peR�ѷ��P�,�(*��^�G�\r\n<�\u0019k��|�FX��#��l���R�\u0007T��v� V+E>\u0019���Qoc�<�o�C�.nF�����!A�N])��K\u00135\u0003w�T8!�\u0017.c��\u0015�TѺ\"�ʆ뫓����gLq7t\u00197�s�\u001f�+�\u001c\u0019\u0019ծ�U\u001d\u0001�_���=T^���e�9��\r\n�_�4�Zg��h)˖;�\b\u0015�\r\n���\u000b\u0016�z�#]_��n�1�\u0002\"\u001d���\t��\u0002�v�\u0013����\u0016�����G�J�����!?6ƂU��@�8SĮS�$N\u0000�\u0010�П����ֳ�b�[��(L=�\u0012�=�\r\nq\u0010MXK\u0019}�\u0005���O��#�{E�\u0017���z�T$\u0010\f�\u0011iB\u000fe\bæD.NRɊ\r\n��+�;\u0016����?��m���\u00118\u0001\u0001F��\u001a��,�C��M�\u001c:�Z\u000b�\u000b</]�� �����\u001c\u0012,�%��l|u�V�5\u0015%Sq����ɻ�&-5Je��c���bp\u0019�� Mo�3�\u001d�\u0000�˧Lš�\u001d�.b�ܽ3����|9�=�4d\u001d5\u0003S���|�\u000f\u001d$�#�;�f\f��z\u001cl&��~y\u0006�$J�E�UV^�\r\nR�o�S\u0017_�\u0002�\u0017R��`�\bµ�2�&�\u0012iwE0|b�h�\u0016;\u0013<7J��\\�\u0014)�x�g�����\u0004�S龐��Wf�,�\u0016���S4V�F��l#\u001b�����H܈��A�\u0006\u0000���1\u0006н�Tcm���.��\u0007BR����Hv8\\�\u0011��ʅ�7#}CU�c�@\br� \\*Ț�G�+\u001e3��\u0015]Wū���\u0002�[����\u0002�2w���ZܒR��0���hH\u0011���\r\n��l����$�Q��\u0004,�Y���@=�+�Y\u0019o�%�♜@dِ\u0019\u0018dcjiV�Ί�\u001b5���ڱ\u0014�~\u000b�\r\n�d����\u000b���<IE[cast\u0013*���\u001a\u001a\u0013�2�WOn���~Z�\u001c\u0019\u0013�C�a���\u000e�.\u000ea�\tmv���1�W�ލ�le�EX<\t�\u0010�\u000f�O�<�=�I�zw�J�\u001d��{\t5ռ�\u001c�k.�\u001a<�\r\n�&\\�yp\"N\u0016\u0001m�cڈ�Fŝ;�+�>yKm��4\u000em��H\u0011u?;�[�L�5���> P�WIo�@�WjO��\u0019>���\u0007j���vT*;K��>�\u001cvg��c�<-�� v\u001d�5��\"�O\u0013���\r\n�{�h����\u0011\u0012\b�wĚ���dO?�\u0010\"���u&�0��A\b��f}\u0013Z�\u0011�����_�:~\u0018�r�S�\u000b�y1+b��\u0011Q\r\n2�\u000b=&TnA�Q�@9[�\u0007\u001d�\fի���L�����0��\t�\u000eG 1���̡�\u0013j�?� ����\tM��W�6�v��\t�(5�5��\u001c\u0001��L\u0006�2Ԗ\u001a5p侅}��i\u001e\u001cI�\u0010�$���1\u0016#�;\u0010���r\t6�ᾁJ��⨩e,��m�(\u001bi�l}}�7�X����VLV\u001a(=����=��\u00024�я�\u001b~,��n�?�T�j�W՚\u0013I\u001b$Qs\u0004�34m�eo��\u001fG��Z\u0018�xI�Rﭿ\u000f[�:U���a��*\u001b`����(��rz\u0002-�\u0016[t�����\u000bB\u000f�%�ߨ\u0001�q�l0_\u0015ÿPl�W`=w\t<�#���zRΌ�w�\u001d�zH 6\u00041���Z\u00067#w,��>zJTƽ��'��X��\f\u000f�����&Ԧ��cw�T;\u0010+�}\u0012�b����<�Է�*4Ŷ�#��Z����\u0019�6\u000f`y\u000f�\"��dR&�OTmx��,�\u0000\u00133�\u0018��4��4���q\u001b\u0018�\"-B���\u001b\b?�@�\u001a�\u0011�\u0006�Vc^�|����K��\u001f�\u001b�\u0011\f�ջ\u000fx�\u000bRj�Aȇ%,�E~����\u0005�\u0004�[�\u001en���B�\u0004x�zTr\\��j9�h'T��\u000f*˼��i����`�;�.�Hu�J���\u001b\u0015�Z?���\b�ԏ\\\u0013m4�\u001b��\u00056|\u0000[���\u0016<��f�\u001eD\u000e�����~pa<`���r\u0004:�R\u0011S��V�[c�~�*��62��\u0018�F��L5g\u0005 \u000b�%=A~^i���D�o\u001bV$v1�\u0017�~�h�P\t�BZ�V�`����Y[ǖH;��82\u0015H�O/t>4�\\\u0001\u0016��1\u0003�j�=Tw�')˞�L[�,\u0012��\u001auC�j�>׸��)9� D�;m-5���c��q�B�G�~TP��d�o�X;ؤ4����\u0014t0'֬齸'�~��߂\u001f�\u0012 �Z\u0002�\u0004ҳ�n����y\u0016\\���F5_���+�\u0011a-ΜEs7֑�o�y�#E�P��+�_'�\u0015X��\"��1b�8n\u000fm5�\u00133׻\r\n�f�ɔ�cS2���zf%Ol\u000e��{RI�I��\u001cB�o�\u0005z\u001f2[���iI\r\n\u0011�Ϥ+%3�s���\u0004��\u0010���9$�5��\r\n����Bm\u001b�\u0001�\u000f)U�z�N=,11����W��Mk����8fU��wC�\u0015�kLyv�zv�\u001a�V���)��/�ژJVF�3\u000fy8~�?d\u0003�\u0019d�Eg��Å�\r\n#7��\u0016Ċ�Y��Dtʒ*Uɐ�6Nݪ�s\u0006�\u0013Jj�$qʾ��p��U��_괻����B���cQ�xy��4�+��c[z Mht��ju�\u0019�$��\u0000\u0015��ץ0Ի\\4D���\u0007q\r\n��9?����;Q����s*s\r\n\u0004&i���\u001d�V�Ev���U��\u0012�G�\u0014\r\n@^�\u0019��x7���Z���j�\u0013C��\u0016��N��\u0017$IH�[��z���.\u000f�Ϡ\u0016@''W�X��9�\u001f�S�(�L+�¾V�7W;FM�>�O\u0001Х����4:�{SOv_[\u001f����%\u001c\u001cg����7�\u000e\u000f���\u0014�5ҲT���Z6]�)X�\u001f����\\��ⳇa\r\nƌ&�{j�(u��\u0018`\u0011\u0002���\b�$��\u0001Z��QlM6\r\n�h�ԜЏ���O����ŵ2�De�j\b�\u00129U��\u0014\u0014ڞ�^i5\u0015r����<�k\u0018�FƩ��zNl\u000f��=\u0001��\u000eU���6\u0003��^\\�%.c���6^�a��җ���C��\"*�@�\u000e�۶v[IH�'V\u001dӾ\u001e�b0\t����)��a�\"�ĩ�3-uT�\t�oC�S\\�����|6\u0019��d}����\u001f��f��6��1�GK�Q/��u�N\u0002/q�v��,)p��fkU�(��w!l��2Ҟm�=uq\u000f�L�`���i�\u000bl!�\u0010]o�T\\\u0016yi*��L�8t�r6����BմE(�J{a\",_��<\u001bKZ�GYѤ��n�m\r\n�C\u0017\t�8�V�4{r�AmFE���f���f�\u0010rN%j��џ�\u0010GW����B^ ��ȁ��m��f�˘�y���'#���bR��e�T�bwU���-)����;���\u000b\u001c�k+�c���H\u0012v݊\u0016\u00173�\u000f;n �\u0003�:2�Y\u0002\u00033>9bZ�4����W����\u0006��\u0002r�0C����hB�\u00185��8\u001bL�٨����v\\ލ�/��\u0015ҙ3\u0012Pa����d��}��\\��Uv���C���)��\\�)�>���:�\b\b�\u000f��=�cV���\f�(\u000b�Ȧ��\u0006��\u0006���jN��\u0014�J\u001c��Za'Dy\r\n�\u0017>�\"\u001fc\u0000�=�s�{�@���T^�:�\"�@�o�O��HG�u�vy�\u0018e�՞�RA\u0003N�O[\u0011B\u0017��S_-u6ו{�`�\u0003\u0015-��t�\r\n>�\u0014�]&�*r\u0012{.�\u0005-p������-�0�8\u000f\u0015�9�T}IC\u0010���\u0002�O���R�7�:�n��F�k��Y˙�n�\u0005��)�\u0017te�K�����\u0005\u0017��Tdf)ݘ\u0011�\u0000Zq��(\t�J>Od\"Xʚ�\f�\u001c��\u001c��\u0014H[~U�\u0005\u000eo���#�\u0010^����\u0017z7��0��yk-[\u001dZ9�q�\u001a1��\u0004&�@\u001d��_5Kn���)\u001d+r�g�P�nU�UP��j��(\u0003�XQ��\u0000��щ�[�����Z�[c�kk\u0017K'�\"��3\u0012�@�#a�O��C�O Er.;l�t�\u000bň\u0014Fv�(��\u0002�6\u000ehFb�>Y��p���l�_+�z��e�~M=���}.�(ͧ>���d�A6\\�Q7�O�oV:䳢O\\�:�\u0007�z2���\u001a��_�7ƣ���:a��k��:�O�S�~�\u0004��r\u0005E�z\u0005y�G��\u0019�s���?Z^��hT,\u000fzV�#�|��x茘�[B�P\\S�'�͸�����cc��֌�O\u0011��\u0011��O�WO��+������f���\u0018?5D�SY\b#\u0013����?И(���9�ȁM�c0�\u0007Y���\u0011�\u0016h�:aQ�D\u000b\u0004s�Z�\u0007Kb3s\u001azY-�!\u0015�_q\u0002=�S���އ�oϏ����lH>��8��i�%\u001e�=�݇c�)N��Tצʑ�wH�aK>/67W�=�5�\u000fZ:\u001d&ID\u001f���(�ͮ�]�|5��,�Q���\\\u0014ĵ:�*\u0005.�\u0016W�I�O�F�% \u001aw��R21�R��X0}��� �R�~_+������\u001cg���^CM�0�\u0010\r\n��*�Rg�i}z\u0019\u0006\"�\u0016\u0015\\�~����@��\u0004=�͠1w�� s��X�Ղf�\u001f̠(\u0006��~т��\u0000+hk\f�\u0016��\u0011?�2\u001c\u0000E��e�b}�2�D���\u000b�/U�S�+S�*K���-��z�����֐\u001e�v+��\u0002�\u0005\u000e/���%4�|���6��ڙT�b:g\u001dR-+;��2]�i\u001fV��h\r\nT�`�\u000b?oN�) =��Bˮ\\��@��W|\u0006�\\���\\w*�}I\u0012�\u0002D�\u0014���E\u001e�n`5\u00051cR�\u000b�|\u0010�y�m��^Uw�B��tU�M�\u0018A\u001bJ ��� \r\n���#��ff@���X��\bn�2�\u0011/�'7���L��~�[�Z͖�K��\u0001�\u000b��1�\u0007B\u001a\u00019䗫��l}4�\r\nȗ����v���������k�y����\u0018\u001f\u0015�\r\n�N3�R\u000fNr�\t�y-��r��\u0000 �*\"��04V�(\u001bd[+�&����JSף�{;�j�VX\b(\u001b��\"dfa\u0005�\u0010��=&��\u0011?8w#���}X\u00156��\u0000rU�@\u0013:$��:\t�˂{\u0003����s���#�C7�\u0012\u0013ҋ��M�vJ3�%�\u0015\u001cYudW��f8,����d����lˎ��e�\u001b�h~�O����')�&T�\u0004wᅁ<�zkٸㅾլ%~\u001c'�Z\u0017\u001eB_f�p��h��\\�0��D\"$B\\?�G^ �t�����Xȩl���|z\u0018�\\�����\u0019�\u0014\u0016�[G�)c+���ݡ�S�p�\u0017���~�\u0004��t�Y����ǀ����\u0010߯��1qs��V\u0019�]E�p+�N���\u00076.�:aXϐW�~\u001f�'\u000f4�EB\t\u001a���Y5N.��n�{_�8�������?1��\r\n�\u001eO\u0001���!/��\u0000��\u001e��W{�\u001a3\r\n��\u0010-b\u0019*�m�`F\u0019�w��@��eq\u0016�3�\u0014��\u001b�{��7�q���\u001er��ZirDX�-��6l\u001e�:�b܂��P��\f�\u0007��NbS\u000ev�K[���VF��~�bG��\r\n�0mk�Ǟ��,����g&@�bw SqQ3�\u0017�5�\u000b���a�\\T�ɥ�Y��Q��Sd#�\u001cQgn}T\f�Ц���.�\t��S0D\u0014���Ɓ\\]@�,��\f�Rwm����'�\u0014�{R��ҚP \fTSJJ����xi��G�8chS��\u000b�@3�!+�x��^G�ܟ47\u000b�JlSWC\u0014\u0019�\u000b�\u00053��}����\r\n�]r(\u0014�BF6�����|\u0007Q��5o�\u000e�=��\u001f���?\u001e,o�#V���Lc�\u000f�l\"\u001d8�0�\b��\"ٿ\r\n��{��W�K!G��8Xg�\u0010:\"�$Z�k=��U�)��Ģ!Ʃ�؞\u0003��Xi\u000e��\u0004��md�A/Ϸ�I\u000b$�Z��Q�J��j�j~�tC?$����(: ���D���O\u0012bvT����ԿF �گ�\u001d��+\"0�?y[+ʞ��?B����f6d�z\\�\u000fl���I�$�M\u0010�6�\u001eRa�V{��\u001d@QJ��\u001e�2�3{\u000e��H\u001aL+�� ���bj�Q�\u0011[F���08�\u0015�%��\u0018\r\n��ı��q�G��02��8\r\n��+�C\u0013\u0002�RP�\u000f%�D\u0012�OT��)_\u001fl�\u001dZ:��\fe~�H\u0017��\u0017{�$�h�p����g��U��K}��f�=D��\r\n\u0004NSO\u0017\u001c�\u0012\u0010��8��aT�G@�f\u001fv�dq!�r\u001c�C-Аl9u\u00045s\u001b������U��\u0005Ha\u0018���)�0�KǶD�e[8\u0001�W�ʉ \u0015�z�}\u0000J���\u0007��\u0014J|��7r&�\u0007ղ�#�ᨲ�\u0013P�ޯը\\k\bT|�\u0005=�D��!X����/g��z�5��\u0014d\u001crj�,�S��\f�\u001b���,�Q�7�l�I�r z��m�9�\u0001_��(��\u0011nd\"x*\u0002�A����d�8y/\u001f� C\u0019P��aD-]F��s,O��<Wt����a\u0015_�:�=k˄��#?A�\u0007�'aR�\u0015����\u0012�V��\u001a\u0013�L4�R��6\u0017�2�\u0011����xl�VK��`��<Z�\u001bx�-��o6e\u00025�IYV��Y�\u001d/O\u001ay��P�\u001d�J%\u0011dO�(�Qꎢ\u000f^ѿ�\u001ba�\u0015��\u0010l���\u0013k�\u00000�ֲ|p�����F�Pu�z~�,`�M�&��3\u0019Η9�z�Wz�;RKN�sW+q:���\tD\f���c I�q�I���$�G�ƏX�KO��K\u0004�B�C�M�q\u000efw�nL���\u0000dJ�\u0010岛��������:IC�e\u001c���c>Bў�˸<\u0014S�\r\n�ϙU{rN\u0015D\r\nU����O܀'��n�\u0016��=t���Kô�\u001aB-�8�/��|M)���N�C~�Z���^\u0018�\u0012oi\u0018�N\u0012�\u0014{sf\r\no.��3WSx�s����UܘU3y�\u000e+��3H=���r���pGu����g�\u0013߁�$ya\u0006p������(����N�(��V�h6��!\u0014wa�J5����\u0012�{U��\u0014&�1pYK\"�\t�xW�U�sN~�!V�q]�A�+j�\b4�����,��e\u001b��*��\u0004q�\u0006AkѶ�a\u0003Qj&\"X]��[`l\u0012\u0014�#|�\u0006��\r\n+\u0005Szo0(Ӕ2Vb\"��ugʥ;�����5&���A��A1ʝ�\t\u0003kT��,0n��<��[\u000f(�~\by߻��&{�\u0010�\f��;���dfzn�&\u0016��Ju�`��\u001c��zM��Qk�G[ s\u0017�j��b�\u001c�\r\n'Au�&��_\u0005gX5�&�J;\u0003AZ������\u001f������g��G�b;l�\u0014Ş�a�\\_Ԭ�2,��1��0I\bU^\u0007x�}�`\u000e߂��d�=�B��AY\u001f��dпM�Ek�T�z����̟ob�q��x��\u001d�ѧU�G]�? z\u0001�\r\nĪ\u000b�� `\u0011H8�F��\f���띵��^>ΖQ\u0006=S�rYHێ!\u0010YJ��\u0010��q$�)�!Ԙ)9#\u00128�9��|Bσ�ё>Y]+\u0018���Y�:���3�֤_|�}���\r\n���:�\u001e\u00122Q�F�m�k\u000fi����\u0010�JI�jד9�c��>��o�\u0015�Lv(�\r\n�\u0015\u00003�ei�W\r\n\u0005SpF/ᰟB�dI�B$�γ�:��]#I�u\u0006�Q�>�6D\u001d�u_y�\u001b\"d��\t�\u0000C`�^6\u0007w��\u001bڢ�8�K��\u0000��7���;\"��p����#�lNe����\\���\u0010�d�T`�F��(��I�P�\u001dҮ��Ul��\u0019�mUȉ\"�}�uw�\u0014\u001c�l�ǳWC���\u000bH\u001e��� �Kvt�~\t��'��w�I��,���ȯ2xe#��Ό\u001e�\t������\u0012��Xu���j\u0001��]1!\u0010\u0012��ZgUW�<ٷN� %/n�݅8\u001a���B\u0001Nh\f\u000b�\b�\u000f��\u001f�\u0007aZ\u0012UUx�h䭾\u0013�5�~.��O�X��_���u�ӱ(\u0006}k�\u001d�\u0015\u0011�2jw\u000bLVI�t�.�KjIb\u0010-?�5V\u0006gxΏ�7p��@��\u0004��*��S�\bf$\u000f\u0000\"�:\u001c��^.��׿��<��\u001af���-̜$\u000e㤕q�!i�8\f��+\t\u0013\u0010ѫJ%Y���#B�s�c/�;+�#�w��\r\nq\u001d��dB�r5\u001b�}�\u00067��^�\\J�Aê�:�V�!\u001aD\u0004~���\u00103�ή�aW7\u0005eh���%wH�\u001e�\u0004Vcf)x�:��\u0002�����\u001axf�@�G��Wo�pD�4bZ m��c=�0�gS�j�Ĭ�Y����Ƃ\u0011z�b�Z�\u0001\u001f��~��ѿ�e\u001c�X2+9����x<�\\��ZJ�� J�4mM��i4s�~I���Z�Mh�\u0013'a�Z�KX�W?���\u0013�ƏI5+%��AQ\\)�n--/��=��2���i����\u001f��n�%\u0002j\u0007X>��z��!\u0002*�̿\u0006��@ni�z*pR��*(�G����_����$W?I\u001e*a��W��%�n�.�v\u000f�\u001b}7N�A$s\u0014\b���g��;��\u001d3e��O_��v�e��&M�S1�~\u0007��f�\u0005�G_�\u000b����<&��0@S5P@\u0018.�/n���-�eɔ$�L��\\�f\u001b�nM^�T\u0012#\u0018^�\u0013�\f��9Bj��u�r��v}\t����M��G2��Y�T�\u001b8ۦ\u0000�\u000b\u001e�\u0014,�̰k{\u0000��JR�\u0013�8\t.�����\u0014��b\u0005:ҿ�\u001d�aq�\r\n�{���\t��\u0001���|�+m\u0001ņyU݅rd\u001e�?\u0010�\\��lo��\u0014�^��Ej�\u0002�K���QfO#��\u001f��p��L#�S�9���f-O �ā�\u0018�\u0017;�:H�-��4�j�\u0002�\u0017�\u000bҙq�I���y\u0002\u001b3�l;m�Avo�1f�`��p���u���5�X�\b\u0017i�n>\u0004�@\u0005A�f}b\u0011ɪd��&�V��\r\n\"���\u00107�a[I�\u0002�\u0000[���,�Ⱦ�ZTɩ5v��E�9\u001fH���w��ty�Te_\u001e�C�-a�Eq�J��\"'�p!ߧ,�Tb\fU\u0004A���!H�W��/���6ϡ!��I���W+�#[T�\u0004���\u0002�!��$!Մ\u0014���T��\u0013M(�\u0004P����{񻨒El�<�΄��\u001f\u0000����3�j�k��\u0016�W�w�\u0012h�J\u0016\u000b�\u000fG�Dmi�|��꥝u�:��3��\u0005l�I�\u0013)\u0018�%�\r\n��-\u00122o\u0015k���\\&$Ϗ�Bt���NĲp�B[�\u0015\u001a�:\u001c_J�U�%md�*\u000b\t���F%�+�\u000f\u00066\u000f'�ˈ�ߍ9�+�^�<�\u000e��uG\u0004^\u001c8��,>�\u0001ryA�Înu@�⍶�\u0019�V4\t��ۑg\u001a@!����\u0004s\u0001�����1��z�6\u001c��^�[+�<���\u0000\u0011�1f\u0010Ʌ��rd��\",��n*RM��>�B>�z\u0007��8�z��)��Q��F���ϳ������_\u001aа��(_��{��c�������]��$q\u001c߬\u00145��t�\u0002���΅{�9�/��8{O�\b|p�s�h\" s��*��\u001dp�˂�\u0016�)��Ǭ?2=ά�$��:i�*l�#�O�M���pH͓ˀT�1�\\`(�Xϕ�G�O\u0000\u001e{C@��1 ����\u0001\u0013l�\r\nϪ\b@\u000f\u0018�q̒5sv\f,\r\nk�\u001aC��5_\u0015ꄟ��aa�%�^��\u0003\u0017�D\u0017�m��DbF\u0012\u000fW��7�a�YZ�'ziK{R�l8\u0001�Mp�&\u0001��m\u0015�\u001bKEK?����sY\u0000��di^�\u0002\b�C���Ρ�þaC�oف^�\u0017S����V�eK\u0001�4��'Й\u0013b��g\u000f\u0006�7�$�/v\u0016\u001e�J�\\\\Ħ�r�\u0013W���\b^\u001d>o�\r\n�\u0018\u0018�Su���[�l�f/�En���F���\u001dF�\u000fM��cměJ�[vs��\u001e�\u00107\u00159s[�\r\n��I\u000bm���긙k��m�; Ԩ}\u0010���[��\u001d��BQ4\u0005&d\\�W��ְ(�[���ּ=�Y�hS�ǜv�l|���+�_��A\u001c�s��;�\u0019�ڢ9��r\u000e\u0005\fǺ-2-\u001cߙ|�\u0013$\u0005�|.�0Y�\u0006?�{\u000e���ۿ��,�Br�����G�#��\f�#�A�\u000e\u0003[w��n,\u0007��ܜ�c?p�Ď@PwՉ\u0017�=HAoP�\"\u0011��+�+k�+f�P�\u0007$�H��zn�Nsm�bS\u0000P�7\u0011H\u001e��J�6��$\u001f�W�1S�\\��j�a�{i����dZ����v^\u001c����Th\bq�>��\u0014�\u0002R.luK�q!utd4�\u0014��􂀏�\u0007O\u001b`���mB���8vc+[5a��8]\u0000�7�+<�v��;��%�\u0006�\u0015\u0012\u0005T��t�D�Z�o�\u0003�\u0018�H(�i45C�vc2��\u0006�(�ب\u0005L�2I����a��ȓ�\u001b$�o�r��\u0014d#cj�� \u001b���/���d����\u0017\u0019Ab2\u001e��F��U�\u0003��ـ�㸙ѿ\u001a7\u0005g�\f\u0014w�]\u0015=)vc�'��J�b�N�H��:\u0001a�\u0006�\u0005H>;�Vx�:�\tȗFa���*�����=\u00131<���`i��S~�o|<��^~۱뜅^\u0010x�\u0002��\"FIG��\u0002K{_�] ��\fL5�5\u001a�ۺ;��X�:b�_B\u0019(Cg�����dL��֘y�*\r\n�\u001d$���ɯx�Vb���+\u001eC�Ö���e�E\u000e�L��Ȕ\u0005�B�E�[\u0000�\u0011�\b\u001d��T�\u0015E\u00125J\"D��r���|�1.�i�\u0002�o\u0000u\u0010E�\r\n*=\u0018Pw\u0006.�Ulp����j�����I�`�-�<�ث\u0017��n>0\u0019u���I��͵\f���ևE~��f���\u000f�\u0004�g\u0004����P��`��F�1�[�W���j��\u0015~�8\u000b,k\u000f�只\u001b�Ǉ\u0010\u0019k��T��2��\u001au�/���W\u001cD��˝�jA�@��\u0000Nvt��G���\u001c!d8i�i��\"��4\u0019��\u0007\u001a��zd|�`�RhؿF��\u001a�j��!��oa�M�����?��F�/W���uŴ]�_~�\u00192�!��[D��C!\u0005���c��\b�z#\u001b\u000e�\u0011�[b� �RD�ߘX\u0013�\f\u0005�\u001b�X�\f-$���8�\u0018<���\u001cU�iG \u0002�v|j\u0018\u0019]�?BJG*�\r\n��\u001e$\u00064��p���\u0015�S'���7���3�u?�'�SbJ-K�\u0005{�X�Tʮ����g�\t��a]t�m5d�p�p�!�[U\r\n!�q����z�\u0019SOz=\u001b�tiH\u00037�Z�HC��;�_����{j��\\/9&\tv|H\u0011�i�u���j\u0012\u0014d1a��K`�_s��\u0003-�;\u0007��M;�=����&c�jN\u001a�A膭��\u0010i\u000fG�\"J�~*�#�!\u001c\r\n*\u0016��;.6�|\u0005��L\u0017eF7}��\r\n����暔�\u0019Ѳ��!2��/���jcB�-7Mm\u000ej\u0014$^\u0018��wBTo�\u001e\u0005W�J\u0001�T\u0002\f���x��e\r\nt�$W\u0015�J�\u0007:�i�ʖBҜ��\"_t�m\u001f\u000f\u001f��QQˀ�/��@\u0001pE}�C��4'\t�M�j��<N�z��'!\u0013�o}�f8\u00179��:\u0014)8���\u0003H��\u0000T>\u000f\u0011�=\u0015���C�O&B��R��H\u0012���4\u000f[\u001f�2��\r\nU�4?'2^\u0007�O�Gnu�\u001dek�q6(�씵���A�-2�a\u0012Q.ꪆ��e�;�4.��\u0019YX�̸�933\u0010|>Va2�J��4<\u0006�a���쬯e�<�k\u0011=s\u0012'r�t�1ef��+��\u0001�jgJ�R���¹�\u000b���*(�\u0002�\\�����=\bO�\bB&\u001f���L׮�\u000f�M\u0018\u001bg�-_��I\u0010�n��f7r�2W\u001f\u0012�n��&`��`�F9{Hv�2�\u0019C�]�\u000e��~�<\u001d�\u0019�$��{ah�AU8\u001cU���u�ğ\u0002l��\u000e�\u001exB\u0017<�C����{���A�L�\u000e���x�qDױ\f�����D�fȯ�ސ!�=f�\u001a\u001a�a��Ύ0\f|���1����g�,\u0016\u0016��1�F�����q\u000b����4i�\u0019\"ܜ��&��*�*��^�'\r\nlr\u000f�!͋\f\u001e5~�:��1�mV��6\u001bO�y����^�DVL���OT��׿�φ�l�MZ���(j�;�Xw\"�9}\u001f�<߂tc��Sړ\u0012�����h�`�/��,x\u0004Қ\u0012nR�/�h~\\~�0F.�1\u001ch\u000eS�L~\r\nN1\u0006\"�d�\u0012���l]�>���g�S�\u000bE��6\u0007\u00152�tE�ҫ����;��g\u0010��/��Sހ.�\u000b��+X7�����-�v�L�a5�5eMYK\u0007/5O\u0014ci�\u0005��WaD��B��,j^vYjY��m��J�\u001bO�����Ƈ5��m����)���\u000b\u0013�o�?Vjf�I�Tk�tV��\u0011��60-D�\r\n�\u0001�dym�DV��F�\u001aޝ�|^l,gyF�>[[�m�m\u000e��\u001b�Ί%���zU)\u0003v�g0�{`��G\r\nA���j\u0007 U@�l�1�_\u0006\u001f�r@�\f�|K`\u0003+׫d$�Yм���[��I\u001c9�\u001b�m�6Bx�n\u0010v�\u0016QS!\u0002Z�Vu��\fM�\u001c'$\u0002�*)k���O���`䰪\u001fL<��JI+R�K��\"�\u0005�\u0010���۽э_��\u0010�2{u��>`W_�y����6\u0015g\u001d2,\r\n�\u0010�Q\u0007����;�\t�e�v�^k������xT���\u000f>_����+�����Z��Od�\u0016Y�\u000f���\r\naYҍ�G�\u001f\u001aMx��P�4[��2��Q6^�\f����\u0000�T�M�F�\u001a\u0014��(�������*\u0001\u001ea�!��zN��b\u0018�]��T�FM?ҫ\u0011l�\u0004�ז�d�\\MW�KF7�'9\"ǫ޲\u0012��ܤN܆\u0017G\b��K��|�\u0012@����@x�8�:���]*�Z\u0016�h\u0005^Ȼ\u0004�Dt\u001d�gY�o,<�\"��yE��\u0003��l��wl�#b��}�lq�(�S��ݔ�;]�54�����$�\u0000*ĒM5�;Tq�8M�F\u0002P\u0015����\u000f;\u001dǹ�������5��Ւn�8ι��G\u0016:g�Ed��9�����OX�0Jz�]ի\u0018�ǎ\u001aC���z�<��s�٫��4v��-q\u001f!�<�>&��h�E4��}=M�\u0004O��J啎F%�\u00013�gu\u0002�ݬ�*��\u000e����\u000e|,�T`\u0012˱j\u0012Ѝ���\u001b�Gt���+z��\r\n�\u0017BÓ���G��.d�H��_)β���ǌ\u0007qk}b'\"�0<�|�d&�+��~�]��\u0010-��H���\u0001\u0017ۀ0�\u0016ѱv\u0000]�n\r\n�k\u0000�j\u0017\u001dj\u0014�#���&\r\n��R\u0001�\u001aۥ��g��t\u0019�\u0005�v�nrí���I��R��O��-�4�M���\u0005KYN\u0006���\u0016,����Ș���(\u001b��8���&^Bg+n�\f�\u0011Va�u\u001dQ.Z�/(\u0017\u0016\u0001\t���1zX�,�\u0007�$m������\u0012#\u0004m@9\u0007,�`C�+��o7��>\u0000qT��O �p���g���l`q���>�'�I�����\u0015y��MS7m\r\n��\u000f]�b�i�?��l�y\u000f\r\nz�Kt��M�\f*�\u001c\u001dCP\t!)ͥG���d�AO-\u0001��ٔ\u0010�_�4/��)�հo�^YI�Կ:��KE�\u000f,���:Y^��̍?4y\u0016U#|(��2\u0019/��9\t�n���\u001d��@(�\u000f:\r\n*�8�\u0007\u0016�\u0000����`ze���݇\u001f�\u0007q�\u001d��k�\u0005v\u0001�?�c�������T���+\u001a�}~F_�_�\u0017++����R%N��\r\n�^N泳@ܕ&B����\u0015�\u001d,Ж3~�Ԡ]�?�����l�\u0016ߙ\u0002��\u0012�ǔ\u001f���\u0002�\u0013��C��,��6�_�h��v�k�-� (7g_�b���\u0010�W-Ĳ*��d4��r�\b}TL�kE1h:�h�\u0019�zA\t�s��=�nN!\u000b�\u0007�ڱF��W�\t�p'�5Ԫ���ϮU!�2�ZRÍ#���\u0003���n\u000f�\u000b\u0004�\u0000��{j\u001f�G\u0018�\u0010k'������_/\r\n�X�\u0014='u��3&?\b�B1���.��\u0010��\\k�����r�\u0017�qU<V�UT8B��wz�ҭ��xܢ\"\u0018�.u��d�Eg؇�\u0001�>\u000b�j� \u00057�{i\u0016��.Q����;�����\u001fdB��\u001b\u0012�~\r\ng�Lу�B�WB\u0011����i\u0015�(\u0013��Fs�G�KY�vod\r\n{��\t���)F��|^�\u001d�:�i\u00068-��,�����p���\u0017�����\"�F�9��\u001c�1���Y�uQ�VFD\u0014\u0007���2\"�\u000f}��J�n5\u0015\u0011v�?�\u0017�\u001b��\u0002w���2-@�c�9j�������|�˃���m��H\u0013�>�p\u0001cn�'Oɰ����hL��}�\u0014���\u0004�&\u0004�\u0016\r\n�z-\u0004�č�v�#A��='�O�'�aQ�\t\u0000�\u0011H��\r\n���\"s^j-�\r\ng9A�'��b��~!b�#ݬlC^���\\\u001d��]�\t��QL�=�<P\u001d\u000b��`<\u001e�j%Iǩ�&Qk�k��\u0003�\"ﺡ��\u0010��,�E�\u001e_\u0002(�����vp��}�\u0018�X%i\u0007���$�����5\u0019\u0017=�3����2�����q�\u0016�+�S70�hc��2א\u001e�����S/U2�Mb9rj]��a\u000fX����Ni\u0016F�t 2>�X�3h\u0001|Lj9�R^\u0007\u001f�q�v��r�H�Ez�.\u0017���(�\\7j�u�97b�4�\u0006^Mo�\u0013��S�j�5��֤��p�*i\u0015��z���\r\n�\u0012���W1?�{%�\u0003��:T=\u0005��S����2�\t\u0010�\t\u0013�i��N?4;ո�0%Pg�\u0003ta�K���\u0015۾�x7�@���;\u0012�35��\b�=3�\u0011�\u0001�S������5�撡\u000b\\\u001d�����?��<�Hw�����ߚ��E>\u0019f���z6��Y��C�\t�V\f�>\r\n�<�<G���c\u0014�))\u0019E\u001c�\u0013�2�g\u0000\u001bυ]�鋋?<z\u0007u\u001dGzA�է��*M�|)�D`���q��e\u0016�F��oQ6J� \bb�QnL��ъ\u0012.S�T�ʦ�)(e�l�]3��3Կ<�\u0000���{\f/\u001d\b�\u000b\u0000�#�<�ۍl}�?��9� ����x+E�\u0006z��\r\nj�\u0002�\u0010Ff�+T\u0005\r\n���\r\n\"W�%T=�� M�h\\\u001aI\u00164B�p�o�\u001f��(\r\nc?2VR��'\u0013\u0012%��&<ŏ|�~�p�6��p�7\u00147��\u001b\tf\u00016$>܂�\u0010ؘ(�s\u0004\u000e\u001f#R\u0013�r~\r\nI?�Jܞld���'X��>k4��;�(�=�CX��=\u0016��\u0014�ґ���\u001e���_�nx��~�(\r\n\u000f�\\~�E��e��j\u0013\u0011�S5�`�oC\u0001��#8Q����&�:\u0005�,��e\u0002�1��]'�Gq�xm�\\1#(\u001a�\bp��n}T`0\u0005��\u001b����~�Q����,'�\"\u001a���o�\u0014n\u0010\u0018M�$��\u0015\u0018��\u0010�LM+}\bB�̴�A\u0017\u00192 �I\u0004\u001fTǯg��\u0001)�*sG�Y\f�/�\u0006�(\u001b\u0016�x��l��ܒ�K\u001c7nw:�Vd����\u0013��\u0019\u001a\u0011H\u0017\u0004\u001abu���\u0003+,���e\u0016�g���8���#\"��s�2���1�J�Cy+RG\bt����8�/\u000f���\">�\u0013�^��\"�=���(��\u0010�^�Ԉ�d�*����ZՆf]��XfE+�\u0004=N\u0012\u001c��R��'1p\u0003¨=�B_F����\r\n�*\u0005<\"ۥ\u001c�J���p��}���~��@[\u0014\u0003����\u0005��ITt\u001d���\u0006q\u0018���D�7�f�\r\n�C �$\u001f2��ݭ\u0015\u001c�O�\t$�Wɻ��\u001c�\u000bp(���\u0005\u0000�+�\"�\u0014�1\"=-�:RG`�<��<U��}V��́yʥ6+�ۙ�$\u0006a�Is��qg}ҷ�\u001c�\u0017���@tg\"K�\u001f�ݨ�\u0016�\u001aD\u0019~}\u0015K\u0015\u0006Q\b3�X�ˢU\u0017R\u0001X�C���3\te�_Z�r�-\u001cf[KY�ҥ�%�����|��\u0016.ß��`��\u0019o�I���c��C4\t��\u000bH�ju\u0012���L����o��u_�\u0006yb)���\u0000C�\u0005�4���o�gR�먳 8�S�}����\u0007\u001fh��ʥ��\u0001��L\u0003{{��C�A��!ϴ�i�\u0001\u00122� �\u0013��\u000b ��ڣ;J24%ڣ>���\u0012Ix\u0001��!@�b�i)\u001d*)�Ђ�B��\u0001�PLk~g/��P�\\\u0015\u0004�TS��\u0006�\r\n(,n\u0003~{&�)�\\;\f��>6VR��J\u001f\f�h��� \u0005��l�\u00184��.���\u0010m�\r\n�h����\r\n���J8��+�\u001b0�bP�k\u0012�����Y>(lҟI�I��\u0003>�XMT3H���I��~�Ӑ��W?v�J\u0002�\u0005>Q?�\u001a�`\u001b\f\r\n%�a=\u001f�&Nf�.)p��ݶ�jb=�\u0003�K�)%>�f�\u0013�\u0015�b�E�\u001a\r\n\u0006�>���@A̯r�\u001e��g��4����\t�\u0007\u001d[\t�;��*\u0019�\\�v�K����\u001b���\"M(5A%�\f?���\u0005~\r\nS��\u000b�(�b��!\f�R@��\"ċ}Q�\u000f���\u0001�k\u0010H�\u001d�%�!���H+ ��o�\u0017�8���1�\u001a{pY\u000b\u0004}��Cht�щ�'\u0014S�\u001cs��������Im\u0014��e-�\r\n\u0012�rm�\u000f~���l`��hH��#v�O<+c\u0013���\u0001˯\u001cj�\u0001\u0011��\"v�2����TIX����Mz\u001a|2ꍹ\u000e�I$A�]K\u001d�), ��1\u0004{�&�/$���ǃ�x��sm�5e� r���$�d&e��e*�=���t\u0004d��#�\u0006g��\u0013m�~QV>�1/\\\u001f��D��7m���}\u001eM��$��{���>��0�\"{�\u001b:=.\"3�\"u�֤��z�)�8o�΋o�Xn�g�\r\n�C��1�1����ҙ\u0011�I\u0019�Y{�\u001b}>�բ�قG�\u0010���E\u001e�I�J�^�쮄qҮ-ܛW\u001b����'��?sH���2�P�R3��~\\\u0014�\u0001x��9W\u001b�*P��@���}'�Z����\r\n\u0016�{~h��ʴ�#/F�M��:��K��\\�B�D�NKyu���щj\u000f\u00116\u001f�b��\u001f{�\u001e�\u0004]��j\f��}���\u000b\u000f�P�\u0001�`3{��jO'��פԒ�Ql\u0017�\u0014�\u001f�yK\u0000J~\u0006Vw\u0006�f\u00197����2�^PN_O���y@4\u0011\u000f=@�����X�,\u000fn�'-\u0014��\u001ebn�zڻH\u000f\\��mP��\u000f��6_\r\n�  =�)�J\u001f�\u000f��\u001dSg�ˋ�#��I/����\u0014�N\u0006g�\u001c^c�Jʍ\u0002�M���h�umt�.\u0014rK3��3O�l�c���\u001fk�r\u001aF�\u0002�œ.RȴН��_֛\u0012����\u0016{�#Y�\u0017W\u001f\u0019��o@��I�>xGF������W���\u0017�U�&\b�\u0003��i�b�L�.�\u000b�\u00065\u0007D����\u0004\u000b\u0010�V�p\u0004E\b?6�,\r\n�(���u��jF~�\\�_�Ά�k�M6ȸ�X���5���x�آ)���A�V\u0012�T��\f?�譍��\u0018��\u0006�A@]����k<\u0016\u0013�K�n\u001a�f�\u0003*M٭��J&݅\u0016_'�ێ���\u0016�<ަ:Ю��� ����:�H��S�\tOޡ:V�\u0013gՀ��\u0001�\u0001\"}ޘ(�Ȇ�¥A�c���0LY���i7\u0015\u0019�n@ ��ӨYl�N�0z�\bl��u�\u0013~���v��?a*�\u0002Q�\u0018n-}�z����Kwl\\��\u000f��\t�e���\"�q�w����#\r\n})5ծ�AI�RB��y�b5�%Lb'��D(��L\u0010��8�R_�^�\u0014�i*\u001c\u0004\u000eO~o��O���F6���C�nU\"�q�\"D�'\u001a��wE5L�U9�\u001cR\u000e8K����P���_!�́�#<�Y�����\u0003\u0015�+wF�3�׮\u0012��A?@\u0002�� �{(hR�aY+�����M\"'L��҆���j\u0010F\u001c���\u000b�\u0001�!ks\bf[K�\t p^���n��l���\u0003�s���\t%]�\u0007�\tx�Q�o���Za��l�&���\u001e覆���|�$*�suK$О�\u0004`V\u0001�\tB�.�\u0012qFt�z\u001e�\u0013�;���\u0001���$;���Mundefined<?JM����L@��\f엩���Q٘\u0012�s�Qt\u000e(��N|�\\���a�Ư7�q�_�.�}Bs�����7��z�G��\u001d�GP\f�\u000f��Y#��Tl�b�V���\u0010�u�\u00196��\\7҂�=\u0000x��d?\u0014�h*籯N���Έ�8��u���!�(�~\u001f�\u001a���\u000b�Hn6�B߱%\u0001#7\f��5�R�\"7��i�\r\n�\u000e��\u001da�*O�#�Z���v�r}�5\u0016!�����*�\u0012/63��Ƅ�u���ޫ:�\\ꚵ��]��k(b�\u0019\tkx@Y�x\u0002��$q-�cG\u00064�K8�B\r\n {�����\u0014��V�Ƒ�ƭ�4\u0017�\u001a%����ɧY���&Y_�Q���\r\n\u0010��\u001e\u0000�q�p���M�\u001dU\u0012�ԓ.� �\u0014|���\u000b=�v\f:��Әe�}d�\u0016)�ǿ�+�[\u0010���\u0000K\bt�5�\fB�\u000b�M��3MC�ۚ�\f���ԟ�AZ��+â\u000fG�v��W�|\r\n1��˭\u00144BX)6;i�X����F\r\n��\t>�&-��\\Q6^/(�#�M���JQj!\u001f}�:�3t)�n+n`�X\u0003�>��M�Z\u000bS2�?��~d*\")���Z!B�c\u001d3=������V�zԩ�\u0017@�:G�M��\r\n\u0011�3��#\u001b\t冥@�R�(L�ɂIx��\u0012�\f<��?��Fg�Nz\u001c\u001a\u0013ģ���\\��͜�g�A��deg\r\n�c��9����j~{c}�\u0006ߣl���?��@����~�I�\"��Af��q�zZ�T�Ox\u001c~���\u00010�%�C<�\u001d\b�\r\n\bj�7�#\u001a�Z\u001b��Q\u0018\u0006�\u0002K�ԌM�9�P_?��\u000b)�Rt�\u001b\u0018ʯG|�C�rZ����.V�\u0019�R\u001d\u001fW\u0017��L|���(�B���8\r\n�0��v[X�!�[���\u001a̙�鎠hw��]9�\u0002\u001c��\u0012OQ\"���ir��%���\u0014�������*�Y���N��H�\r\n\\f�\u0005S��UP7�\"��LR8$a���?*6z\u001b�p4Y����\r\n���\u001f\u0006Ak��C2�~P/\u0012��\u001c�������ڦ\u0010��l��\u0012��5^���Ao���z��G��Q��P�x�\u001f�(\u001b�I@��R�V,��F�}���'r�Kb�)��'�z\r\n��'lڬ������#���1�Xp\u0006%]%��L\u0010���_ZϖW�q��4\u001d1�q8.u\u0004\u0013�w`�\u001cr`���G@m�'�$\u001a��\u00138e�!58��,�R��T\u0007h:gˡ���]\u0012=+U-�s�\r\n4��\u0018�-\u0004���8��0�ʶ���г\u0015 �Y���\u0019�5�ZaYS`}r�M�<�\fc�KÐ�_�[�m|�ӹ\u000b\u000e^e\u0014��b\u0007�ſ���\u001dh7\b��;�&�K��\u001a\u000f�Ȗzk�\u0006��o�E_\u0012׏]ߵ\u000bA��ar�CG!���k5�+6\u0015���ן�Tc$>�2\u000b:���i�\u001b\u0000\u0005�\u000b]p����\u001c\\��~�) �ժ\u0002\u001fÜO�a�#\u0004�\u001ao��qsi�\r\n����;��������S9�}b�\t�+?P5�\u0007ʫ\u0001@\u0002��\u0000{�����j\r\n��v�\f�~��*\u00178���b%�# V\u0012+�y\u0006��C�<9R\tn^\u001dS� �A�ܠ���Թ�u�ڟ,��4M��c\u001f�!�n\u0010&���\u001e���\u0006\f�#P����\r\nIg��aw�$d�?pS�����F�'�(u<�ӝ1�\u001b��i�V��e��Hv7��\"�C[\u0005_�2z[;U�GR�n\u0014�jή���e\u0001\u001b/�,�/�4[\u0005R\u0017���k�ʸ\u0015\u0006byP��\u0014>�QmDe\u0010��C���!dL��ru���-�����>AN웣b�s��Z�.+�n�h}$3���k�hᢄ\u0017�@˧���\u001d\t��]���M\t&�\b�'��क �\u0011$�\u0011��7��6�\u001dv*�R�\u0001{���\u0015\u001f�&\u0011Ɵ����ʲ��®6\u00101����^h<2\u0013n�J���LTJ�\u0007�R\u00031ӻ�p�\u0001�H��6\u0019|i��$n�E^j�E\u0014����Xh_\r\n O���M�f��o�fÍ1�d�\u001e\u0006i[�j�+�\fw����\baU��C\u001cK�=4'8ׂ�C��#����\u00174ӂźk%\u001fG���4�3\u001e���\u0015��\u001a!\u0012�ZoL_۴\r\n_�{���E���R�V'\u0004(����g���Mᣲ��?)�\r\n\u0019#���Nj���^�\u0000�I\u0012'tK��c���5��)1A��^B\u0006�)dRD�LFR�[⩬���/��\u0014�m���]3\u000e��\b^���i�~�\u0005��\r\n\u0012��P{^��\u0007�E1�B�J��o;I�ʢ�\u0011�8\fD�@_�ғ�w7s�[�\u0011�T�Ж����/�\u00070�=U\u0019o�.��d�\u000bj�e����Rò\u001d]o\u001c\u001f=�����K\u0002T�\u0012�5ў���;��m\u001a �\u0017���P\u001fI\u000b\u0019���\u000f���\u0012n\u0006��)���\u0001~��a��N4����b�V��,�4\fa+�;\u0000\b�\u0010\u0014��u\u0017�\bf^\u001c\u000b�-F\u0003A括�O|/h�Åa���\u0002�ʔ��E\u000e�Y#u��Az�\"Cl�!��\u0010�3}��?� ���W\u000f\u000e��\u0018\u000eW3�Fv��\u001d�.� 2{\b�~m�iP��\u001b8�\u0011�\u001a�\u0014��%*\t�F�\u0002��N�N\u0000\u000f|\u0005�\u000f\u001a\bl3�y��w�~\u0000���<\u0000K.\u000b��윗��\u0004\u001b�ص���\u0018��<�Sb\u0012:�i��\u001a q.\r\n\u0012e� \u000f\u0002�-�(�P��\\�\u001b�wCT>)�\u0004/0�_���\u0005�s8����0˷n\r\n�-���N��(u0���l��\u001a��w<���:b�\b5r�4�ʐ��>��>y.��1���x\u001a���\r\n�^����m\fz�l�&\u0011�xA\u0014��Y�dN5��P\b�\u0014��\"\\�s\u001fr�\r\n2u�2��\b{o�V��=SY��n�vc���\u001c\u0011�S��\u0001���S\u0019\u0010IƱ���g�Ș.\u0004��ּ]~����Z�5f�\u000b�A���Y}\u0002��sY�\u0007`�9��9\u0003W]\u0002��#��D��W�qg�o�2`\t-F\u0016n��\u0002�ZM�H\u0004�RϹ*n��O\"~\\�@��g�I��k \u0006��0\u0000/Q�%���5�@�\u0007\u0006�}�Z�?[걶���1a�孥/�|1\\�Z7Z��^b��.&�8{�0�=W�M�%����ܑ#�\u0015��J�\t��T\u000b�w��\u001a�6�n���3+=\u0010>�>\t&�$\u0010\u0013�I�\u001d�@yW�nU}Zz�{\u0010���x�M���\f\t�g\u0017��e\\���#P�o�Kɉ�x�&wn��rcu���+\r\n�8LS{�\u001e>q\b���\u001e/��V�����#�@��ԦD�L�ܭ��\r\n,p�(�RS����H�\u001c��G\u0011��6\u0019��\"_)r� =�\u0006��!ʨ�p\f�b�����I\u00153Uf��зB/ey+&�N�ފ�\fЎ�ʧ�\u000f���\u001eڲ�����\u001c��^�\u0017��+�(�~����}\u0019\u0001��\u0018\fpm��J\r\n�i�L�pPz��\\�9�\u000e����wP�75�'�\u0000��\u0018QV�B�\u0003�$��ց�:TJ\u0016��z\u0006�@\u000f\u001d������#��\u00074����:�$N�҇�~z`��\u001703�)Y\u0002��\u0018\u0012��_���.��_ސ��#�4���\u001d�+�?h�\r\n�`\u0015�M�\u0001p!DI�,e~������qo�$-�-��ep@�S0���n��{\u0013��}X8�\u0000�U�L��׾\u0014�=\u0017Z������8N�W:��<�ج�ǣ�c;�\u00137�\u0013\u0007��\u0011�ݚ{΁C�w瀜i�O|\u0002���z�L�):�H[?U\u0013�3>�+��\u000b|�qb�r��\u001a�AǼ�*�\u000fv��S8IH}X'�l���M�^O+�3@�_<�\u001b��<�D\t*��+��{*���������\\�]���}X]����ı\u0013%��#e�\u0005҇'��gi\u0006����3@4��u\u000f��L�\u0004\u000e-\u001e+a�2x@���q��I���\u0005��\u0006|<� Xh�9�- \\����s�n�m\u001cY���\u001d!\u0001u>����9t{�qX��=s�(��\b�����l��P3~�T;�gD���f\u000b�0(S?{d�����O��'�yZYY�Y� -{\"���P�\u0004���r�o}�[˓������?�L�B\u001a;I�Ef�n6q*���{%���ݽ'5�\u000b9\u0015\u001e/|K�ӗ ���@U�ַ�\u001aM\u0006�a^�m��4v#+\u0013=�0%HG'��\b*\u0004%�\u0010��Q�S\u001f\\wG�ݹ�\u001e�\u0005�.���~�(VW��!�\u0004S\u0011P�y\u001e>���R�!��\fɰ�`��q�D���!�\u0003�#�0���,aw���\u0011�\f#kFm\u001eQ\u001b��G�\u0001��l\b�9�4\u0014�\u0018\u0006��\u0006N�������βQ\u0004(�0Q�57m�~�Ƈ\bUp\u0010�8�YT)�\u0003�|�:\u0014B�Y���]5<���=�zc���\u0013�FBb��e��3`ɝU�Qhz*w��f�X�\u001b�hS\u001c,;�V�l/hz��\u0012L�ͥ���\u001er���\r\n��N�\u0006N �\u001b�\u0004i��\u000eE3��ߵ6�\u0019�\r\n\u0002\r\n�Ǐ�\u000e�'k�|3\u001bf�%����(ǮL�\u0006^l;��4*3\r\nv\u0017p��d^\r\n\u0004E�-'�b\fQ\u0017��3��G��a��L�\u0014��uXq\u0010�1\u000fG�82y=\u0015\u0018QI{k\u000bB\u0014�ݹ�K�\f�V\u000b��[�I9�\r\n|�ãX+�Q߼��0���Ol��PWǞ\u0004��n$|�ݪWu!�ʨz�_\u0000\u000e���SF�5\u000bh6\u000f�z4ڦ�P\u001a\u0002�\u0005\u0004b|�ŢL��a\u0017{m�0_�K\"�A��\u00196x\u001c^�O\\k�\u001dj*���\u00117K�\b$�\u0010v�\u0013���kԤ\u0000-l�C���CWP�|�#\"(֬����\b�\u0005�r��^qh�SR!a\u0003�Z�r6P�G���7�w��l��fp�\u0010�\u000f�\b�]��\u001c\u001b���\u000e��UԮ��nd��\u001ame<8\u0017�r��N0\u0016�\u001e���=80��({\u000b*�.���\u000f��$\u001b����\\��l\u0019�6������A�J\u001b\u0019�\u0010�x��a���\u0018<��\t��^\u001a\u0011j\r\n��8j�)���;B�\u001ad�q����[�\u0013�}\u0007�+�D�g3˳\u001eU��\u000b�\u0000�!��$J��>�:���F�@�>�`�\u0002�\u001c�*>v0ƤFδ���#� m�j���R5\u0019{�[�r\u0001|��.\u0019� \u0015_�r����Oė\u0017�����s^�\u0001!����a��}�Vr�$�)D8U\u0007�\bZg\u000f��\u001bb�k,���V�QNܰ��՜$2�\r\n[\u0010\u0004n\u000b$�\u0000.\u001f5��/R���گ�#��\u001b�m�>ξ8~Td\"_�\f�n\u001a\u001b�-/ā���@j|�0E��|(!��@G�q�\u0004I�|����V8�d��\u0004\u0002���\u0001\u001f��O%��|6\u0013,jp�\b\u0019>r~� �x��2g[]��l\u001d[��ĘO�C�\u0017�\u0019\u0018\u0002\u0015)�4iW��\u0000�\r\n_��\r\n�\u0013�|��2����~,�ێ�\u0011�3˶N����xm)+>��E��ȏm6 ҔcK��_�\u0019\u001cR�tZ�q�=Ϡ��\u0011��gR�|����< a����\u0003�ԭj��-�S!�P7*�|!C��W�'��\b5\u0001�M��TiH�g���h�T�=삏��\u0017:&\u0006s\u0012\u0005��D�\r\n���q�U�k\r\n�!|o��w!�xX*H��\u0003�\u001d�<]C�b%sq���mvZ�ܢi�[e\u001a\u00074��ɳ9�\u0015��pE\bC$\u0012\u000e4�Y>���#��\r\n�\u0017����\u000f�\u0014�C�-�zK�K}k�\u001c�e��\u001c\u001c[*�$]ᛐ�Gk0��14��ᚡ�7ž�\u0015��e��3��z��L0���M\u0013kyk��@\b3$/r7\r\nۤ<�C�\\\u001c��\u001ceV��y��o�z�;\u0006݊��\u000f(���M^\u0010;mOS[P\u0005\u0015�-�\u0000\u0019��,���;m�\r\n��! \t�T��x|!��7>�x�W'�࿬79�|\u0005��O��!j(��8�*��SH\u001c\u0017ul\u00145<4Mf�iBn���aѡ�:<��\u0017���wٔ*���?�\u001ct�{8\"7\u0017c�)�\u0005o_��ƊC�x�/ \\�\u001af\u0005�6\u0005��z�M2zؐ�.k,M�m��\f9g^��Y��\u0014��[�*f�<3���ػ�g���C4��42wɦ�F�5\u0005��I�O���d\u001f\u0002ϽD�P5{oj �\u001f�\t?��<p�\u0016�+�\u0011��A6n����x���\u0004��ܨ4�����qC�.��|-;q3ޱ�X�#QL\u0003��C��0]k\u0016\u00176��)�ߧ�Į�W\u0010��.\b�14\\Y�\u001f\u0014�\u0017��\u0014\u0001h�o\\�<�Z��#M�-�\u001e��Igv�\u0014B��l�Ɏ�\f�}S[F�&ݫ�e{\tz��B�\u0002eL\u001fu��x����Y�KA\u0018z��~7���V�=el� QaA���� �8�_�T�--We�4\u0011Ҿ]��B�i\u000f�m0�\u0017b�Ґ��H�T�\f6��J�Z��{�0\u001f�u��,�����'�5�\u0016ih\u001da�vC0�����}hɤ\u0014�S�\u0010��6��Q��\u0002;;Pbq\t���,L��9�M/�C\u0004�q}$�gd��S�3i�%��\u0019\u000e\u0015l\u0000q�\u0003���j1�*X��8\u0015z�Ll���C�\u0003\u000f!��͔Q�R\r\n5�p'Ë�.�.\u001d������Y__\"\r\n��݁�6\u0011{�\u001bǶ�&�To�� ��G5D��J� �z]\u000b�n��4��7})��*��!\u001c�8�:T\u0017M�:n�X�RcM\u001a/\r\n�^l�g�<���3�\u001c��_HM\u000e��\bn�hXC;\u0016�%\u000ei���)��R��׼v�8��\u0013i*�����}�t7i�c�m8����\u0018����f���H�8��fN�� \u0018�\\t\u000b��ΪƖb\b��\u0012\u000e}]��\u0016�7:���\u0011����\"V\u0000�H'\u0006������\u0016\u001c\u0005 \u0012�����h>Q��\u001c�u�\u0005l(!���jw��9��YUGc/�7�ΙX�ʌ�\u001ct�P��\u0007V\"H\u00022.?�/�#\u0002�P�\r\n�(:�hJšI\u0019�SYy�.!�����|�H�X?��Sԓo�\u000fUN���q�\u000f��p�v�0�S��Jy��l�u7]����))�&\u0002b\r\nӶV�\tA�q\t{pL�\u001a�K��s���zT\bV�E9\u0006\u0004�G�\u001aV\u000eQ\u001e�!�J�\u001b�|\\�}U�)��I�\u0018E-%��5gi�n\u0012������\bH}\u001e\u000f �K�\u0006\u001fhq,M\r\nC����aH���\u0016\u001fҩ=\u0011����ȨC��� �R�[���(�\u0014G����|mr�w\u001cm+JC�`M�t�-\b���\u0015[R\u0015�.�m͸\u0011��F\u0015>C\u0019k�a\u0018�\u0010�ۛ-�4N\u0013� g��=�{��~�R��\b,�³D+�*���j(�P�\u001f����t[S�\r\nב(��\u0011�XD� jz�\u0004{�m�� �7-\u0019*������\u0000T�\bv�\b�Xd¡��b\u0011�E�4�ZB�\u0018��v\u00016mHxX�;�l<&�Na�����I\\\u0015fT\u001e��O\u0015xN�&\u0000\u0005si�\"�_\r\n��_'���)eV�$�Ӟ\u0018\u001c.\u0017���*�Q?��c�|�H\u001d\u0011�e��-֊�}�\u001f\u0019Y\\&��.,��2�~��\u0001�0\u0014(-[�{������\u0018l6��A\u001a$V<'�\r\n�\u0019-�����\u0013�\u0017PW�<\u0016�K�s�0\u0019߂kجUS\u001fGk�/$\u000e�)�w\u001e\u0003T�#�\u001d��0�L��G�\f�ϻ�nk��\u0004.&��Nj�^M�I��T�dw�����`��l�6+Ea�XٌCT�?\u0001:��VB\u000f˖�\t��\u0019�\\�4AH#�'����h\u0007\u0017迀ݾÙ���e\f\u001b�Fq-\"'.E՟E��\u0017�c��s�V\u0010*�d�cR0�l�\u001d\u0017üE��\u0018{=\u0005�����R)����\t�\u0019�\u0000���K�A��ds���퀟O�L:\u0011\u0004���P\u0004���\u001d�҉?���f�\u001c�t\u001eu�V����\u0015\"\u0003��\u0011�WB����Z�3T(�➥$~��RL�W�4qc�\u000b\u001c\u001b�8�\b�\u0005~�vQ�(Z�\u001d����\u001a>�z�?��*\u001f�^�~\u0014\bu#�C��+u`���k�q7��V�c�b��&���tu\u001d\r\np_�M\u0015!ux`\u001c\u0013E���\u0017Ȕ.�\u0013ID�X.��ͧʊ��Ԁ�\u0005�&ʸV��9bX��$�\u0012u��\u001a�߬��f\r\n\u0014\u001e���\\\u0003��})�k����ܴ/�\u0006e0\u0019�v:yh4\f�\u001f�~�J8��U�M��kS\u0012�.�l����z�! �v~��%a\u001a�e�k�\u0001�tVu�ez_��k���\\/&��\u0019��\t�U���,�h�ؐQ���x_-���\b�O�\u0018�\u0000��\u001f\u0005\b3��=f\u0007�}8\u0015\u0004�J>�.�8*�W�l�W\u001er��6���F^������?���l�ר���~����$�KR*\\�&�T\u000f��,\u0011^�\u001b[0y}\u0007�W��\u0007���G�l�c��>�?~���c��\r\n[%�)^������$Ǐ~33�g|��A\u0010�r7����,\"Eճ�42,4cS��N�Һ�E^A��\br\u0017������C��G�E�@�\u0007)����Ac\u0012P#�Ͼ�\u001f*zC)F�\u0018\u0014�!����L\u0010�H�B�\u001a����\u0004�\u001a7�P\u001f(�:\u0010^�C\u0001���o����\u0001��\bg4~'�G�T�C7xS\r\nK���EFF���\u0000�i�瘴��t\u0006��\u001aM�G��\\�1��?;�#I��u\u0007ݛ`Ol ���\u000e�\u001fH�4?�t�,�\u0007s�H&u\u000b@��r���$�\u0007�l�\u0019��\u0015G��:�<�\u001by��,��\u0018���6�\u0012ϼ\u0012�k^m�\u0003K�S3��\u001eV��J��\u000f:���X�t��56���$���\u0002W�e�k��n�#ԚwT��\u0000�sSu,<\u001fq�S�Ȇ\u0017xʃ�Nfh\u0011*�iXmxvE�Ք!��\u001b�/:ˢ��\u0018�!�\u001a��a��x��,�\"\u000b\u000b����Km�B�����,\u0006ȝK\u0012_Բ\u0019�q6�p��q�.��\u001f�L�G��\"ҕ\f�\u001b�u��6F:(\u000b��z�\u0011j��\u0019dτ\u001e�R+q\r\n��\u001f�x��|id�\r\n� ����=3W��Oa����\\\t���3J\u000f���mY\u0019�l�1���3�A\u000b�\"�\u001a�\u0003��>�D\u0013��TZr\u0006��n\tI�]BR��s\u000ex�V�,\u001e�X`\u0010���%[\u001c�\u0011��6�S��W+�ҷ�^j>Kk\u0006�V��j�\u0014\r\n�\u001c٤5�\u000e�C��ܳX�(!�Fl�t����@F�怪3W�v+�)�����tY�\u0016�G�\u0013���A��R/��ZL��;��$�5�1\u0004������\u001eه\u001aTz���'��\u0016���~T5\u0013��ٮ����\u000e���q\bq�_�X�\u0016�xB�%QQ�T��\u0015��Y[W�4�`>f���\u000e*i��rr��1U��t\u001f�&��gp$_�9l��\u0019M\u0006�F���\"?t���K\u0012z�}ݨK�k��\u001ee��Db�6#Ӟ���\u0019x\r\n�lN�\u0004#���\b7^�\u000b�\f��� � M|\u0007>���U�E`�\\�H�����=�\u001e�k�1��'^H�\u0018�g^�c�^�\u001e�\u001d�L��ki��KG\r\n\u0006�!\u001c\u0015~!��=��!\u000b}\u000e\"\u0017Jn�ް;\u0000��U�0�$��8N\u0017X��<�_o��)�UW�\u0003JL\\[4���z&97G\u000b�N/�\u001e��o�^5�[�&���΋2|Q\u001f�W\u001cq\u001a�����\u0015ES�(?JB]��/x<����\u0017�\u0014ܜǺ�S�@b~���Zi\u000fVY�QCD�,09��/EOl���%�����\u000bR�>��\u0015#�W\u0006gϮ��\r\n�\u00009�p�(�'�gc\u0012�\u0005�&]p�\u0013p�i�\u0016\u0011\u001e�\r\n\u0003����;���������\u0016Ş�=�j�\u0005���$�,�(\\7��V%�T(���\u0018��y�����.L�ȥq��hR�+��[-�_��;�蓱��\u000eR�Ƨ\u001f�q�\u0006j�V��j\u0016S��i~�/:\u0015�\u0005�!ѽ����z\u0017���\"���l�ǍT��w�F��\u0007H��<�d wb!��c���2q\u0006�\u001c7[�U�[�:���\u000b���\t�\u0002�zW�V^\f�1\u0015�Ğ��\r\nl�j/L���\u001b?�h'\u000b�_0\u0018��W\u001a-�͉�{�N6��G8n�\u001b\u0010\r\nz�\" ��D\u0018^�5_��!�x��@X�FM[�ǖ*�x�O\u000e�m��/�^q(��W�����\u0018\u0017�㥱YD*NbϷ�Or=M�$�\u001e�i����\u0017���\u0010\r\ns\u0011u�0!�,��f\f��s��ۣ�_�y��k�k�`�2g\u0000Ɠ\u0002jf\u0014wE���\u0015(��\u0012�����ǡ�ۊ���jX��}�Z���\u001f\u0018\u0002(ʯo,��\u0019S�\u0002��m�E���Wp�#��\u0004}FqYG�U�o�K���lأjwZ�G�\u001ea����=Mk\u000e/d�:��B�����+Ѹ)+�C��X\u0015�\u000b�ɒ��Vx��0\u0015��V}@���\u0012mTأ�@\u0010�%��G�P�}rĺ\u0019i�\u001e�E�wǞ��\u001d{_^�x�-���t0��\u0006�I��X`�Wa��|�)��7��t�jת�Z\u0005om�@�x�r(�*���\u001b�N�\u0018e`�ԏI�\"�ԩU�a;��\u0016�\u0003Z�9�(��\u001c�:\u0011�2$\u001d\r\n���\fb�\u0012��\r\n}1\u000b�%\u0002\u0001�5mpt,+]j\u000f��\u0017\u0004���!i���I�Q���I��Ts~**�\u0004J\u0006&Jb!�!��\u001b\u0017�zx�\u0007�ݺo��%\u000eD\u000e���\u0005\u0015h�)\u0014z^��]\u0003�m�(�=G���\u0017�v�VP�^�SLE��\u0001j\u0013O.�f�(���U���\u001e�\u001c\u0016\u0011\u0018�&b!��n)�}I����p�\u0013�\u0012L.���Z�A\u001fN:���F\u000e�G\u0004�Z�tнaw��)�ש��\u001d�ib.\u0019L�\u0014{Ү��\"~\u000e��\u000bNH9O\u001f���$~\"dΨ�a�������XP�\u00020�\u0005�U�ur.%��YK�1��Ǩ;v]�*�r\u001d�L\u0004�����\u0005<\u0013�n�n�˵W��>\u0005�\u001e��\u0005��9$�^�����@�x��%Ĉsy\u0012D8�Z��rA�K�ǔ��\b\"_�W0\u0003�Ō�\u0012\u0007~�7�f榩�\u0017��\u0007i���q��8\u0017�����'st�t�R�.�\u0012c\u001e�\u001d\u001a4�\u00061]�\u0019ߞ9\f;p\u0016�CＪ��\u0003���%A��\u001b�U~��7��,\u000em\u0007W\u0018���+(YҪ\u001f�-��\r\nZe\u0007U�o�6P\u0014��E��\u001c+h\u0012ƭFc���2�)-�\u001a��e����u��x�ѯ�\u0017֋�:��I���[N�0p\u0003�V���\u001a2��=1?0�d�\u0013?\u0006�k��;�\u001e���6\r\n��\u001d����ݢ�Kn\u0005� L�\u0000�V���Rd�� ��\u000b��\u0001�>\u00057���*z=��\u0012'īڵɵ�T� i'wS:�\u001c��v\u0013'B\u0010�ppZ�\"\u0016�Q13�6��I�/_�7 �k�K�\u0018բeb�1�\u0000�*��\u000b�_\u0001�q��M\u001d\u0016Eo34J��ؐ8�&ժL�*�Cy��!�}��\u001df��7Y�q<�\u0015�+k\u0019\u000e��n�B���/%�\r\n��J�*�^\r\n��v�\t)UK5�N���fM�t\\��A����E����4��\u0001�\u0003�QSk%k���g)\u0011<#���\t���\f�gP\r\nw-j�h���\u0017\u0011�\u0019�.�,�l��\u0000l�����H]\u001d\bq�C8�����/rR\u001d1^�B��\u00159^�8���-5������2k6\u000f��t<��:9\u0012x\u001dÔ5&�>�\u0016\u0007��mk�k����\u0001xJ\u0017�F\r\n�2�'�5\u001fOh\t�1C\u0010���\u0016�\u001d5Y�{q��l�S�\"�­�YWIS�CG�=�y\u001e��\u0002L�oΒ���m��}&�S�\f��H\u001a�\t�,�h\u0004�?�\u000eGc��\u00033��\u000b�\b�b��#�\u001c�<�~�\r\n\"��\u0000��\u0012@���'�]p~�Hj�BL�Q\u0000MB\u0011�-�C\u0004i�)\u0004���\u00165q�%\u0013w�ۈ�\u0005�\r\n�0���\"�䧚�����6��nVi��A\u0018Y\t#�&�\u000eӺ�����\fQRT&\u0018%4#F\u0012�A�D4S��V\u0015�\u000b`-���FF�\u0014�~�\t\u0003��V\u001d��\u0003��y\u0007��W���9�|����\u001f��[�\u0018�Ѥj�&)�\u0018�D<�CU1+��U莛��T~�3}\u0015L�Nط�\u0007L�M�A\u0013M�d�\u0013��\"��,�|S��\u0017�; �\\/y��j�g�빾�~\u0011A�SX\u001b�d�)}��k�_�s��[\r\nCK\f�x��v5����U�(\u0003B\\��\u00024,�w�7$9�sP�Ե�f�Z�� T���\u0006�B\u000e��38��\u0001��)R�V�iLŦ�����렞C��?�KI�gOd���~?�Ⱥݥ\u001e�φE��\u000f�(Nl���#Tο�]�\u0018H���ֱ��e��T�<�V�cR;E�\r\nR\u0017�\u00012�X�\u001fZZ_�X\u0011>��\u001ft\u0000;����N?��؆$\b�<��z\b_\u0003o���v�Yp��Y���9\u0014t��\u0005�ʝq\u000e:U�B����@7F�����2�� �MG\u001a�r%\u001fu%(�:&��d�ƸˑcҞORzP,2�*Q(��Q@�P���ߢfcG0\fHU3۸��򩐘\u0015�d6+��e$y\u0004\u0002�!.����C��o\u0001É��\u0014�F\r\n�fem��\u0011�mk�g�3��4V�-j\u0013\u0019h�\u001e]��톨\u000f�\r\n'r�\t\u0016:��娕Z��8߆�w\u0000��c ����6�qM��I\u00005w�¡��I\u001c��.����u6\u0013j\u001a�4��\u0012%؛��җ\u00058�VT��?/z��w���a�x\u000e�;�\u000fXm\u0005\u0011$n;�\f��#(���pC8^t��L��kePs�.\u0018�9+�C���i�4\u0001_Ye\u001a_���Y���\u000ez/��؄\b�t��P�/|7Y�h\u0006.�QUE��\"\b2�b���,V��\u0017��nAQ\u0018c��*YC\u001e�Z��\bR�A(�\r\nT�SE�m\u000b@A�Vë<\fm��5�3L����|�S)��\u0000^�L��\u001c��g{N9��+���j�f�m�~\u0014��&�D�[�����IB��M?\u0000�\r\nN���b8��zo)�{�Il�6?M#?r\u0017�)ų�\u00193��D�L�(��I/y�?��j�k�7͵�ʧ�!f�\u0012=�E�����\u0015'�(z�\u0003n\u0011���P�=�V�!q��Wܻ�o�N�p�K���r7'�P�%ճ��`\u0015\u000b<�u��\u0016�J�W�\u0013��5�'\u001ct\u001e\u0011��@E6Էy@�@�d�\u0019��?�z��!�>1q\r\n\u001eV�k I\u0007p1��[��md�����]#���n8)���H5\\����\u0010�\u000e9�j\u0019ɣ\u0016��\u0013��PQ=(ӣl\u0005���m�2�Cy\u000fo���4���է�ʝ���a�s@U/\u0005��A��W\u0005�\b��gT+q��\u000e�\fvm�CM�`��\u0003ԛ��\u0004\t\u0015�2ݾ�>���G�N_0Xh���\u000e�_\u0003���>1�7uR&\u0014�\f'���#���{�<����J���ֈ\u001c\u0007{��~�:)j\u0010��m.�1\u0003�����SѨ�pMZ9�z�\r\n�\u0000��(���*D�Jm�Xx��t�\u000f\u0003wY��\u000b��/5�+�u���d<Z*r3-\r\n\u001dω��\u0006��\u001a�<H*�d/��\\(E\u001e�j)�E�ls6\t\u001a�F����*�̼���1s�}�ly�;.��i�\u0010��q��ĩ\u00128����%`�g��8\t�v���re>\u0012��SXqS���73w\b:M�\u0004w�Kr��R����`�Y�]Z����\u0016��ֆ�ݡ��.�(�\u001c�����cu*Ih�\u0016#�\bv9�Ps�\u00113�\u0010\u0002��\u0004{�\u001c���՗��Eiq\u001a������F�au�\u00049\\E:�Tr�g\u0010��\u001b�)�]6�~�����h����?��\u001d��s�$\b}�]PE����'p�Щ����I�'r��'��ט(3!x�^�9ͅ}���#�\u0005��T=H9ꭏ�+�\u0007��y14�r���ֆ'���:�ZƄ��\f�Z/�\u0002\u0011�q3\u001d\u0011�#WU�\u0011fxs\"�g �{!�\u0014�;���Ʉܛ���3 \u0015}F�.��$�5E��$��Z\u0010�\u000b�,úШ��\u001c�\u001f.`���\u001f��k��r�Ҥ�\u0010�~\u0002�t�\u001c��l]\u001fҧ���Dm��e�ƚ��\tQ�\u000b�\u0005�\\��.���m�`�\u0007��黨Z�^�\u0011�]��ۂ牚([\u0007԰;���oys�e\t\u0002\u0003b!�m\u0001�f\u001f��\u0001�R��\u001c�i��\u0007�ㆩuU뚆S�Ȝ��ء��8��s���{���\r\n����N��>\u001c���;�C7��<�6������\u0015@I�P�_|�\u001d���AF喌\r\ny\b��*BBT�t�I~����!9��A-+B��� �\u0005��\u00058\u0013\f~c,�s���������m\u0016���%��.���%=�?\u001a�]�cj\u0000�\\�դN&��9��'����\f��-I�u�\u0010\tK�\u0010�\u0012�\u0015��U\u001f�?L��\u000b��cr\u001f[��4���\u001d(\u0016���j�L|�'���]'�[D��51jS7�^_��,*�Gm��:�N�TK���F\u0016�_�ڧp&h~z����l���m�pc\r\n�װ\u0003.9�[�\u0000�!I����\u000bS���\u0011�K�N���C��\u00185�\u0019��L�Q�\u0005=E\u0018�p%/�\u0003:oWZ\u0017�2�\u0016О�I�\u0003X��\u0004�8����&����0\t�F�z�\r\n�F���Z21�z�1KE\\�\u001b�\r\nV��\u0005\u0001�\u0002׷d:|\u00188$UY:\u000bsX�L6w��\"vE6\u0013+T�@�?��%��1�4�Z�\r\n��H]W\u000fV��rw��9��Ѓ�\u0014?\r\n\u0017YY��4q�vka�>p`���TK����`�l�x\u001cOIYK\u001c+jMʘ�iL�\u001bs\u000b�������\u0010�����]\u0014���E�urJ��߰�oH��\b7�zZ6h2�(��q�wb4*����f��i]������\u000e��u񧢏�l�dX�L�X���W=\u00033�\u000f~=��\u0010D\u0016{����\u0010ɱ\u0013Is\u0003Ūѥq��\r\n�\u001c[]�V/j\u0007AL�\u001a�RO[�\\\u0011���\u0014�pYg�#N�;�\u0010\u0006��W\u0019\u001e�w,�|+Y�30\u0000,���^�\u0017�IE��20Ҏ�n�F&��\\�׎�u\u0002�R<}.Eg����+�q'3�\u0003Jq����\u0003<�\u0004\u0005�eo��\u0010\u0004����A?��\u0015ì�)�fY#����ZѿS��6�\u0017jZ�5F�S�\u0000������\u0011��.a�/�}=\u001e[��0\r\nI��fT�w�\\�\u001by��W\u0016a\u0001�|\u000el�2\u0015)�O\f����e�\u0016�2w{.u7��͒>��V3̫a�hE��b��8�|�\u0002\u001fg��>B�{\u000fV\"\u0017���&%ݧ�����z��YY�����\u0004�\f`���ܒ�z\u0015�jޮd�ꪩ\u001a�R�\u0001��ĳ �\u0005S\u000f\u0001\u001a��\u000e����jO�%nt��.�N3����4�\u000b)�\u001aRz�͐_�\u001a\u0004��1 ��@��\u000b\tLw�R�\r\n�yN��\u0003^�\u0012����gΥ|���\u0000��Yݓ���O�a<\u0000F\u0017�v]}\u000by�?�����lc{z[�I�b)�\u001e}�.�s�f�\u0001��0\u0012�k:o�}�՟�\u0007��:�R.J\u0005Nz�\u0019��Ɩ+\u0001�\u0017\u001c�lc��JF��A������\r\n8hQ��%�$d��,�\u0015+�\u0017�<yሆ�G��\u000bjV�%86�\u0001r�\u0014���o}ïi��ˑ���>�\u001a��C�=\u0005�!$\r\n�{u2\u001eN:�\u0016-�������&Z�m�~��c�\u0010���jx�;��q\u00022t\u0017l\u0003�+�]\u001a�QMge��s��}\\��}�b��\u0016��w��F\u0010��ADy�֏��T\u0019�C\b���j��\u000e�^�3�>^�zqdպK4\u001a�i�v#���*�!\u0002h��=�T�7\u0012��y?���1��D\u0002b���'�\u0006E\u0012Y\u001b�$�p/�*i��\u0013�a\u001b��\u000b\u0010/>�<�2\u0011��5����\u000f��\u0000��!<zy\u0014�\u0019�<u\f�[t�ݖ��\u000e\u0004P_�Ȼ\u001b\u0005\u0012�\r\n�W�\u000f�\u0004\r\nն(�\u0015��\b���b��\u001e���\u0015��\u0012��:�\u0003\u001c��\u0012E!N/F\u001f�Q�\\cH�\ff����\u0018�r��\u001e�e��]��\u0016Io�zY�\u000b=#�+t� HU\u0011]u�hDg5t��,'��<�\"&|�^ȥ儎�B~�N�\u0011���2��'?���~Fw�蛫����\b��>T��q�����\u00108?���`�m\f�\u0003��f�=�\u0010\u0007,\u000b�a�n1�E�g�\u0010%g����-,3M\u0013�cIE�X\u000b+ov����([�;�y�\u0017\u0004�-�����J�D�\u0019��\u0006�����<\u0000ւ��\u0012\u00047B茐x�m���\u0010v�\u001e��י�l\toI��{�\u0011�\u0003�X���ӛg\u0005X����;Q@�X4���jrQ\u0012���\u001d�B��\u001f�/�\u0017TU��U�rSMo p\u001f��ܗ�JE�\u0000��JK��ֺ�I>^+�����\u0017���8�ꩤ�]�\\چ��?T:K�õR�3 u�Q��؂z\b�\u0005S�+#ǐ�U�6\u0015@�E�<�:KY#ˉ����B\u001a�2���<�\u001a�զ� $�\f]h�°��rk���\u0013�{\r\nR�\u00172\r\n�*�T\u001b R\tOX�\u0014q-[���e��M�rs�u��V���?�f%���BZhF?��\u001dM�3��A\u0012ٟ�N��\\+c�Ξd�xb\u001b\u0001%���ԭ�\fg`��\u0000X�,\u000b�,\u00107���[�\u0005��ܰO\u000b\u0016�whM�\u000e ��o�\t\b��\u000e)\u000b\u001e��'�}Z�@��;����Z�M%��/�X02����+\u0015�\u0014G�#]BG\u0012���\r\ny�GY��,�&�W\u001axA����W�\u001f�BU��4��\u0010j0�����\\�R�\t�_�%�l���\u001e/e�Vhb﷝z�Ȓ��Kt@�l�� �JH�9 R��:�V��>���z\u0007\u0017Z�E��+�\u0019=\"��\u0002�\u0016����\u000e�i8�H��\\�h�}r\u0017�\u0012\u0013A\u0010�\t�_�)�&�n��y�o��{^\u0012�qb�\u0011�6\u001bnⷣ�^\u0019#JQ��Ħ\u0010��i��\u001f�]\u0005����\u0014�I`\u0012�\u001f\u0014����\u0006\u0001�!p%�f���6\u0018�\f;Y?05���6�\u0002זb�\u001cM�GsE�F�\u0019�I�v�Z1��u\u0015h�г�\u0005\u0005�O@\f�,<V[���7o�a�'��BSl{\"(�l=<*-9��\u0015\fv���{ŧ���Rg�xA\u0018.0�j�í\u0000\u001e2rvN�u\t\buӚ6�LĖQ�c�{J��20K�0\u0000}Nd�C�\r\n~]��?i\u0011�'�z_ʺ����\u000e\u001e�S:�\bi`3��]c�\b\u001b\u0011ǉ-�#<����vDK�X���Y˼ʬ�k=r�\b�Lx#��,�C=K��?�I/\r\n�د:Dp�>� x��$�&Y��]6��as�i�\u0013��?\u000e����sy�T\u000eC��3Q]�'і_q����ސ�Z\u001f�0}\f��b��n�k��%~��ujkW�\u001a�e�S�\f��\tq޸�{��:��ؕ�\u0003ך���`\u000e�3Z\u0018ק\u0012\b��3-�Z\u001b�c֋$M�� ���x��*��ͪ���~��t\u0004�/\u001a�U\u000bA�O��L��.LWǥ�SV��B����\u001a�C�8V����\u0013��篵�\u001d�R�F�A���\u0003\f���\u0017F�-\u001c#�<�� �\u0014g�.m��\u0005]����mD$�\u0013>�r!\u000f[�W5\u0004�%8�S~��Q~���1�\u000er4�\u0014�\u001aO%\u0006�L_22^�|�\r\n��j��\u00153� p�a��j��T�G���\u0006�p���c��$k��y��\u0010�\u0014a-�= $J\u001f���\\\t��\f�\u0005{t��\u0004�a!�\u0017!�Z�N��\u0015>��\u0019J��V\u001f���\b�\u001d�߉��\u001d�}�y��\u001c+��\u0001\u0006�j/\u001b��I��\u000b�8��������[Uܨ'ߧ|m�\u000e<�\u000e\u0015\u0004)c�m�i\u001d\u0018P�#�܄����(���\u0007Qτ��Wh�������\u0006A����5�!«��M�\u001bݗꄏ�\\ʵ�;��d�4�5����Fi`K�z�N�\u0015�I�a��-��#/�M\u0002�uPWF>(�d�\u001d�ݹ_!��\u001f�����j�;�\u001a�y]�\u0000S����Z`�\u0002\u001c����9�rS�gS\u001f��I�\u000e��E�t?��x\u000e��\u0007��W��kJ���8@\b��/x,@~5S���\u0013ye\u0006k�X�\u000e\r\n���Qۻ\u001b�N�)ت��������m%�k��Y\u0013�L򁯾S\u000e�r����4@Å��\u0017Ia�V\u0003�2\r\n/��'�\b𯗖׳�^�:���\u0017E�5�s5��~J��9\u0019 ��<�/\u0000\u000e;\u0016�l\u001b�3N�>g�V3~Dٚ�eP�x���\u0002�����~۪\u0013��\u0004�\u0003��b���գ�;��x�\u0018奼�O�P�\bx�GU�\u0014Q��N\u0017��\u0014\u0015��\u0012\u001f�9�\u0007h�J|�(�d�'���c�Ω\u0000ݓ�I�-�D��hoR/r�P����Qex����}Ք���\u0012l\u000e�Y�Ǆ��<��@��|폲\u0014��1Քڜk[@�INV\f�\\��� �bݔ��G���\\Je�5�u��e�ˮ]P�l3Rhe\u001aLTm����;��\u0001\u001aR��\u000b=\f��8�� `8�8~Gf�\u000bCom�\u001b��pl��ijS�ƫ7T뜢�\u001b:��ţ�%���\u0014}�W�/�\u001b�'�f�x�5B���\u000f��}x��G\u0019��\u001c�\u000b�\r\n5��]�?�W���S\r\n�T�J\u000e!uWY\u0014o\"\u0006?��U*�P���x\u000b�\u0004�\u0018o!א�Oܘ�޶����(� ��k�\tݚ\u0019��)s��\u0018���S}O�`\u0018����C�H����<ȍX�3�\u000b�������\u0012�>\u001a��l4zPlƱ��h�'a��6�!2�j�N�4�e�b5\u0017 �}]�\u001d�R���W�\u000f4�M\u001d�a��A�8Be��\u001d�t�5\u0019�)?���\u0016^/�\u0000ΥlC�\u0005E}���a���=s���M�����PM��N��\r\nM\u0011$��Y1\u0002�+\u0016\u00054�\u0016�̓7�S\r\n��J�\u001ejj�T�0���[�\u0019�φ�Q��!�\r\n\u0015��3z��N�\u0019IpQ\u0012F��\u0019��i���1�!;���G��@�\u0001mf�lHh\fE�(.��\u000e����C�\u001d��L\u0011\u001d�;�D�\b_5�c\u001eImN8\r\n���I�\u0003��nާ�r�nt��bc������\u0003�\u0002�Ml����Iz���\u0011b�N��N팃x��aK\u0002-��\u000eģ�}��g��H\u0013�ߛ��x��\u001etƦe\u0011��O�\u0014�s��裴\u001d�fD\t\u0012)6p���=�e?Y�\u000f�Ѹ3$d\u000e\u00011p\r\n@B�x�r��\u000fw��Y�$G��Q��2��rζ�i���G�;�\u001d���Y�d&��� \b��&��隫����r(b�EHޒ\u001c�}`iNe\u0001\u0017\t�+�\u0004�\u0000�E�{�u��\u0003mEo��R'2��\u001e\u0005���#\u000b��\u001bu��AQ���ҥÉ�)�$6���0\u001e��\f0��O%\u001f�\u0002Hd|5�\u001eFhA�m}(�ߣ\u0006\u0003��?i���'��R��4�M��Kl�gx^tdXQM'\r\n\u001f\u0004ɦF��\u0003Q�{q�\u0003\u0019Xs��^p�C9/��Q�`�+X�y(%?�*�\u000e.�.<�o�'\u001e��\b_��\u0003��R�Ȭ��o=��������DaH\\��n'�p-��~M���%\u0017�e�8�w�\f�[�aq��\u0000J\bpK�T�9�[J��iG�JK��.\u0012������3\u0005\u0012�)ſ����}!\"�s�G^�$V\u0005#�ƟwVS��]�`۟Z3�����M�����\u0015q�X�m���\\�\u001d\u0001C9e*?l�ɛ�\t��O��*]\r\n\u0001V���\u0007TRf��\u0010�3�;5��8\u001be���\u0018�� ��V*�\u0013ے-x�U��v\u0012�\b�\u0013�Jl�e��?��o�\u0006������\u001f��?�ͽ{\b Z:���z\u0002!>����j�+m�aI��\t%�$YJ;h�\u0002ōz�\u001d8ÿRX�W�8��&���a��@�\\�\u001c�!\u0001��OW=���M�֥��\u0014\u0001֢A�\u000b�B*�a`k)�\\\u0003A���Ń�7�\u0006�\u000f�M�\u001e�\u0015=\b���!\u0010U\"��f��\r\n{��\u0006��i\u0014ބ6��פ�#B\u000eM�̨��.��\u0003��U���ע!�!��d�i��\u0015�B��\u0004�N����T���\u0014�\r\nO�q��n�\r\n9�¶�c\u0001V^@�Ĩ�4�tF�٦g�e��NH\u0014��N%]�G\u001b�\u0014������D��!�\u0016K\u0013�3�?\u0002\u0016�\u0016h=��昕\u001a?\u0003I��t�dڡf\u001a�!�*�\u001a��u��bH�@�&�|R\r\n\u0018yV���8f���\u0016�.l�S(�\u0014.��R�Q�˅i△�����Oa��d{�V�W@��Ԙ\u0014|\\�H�s��-x\\[b�\u0002<@���C���]�\b\u0001���\\c�EE%�!��?ܠ0�-��R۽,�\"Y�6��l��V\u001b�\u0014xp\r\nk�4]�����_b�H�\u0005:�\u001e%�x��>�� \u001bO�\u001dSQFB��Ц���ڙ�\u0006�BH�,d&N0��o\u0011�\u0013�&\u001e�\u001fz��J\u0015�\u001c�;���\\\u0014� m�\t�K��x\u0016�0�B��^�\\���\u0016�dz\u0010{�tB��P�8ח\u0015��~�\u0014����\u0019?\u0014Kj��\u0011��Ly���\u000eL\u0002$�\u0004��e�\fd\u0012�wi2����\u0006���L�@D���\u001f��u&���l=��S��\u000f\u0014�~g�\u000bB�\u001fkHm\u001f\r\n\u0011o\u0004o=\u0007ނZ��֥<�Ve�\u0014��!���X����͎L\u0006 }\t!�L�G��f\u0019\u0001���-��\"�{\u0006\u001a4�j��\b2�3(�.{�������\r\n�q�zw��w�Q\u001cy��*&�0{~�w�*�\"d hpw����_�Bq�\u0012�(�\u000f$�cK��-x$sЈ�j�$�\r\n��'�2{���\u0000p�>�l��Z�� S�,��-%t�CA�\u000fzcԇ�u:\u0003������bcs�9�o8�H����ؗ�&\\!��@�S�T-2�d_��q\u0004��\fE\u0011\u0002\u0018I\b����\u000f|^��^d���!s?��L\u000f�X�\u001a�'8ԃ��V/˱+��\u0018ӂ~��v�]���٠��\r\n\u0011kW��g�DM�|ʷE\t'\u001fS�4�7C�]�\u0003QjOj�-����hW]�\u001d�{ځ\u0005}��|��D'\u0007�0���\u001a9��?6�)�����R��Z���ށ��H�ւC\u0013\u001c�l\u001a�H��Q��˔'����[��\u001b$j\u0016��m\u001eb3-E�r\u0005��W��\u001c�fs�ħ��ֹ��E�1�� ���Z�~\u000f��\u0014��gM��#� �\u0017�Q���\u0016�99��-3G�K\bG���ԋtm��v(/V������<\u0007��\u001d�\u0000��\r\n�A�S8i\u001eq�1����s�d��=\u001aa�&�Y�y=�I��g\u0010<�\u000b��#�Ә�\u0001ə��ij���3凎�[/�+W1Љ�f�n����\u001c\u0010�93\u0012b�����c\u0001\u000b\u001dB8�\u0018�\u001d�6B�{ԏ���\u0004\bQ߿+��XԊ\u001c��/g%)v\u0016ۋ!>݈G9�t�;;H]'�m]\"�\\��n0�eBm*\u0015\u0007nSS\u000b�����\b��\u0019\u0017A�6��ۋ�\b��;(\u000b��T�K��38\u0003^ȋ�QH���*�\u0011�5�\u0001�>�����P�8�OF\u0013\u0014\u001bK��Z��Xp\u001f؅/�[?/�m\u0003\u0005�vO��ӵ��%�%GUGz��赺9�&5rKR?u񿶓L׌�M�*���R�\u0000\"�\u001f��\u0014�\u0015�MvvE\u0001|\t\\h��ra���\r\nﺍ�\u0007D!���c�N\u0019�h\u0010�\u001aM���Zg�A�\u0019�=�\r\n��ф���PIw\u000e\u0013tK\u0010@TP\u0015��\u001c�մ�=c�\r\n�*4o�\u000eUG,#y�}9U\u0017\r\n\u0013+�\u0005�bo�Y\u001ed�+�\u0010�c�n\u0003�\u000f#Wu]���\r\n���KY�s��zM�\u001e\u001c�3�[���hZ%3p�ˮ#L��%s���{�ɖɿy6�\u0018sۑ\u0017�D�M�\u000b�\u001a5��W6{S�_��\u000f~\u0010U�\u001c���F�UV�˸��PQژVޥ�l\u001eA\u0001�\u0003_�P���g��.p\u0002\u0004�O`\u0010���S\u001f��@6���\u001f���~0\u0016U�i�;���H\u00030�\t�\u0006<>�\u0006�uB��O�|H��vׯ���!\u00040��\r\nJ}���\f�8P}\u0010ur�i�\u0006��ROX�����\u000e\r\n�����\u001f\u0017��\u0017\u001ez����Շ��\u001f]\u0015\u000e.o\u0019�J��\u0007�(9fc���2X\fd~���\r\n�P�0�>r�\u0014�9K_\u0002S`Wu\u001c�!�\u0004��vOK-��\"\u0001��\u0014�G�a.�\u0010\u001f�\u00052C��+Ҫ\f�Ѐʚ�� ���!c9�c�l檤gQ�T\u001f����Z��ܧ(tQ�\u001a�\u0010}�\t��&��'LSa��k��42\u0015���ǹ��u|�W\u0007�{�^\u0013��\u0001L\u0004/���e��W�\u0003�;�e�{x�����d�\u0015\u0012���\u0002L�\u0012�R�\u0012�dw�£\u001f��s�&��W\u0001��{�\u0018:�\u000f�\u000e��\u0010{�>\u0014e��fjsC��π�?���L�)\u0011BQ�z�/��.g���:����$y\u0018���\u001b��$1,�-��\t��1tȸ�T�\u0011��}*򜲓=\u0005��h1�Y��0���]h�P-V�����~����瓑Q���\u001c�����W�y7\u0012�T<�9\u0003�\u001a�O�D(\u0012�\u0006\r\n:G����\u000b\u0003W���\f��1\u0014\\2�/���\u0019����\u0013\u001cWOFƊ�(�K&�V�E���^�\r\n����yd�oE�\u0016U�2u$\u0019�>�\u0005�|#�\u0005\u000f\u001aY������2\u0014�\u0019ϷF��\u0014>b��\u0002m\fe����\u0018,��}\u0014%\ti�m��\u001d�S��=�x��X���\u000ee[P�z���ᤓ�A���*�\u00155��S\u0000_9��RTh��;��\u0000��Y\u000ft�G�b'����$\"�g�\r\n6�5�_l6Y�/Xw\u0002Z\u0017�\u0016\u0007��:hqKz�)\u001bqх��\u0007U����7�]�di�\"s�\u0018E\u0004s��\u001d�\r\ns9�O��Z)���l \u000e\b�+��zJ��9��-N�`:U.B��.��+��)\u0005�\u0011j�@\u001e6ː��ްBia?���}\t�ޱ\u0004�U�7\u0003w���A�����\u0016��F�/u#?L\u0017�!ʉ\u0019�m/B\r\n�uu/��u�,��k�t\u001cA9�\u001eH�r��v% O~W߼���ɧ�|�s=W2�:�a\u0012'���&�Q�D�59I��R\u000e�&B���d�����z�ħ���h2�tƝN\u0018��t��7\r\n�\u0000U�rՓ�Y�T�]��\u000fm�GQ�D��C�c\u001eB���\u001b4��\f��\"�~�ixd�lD��\u001b�$&\u001dy\\�۫L�\u0006\u0007��v��\r\n=�AKҩ5�f���`D�\u001dhK-�<\u0004�q�|6���\u0014��]��粦��1o4��|�Q���� \t���c\b���g������$ƾP�>\fo@�:U�%���e�L:Ք���Z\u001eDN����y�YF���p�ԄK�\b��\u001b起\u0005ky����#�}\t[�)SQ�-P�i;nrm\r\n%D��r\u0002Q�>�M1��!8袨~�W\t�qȀ��|\u0007�F\u001c�T��d����ӷ�D�=���~Z���\u0002�Dt�^˭���$IN\u0012�4N��\u0018^�b������J&-�\u001fn�v�<�T�y\bx���W�l�\u0005hl,\r\nt}\u0007��֌{��4���݇\u0000�\u001d�E!\u001c�m�2�k�[ڧd�[t��(��ic&j\u00158��I���i�|\u000f�{&\f\u0014]G|v�\u0015�6�z\u0003�S3��f\u0002\r\n���\tk\u0004��#w6�6�\"^�X�\u0005Gi���r�Xӱ0\u000eRB�\u001a\u0016��7��P����$[���Âv��\u0013F�x-�\u0010�\u0019m�\u000bH�S��т\u0013�=.;�PgYW����ͳ\u0016�zn,�%�n���<��j[3/J�T\b�VI�#��5�{\b�\"\u000b�\r\n�\u000e����\r\nM��\u001e��1�\r\n4�\u001a�X���K<(k\r\n�o\t���C�\u0004@�\u000f� ��\u0013\u0012MP�^���/��\u0002�e&SZ\u0006\u001f{�Vܧ��Vc��b� [3+�I\u001a��\u001aL��\u0007ݴ\u001dx\u0015g��\u0004T���B���Y�\u0015\u0014��!��ɏ�\u001dr�6���\u0019��n~\u0007}D\b\r\n\u0013�9g�;d\r\n\f�I\u0004g�,TR\t�\u0014X\u001cJ!�F�\u0003��Ѥ�-��\u0011>����A\u001a�i��s�S�l��Y\u0014<\u0007@�Y���̌�5�K�\u001e�Z��\u0017Y�R�̫[�B�=�f\u001ep\fA�,Xd��w��\u000fL\u0019� \r\n='��\u0005�;���\\��w:߶Z\\$\u0012v�H�y��Y%\u0010��E�ꦅ�5QZ���2})�ER\"\u000e�ǌ-'�w�f�\u000e)V\r\n|�v�zŦ�\u001a\u0013undefined<!\r\n�\u0000Pb��\u0016��\b��͵.��7\u0012IT�S\b\r\n�}�呚�4��Y?�\u001f�\u0003@>[��V���ݜh\u0003\u0015=7J�\u0006�U\u0010�5\u001dh4䒊\u001b^\u0005\u0011({\u0007\u0001�J��nHë�h���Ğ������e]�T����&�/�}\u001c���\u0007G��2��mYҔў�\u001c�9}�;u9�~�OaݳrrV\tVj�7�uV�GK�E��N\u001c{�okR���\r\n�@��\u0015�=^@�\u0001��|!\u0005�<u+~��AqQ��\u0011x4Y�38-�\u0000�`<�9,\u000b֟I>r��\u0003��f�.�k\u0010�w�R\u0015��`{�9��\u000b�}N\u001c�ʸw���x���S�<�\u0004���h/<݁��(�\u0016�ӥN��\\`&�\u0014tI���P�D��8y�֊�Dӄ$\u000e�]mBz���?\u0007�b^L�\u0010f_c�\u0017f���&\u0000���m�A1�(��\u001b��U��]�o\u0005�|V�����]g\u001d��hq��u�#�8{ȑ�5�Z���\tD�\u0019���M5:���\u0019��8f\u001e\u0010C_E��\u0010�v6�;��f��\u000f��!�����Dþ!�\u000f4�{Ԫ:����yYGTepx<\u0004|)�,�ۥ��ldwE���\u001dr\u0001I׋���c���PEY~\u0003l?׳�l�q-rm��k��>S�(�>ҴH#\u001b�\u0018SDyxʫ?�Y�\u001cP@\r\n�f\u0007���Z.Cq'V�Q�\u0019o��n&i�݉Hm��N��C�d�\u001fP�ŏ;�I\u000f��/�\u001d�Ay�>%�����7�\r\nNN�\u001b\u0010\u0015�\u0014u,d#�����bϊaF�:p�U\u0018됰�\u0011xIj��@�`\u0004a��YG\u0013Y��|=f�^A�s����VW\u0014���B�\u0019�vf�j�g��7��~�uw\"���y>�-�\u0007�Z�^l�ffq�$t�ȵ����U�e���\u000e&\u0004e�1In��k��K�/�p�\u000ec�\u001eV˗C&Q�\u0019�q�� :��:��X���\u0004�S3\u001aY����\u0019>p��m��r\u001c9�\f*��B\f��):!�Ƚ\u00041AWV��\u0017\u0012��\u0006��%\u0014�X\u001c�SI�q��\u0014�X7x�&�\"���G��hT(Ρ�z���vU{<u*�#\u000e\t��h\u0017����{�>\r\n)���\u001a�m��?�ؕ߬\u0015\u001dj��\u001dj�e=��\u000f��\u001a�\u001f\u001d�R��\u0003*K\\}[\u0010�\\�\u0013�_� ػ�C�\u0018d��oh@\u001a��\u0019�i�\u000f�D*8��W�ZF�c\u0014;A�iDM�砬�J�Cn=Y�\u0005��\u001cu\u0011��LZ9�\b*\u000e�q\t��/�~0$�\u0014\u0004*�-\u0000\u0005�c{_\u000b\bnll�V��g�\u0018`[\u0019\u0005qh-��\u0013�\u0001:ʆP\b��\u001e�N+�\r\n��l\u0006n]�XN8�[�����e�\r\no�Y���j+�9tq<A5�z^o�bߥ�\u0010�`�\u0003ي�����\u001b�~�\t$�ȣ��)d�,V̀\u0013xQ�xN6\u0019�\u0002\u001b�Mk����\u0011�x̽\u0002N�a�V�\u0003 _l\u000bQ�f�|B�\u0001\u0010�9q�\u0004��t�G\u0010���Z�\u001bd\u001e\r\ni�̂\u001dt��T\u001eɬ��\bΈ=�\u0007�eo�>X�V{�-�x�%!\u0013�)�\u001d����t�k��q�B0Lz��\u0004���Y���\u001bTC�k�\u000f�Wd\u001e�\u0004W@�ǁ�\u0018�*��(�\u000b}�T�\u0004�\u0013\u0013��>�j\r\n�s�\u000eD��S�+sp�j�j�T��^�5�g��lj%���+\u000fy���a���S��VFh:�fU���T�'�Q\u0012\u0010�\u001cw\u000f�l��L�4\t��\u000f��\b~\b�S\u0002\u001f},q\u0015Ej�1�NaY\u001d@�y\u001f�\u0019��Vj\u0006\u0010\u0019{���D!�5/�=����T̑ȃ]\u0002��D���%t�9\u0007'�V\u0005;u�o���!��AoH���+������_�\u000b#\to�s��'�ҷ=�L\u0010�\u001bNS�}L�hB�2,����\r\n_\u001a5�[�T� �\u001b\u001b/,duO�\u0007,���%?�Z\u0012�����N�E�葙D�\u0006I\u001c&�5�j��Q��דZ\u000e �_]�G���O_=��NW\u0018\u0005��f�4\u0013��b\u000b\f���\u0014$ NE��Jn$��i!��h\r\n��]N�P�6�=��U�ܐ\u001e�u�\u0019 ��pr4���g�I�:��]\u0014\u0007V�J�U���j:�\u0000�0d�O\u0001,��?\u0012|�\u0010t^�\r\n�]I��E<O�����GD)��`��t���`�\u0014�w<�N\u0007N��A{���\u000bYb\b�+����\u0004�m�\\\u001e���\u0010�\u001a��b�r�2WM�\u0003�\u0016t\u0001+��E�Ȇ�n����R�ɨdm\u001a�'+TO%3w)x��L8��\u0004m\u0017�bP8���\u001d�I<cґ�cĊQ�v�����f\u000f(pSA�c�5�+��@�v\u0003�9���\u0017м~.���Z�\u00107�u\u001c�/%�,E�^�=\u0016�qR\u0011\u0014�|��\"�F>�#0fɍ��\u0004͆�b��)K5��/\u0011�\u000b��^g;\b�y�A�<�\u0005����]�v �D��\u0010��#�eY�\u0016���|Y���'��\u000eJ�\u0015���\u001bo0�\u001d�}±3�:`�����>�tV�|`�\u0016$.)5\t4|��\"� �\u0010܊��\u0012��W�(�O����0��\u001d�P�=䲪W\u0013B )�<�>׾i��p�7j\u00137\"��\u0019\u0002_�A\u0005\u001b�\u0007� ��^�l.\u0015CS\u000bc7�\"/�(ʹ+YҲ���㢐�i|u�V��47��ܕ{�/�/�rQ2K������B:\u0012�����z�_䶊(7���Y �U\u0005�(���D���۾K���U��X��S��\u0019X�RVy�2\u0012J=&uoz��Z9�:��\u000e9S\u0015x\\��Q��I\u0013c�VY\u0014�d��tVu��\";�\u0017�\u0007��\u001f���;�\u0001�?�|5��\u000f�'��.T+!]�d\u0012�K�l%{�\u0014i_�:X\u0012X���O��\t�a\u001b\"Q\r\n�\u0018��q\u001ayAlw\u0019�T�M��k��\u0001J��g܀)><�9�S�%L�\u0016�����-�9n�\r\n��\u0006����V�M�\u0002�I�1�\"���݂Q�(p\u0003/�j#�\u001a��j=R��]�v�p �!����\\\u0012ڿ�b\u0013�.{\"�f\u0010��Y��\u0019\u000bq4�H�Ii�L\u0000\u0004�j�Ļ�F��Tf�9�4�yZ��Ӫ\u0011z��ň�\u001b�����jZ?�|\u001e�v�|\u001e�X[��9���;�DmA�\u000b�\t.Lr\u0007˽���h���q��\\����d��R�m?jG::]�\u0002^���\u0005�+#s�\u0005r_\u001a�Z�X�ƥ�)\u0014\u001b��P0\u000f��O|\u0003�8�L�\u001b��;��oIT�}�b�\u0001\u0012�ϔ�4�x?[�>����ܬ��{Q�Y�DRMAM��\u0012�%z\u0006�w~bl�5�������O!�)\u0001+9p:�\u001f�#4��\u0003�\u0017�u�7=�b\u0016\u001a\u000bC�\b\u0007\bqh尦\u001a\u0015�8i{\u0015�B��� 90\u0013\u0015v���\u000b��i6\u0016�a�bb\u0006���ުP���\u000f3Zxi`���|L�Э�MzYg�H=lTm\r\nȾ�I�\u0004��\u0018��<�R�3�A��m5���A�SO��3��fg5��o�;̔��\u000f�u��n��^�:�I`4\r\n\u0012?\t�\u001c-2S�d\u0006m�H�C\u001c\u0011�R�SH\u000f�7�aL5�\\ @,\u0007Tbk�P�9<(B'��2R⨠�?���\u0019\u0015�6B�I�\u0005N��\u001c|<�*\u000f���$�0�\u0010\u0004MX=��D�/[�2菟L��E�P睚��ʰ���Jq Mʾ��o��\u0001�\u000eB�Q�\u0019�\u001e�г���\u00045�\u0006��!cH�o�N�+��wkbTRF���R�K$�\t�hB�݇��\u001b)�\"\u000f���\u0019{~�p�_�?\u000e3l�\u0007F��)�\u001d-\u0007+�L\r\nv(�;E�>���\u0001���\u0010��`\\�A\u0004},��%}\u0006���Kb\u000bF>��\u0011�W��\u0011\u0010B�A�cJ�B�1�\u0013�\u0013�\"����F��^P�~����;>�GO?�\u0017yj*�O=?�gv���Q�c\\S�Yxv%�\u0019���ġ$ˢ�FGm\u0006��Sad���[��\u00154:����\u0017��`��P\t\u0011:Y�w����Fo�q�?jS���E����\u0016�\u001ew��!r��\t=�����9C\u001e�\u001e����(�Y\u0011e�\u0012\\�U\u0015��Ծ\u0006��j�O��'�\u001a�\u0002�7�Z\u0003ڧ@3��\u001e�\u0013�N+����0\u001b\u000b+���\u001bM��\u0013��GEݭV��j��A�l��\"�,��<3ạ���Y�A+\u001b0�љ\u0012Y��:���s�\u0011�@�V�z�vʎ!�p��j\u0004���\u0013&����~�7�_i�8��.�\u0004�\u0007\t�1�W�\u0013�FW2`\u0004�)�\u0007��\\�\u001d_��?���C�܏�\u000e�\u001cZϫ��Q+t�����eaQ�\u001e%�i��C�\u0016q\u0013Tz�\u001a�\u0004�\u0002ȧ���n�\u0005�\u001d��\u0007`ʹ��OK<\u000e:\u001d�:tz�z�4��\u0005\\\u0007\u0015�}�o���Am<Q�:�,�E�h����!��`0�1���J��bI�_\"\u0005X��\u00142���%�(��E�|�X�@vow��9~b�IĞ\u0017���Y��+�0o��\u001c�}���\u0018\u0001��\t*[�\u0017\u0007L�M�\u0013���7��8\u0012\u001c@��N%O�L��\u0014\b�XY�.��v��z@�\r\nR7R��[`G���+\u0011G.�\u00021���jg��`�����!\u0000i��\u0017�4�\u001e\u001d���Zh\u0013ߢ㾪�_-⻫.�)\u001do�g�ʟ#L�\u0010�`��\u001fA�K�(�\u0003I�����\u0012W���-I;�⠌���%Q�9\u0010��8X���9ށ�8������L_K,�\u0017z\fl�\u001d�ްȓ�5��M�$rB�V\u001e�7��<1�i��-����\u0001�\r\n;�\f��ے�^r��Y\b*.�s)\u001f�P�X\u0005�\u001fMk\u001f_@��\u001f�_��3�)\t�BԂ�\u001d\u000f'��b8hj���.9�,9)2cj�\r\n��&H�\u0017q\u0013��\f>�E�!\u001fvG\u0019�}w���'J���z���\r\nA\u0012�\u0010��D\u0010��Ju2n�\u0007u�z�\u0002����-�J̅3a���\u0005GΌ\r\n@�P��f0��Y\r\n��i��\t\u001a��\u0005T�\u0003?�L��eC�-\u001d�%s� �\u001f̮�\\��E��5j�m�ߡ�\u001bf�je��\u0005ٌ\u0013�Q\u000fkG�7-����\u0019ֹ�t\u000fYj���rU4N>*&���矛\u000f��\t�(ҵ��ϳ��U\u0017x\\;�X�y�\u001c\u0015\r\nv��MF9b=\u001f�\u0004\u0006\"��w�\u0007\u0019Q�cRWw��\u00149\u0011���c�8�F���T�B!\b��m���9<�Ww>�l�a�x�\u000f���nJz��pWWS\u0013Ѣ�\u001d־����vūf�\u0004�\t�����H��~pml͘Q�t�u��ƞ�4�\f�^w|�qR3���\u00137tm����j�\u0014�C�2��&��{\u0002��\u001d��S�W�g��\u00014��\u001a\bO)f�͓ �\\q[C0�\f�\u000b�Dg@���\u0005N\u0014�~\u001a9�`�2�:�����^+ѫ�Eɍ�_\t��FW�\u0002����\u0017���\u001b�>�;L���_\u0007D\f}LN���d�/��\f�ZC�\u0019�!MX�Q\u0012x�L*NRR`�l\u001d�\u0014#l~z�p�H�\tv\u001f\\ϷU\u0002�yVs0\u00013\u0005\u0001�y\u0011�\u0005[PS\u0003}\u000ea�q�箿�=W�\u0007�>O��(c��SI��ɾ֬PRB���,e�Т}B\u001a_����կ��W8\tG�u�\u0003�A����\u0014����~�\u0000p������w\u0015\u0016���\u000ez������_��%)���_\u0001�\u000fǐFmk-��6���]�,�\u0015:iH8�����c\"}�X��\u0005�P_�`�/)��=AR\u0018�'����g�=s\u0002B�?���B���#\\\u000b��\u0004��UV�Z��iC�8X\fR��=�0%��#d\u0010rB��K�4<C�;\u000f]0Yۓ�i(�\u0013ǚ�)�+_\u001f�9�8�1�<~\u0012��c�����i���R?�G-%�+H�g�$�x\u0019�\u000e��d��!\u0004��\u0006o��:\u0003�FS�U^��\b������f�g�:�g�Q\u001e!��8����4�R�\u0001��r�9>���A�\u0004�����7�+���\u0017g�<���\u0017\u001a�\u0001݁Jf�{^��\u001d\u0007+�c2(�K�nK�\u001f�a\u0014ؚ����㓤�z�^>�R�9�j\f���T\u0005x\u0011�AJVp\u0017�q��\u0004�53|_V�\\������J�?�t�_?\u0003\u001f�K\r\n��\u000f��\u000f2��#>Xb?�6���d�b\u0018�\u0018/Ώڮ=\u0004J&\u000f���O�\u0005����;Q5xd���j�\u0007�M���?sg,8�\u0005��\u000b\tX;\u0006o��,gf�-\u0002e!��]�u���}[@C��\u00160�*�V\u0016��\u0014\u0015��B�\u0003 [���b�����_K��Y\u0002�>@�\u000e����ן���\t�ؒ\u000f�+�\u001f��N���a6�&v=[5�\"�XݍTǧ6���ɕ����\\ڈ_��P��<\u0004�s\u000e<undefined<! x\b�\u0012\u001a\b�q^�\u001f�i\b;ĽnE�HSϑ:^�V�\f<\u001dj���{�$\u0006j�\u0013�(�B�\u000b\u000f�����F���|F�;\u0015���bm� w\b��\u0013z�)>���\u001bv�����K� U�[��(���\u0012��DH��v��%�T�$�V�t\u0003m�=��8\u0015\u001b����9�\u0015�\u000f:���|b�\u0005�\t�'��n��k�B�L��CEL�R�~\t�F����\u0011BE_\u001b�t)�8��!7���d*꟢��>Ev�J��/\u0004?�n\t����q$��B�\u0006�\u0010�\u001b�15i9q.\u0012�\u0005J\u001d��)���U|o�\u0015���c�\u000e�\u001a�\"\u0015\f�\u0000������D�I�\u0015����\bɌ\u0016�a��\u000e�p��bL��>�d�ڸd\u000e\f�\u0019�\u0010���/�Uc\b��F�!O���3�$�1���\u0013��R\u0002כ�\u0002�{'��g����\u0015�M�)�\u000e\u0011Q%��1��.k\u0002\u0015'�\\\u000f�UW�����\u0011-2�bcڝ�c�f\u000e\u0019 ��1c,:�q8\u001b�^l\r\nh\u0013?��$�)w\u0012#�$�\\�iGT3N��\t�\f^�\u0017�Ln�P��Wx�H��W��\u000f�e0P\u00121��?ձ���\u0003k��\u000b0���\t��\u0012e���������x\u0013�@�#(\u000e\u0003��ڑ����w#\u000e3p��.�\u0018�M��b�\r\n�fJ���R�\\��R&�f���c���Yv�)]\u0014��d\u0013Gd-/�͝�\u001c\u001c��jU�\u001b3\r\n39ywA\u0003{\u0006�&�9>\u0006�D�����/J�C��,�J\u0019G6\fj��5����\u0004 �\u0000M-c�m�\r\n�B�,��&�`�e�g&��($��H]�iT�x���j�\u0019�\u0005k�܈t2\u000fS5^E�ѕ�Z�>{��X�\r\n\u001e�}]>\r\n\u00060]q�͒�z\r\nq�7�'�g�n?φY˔�O���Qdw?զ\u0011��v��\u0003� \r\n�!�2���t�Sk�9RJ��a��̰�bn*@�f=[�!����x�J�l�c�e�\u0016�8h���-v�\u0016*�|��\bE��\u0005�'[��Q\"vޑn�]}0\u0019�F�bf��U\u0012���Y�Z�;j�V7(\u000b\tk\u001d\u001cyM\u001bWZk\u0012\r\nc �W���1o��4d}\u00136�d��\r\n.�A�'>eW��bH�R��^���}�b��������IO��i�+6ӛŲe�F�M|�\t���l=*��q�u\u0003�\u001cƻQ\u0010z6\u0019,�4a�\u0001��U�(�~S��\"�Z���3Y���5�Rd����7�`:�#k�XF�`\u0012\u000f%��~�7:x��\u0016*�a��FI܍\u0012��wē=\u0006��\u000f\u0012\u0006\u0006\u001fB�ص��1��D�竣iA�9LY\u0005Q|\r\n\u0002t�$�x�;�Z��I�X�F�\u001b8�F���=��}�PJ�\u0018��%��j�\u001d\u001c��y1\u0012\r\n\u0015Њ��\u001b\u0013�\u000f\u001aVhN��e���O\u001e��}��U��}CZbDt���nx�\u0005\u0003�g�&庢���L�}>(�O��ױ5�(��I�*�n\u0001\u0015>�ک��v��\u0006�7k�\r\nڻ\u0003}�\u0019uW;�J�b\u0017��up����\u0018���=��j��\u001d�&����`�H���L=fG�\b@�\u0012N�{��1�9鶨��15�b\u0013��֢>O#��f�\t�\u0002�CH�\u0011h�u\\TeU�졼F���qY.-��I)37�͗ؿ����\u0011�_�U�~�\u001b\u000b\"\u0003���Ml�!|�J\u0002�Q��l�A�\u0015\u001b�\u0018��~S�E��wI��66�w�+�!���wWֺ�Q���0�!�\u0003����;�rᣵI�3���W�{��f��v*)�^�\u0019��\u0010�lngHB�0�B�L���4\bTwC�\u001c��YE\fI\u0002a���ui\u0006%�M��T�:��9�\u0002TSPנ����.�,5\u001f���Z��\b��_2BvWÕM��\b�ˮI�*�=\"�d똋\u001f��\u001e\t��\u001e5����%��\\ПUШ:��.�%6a�@Y'�\r\n�\u001dH\u0014�\u0007��m�`��ZgE�Z��m�]�\t\u001a�;|>�l慩\u0005\u0016>��8q=���kb���u�Y\u0016��\u0003IARC��h]��\bb$��~Xr��\u001dζ�L7$R6�|�����҆��\u0006D���\u000bj�u��R��\u001a�\u000b�f���}���з��\u001a�\u00136��S�LJ�qZ1��s�\u0002 r0b=\r\n��sQ��r�M�\u0005��\u0000�<�\u0007 �d*ys���56��8\t�H��R�cj`n^\u000b��\u001e���4�[%�sE)�1=+�YRu\u0000�Ka�pK��\fR3\u0017B�\u0001I\u000f�\u0016a|�唽ພ��[��8��5\t&[ZY�qڎ��?�|��<\u000f���i\u0018�Ǯ]���\u0019DP��ּ���4\u001f�4��\u000eV�#��~*eW\u0015e�~�B���\u0007��k��\u001eű�G�:�*�\u001e�Ƥ\u001cU2�\u001d�} �˯�B���/9Fuؗ��\u001e��qE/�tT\u0012+j m'\r\n#O�u�O���c9\u001akh\b��%JF���Kj=a�;>������u��yS���\u0019u��v)U�W�C-\ti��g��$���TDg�]|ؐj\u001f�I��Q\u0018�V�\r\n�{��E���R�=�\u0018�~u���؁\u000e����~��\u0000�[o�؎���\u0019m\u0004լS�\t/�s=��o�awu01v\u0000u��O=[�\t2��\u001e�n�sk\u001a$THUnc�\u0010r���\u0007�a�q\u000e\"���C\u0006I�ޙ�P�:K4ςC��b�R^�Wa\u0010\u0007�Dk�)�t\u0003�<\u0007��j�����P_�\u001c-����v�h.h�ѱ�3_�\u0018��U�Il͆��([�;�̍=c�&�\u0007�o�_��K�̹QUU�u5�g\u000f�?e�B�x�5� �.�I���*P��$G���\u0018��F�n�q\u0002�\f��I��9�N��4Z$Af�.^���\u0014�_��s\u001dDH�\u001e����~\u000b�R�\u001b�\t�y[�H����4�=�F֮�K8���S�\u0001�\u0019\u0000p�s�M��D��c)\r\ñ��aw��\r\n���T�*�x��m\r\n��|�*X\u0000:�T�u\u000e�s\r\n�\u001f�����)�\"su\u001b��\u0014�����N�M��yw��YG�S=?�\u0011���8^ej\r\n�\u0017�퀶�d�\u0018Pq��J\"���\u000etOQ�Z����\u001a�J�`5�ẅ́B�\t!!�<�T\u001fi�X_φK��y�y\u0001�\u0014[K�\u0003��]\u001c��z\r\n6\u0001b���_�\fU;ۉ��J�gb\"&O���M��M�6�c[ƽA��\b\u000b�(2pI�2�ݱڢ��k-���a��a��Z{6]k<媸�[T��\u0002�i؁'Ҋ��x��\u001c�M���;\u0003r���\u001f�\u000e2R�l�\u0010\u0019P�\r\n]���\f_�i�3j�yM��\u0015�\t\u0005�9�mẠ̇̄�r�w��zg���X�8 �\u0015k�K<Ū�Y\b�o\u0015a�w���Ƞ`\u0017���R��\u001fVI\u0016\u0016}u\u0006����(�\u001b�n��\u0012-`��\u001e4>a����z�undefined<j�Yx)\u001d9_��#{d3pa�a��%��P�?����aW֟�Ir���\u0005\u0016�QW\t�D��6\r\nWN5�3�\u0006٘H��)1�\u0002�(�}'��\u0002�\f����\u0013\u001dn�<\u0004\f�\u0002�9���g,bڋ�\u001c�\u0019`�<�f;bZV#��z��|�p�a�<��h�_��\u0013T>�\f0�\u0019�A{\\Њ�\u0000'���\u00174s3s��6�\u001eO\u0006I�D��-\u001d\u0005�>���\u001a��� �,[�`���|�fi\r\n㺑\u0013�Vd-�QDʂ�m�%�\u001b$��]�$���O\u0004���sO\u0011�i;L�gP+��*�E9�̧fʳ��M�\u0000�񈢪j��x���Y4���Eǘ7\"��il�\u001b\u0005��\u0004^Z�ĩ4C?�\u0002�S�Bh��]��\u0010��#\t��A\u001d�L&9�������C\u0016Bٲ��7 �Q���\u0003��/��(\u001f>Ht����U�g�j\t�\u0019$\u0018\u0015\u0018�6�\u0012�1~�\u001a\"�h�M� ˻+\r\nǮz՘�s\u001dBS�\u0001\u0006�;�dC�w!�;���\\���dL�\u0011$Q���`2�T^*�ψ������W\u0017\u0007�t\u0003ho*�A@\u0012\u001e�Y��AA��=\u0006ƶ)~�ǁ��Ϋ���w�Zа\r\n�\u000f��֪\u0001�\u0007ɡq�F\u0014yosi����,\u001c�o�\u0010�86)�P��H����[�3`�\r\n\u001cU*�OUUx\u001c\f��P:\u001c��J�\u000b\u0006xq,�XzY�Rm�-N�m�p��F�xβL5�%�\u0002\u0018��7�a7\u000f�,�8�b7V��硺^�\u0018Ce=\r\nrc�WA���a���u-\u000bأ8��$ׄ3��܁Gv�i}�\u0017�\u0017,=�3�������FQ��p��^V��.A���F\u000f�1��\r\n�A�d\\���О�\u001fd�E��Y/V��r��a\u0014{���\u000f5�Q��\u0002��\u001a��gȞ]�<��'�k=�>���\u001d*���ǀ{���ɝ��3��BU5\u0001Aʕ�>]\u0015E�ϓ<\u001b��\u0002� u�����̽&�$��E��\u0005��3\u00115�݄dV\u0003���\u0002��/\u0005Q�\u0017X���W�\u0001�\u0012~���6��d��2S9J�%d\r\n[!�PCnL�*������x�\u001f�i\u0014�\f��u���\f�+u~�7l��S�:?����_lC�\u0018��\r\nr��\t_\u0016���Z�gʂ���?�2��ٌzn�%^j#CF�lT��M];\u0004��g�\"\fAi:Wv)\u0016���\u001dY�hG�t�\u0011|̇5Ƃf\u0010�K7\u0018S}@O��\u0001�DY��Y��FnI�E�G��j��iӠ�R�\r\n�E3��?��4����+���IxP%���EP�` j6�+�d&����\u000e���\u0017\\�/��xJ];���\u001a�a�?��\b�McS�&%�F�U�?�4�*q��)����<�ت��[�\u000bc�\r\nW�XYD��@V��'�����`�꽯��\u001b/��8�oU�{�s�L�\u000bp�!)^�\u001c�Z\u000f�@�Ic�I�\u001d{���(񽔪LY���=����\u00012X��R)���2߉\u0012�ַ�fⴽ�V��%t\u0010�Fn�P�U[�q&7��Qv\u001a�l`17d�]�\u0015��>��n��gZD�!��Q\u001d\u001cp�\u000e��({��/\u0005\u0011^W�oa�`\u0003�y��,5�\b+&\u0001���/@x�\u001e\u0000^���r\u0019�8_�����'��Uj\bo\u0003�BEҕ��s7�\u000e;Y?�z����\u000bB\u000f��\u000b̍b�BáM~�\u0013\t3\u0015���>@rFl^\u000f��*�{�v�h3`�\b��r�x\u0001s�S��~�=А�ɫkK��\u0000�������\t�(��P��\u0003�Z\u001b�}��jyٜ�\u0012\u0019��\u000f�\u0013)Ѩ��\bBUMwny�\r\n\u0002�����)@\u001fd\u0003�Zg���|�u7[\u000f\r\n3ğ`�'M}��Z�i���]^�5F��ŷ\u001f��\u0017F(\fI}\r\n��\u001f\u0017E\u001fŎ�>(�V�X��ޗ�w����>�4����\bx��c�^㄁�\u0016m\u001a6\faN�)\r\n��\b�\\�4�-\u000e\r\n[�ܞ��\u0017\u0012gd�8)��sՈ�e�}��^��\u0012���@�\u0007��\u0014@]/ʶK�v�>~�U|�iw��\u0006ٰ�d���4�r*�RT9��V��eQ��r��OHQ&��n0���pWK5x���_{��5�\u000fO\u001c����l���w\u001cU�4lc�\u0017U4undefined<9\u0001p\u000f`Q\u0016�|G\u000f�Hn=r׿\u001b�ukO@&PW\u0015d��\u0003Z^;�\tM��@$�T\u0019�K0���Ǔ����\\�IEVkb�Hf̰��$��Ϻ��z��\u0010>�\u0013\"�g;�c-w�k�ՓZҽ\u0017Z;��L��.�#&9���R���)ph�o��XZ�������8����m�M��T^r���,��8�\u001d'�6>�uB��}9�,�N����9ڢ��\u0000R\u001a\u000b�h�\u0004�O�:q|�Ѻ|)�FU1�zYM̠jF��̹���\\Vl�p����1\u0005�:L_H3�\u001b�/��W��8-�\u0001\u0018�*M��\u0002u.A��\u001a��\"�l.��\u0016(,�\u0013�{os�b�\b�O(AN����\u0007H��\u0013\u001e�!�x�Z����K����G�\u001d}���|���u\u001d���7�����.vv#ת����\u001b������_k�� JL\u001f\u001dDq���2�X�\u0002O��_�\u001aT>y�_��b��U��&�o�ǹQ�X�\u0005�w�~�I�\r\nߪ�\u000f(\fK\u001f�w���-�-v�\u0010�@Vd~\u0002y\u001ff�\u000f!�\r\n��\u001b\u0013�cH�Ќz�z��\b(\u000b\u0018N�\u001f��T4\t\u0006�\u0007n�^�\u001a;7��\u0013'���y�)�ŮD��l��vr���\tLe���h�\u0007�e�a�@s3�Vho4\u0013l��8�\u0011l!���ߍ~\t�-\u0007x\u0019S�ZH��J+�>]��\u0003\"r\u0011��w'.�\\���2�5�y\th���\u0003\t\u001d�\u0013�$?r$�b*R7����]\u0014�\u000e��ʈ������)\u0013YԼtˍ�\u000f�\u0015On#X�'R\\dL#����x�;h���&l\u0007���$�*�Ty\u0014�r�\u001a)�G�#�\u0019]/s8�����\r\n'��H*I�N\u0001�~Dg�\u0019�H�\u0000t�%��\u00001�\u001b!�͐�\u0017�E-\u0013/Ć��\u0013�\tҸ�w2O$\u0012��.��s�(�F�ѐ��r�2ea\u00042+c*�z�MJ$�\u0017\u0019�>��1\u0017P�q�\r\n#5(��:8��qn\u0012\r\n��c\u001dɈ���m��x��4I�}g�[�(�\\�\"��aR�%���]r\u0006�\u0004�N�����\u0004\ba��X�u��Qn�\u0001�`Q�\u0016��]���g����\u0017���H1����[/�p�n�]����j�b�l��oU�\u0011gJ@\u0014B��r.�6��N�\u0002p\u000e����l��}�{���-��);�j�!;�\t?(t|�A�t�\u0011�6��\r\n\u0019?���\u0019\u0006�QA��˔\u001a�H���g���E}�\r\nlnWW3c��$J�з��I4���������o��M�I��\u0019Vzԉ\u0018�c��\f�=\u0004��?N(/�Ii�[{��gن&���}���z�S\u0014�͆\u0004j�{�c��'����H�L�,\u001f\u0014��fgi%�h^�A\u0010/�M�t\u0010�o��\u001e�u�\u0004����?\u0011�}��\u0014]�5\\JF9�J��k������0���\b�����\u0012��J���\u0001�qo����\u0007(�\u0019W~\r\n�[I �P>\u0014qf6�Y�ԋ}\u001c\u0019��cNE�\\7h�iRw,Q��x�l�\u0015d�7|+4�*dQ�&�^�h���1�.�3Xk�i<�{�a�dd\u001c?5�FC\u001cT�{�s�';�ε�\u000f䇠�5?�j�\u0004[d{2Z�F�q4���4-�\u0016tt�^��g��h�}��s�\r\n�=�~ڊ�$:��(��gd%�r7&�\u0014�Ȯ[���\u0012�N\b��i�v�\f�G\u0006]��bM���O\u0012yFk\u0017�E�\u001c�\u001d\u0013\u0019ƺ��a[eW��\u0014undefined<O\u001c�M�g�4�\u0006�����l�(���GA�Fv��D\u0013�\u0006\f���n��4��z��A�&8~��\u001d��ChTt�(�����r6D�ŨC�\u000f,y�YCծ���i\u00024,�&���X�{\b��\u0012���?�ޭ9�+;\u0013}���\u0011'bLN�U��\u0007K���c�5\fQv��\u0010\t I\u0014��,ׅh��\u0004�F�\u0010�:n[�H�m4\u000b0\u0003\u0014x�\u0016!�M����\u000f����\u000bg��Ν�WfB�hFR�ATUV澬�ַ����F�ş��\u0016�Vf��rv�b6]c�A\u00139�\u000bܸ�<+A�#t��pq�,e�4\u001b�|!�\f\bd�v�\u001e+��e��(2\u0015��ށ��}_\u001c��w�;��L�p�S�0_�NV�6\u0016x�\"�2qy\u0014�\u0003E�#jk�G4d�\u0003D�+I�+�d�Z�Dw)\u0012��=���z|w\u001c�y��k\u0003���\u000e���VjWH�$�Ago�\u0004\u0001`]G5�y\u0001��c9\u0004�Ig�ހ��]�n��\u001e\u0015��T�x�2��f���B�r�^�\u0002Wy�\u0019x\u0004�\u0012D�~X,g�&n�^-��ō�.�,����\u001fCwQ�B'\u0016�bKW:�gy�\u0019\u000b��W�\u000br�Z��+C�gW{��˳\u0007�Q\u0002����I� p�n�5A��b\u0013C�\u0007�x�l\u0010J�����\b��@\u000b߇H�\u0003E�V�:h)\u0006\u0007�.���[,�4˦��WN��\u001b;̘\u0004�b\u0011\t��Ei�g�D���[V�qB-\u0004�T��I���Z��z��\u0010�#�ހ�\r\n,������\u0001Z�k��\thd\u001c\u001a�^����n�ZSk~�'�j�{:l)���{��80J����|�yO��!���a�\u0015��@��\u001a�mz\u0011[{���]Z�i�Ώ\u001dǏ�n42�\u0014��N��\u001e\u001c�*n'���2�-��Z��R���\u000e��'Ƈ�'\u0010*�v���\u0002������+�\u001f�\u001c4�\u0003�p��S|\u0011'\u0003�ɺ�\u0003���C�\u001b��z�\u0007$�����(���\u000f�M.tY�b\u0004?h\u0001��o}֋�\u0017�,7[\r\n����?���z�ײ�\u0004��O�j�/ \u001brV�@���\u0016��8�.��y���a\u0014u{���\u0002����yX5{�K53>D��-r;f<�K��b8�\t��E�]i޾��\u001a��u��������?���4\u001f��&\u001d<Ą���l\u000e� da/�\u0007Q�8އq�*Ah�m��m7��s�M��\u0003�\u001a�\u0013����AN�H\u0007\u001f�OV��߯�C�˴�9�>�e\u000fu��\u0019��\u0013�\u0007��o\u0005Q��4�H{+̑o-��C7��\u0006�w���I?p�\u0007N�\f�bp��s�\u0014o0�̱��G\u00153B�\u0018�Cz\u001fߕ]Y0ЬƧ���\\��\\�m�[T�Ն\u0019Wf�R�.�f���l?��\r\n�\u0002�����/�j̥\u000emCՒ���.De_\u0019��\u001c��#\r\nH�_'��뮚��P\t\u0010�Y�A�]��#r\u0002�8�'���\u001cXP5\u0019\u000f&i����4����\u00186�v��i7��v�����v�M��\r\n\u0000�_\u00030wV�D#���OCC�V쫒+j}\t�`��ь�^��-(\u001b��@=�\u0013undefined<B`�4b��l�Z��\u001a(���SG֕O��ܵ�\\5\u0007��A�\u0001�eg�undefined<?��,*F0�ĤSq$ٸ���\u0015���4�\u001b\u000es�ڧ�2��\r\n�s.bxc�h=*h�E,H�pV�h۲8�R�'��۔Ճ*��J\f면�����t���\u001cɤc��(\u0001��\u0006��Y���Gl�$I:j\u0010\u0013\u0016=�]��|̬��Kb\u0011��#(�QVґry�0�\u000e��|\u001c�\u0011�Zx\u0010;��Vk�\b\u0018�r�}c�Սt|}��-�\r\n���?t��\r\njW�:>`�y6P�}\u0005����\u000e���\u0012�'?\u0013�z\u0002��:�\u001bڰ���V'o�\u0013\u0015\f�#qɟ\f���^���.쉊��Q�\u0003\u0003�m���lya9[]β\u000e-Vv��n�\u0001\u0013�9��\u00128n�*��J�j�j�\u0002�\u000fԧbx,A�K�!�T$\r\n�4\u0005\u0011\\s\u0013���|%KB\fJ����e�%0R���\u0001\u0001�\u000b��+�T�\u000b ����`�Թ��*��~\u0002���?����e>\u0003��]x�\u000e\u001cA�?\u0010\u0001���,�Q��1\u001c���\u001c��sИT�-�;�Y\u0007\f�\\��z��A�)bI\u0007��\u0017�u\u0000y��\u0012�����\u0011l�?���\fWS�X�cJ�e��[�[��\u0002�\u0012+\u0004�&����8X�m\u0000�\u0012h^�xq܁m�\u0011�[�W�㟀oZ�MUۈ��K{�\r\nqEJ\u00001p��\u0017��\u0005�Z3��� .M��0\u0004��<��ޛ�c���\u0012�\u0013/v����l�\b�r;V�\u0019�I��\f��x37\u0015�z���֊&C�~�me�e.\u0013�\u0016�̄���\u0004¿��.t��\\�V[����.��~�냜����,��ﺾ�Uw§�\u000e4<����*\r\n~/�c�x@}�އ�T�\u0006�$\u001e\u0010�^X�y��.�;�JUk'����|oR>$i��;嚔��V$&\u0010�>���q�tZ\f��undefined<5\b&(QǏ�0񻈁|֬��\u00055M�u��\u0006\u001d�UIé����r'ޥd�~��\u0000��\u0010��y��l5G\u001a\u000en\f�L\u0017\r\nw���G��\t3?ݣf\r\n�G/�\u0018\u000b�I88r�*�����\u0010�_��L�@�����B~�2!�n��+�_�j��4q\u0003��h�T�֖\u001bj��$��\u0005V'&/��C\r\nH�K��D�J͏-1#\\)�����`�'䳪\b�G���x����tr��u�zl�QC�}H�V�.��\u000bUi届B\u0012y�Xs��g�����ǟ��_��M~(P�n���\t\u0006�4�۰ʾ\u0006\u0011�\u0017uq\t��j�\u0010��^{o�#[dP7�|\t!�L)Y�҈���������Ĺ��d'u�\u0017#k\r\n���\u0014�)D�/xE_ؒ�@p��r�ڔ�>���/\u001d_�e�Q���\u001dizW�g�d�\u0006\\��ްK�Z:�ұ�\u000e��\f\u0012\u0017�\u000f�\u001di�\u0012�?+��\u000e ��5�\u0017��J����y;��'���\u001b�4'�Y\u001d\t�\u0011\u0017���d�}�t�&��+��0�>s��'V��^�\b_v[�d|�S+|K����\u0011�]�\u001e�V?X���>ɗӍ<���[#��\u0006�^#�\u0007(U��\u0006���\r\n\u0011/R1\r\n�~�!@�\r\nW\u000f�r��\u0019p<��c\u0001��F�g���B�\u0006�x\u000e��oB9�1x|GZUx�W\u000e�Jj��력*.PͲk\u0017�{o�u�\u001f�1x\u0019.\u001fiG�X!cp1�Y`{������Y��� H\u0012��uW����&�%>��=��'�\u0006FWk��)K��%մ\r\n;G\u000f�ｙ����q1Z�m�q\u0013�EC�ۙ��hY�CqӠM#!�SIQk�a̾h�\r\n�ɡ��,�v%=�\u0006\u0017!���uk\u0007��x�U�\u000f\u0015��4+u\u0004\u0002�ּv咸�,&�՛f_3\u0019� Wr.V��PҋcO��:\f�zko\u0005J�뾠$�0+��\t���]Zi/\fk�0����1�Z⹡��X���n��޷���#�\u0000r�߈a�#\u0006w����]���Y�5�^��N��da܀˲/�\u0014m}�8n\u0012&�\u001d0k.ŋ�\u0019܄�b1��wUҠ�ry\"\u000f~Y��ֶ�-�����e����\u0005��\u0012�n*\u0007k\u0019�n-'7�~g�����=T<�\u001a�/��|��@��\b\u0002\u001eKC`c6HW9\u0018�!�\u0019�nH;�O�C��!~H�\u0016&RA6D���(�\u0004\u001f�@ۦ\\$e\u0018\t�yr�ΑC�G݉\u0017'6��\u001a\u0002Dl�s_+A2�\u001d\fٻ:1K�M�ҳe�\u0007� `i��\u001f�\tbH\u001b#�˓�F���\u0015ic���J\b���k�O(�P���H\u0012�\\\b�\u00100t������P�_\u0003\t�{�Y6f�v\u001f���\u001d\u0005qG-;����:q;���H\\����+�ڪS�u�~��\u00068k%���B͟��!O�>G�9r7�&�_Gwލ��*:`C��w?���%�Z\u0011�^�\u0018��<�0:\u0000����.\u001c�ߢ]\u00046k�0b&\u0004�����ñ�$�)\u000b�,i%�&N\u0014;�V)����<=�\u001f��t�3�a�P\u0011�\f\u0012ų�WO�z�x�V@3A�c�T�%UpP�5�\u001cVV�\r\n֗k\u0018\u0007�\u0015\r\n�\u000b\u0013�^���8\u0010�\u000eTR_\u0013\u0014��UT�~��\u0016��D�\u0002K�2�R���&򻤏��y\u0017ܟ�\u0003-Y���$\u000e\u0005���� O��<�\u0005�m\u0011p�@X�\u0014�^��;j��4�F�ُ��_�����\u0000\u001e^\u0012Q�G�\u0001(�\r\n;\u000b�E\u0017�\u000b�]�r�l%���wx�\\,v���v�}k��u\t�:\u0005U�H.�\u0013\u0005\u0006^\u0002\u000f�\b�\u000e�S6J֬�\u0013pH%�E���L\b�1�7׳��;\u001a�\u0000w9�%�p��\u0017�undefined<P��ج�G�\u0018\u0015�꠵�!\t�0��\u000bD�uԧB�I���{%�UrpE���Z\u0015�a�J��o���އ��vl\u001esVb���o\r\nx���8�W)t����o�\\�$x�^\u00060\r\nX\u0005�8e���kPY�9��@G�\u001e\u001cB�\u0011p\u0001j�_n�6��c�J��z���P����\u000b����_�\u001ca\u000e����Jou�J�\u000fXp\u0011Gv�?{��\u0010$\f���T�BJ?#�Q\u001d�\u0005����$��x�?\u001e�.ږapkiS\u0015X��\b�v\\@�m%�u��5U�v-\u001d�\u0019�y:T5j���r��� m)US�X�1�:\u0016�3��,��X\u0015��`:\u001d\f[�#�r��Rr>S6������L�1(�ɰx\u001b&�,\u0018�τK^��6�1*ߵ�j\u001b��O�YzW��\bԂW�\u0000�m��\u000f\u0015��rQH07�Mқ���ڠ���Į\u001f&~ҕ�f��\u0004s��8\u0007LP\u001f�R�V��\u0012n�UGo�q�W����}��q?N�dB\u000eUgh�\u0014�1\u001c�/k�Nɼ��@�PHa��)s1X*��C�����\u0000\u0002|��l\u001b��#��Ec��A�;�\f7V2\u0016\\��ikB�\u000fy�4銬\\\u0004�g\u001b�\r\n��2g�ѐG֢=�u,�M�~���;\r\nߒ��!\u0018�}ss��\b��@��k\u0004���5����`5͗Srm6杚�V�v�ȧ��ti-Ks6���l��wތ�n�\u0007>\u001d��\u001c�t#2,��4���̴s\u0005�|��M�\u000fJ����q�.����)��F��F�\f��\r\n��\u001a?i\u0003�o\u0014�{��$�[-~@�(�l�ß\u001ckI���^�:En2�,�\u0018Nl���\u0001\b�\u0007+R�fO�GW^+�=h<��T�\u0002b�W�\u0010Q\u0006�:\u000e�Ζ�#�z����DkO���ky��^\"|\u0011哋�8+\t��u��\u000eo�\u0016����@\u0010�̳�D;`H�BK�^��ʔ��Tx��!��\u0018�\f\u0018-�g�D�8�\r\n\u001d3�Y˂q����-��uɌ�\u000b�21��\u001e\u0003\u001af�$K\u000b�L$\u0007ڊ�)�y\u0002�sXm�6`�Q�\tA�\u000e���\r\n6��HU\u0005�V�Y�\u001apI��\u001f%��o�\u000f%�\u0007�]��)0X�%O����r.�z\u000b�H\u0017\u0017�\t�H��l2����l����S��ώu��A߃��=݋����Q���{�ARF\u0002\u0017痵_�\u000f?<����5j�K�\u001b�vjHK�(��s�\u0012��z�\u0002'��l��t\b粰 \b\u001d���\u001ei�\u0003VU��w��\u0012i\u0019��v-U IQ4�Ӕ��P�u\ba��>O\f��i��#d�J\u0007Nmk�:@e\u0004�#�v�F޿��\u0013����\u0005���\f���\u000f\"I�U��ys%n\u0014��-�3n�mh\u0010U��=p�\u0015\u0010�\u0002���\u0002y�}3M�́Ƒy�#.�;H%k^����\u0006���8�r6�h-�\\|7I:K��\u000fmi\u0007/��`&5o��p�rp�~C)�5�(��H<�D>�\u0003�B��[��\u0000ٟ��\u001f\u0000�:g�\u0012%�!\u001a�\u0014�hЮU�\u001d|q-��}-~�\u0006�]^XJį��a\u0014?o�?e�\bK���l��\u0017ֳl�f�嫃��J�7V\u0016����q�I>�G܎����J?2j�ĭՏ\u0007���\t���w���{?\b\u0004����*Ҽ���\u001e/.�hiV��z졟0O���\f��豗Ե]0���g\u001fn\u0016��Bzs�e��,5\b����\u000b�\u0010;\u0000)���d\u001f�\u001e�aF�\u001a�«B-@\u001c\u0011$�j��tA���*XI�\u000f�Օ�t4b|@~�7�\u0017+\u0005׫h���w����0�sC��\f�\u000b~c�b?X\u0015��b6]\u0019���lundefined<i��1�[9#�\u0002��\r\n\t�}�7� �~��K�\u0002�F�j�t��<�OT�{�Z�����H�5��\u000e����L��q6\u001c̆�hh���c�3�T���e��nL�\r\nR�����qF�\u0015\u0003\u0012��,̟\r\n�Y����\u00036����|���@�\u0017���[�F���Ux���T���`�b��r�\u0016�;I�6�\u0005�[��\u000foM\u0010���g��.�8��T�2�\f�4\u001b��s�H��#\r\n�đ�վ�\u0002W��\r\n=_\u000e���'�\u0011s\"�M\u000f�\u0017l�\u0001͋�(].���p�*�N�0L�z7󙰕@\u0003\u0011�!���&e\u0017��>�;ʊ��(��X��O������f�DUҥ�b�O?\u001ae�4�2L����&\r\n`[�q��}\u0002!�<�'Hu�\u0016�7\u0011\u000b\u0013��`�Z��Hǔ�Q�ߎ��Њ�\u0000O�L\r\nJ�K��\u001e8\r\n��\u0006��\u001c\u0001�!���b��:Zh�!uٿ�\b�-���km2�\u0000�\u0010\u0011��\u0000�gnNO\u001d�\r\n*�6$\\\tȐ�u@��h2\u000eD�+l\u001aJj�\u0001����L�+C�G�����Ţ�Ǽ�D�޳�&�Kt�O*\"Ô�Â��>��\u000e\u001c\u0010��i,�Z�S:WG��kv%2ʲj�i��<~c���h��\\\u0003�zm5\u0011\\;7��\u0005�!�J�t�n�F�N�\u0000U��-��G\u0004�V���\\L��\u0002���I:\u001dd�\u0002�Z[\u0011�,~@\f�\u001f�i�6\u001a\r\n\u0002x�,��wM\u0001-SD���<��\\��b/|�}�\u0003\u0000��P\u0001\\_=N��lundefined<X���ްU�.\u000e8t�<����!�dn��t\u0006����\u0002�\\��\r\n��+�\b@�����^bIf��+��2�4*��vp��~�Yv3����Чn�y�0\u000eC\u0010���2����O��CZ�sH�s\u0011q����s\u0001�\u001aC�N���п\u0006w\u0017Q���t��N\u0006S\u0018�V��q�(\u000e��elh��͆F\"F����6x�2>E���t����e_fӢU}*I\u0012?vø���!\u0019`?��=�k�r���\u0012�\u000e�vu��\u0010�v\u001f��\u0012�}��1�'�\u0001FÑ>{_�;jpF>�-��\u001c�����CJC\u001a6�\u0003�I���\u0004ub8뒜�J\u0013�Uل\r\n8�\u001e�\u0013𭤗�y��5���\u0003�\fڴu��O�3���G�|\u0014u0\u0012A~~u�'�` \b��g�O��������\u00130�V\u0018<\u001ag�x9\u001b��t����L�\u001e\r\n��#��֒�m%\u0001f�Y\u001bc�N\\bf�uS�\r\nI\u000f �S�\b�J=\u0007�aI�91Ӥ�A\u0015�2/��S������\r\n&����H\u0004�\u0000⮗�-�.\u0016HP����@��ݢOUWRy�|\u0013�\u0005��$9 Q�\u0017za�揇p<�j�'��;ƃ>�A�m���_*�/\u001a\u001d�װR#.Mle4e~Kp�\u0011@�/��|�\u0000t�(\u001d��i��8�C\u0003ک`�!T\u0000qr6�\u0014�2\u0014;=�`f�0cYާ�%��\u0004�퉸\u0017�\u001c��H�$/\u0000�ؑI��G�\u000eFE���\u0006�ߑf�����n{��������\u0018��Ceॽ=\u0010�\b\u0010�\u0015�V\u001f�w1\t��U�V��q*m)�T�\u001c}�lj3\u0001��*��泧��r\u0014��1[�w��HX�<�5�nX�\"\u0012�@\u0001�3\u0014��\u00077A�r9\u0016s90�/{�G��w}4J,e�E�x_W�m��ZP��j�\u0003R�\u000e�� �o8XZ�\u0018\u000e�|��Ǐ��p��\u0013@e\u0013d�v�\\\u0017)��Q\u000b}T��c\u0018�o�ؿRн(wP�0ޠ\u0005��m9��\"d�+j̔��f7\u0012��ȯ^���Զz\u0013^qå�\u0005���\u0015�\u0014ƃ�T\\�ig�\"���XK\u0016�+\u001d5]!��NF���F���\u0013C��\u0000��\u0019�%�\r\n\t�c ������~F��\u0007e��cc�tS\u0005\r\nFsR`TV�+kl\u0006�\u0005�V�i�\u00165��\t�\u000b\f\r\nR�f�]�g3�\u0013g\u0010��\u0007�\u0016��\u001e�\u0007�Y\u0000_AECW�s;b3=�ޓ>O�zS�S\u0015\u0004(�\u0019\u0014��5\u0000����ܐ[}�H��r��\u0019��Zo�fˢ\u0011\u0012M���h��V�\u001aD\u0013]\u001a��\u0013vA�\u001e\"D\u00109}Y聆�y)�����u���\u0019(R*�\u0002Nk{^\u001f\u000e:}T2d��X\u0017�v{�\u001f\u0018��갹kû��-�,�D��6�6f�9�\u0015�=�\bͻ����*��q�J����\u001eio+�8}���\u00168\u0006��H�H��\u0004�ݷU�%M%\u00160ױ�\u0010s�^H��\u001dq�m\u0001�Ρ\u0013+�(��Y��B��4yԦ�X�`'�j>��I�\\)�`*�\u0015oË\\%A�_4}C|L3��\u0010ϗ��U�2i�����\u0015���'~�\r\n�\u0003\u0003c�\u001b<��XW�a�eJC괐!���^�8v%�=ih9}�\u0016 Qh5�܇I>�kZBT�M�%1'^L%�\u0001���\u0007ߒEq���\u0003Q�&�]���b�\u000b�[�\u0017B.bE�\u000eR{P�u�\u0007H\u0000�?�/�\u0007�.\u0016���:�ٖ銻}�t�@\u0018���,)TV�o�K�ӛ\u0007ܗI�T8\u00062\u0004W�J<�US�\u0014���l\u001a|:PB\r\n�V_����x����\u0014Z����4���sвlR���z��D���?+�\u000f�>uk��\u0011��J?�!P���j!\t��z\r\nKW\u0012-\u0000��'e=v��ރ�e�%��ށ��um�H뼥�\u000fU�j]�\u0013�\u000fy��G��h��1X*�&\u0006n\u0010��Zv1:}�W]��S����whD�\u0015����\r\n\\\u0013Z�����\u001d����o5}�\u000eض}]�`%��x\u000b:.����,\t��\\Wz�����\u0012Q�\u0015�9��@\\\u0016k��y~����p@���\u000e4\u0016�9�vd��N��K\u0002���1e^,�����\u001e>�1٥��r\u0011��\r\n6���QI��ҕ���Q\u0003�Sʈ�\\\u0017����\u001a!B SVXV\b\f\u001aj�5`�}�{k-�t0Mo�=Oۻ�ǉ�Nh\u000b�\r\n\u001cN\u0006i%�A�Kށ��J��>\b\u001dȬ�5?���/7��f��\u0018\u0019�����\u0017�\t\u0005T��D��\u0016W��j\u001eR� gso2N'�p��`�i\u0014�^~�F��\u0010�;֏��2J�I��c�S��n�\u000f�h.}�\u0010P}/\u0012�:�#�\u0001��Σ�{����t0bqA;\t�\t<�\u001e\u001ck��2��������\u0004\u0012bGJO���m��p�Ac��\u001d�\u000f�e\u001e�\u001c�kY��Xl�A�Bq\u0018�1�\u0017�J��\b�c��'J�C��\u0007�xz\u0001�d��#��'�fM\u0016Qaȩ��J:�\t�hT���m�xӡ��\u0004R�|��~���0�w%�N�q�$q܎����\u0005N���>\u0002��Q?ir���\u001c,-�6��i�t��6�\u001d��Hr�q\u00048�Ik?wb}���on\u0014\u000e�g4�m5.\u000f�+R�Z���l���h#̈́.\u000bk��. �+UεK�C�\u0014�݇,�\u000b\u0015;�=ϛ�\u0003N �G�\u0002��Z���js�Լ�p}cqu�hل��IțQu.J�\u0018�\u000b�~�i���*E\b*rOD\u000bDP�\u0003���`2Zص>0\u001c�Fw�\u0003�Р�&�ﳫ\u001b;�ol��K#��;\u0010���!�\u0007M�M\b[J\u0007�\u00185�\u0005\u001cu\fP�\u001e��m�n�\u00037��6�?䄱��\"�G�?ܤ��\u0014m�jK��>�O�N\u0006��\u0015���m\u000e0XE_��MWC�&4\\����]\u000f\u0006{�1�y$�-����S\u000b@��_R��ǣt�\u000e\u0011f]�V���A���������!��Ч���T��=0`��>L�Hעz��\u0007�@U\u0007uHj�bŚ؃cfW>��W�AP�\u0013���3\u0006�\u0017~4\bp\r\n���Y!�\\�~���p����6��(\u000e�Nj���\u000b\u0013�8\u0015G\u000b�q�\u001fn\u001e��V�Qf5�T���\u0011�e�ӕ�K�4vh\u001cu֫�Hb$H�n��PI��\u0002��\t\r\n�<�|�w\u001a�H\u0017C{\u000f@\u000b\u0011��\u0018n�\u0000p��+5\u001dp+ޛ�A\u0010�\u001d�5��\u001car��e\u0019ݸOݶ\u0006Y��*Ύ6���\u0004E�J\r\nIz����#�n&�B)���7�5�;�W\u0005/��4]%��D\u0007����d6oCL�\u0007Q�\u000b��#\u0004�\\M����˅Ղ��>�~\u0014E���Z��2#`fRN t�xd5ލ�kY��|�Z���t�\f�+����N�I�\u001f\r\n�O L?0j�*\u0004�#�u�����q���\u000f\u0006�-n���\u0013D4�;�\t|D�֥�Ȅ����\u0004��\t�9m46�\u001a�P���\u000eJwme�~���Uv̒k��t0��\u0000��tjmߕt<���\u001bn+�\u0019đ\u0017��\u0019�\u0000\u0011�eG�0\u0010��DHy�=���$��\f���� _�&�@S�l�z�|�\u0005��T?\r\nD[?�\fs�>��a\r\n\u0017��:�T*����)0�%4z\u0004��_fS�!,\u0000d�.\u001c��i�V|\u0013���i�ٲ!@���\u0010�Z�s\u001e'U*\u001b�a2\u00058ՅD\u0012�g\u0000\u001f��\u00195'�G=�}��K�?޴�^\u0018�x��;���x\u0015��\u000b���[��a\u001c�I�lv�\u0014~yТ페�\u0007�ηi�\u000f�\u0016\u0016�\r\n�r*�!�eT�\u001c\u0018ZX/��n6X\u001b��`����\u0017��k�܈��5�hU'��\u0006��\u000f�MG�\u0012|�P*�\u0000���a�Oіbo:��)�n�(�#�Y&���.�<�\u0012v��rCi��\tN:��H�\u0011���z��en�\u0018��RD�_;���~\u00185ρ<�������T�v<��\u0019н��\u0014��$��\u000bNܘ\u0015�W�e���#�\u001b���`�V\u0010\u001f�Q\u0012x���퍏H\b��4\"V9�\u000eDU2 ��>�Y\u0003\u0005\u0017�H�B��p�\r\n��\u001e��U�aA�\b����������\u0018�C6}��\\\u001f\u0005�_\u0000f������\u0003-/P�\u001co��@\u001d��=\r\n��\u00056Aԕ�\t\u0010\u0011e�#�����AI�m\u0010:ٔ�9D�,\u0005\u0018��\u001bEP�e�'��.�j'�-�\u0011ϙT��\u0015`2$!\r\n����o.��|{�K^��\u001f@o\u001c��\u0004A�f7��ٗi��\u0002�����\u0000љ�\u0011�m\u001a�\t\u000e��N�\r\n�ѡ�.�{!���p�!��\u001a��xC9�����\u000f��Q���3�E:\u001dl��Řs9�4M�.e�tip}0��0r��Mx�M\u0017�\u0016 �Q�\u0013�X��DK\\�z�~��H�\u001b7�;�֧�c�0Mg\u0004���㰅�\"E>\u001b�4d�:p�VGc.��=,��\u001c�:|P��\f��S�& %�XR|�N�D<|sD�rMk�\u0007�v�a9?�\u0003f\u0004֠\u0001��\u0013�\u001c�҅��Q��pX�\"����D�罞�?��<&\u0007�ʴ�JMi��\u0014\b~w:\u001c���U�\r\n�\bT\u0010�|�n�b%]�XXN��F\u0007\u0000�xN�F\u0017\b�휿\u001fy�c��DEM�\b�J\u0015�}H�HxJ6e�\u0012�Ǚ�*�\u0010�T���������3p�Ϊ��\\\u001a�=�ٕ?'> �����\u00198�F�h!ڬ6�6\u0017`=���\u000e�<��SN]z��\r\n~�C�\r\n�7�����\u000f�$\b��(����0K��R�\u0007[�RȀ�<��6\u0018b�V��|\u0002��-�\u0018�\f��g&(Y\r\n�ύ�C}y\u0017�[��\u0006\r\n��w�\u001cZ_\u001c�W�Ԡ]����V*��`i�\u001b��\u0007���%C�Ɖ�H�Qk\"�#�76\u001e�V�\u001e%��_K��P^3����*�\u0006���/P`E\u001a����>\u001ef��چ\u001di.�K�3�o���G,\u001cp\u0011$�>�v6�ƾ\u0018�ߋ��#|�?\u0000=i\u0013��GU{���睩tY\u0019B��K���M��/�\u0019My�;ޢ<�\u000f��K����naWN�ԍ\u0002?��Q\u0016�ʆ1w^\u0002q�)�_*��:�\u001a>�O�=�?�P~���w$>�+�`7�\u0000�G\u001d\u0018�\u0003\r\n�Gn��)/�̙�\u0017�2��$�\u0012�����\u0002����R�ɶ�퇞�`rw�1R�e̦��\u000b�S��$�Y\u0016��O��b���l2�'i��\u0005�\u000f�8���m\u001cXC\u0018�f�\u0004c�\u001c\u0018������$\u0015\u0005y6q���.��|��J�EC\u001dX���\u001bo'�������6��H�<���6�����?�����X|�\u0016��Q�vE�)�\u0013 9�ȍU\u001c��E�>4��qyƷX�u��@<��k����\r\n<��o��~���t\u0016\u0011�H\u0011�g����\u0006�M���~�W�K�Hxy�'�yz�\u000bo8f�\u0000+�\u0001X�C�~�ɀC�uT:?�f@������\u0019WҼ�&8�!\u000b�;=�\u0010�͢���=Қ\u000f�Rw���K��x\u000f ���>!���W�sw�UDi8.V��Q~W��]�\u001dֿ�/���8��2�\r\n� \u0010ۄ�K§�BK�g�[���lؤ��ơccp��\"��\u0002��\u001en6\u0002�J�undefined<O�O��D�3��Q;�7�\u0011��:�x�>�Pc����\f?�{��腼\u0003�m�ғ�������d��A�NL�͂\u0012ݦzN�Ğ�J��\\��\u0002��Vm�h���|�_�\u0017\u000f�eL�#X�G\u0015�\r\n;E�BK�S�\u0006���w�\u0004ǃ�\u001dD��R5E�4��2�L�� �ћ�e@C?aV��Tc\r\n\u0011P����_�C4��,�\u0017�\u0016��p�\u000e�Z�\b�\u0019�\r\n���H�.�?�����\r\n;4���\r\n�\u0000���}O\u0016#��S�������lsc\u0016-�o\u0012\u001fޒ_��>Dj�z++��R�f\r\n��\u0011�m�X \t�G��p8��˷�|)[n*I���xI�\u001eN�ȷ%I�o#�ix��\r\n��7T��T�J�'Vm?��\u001f�i:�!��\u001e��G=�:@�@.�\u000e�L�Hi�Cܺe�\u000b�l�Φ.�����\u0014�)Y3amH�S��S��!�\u000e58��&X�#�\u0006]�P��\u0000�\b���YM�\u001f(:��x{���d�<\u0006\u0012�S�(��>v���\u001d/M6�c�v�umm9͗7��:߉����\u0017\"�|�\u0007=&+\u0016$*�J(ׯ[�����X��g\u0004h��$�\b%�֯1LWف�Ю6\u0015\u0007�\u0017��Ngy~����=\u0001�R�KDRK�\u0018��G�7=as�\u001f�V��\u001b���i-����4H��4�m ��B�H�\r\nZK����p![�\u0018���\u0005=;�g�7ˍ\r\n]��\u001f^����)\u001c'܇d�B�m\u0015��\u00130�g�>�m\fڧ\u0006�P�O�_�m�����m�\u0002�t2�My#��m��I\\��îLr��\u0001�`��Fn��x�I(���\u0011|\u0017\u000e�S(�+�1�^&�7Fx]�T.w\u001ff\u001d;����d�FҞ��B\u0004�-�`�i�J��;G�ѴUE�\"�.�T���\u0018g�\u000fP\u0004c�lꃗ�\bg�\u001e�\u0019 jVv��\u001e���[�Zq=\u001b�5|���W\u001f}Y�4�!\u0012��c���\u0015b�\u001e������\u001eܥL�lJ9\u00009!G��$&�b��N�\\&����Z��Ɲ\t�Q7��\u0007d�|H�ߢ��\u0002rBܹ�p��t�\u0018�7��{3\u001b\u0017�[�\u0016[+ҙg�F���5��x^,�ו�'��c�\u001a\u001b�\u001e��\r\n[\u0014\u000b�\u0015ʹ��pO,�w8R���7\u001d\u0002�x�.��hF�h�ȩ�&�\u0015;aL��\"�\u001fi����1\b��\u0001�B\u001d׿\u0006�`\u001a��h\u0019�[b\u0017��\f&�{�k(\\mT\u001a\u0019�\u000e\"����ʭ�7�e\u000bundefined<_�A�X�~\u001b5,\t�k\u001c:\u0017ٿ6\u0001%��ղg��z\r\n~�f�jIa�[[>&��\r\n1߳\u001epǷ�\u0007Ӂ\u0002w\u0011c9J׸�L\u0017\u0017����\u001f�\u001c\\ɳiC�,\u000e\u001c���6D�;R\u001a��\u001e��}��>zW� ����6���[\u001c\"�xQ�\u0016\u001bn�\u0006��q���\r\nqZCd\u0017\u001d\r\n��W�\u000f7u\u0017i\u0018�=�|�G�}�dȯ~ܒ�_�\r\n\u001c\u001c�[v\u0002��mR=�1_�&��)?Y��Q1-n�`��f�Z�n��V���*t\u0012]l��W��\u001fy$_�\\��:�\u001e�a�����w$\u001ee-�t��\u001b,��A\u0010��J\t���tj\u0019�d�\u0004\u000b9��@&{\u0001��&D\u0011�J�\\ђ����}����#�\u0005\b�����}9wm�a�W�\u001es���M�U�Ɉc����r�\r\n�\u0017��[���_��o�0`\u001b�\u001b󵫉����?n\u001f�\u0017]�+++�;�K�8<\u0005V��a�\u0015��Ey�����nb^�5,�u2\u001c��[mF�\u000bundefined</���>{`-�)\u000e����s\u0003���(��,_C�0\u0004���C�C\u001dV�W�\u0010�\u0006���\u0018��ȉ\u0001z?��i���'��$�,�6�<\u0019eK�t��`��8Qo�h�Ob�\r\n��\u0002��\"\u0018D�-�5�=��\u0013Po�\u0007undefined<rn���z}\u0016��\u000f�[4�p�\u000b\u0001֪Ĥ�p�\u001d���\u001d3#�]�8`�*\u000fͪ\u001d�!\r\n�\u0019(��\u0019h�\u0003懺�\u001c�YO����1�/�kK5Xc����z�I�\u000b(Ѥ�\u0013�j\u0005�\u0013�\u0015���X�{l��+y�?ڿ}sS�ʐ/SD��\u0001\u000f�\fC�\u001f�����lH�6�b�\u0006�\u001fv��BD� q�~\u000f���-E\u0006�N��k������\u000fv��X,�}e�BhF�K�j)W� \u0011����w���h6�\u0016��b��Q+\u001b'Q��\u000bP\u0004\u0010�Xԯ2?D30�x��ܩ\u001c��c�z3Q��)~�\u001a��A\u001d߼p�b��\u0001\u0003�\u0010�z�_������BYo�\u0010}\u0002��I�\u0005���h���S(�\u0011\u0001�����q��A~c2�����ۓ�u�Nr;�5���k�b�2.C�y�6\u0007��Xl2��K\u0002K��[�\u0010��bP��'ڥ�lq6�5Xʸ\"�xڛld���5�-��Sz?�б�\u0005���i�ke+)b��\"�����\u0014\u0015�XO�O�\u0016\u000eN�oP\\�f���\u0011�f��p���y�A亝\u001cg6��H\u0007A�>����|��\u0018c7�\"�y�?��|\r\n\u0019@�0Z�u}��.L���ь�$l�u�ч�L�\u0016�#I\u0000\t8\u0006pI�u��\\�<���\u0010\\\u0001]���d�\u0018�h�5ӵ]^�\u0018��d\u000b�,��p��v�[� �����\u001c!�\u0007��Z :\u0002|��<��L�\u0005��MF���\u0006�\u000f���cq{[�x��\u0011>�VG+�*M�p�����u-c'W\u0014�qt��`\u001f^�8��\u001b\tQ\tK��+\u001e�\u0011��$�Q�\r\n?���$u�Im�����Z6M��U���\u0003�\u0002D�\b)�\r\n���K=\u001c\u0002U��WU�\u0004~i B�\u001b\u0017T\u0018�ϥHz*GX5��/���7Z�W��(���t�g\u0011&����\u001f_����Z��\u0012vh'�����H5p�7�\u001b��T�\u001f6�\r\nIr2����ND\u0018C�JY\u0003=\u001bMYF�\u0016�\tu�}�b\u0019I����{���JV\t�'�3��\u001e\u000b��E)���q�\u0005A\u0012&�U�\u0011B�`\u0013Ntc�2ZһՋ�ٺ\u0000\u00131Tȟ�����}�����\u0006�e:�V��$���؏\u0012�ڬR�{�:q^+��Kp\u000b���Nv5\t��]��,+\u0000\fiy�H�|��i�Vε���a��ۅr��^W��v��7�y�Wx\u001e-/FBfy�&�\u0002!n�D^h�8���\u001d\u0015P4��)\u0004PՓ�\u0004���9Im/ˁ�\u001aШ�*��xFm�ؔ�undefined<7���\fT����l\u0016\u0017Vg9W�а:B�\r\n}/`�]g�#Bd\b\"^RR\u000b\u0010ʭ\u0011\u0011`�\\��Zr�$T��%��z�2~Y\u0011��j5\f�s��e�{ȯ]՛���{\fy\u001e9_��\u0014;3y�X\u0018[gf\u0012�\u0003�\\%���n�0\u0017CuG{\u0007���v?��X��\"m��\u000eiY1\u001b��l#]�Ȳ��I�gK��|�{����r¾�v�\u0005i�{B��d6>�Ē��{��x*Ob��[��ߝ\b�����\u0002�&�b\u001c�k�3��\u0012kJ���C�i����t}�֔�G���m��\bi_hj}kJ<�C\u0005���\u001f\u0010��>�#Xv��Y\u001c{����\u0017{�\u001a�i�MJ���K�*��I+mA�W\u0007\u001b�r��\"ڪ�\u001fR\u001a\u0006^`S\u0014��\u001f���}\r\n�́\u0016[����+煈�� pU��ؑ���=�*�|+�Q��������~��\u000f?�-g\u0019\r\n��\u0015�a�w׮E(���z�\u001e�L��3H��6�]yؖ�/!��5\f��x\u0011��:\bЊ4_�\u000bء��.\u00190�\u0017�4�c�(�\u0015(�(@��l\r\nV\u0006�i1���V7ꆞ�Gv�К\"�T�\u0006�( 5���\u0006R���1���M\u000e\u0001�Q�p��\u000f�\u0015*�u\u0007o.\u0001{\u0002\u001aHϵ�undefined<1J\u001e\u001fC;�;b0Kl\u00009���8�\u0015E\u001b&�+5�\u001b�|\u000f��k���\r\n��C��\u000e�\u000b��,����gk�O�-F\u0005��dC��b��\u001b���l_{lyt��\"D߾�u�\u001a=�`,t���xU�{�zo�4��|\u0002��|]�(��o\"��:8n����\u0014��M�\u0003�\u0001��2\u001b���q��c��\"�\u0005��^�\u0001���a��y�H{h���� 1���[\u0002G�w`�����c��gɦ0\u000bM�r�\u0003�^\u001f��l|c��Q[5n\u00129\u0011���;i�`�Կ����.W��\u001c\u0000\u0016y\u001a\u0003rY\u0001k�`�\u0015���\u0015�\u000e�FiN�1�f�=#\u0002�6�\u0003�\u0014�}@��!�\u0003�c�=�m�?*S�Ƌ�\u001b#\u00105\u001c\u001aY�c���F ���Vrc���\u0001��2�y�%�����o�X��\u00170(\u001a\u001c�\u0003����e>M�\u0006��q:�\u0018�m��s;�(�r�+��~\u0018�+��\u0019\u001f\u000e/��\"\u0004|LU��3\u0005�I\u001d�se�ĳ�\u001a���X�/\u0014U�\r\n�}�\u001cB�A �׼�Z\u001e}B)X��x�\u0017y����\u0006�iki}\u0014�1O���:��B\f�+�������A_z\u0005���\r\n�g��\\�d�~`�G>�>�tTF�B���cn2��|��8ٺ��>\t�G�Q\u0017�)BDk\u0002\u0003�\u0015�q�(`��`�/��\u0012'\u001a\\��\f�f�7� �7=�-��e�|��F��r\u000bi\u0004�ty��\u0000+\u0012\u001f��㍅�,��*�M\u001c\u001a�'xm�cD��uT)n�\f��/\u0012%GP2�=u\u001cp6�Z^���O\bm�畑���\u001eLg]F�b)\u001a=:���-�H�ס\u001fЍ��J�vE|��x\r\ni��Vx��t1͝0�\u0005D�\u0002|\u0011uBϷq:{\u000e\u0011�����\u0001�\u0007�\u0018\"��F$��z,���6$�\u000ea$��0?C����\"K�xM�^�Nz��=�K�A5\u0006?64\u0006w4�U��ڀ���K#m�l��\r\nk�Y�\u0005��Y\u0007\u0016#��4v��d\u0007���[!��\u0002ܧ��Ǻ�$T\u0012�\u00169�\u000e�u\u0004�?>D���g�\u001b@��~9���i��,�&�Û�w�(F�.�\r\n��\u0017�}A�I�\u0017!~?\b����2�˨ف\u0011C\r\nH�SJ\u0015P0��\u0018�����\u001a�K�\t|�\u0012\t�s�BG?2r߱�\u0003��l�q[�\u0014�\u0014�Wpt\u0005�1BU�>��ې\u001f�\u0007��\\\r\n!��R]K���=�\u000b��>\u0016TW�B��r\u0001���i�{D��5�1�A�7\u0000�4R;V66F�tҞ�p��\t�\u0005L8�s�~��\u0015�`\u0013\u000b\u0004\u0010\u0013\u0018�&\u001e�\"5g\u0010�Td%/@\u000f \\@�\u001d]�\"��m�ɧ\u001a[�Q��:���\u001eXfeaR�R���8��\u0017Ǵ�\u0015w�ȝ��/��)�\u0001��d@k��,N�lh�\\�%!\\�MΘm\u001a���5�SV\u000f�س]Q\u000f�i�\u0010\r\n�hV��;\u0017i�\u0014oz\u0002<����-ye�p`6\u001e\u0017��,��p��a�LI�Q���n���\t_���\u0003��\t�t\u001e*]^�s޽\u001c����r(\tz�F��_k�y-$��\u00066N\u000109jϿ�EM�9���I�3R�?JT�k0Q�V�ԯ4�VW7��ʜb��\u001b�Ӷ���m\r\n$��)�fۨ+<\u0002\u0004v��'�\u001b^*恊�Od�DjVp\u0014Ȫ\u001f2g�\u0003����˄иҿ�\u000e��w[\u0013M��s?�������b\u0006ۈļ\bw���\u001d�y���@����<��ĽK�2\u0005\u001do��|ƻt���?�<��lڒf�\u0001�}W'T�@ r\u000e�\u0016&d����\r\n��90Yl\u001f#�wT�lZ�5F6��R��\u000f>��6\u0011u\u001cn��\u001a_���B}\u0001�����Od�\u000b'�GJ3\u0005�xu��I3�\u000b\u0007���}s�����y\u000f��}���!\u001f�����,��^�ڷ�\u0013�ّ֙��\u0011�&u)��},�\u0005ō�F�s3}s�g�N�F�\u001b���L��\f}�+��kTFpe�4\u0014�@�Z�ͩ\u0001��!���0\u001dv�Ga\u0010zAgg�\u0000��\u0012Ο)�\u0005��=2���\\�A��,���Q1�?��j��k^�|�J��y����x�DC�o\u0005�I`�\u0010�\u001b�r_:�\"���\b/\"\u001d\u000fEIok���I�tj�\u0004X���5��/���\r\n�H��I��\u0005�!�;7�P;0{/\t�gOe���wI_�\u0001\u001c�s��\u0007�\u0015\u000b�<����i����,�+\u0017��\u001fy�\u000b%\"!r2av�.]r�C��7�i�̎/?qC?j떠�ӽ\u0004lw:�{ܸ%�Z�u�\u0013UD��ܗ�����\u0004�v�c���3\u0001��\u0002�s��;�s-\u001bOx�\u0001u<�\u0015�ca�xO�hZ>�\u001e��c\u0006���P\u0019�G��q,�v=Wo1_maX\fo\u0014�r�q\u0011�\u000e\u0007�:���Hْ�6��%�\u0018�i�p�(�K��P?k&�\u001cR��z���<��\u0017#\u0016�\u0003���a�\u001f9��S\u0019�r�\u000b\u0007��_�\u000e�\u0006�\u0003ob*��8�ԭ\u0007��Ɯ^�T�G+i>]i�\u000b\u000f���.��\u0000s�XPї��d\u0005��%�����I\u0000�q�o9���`Ű��\b!7��;��\u0015dD�\f�\u0010\u0012�;�v}t�4��[ܘ=��Q������F[\\��\bx���t�h�\u001fc�x\\\u0004�\u0002so\u001d\u001a�\u000f�ʞR�9���~U��9$7�UH��f�sY�a�;*��I��|�}`�@{f��Uο�\\Mo.�]_�\u0002�\u0012/N\\j�F�C�����bwH\u001auWK&�\u0001$��XA#?>��`�����\u000b�\u00184\u0004}���֡ԁ)�+��\u0004�H�\u0013\u001e�&T�n�\u001a\u001f\u0005:W�\u0013\u0004_g��esg�Ϣ�+�?�\u000b��b\u0002T\u0015ӂ�sn\u0003:m�?���\t�\r\n͞�K\r\nص\\\u0004��\u000b��\\\b0:���\u00170\u0014�%FB@G�/�2���`�N\u0017Fk\u001d��!�i\u0012ٱ���=�İ\u0016\u0000D����\u0019\u0010�+�_�G*�����4C��g��}s���)Aۃ\u0012��\u0017�qC�\u0000���\u0012�\u0018\u0004H}\u0003{�@vL0��\u0006�&�+l�\u001d�����iW�G:�\u0019������>���e9*ܽ{D*B��\u0015k�~�rm�� '��\r\nņ\\׳XC��OxqM�($,��гΜ�:F�r�.qݠ/��9�gO#9pd�mee��undefined<O����b5]\u001f��\u0001\u00066�\u001d���4n8\u0002�\u001d{|�<�%�0�w�(o\u00117�\"ښ�$�3؇*0ޫ�ξҁ��ۢ*�z�\u0013�j\u000f�ojv'��u>��Y\u0011|ܧU\u001dEb�O�ҵ,�z\u0012��\u001f�~��f_K��ڭ/8&/�C�j�C~�9�|hL��\u0004~�\u0017�\u0003j\u0017dU+͔_��i9��a���9~��\u000b{,�81߯H\u001f\tO>�#���\u001d��*OL{�h\u001c�\u0006�!2����{\t\b�>t\u0003�?�\u001b�MƵ�)bu�\u0003%��д�nsI���\t�\u001e�����\u001a�s\u0002�\u0010y��\u0007�4�}��\u0015����\u0018x%�#m�7H��\t��s�0n���X\u0005b9ڇO��b�-��1k�ʂF�\u0016��H��Z>u%H�����\u0001����\bfj\u0017��\u001c���>��3�\u001f:�3���X�p\u00155���Ij#H\u0019��'\u0014ˢ�ب�ݏ��0�\u0016W\u0006�Y:��\u0005vR���?�w\u001f\u0012'\u0011,(�-�7y���BYv��P�*�zV3\u0013\"�'��x\b��\u0015O9\tu\u0012�e;��!����a�a@�+Ț��,�\t=\u0007m\u000b\u001b1��X�ξ<�\u001fm-�Zt�{\b\u0007P�b��<��\u001e��\b�\u001c!�M�/�\u0005��(�\r\n\u0012�\t�\u0016�\u0016�S�s\u0010!�Xް����A�Xl\t���E�(�\u0019%����I1\u001cϲ)�\u0004z��V��d�\u0018�g��3�;��A����)��\u001e�c\bE\u000e5'����w��N�b=��~ƫ�[�҃�\t���ǂ[f'\u0013�\u001f\u0006\u000e�kV\u0003\u0012��}\u0005�����Aw~Sx7{\u001c-1?tߨ�9��P>|&\t�\u001aF�x�Ci��\u000e;�o�\f��˵�xWWfl�\u0016���q1]�4͗y���Ym\u0006\t�z{\"|Z�\u0019�VRj��\u0013�b«qZ+\t�ĜW\u0002u�\u000fe��l]��O^\u0013�.�*\u0010��Z]>[^��pex��qj)=��� �\t��#��\t��xG�j\u0010���v�\u0016_�? \u0019�\u0003#-�\u0014���t߀\u001f�\"��\u0016�C�o\u0010%Q� ���� ���s�M�\u0010\u0010Jh\\���N��IG��\u001f}ǳ��_���,��l�Z�Y�%N�yq\u0012DM�l�\u001c\\�\u0006#�)3�+�s\u000b��[�(\u000b�1Az�G<\u0003Uɒ�\r\n\u001e��Ul��g\u0016\r\nx�)\u0010\u0005y�\u0011�]\u000f� ��\u0002�̅�x\u001d��e�^�HU7�\u0005�=�h����\u0006��h��,�\u001b�eT��Bd�/�\u0007yn$��Xݹ�%Gc��y�-��u.\u001fL�3r\u001d�\\\u000fzP\u0005�d�K�$f���Ml�x��@66s���\b6�u�\r\n��Pѱ\t(��j��~\u000f�ҟo�f������u��'U}��bj'���q#���~���(\u001f:�\u0019f��\u0013%/*_�\t�\u0003�E��V�t����7���$!���\r\n���)���f�&�\u0013\u0007̙\u000e�&�*{��/\u0018>�֚���\u0015\r\n/��9��,;8؅\u001du\ff��R�}\u0006��Yu��\r\n@If�\u0004�ABZ\u0014��Uk�{�<]ϲ�4'�\u001c�!\u0007��\u0003�\u000b\u001c/l�C\u0011����E�P�\u0014� ���Km��\u0007���{wjoz\u000f�͊�,���\u000ei��y���]'�pM\u001e\u000e\u0016>���O!O5��:E\u000e��B0gT�s\u0014�؍�d��+�pZ|\fi�|sD]����a�\u0011���\u0005;�tu=�b\"E�YN�55de��r��ݢ��B{R�x�\u001aѓ2k����\u000f��F�\u0016�\u0011�\u0007dh\u001d�ErnS�`q�l���4�\u0012܊\r\n\u000ea\u0012ʽ�TKQ\f���pIx\u0012{Z!\u0010�DR�\u0004=��\u0004?U��\b���\f���.?��~)���Y�{�\u0000\b��B���n�T\u0007\u0016�\u001a�\u0003|�x\b�^���ϖ�qXx�$��^�\u0007r\u0005\r\n��6~�\u000f�.\tT�\bH�i�L���\u0014]ּEj��W�݃@%�=�]���t\"�o\u000b\\�988{�\r\n��*\u0019�w�\r\n��؛@4��&i�^\u0000�I�J��m�u\u0003�j\u0015�CY�g/'7�Ռ>�6\r\n��2*l��Mc���Sǯ��H����\r\n�Vȅq\r\n!��Yedߤ���N\u0016I������\\UI\"'A�7U� )\"�I�`&'�\u000b�\u0001��5\u001e*��#&�x�ߘ�\u0014l�\u0011Yu�)���wR�?�\u001cL\u0004K��o�?�� �`�7\r\n@w �[>\u0002�\u0001s��$i6=\u0001�%̛�\u0003!�S���U7#��(r�\u0015�w�6�J���}\u0013�t]�M\u00079�[�\u0016k˃\t�v���\u0011%�\r\nU\u001a���\u0001\u0007K\u0017V�+��\t�N��*H�s�?n�K��W�\u0003a����6\u0003w�\u0001��Fe��\r\n��\u0000V�%�:-�\u001e���U��ŕ�k�8\u0016\u0003�\"\u0014\u001f��\\\u0019\u000b%���\u000f��\u000f�+T\u0006Lz[4�=쬶���l�:j�}?pc�\f��!߽\u001c��\u0005��-H�Q�G$\u0010J *�G�q�����G\u00143Uug��:���Y%����B��u�:IB�8q��\\�h�߲#�ī\u0002��5���\u0007\u0016�q�������&\t\u0012N>o1���Fb4f\b�\r\n/��{3�?.a\u0016�2��aݕ]p�l��Yn��\u000f��r\u0006`b���\u0003�Re�\r\n��A\u0018�M�=6\u0010\"'�\u001a\u0010/P5�j\u001fHz�Q��\u001e�\u000e�RL��\u0013�\u0000���SC���6�/A\u0001�\u0011����\u001d�S��P\\�\u0013\u000f�\u000e}\u001b��5O\u0019���Q� N/�9N\u001b_�.͎h\\��\fx�/t\u000f0�u\u001e�`e�@q\u001c��\u001bv=g� R\u001c4\f�\u001e��\u0019��=Ue~\u0004ꏊ2R��\u0017Y�\u0017\u0003�Σ�i�KX��|LłꃅY~ҷ�u��F-@���ؕ�+e\u0001��;<\u0012�\b\u0004r��N�x�\u0007bܭۀ�Q��3� ��ҥϫ�ЊEW��b�:H��\u001c�\u001d�L��5'�c޺�^���\u0012E6�}�DV̔�\bq\u001e���wڒ��\u000b�L����P��\u0012��\u0010O=\u0003���E��\u0013\u0006����ԣx\"��Q�dݕ���\u0004�\\�5�Ͼ�zK�2s)n[S���ہ]�E!��܈g�{�x�j�%�A\"K!��PV�\t`��I�o�=�\u0006먯\u0011F�I�fZ\u000e�X$��g�]��\u0000_\u001b��'�%�9�!��L͕�{\r\n�\u0006]�}qb���\u000fp\u0010'�\u001d/\b���\u0019\u0012n�����.�=)Q��W�\u0003 �\r\no�\u0011j��\u001d�o�=\u001f\u001e뮅��:�<�{b_jg�^�̙\r\n|�o*8\r\n�8��\r\n(�\u0015Кi-�D��G\u0010��7ZA�8]\u001e\u0014kY\u0011a��$�\u0011\u000bQ�����\\�P\u0001���\u001fO�%�R\u0001�hvp���8�/^C'ˇb��̪#M�TR7��i����\u0002Ji%-�\f�3����3\u0012J�pD's�GԖ8�(@��\u001c����\u0003H�\u0019\u0015\u0014=�o\u0013\u0003�-�.BۧT�>�R��U�Jez=��ukʳ�l﹄\u000b�\u0006���Gx���}��GH�\u001c\u000b˰\u0005V\u0011\u0012<�\r\n���\u0011ug�\u0012P�w�ݻ\u000f#&7�\u0019����\u0013��w\u0019a�\u0003cS�!�f�˽�B͔NT�\u000f�\u0015�\u0017�Z�:\u001e,�O���4�q3��\u001b��g�r�4��r�]��._�U_z��oeQ_�>��J��j���\t�\b�{���1^��&��L�e�t4�N-(��\u001e#�!B��a=��D:�G�,��N�!��a\u0019�k\u000f���Ш@Þ\u0001^\t\u001b$q�\u0019>x��}n��S)�=(�N��\r\np�>l��9�\u0002��'11\u0013\u00108\u000b��e�.��4[��\u000eG\u0018�٣~\u00180'��A��`aˬ���Q�$���\u0001,>3\u0007�\u0012g��Do��\u0011�B\u001eM�HCL\u001d'p\u0003\u001bu�w\u001d\u0010'\u0012�'�͗��=#�������+kf�ya��0WѶ��?��?�H��f���w����Hq�\u001c�fν�-�*�\\�m\u001b�Ё���_��l����?�E����J=.)�$�+;�\u000b��J\u0011tY����`�#ı��x���N�\u001a\u0014bdS�1;}�&nI 8���8\u0010n\t��T\u000e\u0003��\u0014�����^rɈ�$I��;j\u001d��\r\n�V7ȵtb#��&\u0003\u0016\u0010ۂC�M�#\u001e�ݑӗ9\"_Y�\u001d\b)�\u0015\"�\u0007W\u000bɴ`��u��k(e��%@�v�\u001e�gۂ��e\u0000�%*��/���cO���2�fYuTG�e��+dA�r0,�1[���l�T\u001c�č��@G>L\"\u0006�vJ�U�:�|R\r\nZ���~�.�)u`W�5��<Ӯ?1��\u001d��iy�\u001f糥\u0015a��U^�����c&�C��Ơ���A\u0011u�y�?n�\u000bJJ��\u0006)!@�\"�\u0010˼M�tڄQ�E��E�\r\n�F�k�fm\u000f�\tkm�\u0002}$Ujm� X\u001dsNx�\u000f��`2ø#I�8�\u001fک��\u0005�^�\u000e��4�`�վ/\u0016\u001bǩT+U]͆�ZA�a�ā\u001b��9��x���xa\f�+�w�0\\�3�\b�1$ϞAQ�\u001d\u0010i��\u001f��?\u0015O\t����F^@㸩\u000f��cIU���M��ۂ� X\r\nIR����F#�5�qJ٧�2�>\u001f\\�����2\u001f��\u0001o�����O�)+�NZ��\t��~�ڞ�\u0001��0z�i�\u0016Z\u0010����R^�͂�&PYܺd��N�\u001f���n���M�>]\u000f4�F�\u0005�z\u001f�\u0003\u0007�ʾ�L�3 \u00017�M\u0013^W˼�f\u000f6� W�z\u0004��\u0006�K{\u0004ǀ���Z}Ҩ�Y��C�ٷ�b�\u0000�M\u0010U�P�������,��h/��d�a�gA\u001d��b\u000fk�\u001dl�\u0012p-\u0014�c\u001f~xH4���#�\u0015�'�MfJǳ|#\u001d�5�\\���~\u0003\u0016,���\u000e�]�Ik\tib]d}���F��O�\"\u001d�ُM�譵\u0015Kxq��nS�1v�T1�l�\u001b��)Җ8�)pmv\r\n��\u0013M���\u0014��-��$�q��kScH\u0014�7PO*\u0011�\u0005[1�#�\b��#�\u0003��ċc\r\n�[\u000b!�~ȍ���ԭ*rb�8�7��f\u0004���:�\u0011\u0004�\u0001Өx�����-I\u0014\u0002��\bO�\r\n��H�Q�Y�����!��Z�h��\\���=�W�q�8n�8D\u001cƞ��M�o6:.ag8s8\u0010����ZZ���H��)�2g\b(��\b�\"V�\u0016���\u0016G�N)�\u000e��?\u0018�gC����L�\u0005\u000eA0_�\u0005��F�\u000b�ЉZG��[�0�.es\u001a:�\u0002��\f�HY�\u001b�@\u0001�J-�l�mݷ@ܫ��{\u001foWy���,�\u0007��8j�$\ts�yE_��w�&A �Dr]��undefined<Pp���\u0011��\u0007�b����\u0002�����j�+M�\b�3M�j`�_O\u0007�){x�v\u001cx>�i�&���W\"9�\u0012�Na\u0005A�s:�I�\u0007�g4\u0015���7\u001c/�\u0016�i��U:S�\u0017�\u0017��η���~�#�n��\u000e��<�\u0019���鰐�t�e��bR�_�s��1Z)�Yim\u0002��G/���#8�`�`�X��\u000fT�^��a�N-���\u0000$�\u0017,��N\u000e�pV��6W#,����c&Ũȹ�dk��8�\"J��E$��\u0000Ck�]mé\u0002��ȱ*�jg�I�\r\n�\u001f\u0017Zd\u001f����W?�/b}��\u0019�Xc\u000e�/<�\\�o ˅����z:�����d�b�cV���/��9�\u0001\u0016�E\u0015)�\u00189a\u000f\r\n��\u001d\u0010�Bʣ�E>�!�686�\u0002j��\u001e��\u0014��x0e�undefined<lm�ⅾ\u00134�I\u0007�\u0014�I���\u001d-譠ӈ�^|+�y�N�1\u0010A�@��\u0010j�ΐ(F|R��+�_^Of��<�\u00155��7�|2[M�����<����pc��k`d���\u0002DI�\u000b|T��\u0004�gKs;��Ysl��]\u0019��@�=\\ǰ\t���ܠ6� vb�T�G^\u001c��5ra� v��\u0015\u0002^b�H������^R�X\u0005��D�M��\u0000˽]iZ�l��L���t��3rm�>�:<�z1NWm�t1˿�2]�\u001d>z\u0014���7��ȱ�`�M\u001dtT�ū\u001cr\u0012bQ��i-�Q6��ߎLT�Sf��:���\u0017\u0003����ܵM��B��qj��4\u0013c\u0007I�ζ<�P\u0017Z���\u0003�pD�������/�<�����8ͳ&1Q7t���\u0018O�FF�\u001d����*\u0004:�{\u0004����\u00061-�6�%\u0019ؾ�׏����<����e\u000b����\tZ\u0005S}7�\"[I�xF�\r\n8�NG��\u0019]�s���*��H$@s\r\n�\u0001ѓ^�2\u0012�ז��7���\u000e\fEfy���\u0005}\u001d�l�����\u0013P���&|\u001d�\u0018�|\u0011\u001d\u001f�\u000b�B!@�NW�7#\u0013�\u0005�T�\u00021�7���\u001d\u0003Q��5��KβR+ň\\M7�ѭ��K�X��U�\u000f\u0016��� N(uc��\u0017`P\u0016\u001f\"���6�e�ҏj,\u001e�m�r��ᭊ?O����^�b�^�0Q��\u0013`M\u001f\u0002\u0007�a����l:\u001d�*G����>b?\f)�_�q`����m�xYT�~��\u0011��C8�P�l\r\n_ܮi\u0003u���cq4�W:�~\u001a2����C<\u0001�8\u0007��hЧNx�:Q�=\u0007�(��w%��\u001a���U:�Hɵ4�f\u0016����\u000e�\u000bl\t��+�9^4L��v�S���f�zeJƨC�#�~����aZ#Lo�\u0019T\u0005\u0007���YZ1fF\u0011ȇ��)R�;��W<�i�����Fru J�<�\u0016\u0013�}�7�+y\u0019�\u0014�)\u001a+�\u0000�w_\"��З?�z�V\u0011\\��CbRn��\u0001�m?���q=;\"�\u001f��b\u0015��\u0000��\\��5�(m\u0004�]�[5�喁�\u0015�1[^N����Qj[ݩxqY��|��A�C�q�\u001e\u0004{�bO�PEO�98��F֗����SVY��N[M�/�l�N�U����J\u0001#�\u000e�\u001e����\u001b8A\u00186S'�\u0011�ο8QU�1�v�@8�Ҁ�����M^#��5`����\u0015��݄SJ�\u0013�=x\u0000�E� ����X\u001c�e!�\t�x\r\n�Шے9t}��`�E\u0013�V�\u0002���2�\u0002�_\u0007Nk����E#d�\r\n�U�*_xeal\u0007r��[ʓ�\u000b�����H!q�ݯg\u0006�f\u0011Ͳ�Wů��\u001e\\~���\u0016�0\u001f:�\u0010\"\r\nڗ|-�Gb�\u0010\u0017.(9q*�$`���䍑^\u0000��\u0001�:\u001b���i��}��M��,\f��\u0005b���\u0013\u000bj\u0012\u0012����#Չ\u0014\u0018/\u0006�\u0006��U\\�z�\u0001s�X��*����\u0019�顼\u0012�ťdh\u0003\u001b�\u0004��D�\u0016\u0004֌��`\\��\u0007ڰ��d蹜��̹��\u0018�<\u0013�\\x*n�Y���V��$a\u0010$�۲9Cn3\u001c��D�~���,����rG5yJ�*�m�]Ƹ|lY7K�\u0000^\u0015\t����Go\r\n�ɗ��j�v8�l*\u001c��$F\u001c��P��9��[\u0017\u001f�}+�8�S\u0011��l)�\\*�RC\u0004:\u0004\u0006�Rz]\u0006I��&6lO�\"&���\u0017+�h�\u000eh\u0012�\u0007{�\u0017���6�)�H\u0015�!�\u001e�\u0007q�i���&��wk\u0011-A�l\u0004PP*�֭\u0005�m�>�e���\u000b�\u0000\u001d��G��.��:�j�~L���(\u001b\r\nY�f�\u0000�\r\n�s�1�Y�� �]�\f��*�ګv\"{�۔\u001f@�F����\\��Qc�\b\u0015a\u0011�u��YqH�\u0017�������Z�jsFP\u000b��\u0015�O\u000e�,*)2�*fS\bQ����\u0017�\b�\u001a�\u0018��;�뱳�R\u001f�1�ך\u001e�\u0013�\u0019\u001fK��8�����96#�F���\t{I�&\u0010�-x��(�\u0016��\u001c�\u0004\u0007I�+��5���M\\�[�J��Z�\u000bi����[_\r\nӅ4[o�Z�����4�v�K����=�q�����Դ3e���\u0005�f��Ei�W0)�\u001b�?W�F����m�\u0018�>Mh��ŋ'��xϞHW�M�\u001c\"��]R,��Z!9m��[e\u0015��T'@dBZ/��:Y>\u00041���Q�:m#���d0�e��\u0001\u000b\u0005ǃ�F����^\u0014�M\u001e]�˱�Ҁ}�\u001b�KZ\bP�2�%��\r\n��}�T�4��ԕ��\u001c�\u001f�xr\u001e�\u0002k��1\r\n�hX.>�\r\n����s�LlV�\u001f�\f�յb�\u000bno�\r\n/s�i\u001841�C^\u0000�\be\u0017�9a$��d:�^�\u000e�\u0012e�ޢT�1^۵i:\u001c\u0011񧅉�_F�/i�7'\u001c���߼n<^��`�v�aNK\b�\u0007�S�ּ\t\u0016h�\u0003-Su\r\n1Q����B}\u0001��Mc�b:\u001d׳ޯ:���Fq�$\u0018\u0010�r:Q�5Djt����\u000fk�e��s\td�M\u0012\u0010�o<+}\u001b\u0014o�/\u0013����\u0003�e\t���H\u001a��a�T��*cl�����t:XN{7�[Ž\u0013�E\f�2tb�X�2(\u0003�Ȯ\b=�e\u001ef�|\u0002\u0004l]�u(�x�3:��h~hK�X�6���B\u001d���U\u001fvm6JW����Û�X\u0014;�\\�%c\f���Fc'\u0013[��!�$��N�Na�nWr{ɚ�Z\u001e[�:\u001c�o.(\r\n��4B<\u001e�������1^sC�[ri\u000e�)��K�b1k�*܄�IԔv��'5����Ga���\b?�\u0018��T����\u0005�\u0003W\r\n�\u0007~\r\n����ZO8)D0\u0010FIG�?v�{\u001a�R�(S�螝/\u0004�\u0015��FI�\u001a�z�wY ~�\u0000%\u0012��#r����W\u0005J~�$\"պ�3\u001d\\���Yٍ�إiD�˕�V�.(���`��\u0005k�\u0010����\u0018`�_��B�0�undefined<?�\u001bBX��\u0000#t��r�+��\u0017>\u0001n�~�*�}��Z��C��U?/��c�i�2I��\u0015�/���\u0002�y���b�t���L>��>��f\u0003���C�tf�\\[�F�vA,�\u001bH\u0017�_�� �(\r\n\u0016{\r\n\u000e�\u001cך���f�.�I�%�@��e�Ń�h��Nn����i\u0019�/fC.���K�ΆW��\u0019�\u0001���� 8���\u0010��m�'�x��g�w�\u001c\u001b\u0006Ջ-!a\u0014^��ʙ�+ASt女�Y�Z\u0002�e�n�\u000em�N͇�\u001d(�>W�\u001c�[d\bZ��ʝs�%\u000b���[�\u0004�|���d]Z>�h4��\u001d;q�;N�����L\u0002}�\u000b�\u0003���\t��j\u0011�S#IӀ�C��\r\n,2FE��k��\u0013��\u0011�ӑ�N[i��(���ǘ\u0001��#�I�2JS�\u001c�\u0019r�+�=�\bP�QsE��j�\\��\u0010׋��W�'+��\b�-^JG�Z�/S��\u000e�x���~SjJ��R/���o���d�J�v�������v�4\b�\u0017+�x�]������\u0006����t�X�\u0011�\u001b{n\u000e�\u0000;\u0001-�\u0013�Fo\u000e�]Ɂ�\f+�\f��.\u0017��5J��U���qؤ�\u0010�RP���;9I�IU\u0011\u0004�3is�Au¾.\u001bөa\\��P�r�X�OG%��\u0002ɔ\u0010�\u0013@\u0002^i\u001c���'\u0003�\t(���\u0006֮�ӈnj(޷%;M\"˭�Z\u00149g_�����^�Ѱ�L�\u000e�-^�\b\u0005\u0019׻P\u0010t�\u0000H5�\r\n�rm7�(���]L��\r\n���\fj���LiM�# #��ܙi6�.o��,\u001d�/���\r\n��G�\u000fl���V�mG\u001f\r\n��u�e�u){�>\u0006|Iy%Z�}.�`t���GG�q1\f]�\u0016\t�\u0011\u001b�Ѽ��'g�!�:�\u001bT4�k��Х�/�� �9�u\u0000�m~n��PF\u0017�����<\u001dW�\u000b�\u0018l��l5e�8�%Ԛ&�\u001c���q,\u0012��6<��r\u0017l���Ou\fb\r\ni\u0010M�=4�2z�z�-V��R��8Fw\u0014s\f|\u000e#�=\u000e�*�H~�Q�w��\tL\u0002����u��H˫��K�\u0019������\u0016FT�S-��\u0000q�M�Z�z\u001d\u0000Vat���U(\u001dV\u0003|\u000fн33&\u0015�#�'Ͷ ��,��nL���1?\u000fK�����f�����a\\%ڛ�@ա�6��\u000eR\u0011z�\\\u0010t�I�9 �9\u0001�\"{ӫ���=�V2TM�6o\u001a�����\u001d�O��IB���CU��Ќ'��&咒�/�Z\t�Rr�^�\u0001\u0006\u000b���6e-�:��\u0004�݄�\u001a.��\u001c\r\nn\u000e����2V�t�\u0015�W\u0017i|b���\u0010�K̜��r��nH2�:�/��\u000b��\f�K�T�7\u0015��)��~�Y>*��\u001d�8\t\u0013\u001a4%h�Q}��\u001c�gC_r�b\u0000�US�\u0007�4�4��d�A��Mx\u0004)�ŗ����j�F�t���E~C\u0014_����ר\r\n%\u001fI�PD�Kd���\u0001��\u001bDI\u0012�\u000e\u0012�H���B���`�y�_�\u0014)\u000b\u0003�S��)��r��\f躞\u001f����~\u0012\u0017��X\u000f\u001bz}�*��x)w�\t�\u001a\u0004��>��T\u000f�\u0012\u000e<�E�[ۂf�b\u0012E�g�\u001fF�9��\u0005��\u0015����Д�&� 7��\u0006�\u0007�*ohb��8�)!2K`�.�\r\nE`�%\u0011��[�[�i�V�JwL� H��=��\u0005�b��ٴ�괺u��\u0006�˅l5�������\u0010!��#▥��4�1*�V�u\u0018rl���\u0014ɰ\u0000Sm\u000eB\u0011ȈRM��)�\u001e�b�J�'��y�WM�c�r#�\u0006\u0002\u0007���\r\n�J\u0016���t���\u0004�u���\"n\u0014�\u0014O+Ky0���I�N��}��<<ڂո�e�� \u0004�[�yk\u0000l]�M\u000f�\u001d�\r\n6�r^�\r\n�\u0001p�D���ߘ��S^\u0014�V+'Q�\u0007N�\bD����XG�ة>Rb=�Y}\t�s\u001b=�\u0001\u0002h\u0010`�G�)0\u0006�\u0001����[D��UOA�ױ��Fv#�\u0016�f�\u000e��O\"�o#\u0018�{���\u0004�f^��؆�vx��.7�L�I1�̿�iΜ�� ��r'�\r\n˃%^���$yg�V�4f��\u001f��A�u��B�XՐ��\\�S]�N(\u0000��[W\u0019�Z�pζ�*��r�<�����Ҹ�\u0018?b�A�\f��B��.[�n,�\r\n�J\u001f��'�ϿV�!��\u00195\r\n1e\u0018�$undefined</`~D�L\u000b�!�w�undefined<H\u0004�WE��\u001c\u0004Ϛ4߾��\u001d%��W@��I@�ӸYv�QU�v�83�A�\u0004��k�=���46\u001b\u000b�^B��%I�ʦ>���3\u0015nim}�hy�dY_Hcj�)$ޥ��[�G�\u0007�t9�-\u0017K��a�\u0006\\\u001e���|P�+�>�X�!+)➽�<{a��X�N>�g�bl\u0019�%�\u0003�u �1�S��}˽6��l5�����L\u0001h�\f\u001eO�w5�\r\n��b��\fVM1�\u0015���]�\u000e��6=�y��o\t-#!���[A\u0014T�D?+;�X�\\Goh�+\u0012H��(�C~n\u0017\u0006�d�֯t�cv����l��c�q�\u001d�V���\r\nW/�E\u0007HD�VK^݅�L��{�\u0016�\u0007w��\u000f@��.�il�'`������~�,�DB��QV��[m�/���#Q\u0013Ξ�h�X\u001b�����qk�d�j�ns�i\u0018�\r\n\u0014�\u001f|cm��Ў��1Q��W:恼�@��u�\u000eƳ��t����Ҡ��V\u001c�a�$\" �LJ�ٙ\u0004�\u0019���j�W\u0013{��cj��w�\u0014DW��\u0019�m�`�a���+���[7�m�>��7\u001b;�\u0003�������c��Ƣ[��\u001fN\u0000\u001b�0��4�}V���#��4��\u000e\u0010�\u0013R�6uE��U�o�_ޔ��w�<�\u001d{�dg\u0014�x\u0004�undefined<QuBJ\u0013�/ҷI�\u0006W^\u0010yrL�J����\r\n�`x^\u0002[J�=�\u0001��Dwj\u0011��cph\u0010��\u001c����-Xw���\u000b\f1\u0003�T\r\n���\\�I�$I\f5\u001b�]������\u0010��!\u0002�Ά�\u001f\u0002��������\u001f7F�\\�AJR�\u001e\u0002�\u0004\u001e�\r\nP:a\u00046�&1J���0Y\u0012�h[Qb��݅��\u0011.lundefined<J\u0007�E����W���IЌJ�\u0007����Fn?*\u0005�炋�J��\"�-:\u0019KKu\u001bp�\u0013.�����e�$�#�\u0014�i<��\u000e\u00156���f�/S�ռ{�ϒ���\u0017�b\u001b��@���E~�\bVoD�\t�#x6��d\u0004�0P�����ؖ4�2fj��%�l\fo}�xX�g\u0016ZGH7�X����W\u001e\bSw$ӈ�:��\u0013gеHF\u001dwԮ��E2���\r\n�\u0006\u0012&)�>��=DfFk�/�2�\f\u0019�`�\u001d�,ͧ\u0000��\r\nM�94�8\u0011&n\u000f�X���}���e\u001eZ� \u000f���\u0001\u001c�J\r\n�~��,�\u001d\b�+�����;�V3\u000e��k�xk{*�\u0018Q�w�q�U,:ߣ/ş���p����:\u001b�|��z�u��p�언��X~��\"x�f�y�\u0010���~\u0018��^��mTs\r\ny�xYke��!���U�b\u0007���n�$\u0017[\u0006ȼ��!\u0017o�F��tmm\u0003�[H�\u0005�?7p;XOn\u001cs\u0015�f��\u0003mM;��\u001e�k*�%�{�8���� \u0015�\r\n��\u001cS_\u0013�}�Ґ��&�)R�����f��H�h\b�\u0000*�'��;�\f�v��a�\u0011ё|k��ĭ�����l�\\�0��3����\f�)�\u001e�\u0019��Z�?�9�;���d�퍦\u0015��F���k�f=�\u0019\u0011v����ɞ���l\u001c��~\u001c55\u0010\f�zE$�8�A\u000b\u0012\u001d��$b$�L\u0016.?A�7A���_M�\"훍�qN~������\u0006���6F�\u001b[+S��I��y\u001c.c!\u00147\u0011\u0005g�\u001dbu�b�]�^\u0001�Q0\u0007΂@\u0000�ϢX�\u000bȝh\t�s�1�v3\u0016�M�\u0005{��undefined<u�60��B�k��\u0015*�\u000b\u000f[��1��kt�1�S����RAl�~�n�æ�F�^�\u0001Z�~\r\n��\u000ee\u0010��^��J��\u0007��W���[m$У!�|6e�vőf�k�#���,�\u001bL��G�tlOV�~?\u0012os۸undefined<!�by\u0017��i������!�*g�\u0019��u��f���\u001cŎ$����W�\u000f��+�r�M=���d�.���5�L\u0003�o�4����s�v�Մ\u001da>����>R�@\u0002�C�VN�H�I&7�\\mB�\u001d�:y��j_n9��\u0014�Z�DA��9�r\u001e���\u0001��)3����zׅ}\u001f\u0017�%�:]\\��� ��(-�\u0006��@�+'\u0016\u000e\r\n\u0006��Y^�\u0014q�9�ڃ�*\u001d����K��\u0001\"�Y�p{B��R�\u0005�ʞ��>�F�sh:*\u0014PH5�쐪D��PKq�(���$�U�Z~�tTЗ5��>\\�\u0016�j�\u000eɧ�hġ����`iu!�&�\u000e��8r\u0012.,ռ+\u0012�nB�YB�/�x\u001fU­���K\u0011q����\bzn\u0014\u000ej��\u0017�S:\u001c���JAa.�}��n�N\u001d�\u0006.B\u0010\u001d\r\n���%G�V�?�@�s{�R��Y}A�\u000f;ҿd\u0007��\u001f˧\u0004kl���t\u0017o֒3�$\u001f�[3vQ�{Ns�\u0013�Y�fk0�}7�v�����lU�\u0017فE�X���[ti[.\r\n� ��Z:��\u0002*�u����6I�ܥ}4\r\nQ@�\"�g�*R�����߷G@�\u001d���|�s�\u0016��\u0004N\f6@��\u0002窄\f�P��(\b0���1\r\n�&��H����\u000e|\u0015^��H�4�\u0014�}T\"�!�����n\r\n���\u001br��2d��\u0002�\u0002�i'+1p�����c5�`��71�>�!��\\ݪ���<�!\u000e���5\u0001%�ܫ��=#���\u001b�b�w��I�N�v� \fm�q�\u0011\u0011��I��V��T���K��J��!\u0005�>?�(�F\u0016��#�ܶՈ\u0012|q�\u000b3\u0018���q�\u001b����Q��מ\u001e+*���/����\u0019sE�\u0003�b��<N[���8�Z�k�$\t�{�nB��\u0010��+0�*+[�$��\u0011�-2C\u0000��\u0014$9��!w�=\u0004�0q䯌\u0014�s��\u001c��g����s|/h\u0005Y��\u001f5\u0019��k�8\u0011Nծj�\u0011\u0010H�\r\n�L��f�\u0010\r\n��\u0016��=��C8\u0012\u0012^V�9\u0015\u0013�?�e:��\u0005/�Pzr}��M�)�ز\"\u0001k\u0016۞P�U���;S��(�B��n@VٗH`�H�\u0018�\u001b��V��\u000eFEq��\u0010��\f/\"�M�\u001d��\u0011.{@c�̄f�@@�\u0004����V��u\u0003\u00141,�N���m[\u0005����`e6M�\u001b�}\u001dbʖs�4���\u0003����\u0019嘋���8\u0018�|���6���%hW,>>\u000fy�\u000e�DX�6����|)\u001d��^\u001c\u0015�S�\u000f�\t~_�XDO\u0016�P�\r\n±�MmB~�\t2/9[[��f//���l:Y)F��b�m\u0016w\u0012p�\u0010�Y�}d�?u���=H��p�͵�xI\u0010y~�\u0006����ܟ\u0004%l�>�\u0016X�\"~%��\u0007�\u0019��_��]�\tP�{\u0019�\u001c��Do�`��!\u0006�\t]�\u0001NDԯ5>��h\u0010v\u001dU5\u000e�@�!�NvI\u00108�\u0010\r\n�v*\u0005\f���K�Y\u000b�/y�\u001b�\u0016\u0016���\r\n�꓋p+}�,Y�\u0016'���\u0014\u001b@�Z˷1\u001f�7\"��؇B4Ȣj��\u0001�\u0000�\u0001oB.Qr1,��b�\u0016�S�%(\u00055�I\u001cz-�`ɢ\r\n=���\u001a�,��G�5\u001f\r\n��ί��\t�\r\n\u001c�D�Rq��u��g��\u001b�q���<���K\u000eoC?�VZ�H�\u0004n\u0012\u0014�@[��^�r�\u0017o�H\u0015\u0010Gi����ȹ4�`ؐ�\"�c�n\u001f�W�������\f��3�m�$����\u001cΜ9�;�����.O(֭\u0018�\u0010\\\u0018ųyi�\u0003���S#U��{�B��(�[���<��G�� '5lR�ȵ�\u0019t0\r\n[�ȯ\u0001�xf�*:pk1��`,\u001b϶\u000f\u0017���D��B\u0012��� ��V-\u0015NJ��_J�q�\u0002KŨ3x�C\t\u001b?�K_�f�p�!T~\b��\u001a���L>iV�6����gЮ�@\u0015\u0002��w��`^�Y1u\u0006F|֓�;��TT��ÒH��+|\u0016�ĪH���\u0002�2�e�}�U�[\u000f��[�Wbz������}5\u001f�\t�\u0012��|qۉL��a\u0001J\r\n��N��Dt�aR�\u0015\u000b�-���I�\u0002�w\u0016�ZX3\u0012����; .+�J@��j\"1��?�\u0001 �DS\u0017�\u001c�I�\t�1�j<\u001c��N�/\u001e`s��oCSݱ�]N4�k�a+u\u0001����T�\r\nͿxd�\u0014�q�ͨ�I�8Cz��i\u00102n��=\"��,��<�|>պ\u0011�i\u000etc>ɪ��m��%�=�ic8�G�p�R�n��:�W\b)Y���\u0010�!`��Lm�O�Ρ�,NѨ�N�)�i=L�L��\u0004R��\u001d�4 z�/�>8��e{�\u0011�\tA0\u001c��I8\u0007�\u0010Vv�NqW�\u0011(:���ےEa�2w���q���Y\u0002��\b\u0001����)8��\r\n� L�\u0012F<�Ӷ\r\n��,��\u001fH\u0018a�^#��L�\u0011���\u0001�U��o�\u0016[�b8���ژ�E���a�L�\\s�\u0013��8\u0003�d8�\u001a\u0005Ѓ�\u000e�|\u000e1�\u000e\r\n�\r\n5�\u0017:\u001f�\u001d.��!\r\nt��ëp���I|���2��+�\u0014�q1�+;\u0001Wƒ�\u0006.\u0007�\u001e\"&�\u000fg\u0014���g`Q�0Op�Zu*�8�\u000f���\u0004*��\u001f�\u0010V�\r\n\u0005��\u001d�5��9�VU��\u0015�j^̶����EY��@�\u0019\u0004��-�92�a\u0001z�Ɂ�X/6�l\u0019\u000fꠥ�+��^^��H��3KL[�n�\u0011�\u0012���`ձ��\u001d��{w\u0001|�#����w��3��\u0004܆O�\u001c�\u0014��\u001f\fq�Ai\u0017��~�9\u0019���U�G�zE\\�S�\u00176�A�W{54\r\n�\u0010ջT\u000f�\u0004��\u0017F`H�l<�g���%^�~sW�\u0012\u0014s�\u0006q�s\u0007m�\u0012!��47�4ϕ��\f�M������9!�\u0010�\u001b&\u000f����\t,�զ@f�\u0007r\b�\u0003�ĝ�&\u000e��}���\u0012�9��7Zl�nb��\u0006�/w���~霒����z\u000e�9h�qM�}��\u001c��\u0004\"��\u000b�}\u000f�1L�Z��+��|�\u0018�-h�6�\r\n�.i��)��0 ���q�)aD�a�fL�I\u0018\\�Y���}\"�DKx�S�&�����{��}j^�\u001dP#\f�\u0004��\u0005i�\b�Ae\\�\u0016հ\u000b\"e\u0002\u000ec4�Z�P&�є����h�#�s�\r\n-��g\u0016[ZmT��$c�(��?�I,�I�U�\u0015�A�V����EL��l1�nm�vJ����ѡ\u001e\bl\u0019��э�\u001a��G \ta;hF\u0011�[,� �!��5ͱ�{�r���q�o�7p��Q`\u0001\u0017BcT\u000f\u0000�t�W�9�d![A���\u0005\bb\u0017J07-\u000bm\"\u0014��E�s�\u0000\u0006ӨϨ�\u000b�H�\r\n>�\u001e��\u001b�4��\u001e�'蜯)��\u000f.�� k���H��\u001c���iqk�[-���p7a�=�\"\u001eM'��\b,�*Ah�0gNrT|\u000b�HM�l��H5�D�\u0004�@��\u001a��sp<_�e(R�zY�Q����\u0003k�m�'\u001f�z�]�Ґu=���fQ_� 9\u0012��k$���x\tz����\u0019\u000e�����a�\u00071s9��\t�P��\u001en�h�ib�\u001a<D�׍r�N��\u001c�\r\n\u0001�us@d��4@�\u0019�6#I)vS�b�l�\u0010�C�AG�s���ҫ�����\u0012�w���ִ,F��<�Z��,��īM�\tI#�\u0019�\u001a�y�ܠ�XkfΩ�r=2b�3��<�s�|\\�\u001c��.��Q�\u001f~�UǍ��I�4��a\u001f\u0001�T@xju��̝\u0010ܧ����\u0015M���\u001f��Wx��N6\u0014t�vҏr�}���\b�^�&QB,$�\r\n�t�Z�&�g��@�U\u0013�D�\u0002�\"Cl�\u001a�\u000b�[HY�\u0013� �e�*�l\u0004�_;/��\u0018�4�{ˢ˴�,�����E�̆�D��Ƶi��je\u0005�>��W��դf\u0003?���=�^<���S��\u0012θo\u001ay��/��~�+�X��X'&4Zynq�MY�\u0013�%�\u0019\u000e�*\u0002&�\u0011�m�IA�L\u0014Z���V\u001aI\u0006����ӐƩ\u001f�\fe/\u0013T�<�Z�Sa�Z0����c�ԹN\u001c�Ҩ���\\\u0014\u0010L��mϱQ9�UN�y\u00194Lr?�-L\u0004�\u0016U\u0001\r\n)�G�L���n\u0012��D�'�R_%\r\nVv��\u0007h�����n����F��֦i���wvI���\u0017+�b��d{0�%�ݤ\u0010��{5j�(��=0\b�aF�?zb\u0015�H@\u0013hM4 &\u0002�?]QQ� к\u0005�U��\u0018.n��=!\\Ľ��'n(\u001fHxW\t\u0002����s�b媲\u001c��j�k.\"b�;:�\u001b|�\u0012b�H�\u0017n*#\u000e\u001bP�{�\u000f��\u0004��#��%Pc�\t4��\u000ex1\u001e�W��&�����\u000e\u0007h��\u0007a;Z`�lA�X\u001c����B�F�䎸\u0005�\u0005�8%AzO��\u0015I����Xi �\f���T\u0018o��:��d��^��g��\u0013��\r\n��\f\u0001_1�I�\u0004W吿\u0000\r\n�G�\u0011\u001d#!�k�\u001d�����b��N؉\u0007�I\u0012G��L\u000f� �ڳ��\u000eJ?�}�X\u0017$��!\u0016ǵ5eBMXP���\u0001�D�.߾緋�v�����ԝ3��F7f�)����\u0006wU�\u00122m\u00045Hԁy�L�\u0012\fB�\r\n�3`��|x�}�9�i2Ŋ��c<�\u0013\u0000�?�\u0016�\u0010)���\u0016o9o��xu�����|�9٣�7/fE�M�\fE#�\u000e����q[/\u0007i?���2*��Ёζ\u000e\r\ny�\u0006'��|߱��\u001fB��TͶ��<|�*�p\u0005 \u001fdI\u001eS_�L�EԸK�\u0006�Q�\u0002�Z�\u0000\r\n�kN\u0000T\u0014�ڍu>4�k��\u0018�$\t��p��S\u0011��1\u0019c��\u001bza�\u0006�:'e\u001a�5W���\bR\u0018ٽ��8C�\u0005 ,�oz�ł�\f�6�\u0013���v��,M���RЋ�dp�P�rͺ|}�E�\u0012�G�G�gB9�!�Y\u000e@:౩䪉,ZS��'xH�;�\u001f��6�l��|��\u0011K|�\u0011���\r\n�D�\u001b�%�*�kh\u0006\u0010��\u000f-\u0003�H�\u001b\u001a�Aa�LG\\J\u0014�c���F�\bo�w��ؙ�w�磲����\u0011�H݊\u000b���@�\u000b��I�\u000f��v��X\u0010m��bJ�m����87�*�Cޝ\u000eF���'\u0017�8��N�\u0005��t��G��\u0005�$�h\u0004�n��SN,ɶW�IaY��,6�mr����;��ڞtQ��(M��vDpL�TwwHѰ+\u0012X���{\u0004)#�\u001d��tE\u000f9�Os.'�!��g�L�L�}\tc��A?hrL1����`Y���\r\n'<\u000bҜ\u001b<�)�#��j\u001eZ��8E��F\u001f��M\u001d�ުU@]IT�\u0002Z�FXX��bN��n��x1\u001f�4ڜ,���~7���)��W�,\u0013JpTI� {�MH?\u0007#����_)��\u0018ت_\u0011H��?\u001c�����\u001c\f���\u001c�܎�70ڜ��x�=\u001cڼ��¡dJy�(�fZy*B�\u0000��\r\n���[eE~K~Y��*�\u000b��w\u0007W�!�j��6�W���\u0004��G����U�\"t�q5��\u0001Y�\u0013H\u0019�2������z�\\���>�[S��P��ȶv7t�\u001d��\u001a�=�]�'\r\n�Q�=��gz\r\n������\u0007\be�\r\n3֎�,j�1+�\u0016��^�\u001e�}�ڊ��3xc\u0001�����U�)a^MJ�ɵT���6��c�څ[��(=�k�ABw�\r\n�FY\u0010�2�L�C��i��{\u0005�����\\zܢP$ڈ\u0019\u0019U\u0015q�\u0002����<\u001c�8\u0010�K\u0013Dc�X�ۤXn��dHՏ�K#���O�^wY��\u0017�\u000b�\u0007\u0014�L���*\\�\u001bZ\f!��\\b/\u0014�T�����r>|�_.�eg1¯\u0017��=�pO�\"�=�\u001b�D�F�W�\u0015e��K��.���\\:�R�cP8�K\t��gj�D'<\u0011R.��캐�vU��R3LׯT!�����*�t�nn���K��GiJY�x&{.���`�X�c����\u0014��N�\u001cX\u0015��]��݉\r\nd� B2]A��`\u001a7�[��Z\u0012�\f�b35v8��\u0000��u7k�\f4��OP�Ī~\u0007k��0���|��uW�RQ�\u0014����Υ*\u0013u�T�2a�\\�\\)�J*\u0011R�&�Q�qR\u000e�_`�;\u0001\t�?\u001a�\u001b�8ָt�G\u001co\u0015��׃i�]}�~�H%\r\n,�����R�HоY,�(*Q���Q�b�y�X����|CQ�,M\u0012E}���\u0000�-8�&�D�����\r\n�uP���-�7�7��z⼀wA\u0006���/fK'a�rIs�$G�\t�mg\u001a�����\u000fv`��K���k\u0018\u0013�Z�����ҫ��l���\u0002PK\u0003\u0004\r\n\u0000\u0000\u0000\b\u0000m\u001bVS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\r\n\u0000\u0000\u0000xl/styles.xml��MO� \u0010��\r\n�Q���\u001eL�xV\u0013�S\r\n]��\u0010@���;��+\u001e���w�}`�T7'��դ�(�r��Ja��ޅ���\u000f�ٕ\u0014�@�\u0001)�Z�&˛��eDs4�\b�\u000fwC�\u0004\u001dr��;\u0007-\u0005SC�屔xP*��7\u0014M�����6\r\n*�d��\u0013ɣ�o��ʃ\u000b+��� \u001e��K<��#\u0014�9te�Y\u001f��V�H��D�lٰS��N��\u0017�V׊[j*K�d��%\u0014��*�(��+ +{��J\u0013R\u0012i�jٶ����\u0000�,e���Kn\u0012-x���\u0004�\u0010�9�\u0010?\u000f��Eh*\u0014Zވu�0F�}�?�`�?��\u0004�n��0\u0007>�������\"5\u0015\u001a[ؐ�p�b���d)<���\u001d\f\u0014\u0000'�c]0V\u001b�'�\u0003{�\u0002bı�E\u0011S�w}-硩�����ּ\u0003PK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000a\u0001\u0000\u0000xl/PK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0001\u0000\u0000xl/worksheets/PK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS\u001d\u0019\u0015*��\u0002\u0000�u\u001e\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0002\u0000_rels/PK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0002\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000-�\u0002\u0000xl/_rels/PK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000T�\u0002\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\u0000\u0000m\u001bVS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000a�\u0002\u0000docProps/PK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS奼r6\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0002\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS-@%s�s\u0003\u0000\u001a�\u000e\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0002\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\r\n\u0000\u0000\u0000\b\u0000m\u001bVS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\r\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�X\u0006\u0000xl/styles.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\r\n\u0000\r\n\u0000\u0010\u0003\u0000\u0000^Z\u0006\u0000\u0000\u0000"}],"_postman_id":"da921f42-f6dc-4074-9a10-4db7a43b6e78"},{"name":"Get Customer Point","id":"c9825933-61e1-4c0a-9b3d-9e84c5dd58bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 2959\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/getCustomerPoint","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<p>เช็คPointของผู้ใช้ หากTokenที่ส่งมาในรีเควส มีrole เป็น Customer หรือ Guest ไม่ต้องส่งใส่Body แต่ไม่ใช่ต้องใส่user_idมา</p>\n<blockquote>\n<p>{\"user_id\":2959}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","customer","getCustomerPoint"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"933f3b23-bb7a-434f-9dd7-fd68a68bcb55","name":"Get Customer Point","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 2959\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/getCustomerPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 03:40:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"8a42bfc3-a1e7-49b9-9bab-686b305e796a"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"e-6vVh1T73b3/hHzWfne/nsxJysJA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"point\": 1000\n}"}],"_postman_id":"c9825933-61e1-4c0a-9b3d-9e84c5dd58bf"},{"name":"Get Point To Use (Front End)","id":"12b6fc94-a3f2-4e5c-a5cf-fc7d34e43c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/getPointToUse","urlObject":{"protocol":"https","path":["api","v1","customer","getPointToUse"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"34032bcb-2246-41d9-ac4e-d169747b8962","name":"Get Point To Use","originalRequest":{"method":"POST","header":[],"url":"https://devapi.ketshoptest.com/api/v1/customer/getPointToUse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 04:08:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"157da782-bc6e-4db3-82f7-f224ee9fc839"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"88-D5L+vdhcFek87FWmu3hs99DSqG0\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"point\": 100,\n        \"discount\": 1\n    },\n    {\n        \"point\": 200,\n        \"discount\": 2\n    },\n    {\n        \"point\": 300,\n        \"discount\": 3\n    },\n    {\n        \"point\": 400,\n        \"discount\": 4\n    },\n    {\n        \"point\": 500,\n        \"discount\": 5\n    }\n]"}],"_postman_id":"12b6fc94-a3f2-4e5c-a5cf-fc7d34e43c12"},{"name":"Search Log Point","id":"7ca5650f-8709-406e-982c-3a8dc23b3280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"startdate\": \"\",\n    \"enddate\": \"\",\n    \"page\": 1,\n    \"perpage\": 10,\n    \"user_id\": 2959\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/searchLogPoint","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>ช่วงวันที่ จากวันที่</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>ช่วงวันที่ ถึงวันที่</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>ผลการค้นหาต่อหน้า</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>ไอดีผู้ใช้ ไม่ใช้fieldนี้ หากtokenมี role เป็น customer หรือ guest</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","searchLogPoint"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"b5ec0ab2-a5d1-43ce-bed4-1766e0e4b049","name":"Search Log Point","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"startdate\": \"\",\n    \"enddate\": \"\",\n    \"page\": 1,\n    \"perpage\": 10,\n    \"user_id\": 2959\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/searchLogPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 04:36:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"2b276d6e-69ba-4da7-81a5-83f9ae7b0acf"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"cf-6bESHoQc3RmS2nuCXYa3hk7h5kY\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"id\": 730,\n            \"user_id\": 2967,\n            \"order_id\": null,\n            \"desc\": \"\",\n            \"point\": 500,\n            \"config\": null,\n            \"created_at\": \"2021-10-22 10:56:32\",\n            \"created_by\": \"admin\",\n            \"updated_at\": \"2021-10-22 10:56:32\",\n            \"updated_by\": null\n        }\n    ]\n}"}],"_postman_id":"7ca5650f-8709-406e-982c-3a8dc23b3280"},{"name":"Adjust Point","id":"0041dc02-692e-476f-aeda-00c9af6843a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"increase\",\n    \"point\": 200,\n    \"desc\": \"\",\n    \"user_id\": 2967\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/adjustPoint","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>รูปแบบการปรับ point <ul><li>increase: การเพิ่มแต้มตามจำนวนที่ส่งมา</li><li>decrease: การลดแต้มตามจำนวนที่ส่งมา</li><li>equal: การปรับแต้มตามจำนวนที่ส่งมา</li></ul></td>\n</tr>\n<tr>\n<td>point</td>\n<td>Number</td>\n<td>จำนวนpointที่ปรับ</td>\n</tr>\n<tr>\n<td>point</td>\n<td>Number</td>\n<td>จำนวนpointที่ปรับ</td>\n</tr>\n<tr>\n<td>desc</td>\n<td>String</td>\n<td>เหตุผลในการปรับแต้ม</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>ไอดีผู้ใช้ที่จะปรับแต้ม</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","adjustPoint"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"2aa05dfc-6001-459d-8cfd-bae957724d69","name":"Adjust Point","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"increase\",\n    \"point\": 200,\n    \"desc\": \"\",\n    \"user_id\": 2967\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/adjustPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 04:46:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"5a6cd0bc-ad2e-4530-adee-1aa409759fca"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"21-hVfdfzmnnv+dF0jVAH1OMv9EE/k\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"complete\"\n}"}],"_postman_id":"0041dc02-692e-476f-aeda-00c9af6843a0"}],"id":"ebad82c7-84c0-4894-b755-0c8c7ab57da7","_postman_id":"ebad82c7-84c0-4894-b755-0c8c7ab57da7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Tags","item":[{"name":"Get Tags","id":"058bf584-5f57-4c10-9a7c-08e5b76b689f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tags"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"058bf584-5f57-4c10-9a7c-08e5b76b689f"},{"name":"Search Tag","id":"4b10eba3-dcda-4433-9f8b-04a2c2d75160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"\",\n\t\"orderby\": \"popular\",\n\t\"type\": \"blog\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/tags/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tags","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b10eba3-dcda-4433-9f8b-04a2c2d75160"},{"name":"Create Tag","id":"9b23f840-0d20-405e-ae83-a80e0975ad6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang1\": \"แท11็ก\",\n\t\"lang2\": \"tag21\",\n\t\"lang3\": \"JP21\",\n\t\"lang4\": \"CH21\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tags"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b23f840-0d20-405e-ae83-a80e0975ad6b"},{"name":"Update Tag","id":"c8812cba-b35a-43b8-a61b-db9c0205712f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang1\": \"เทส\",\n\t\"lang2\": \"test\",\n\t\"lang3\": \"test3\",\n\t\"lang4\": \"test4\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/tags/88","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tags","88"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8812cba-b35a-43b8-a61b-db9c0205712f"}],"id":"939cbf04-ebc5-4777-bdeb-2894e60786d8","_postman_id":"939cbf04-ebc5-4777-bdeb-2894e60786d8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Payments","item":[{"name":"List All Bank","id":"4c49e0e1-fe2f-40cc-9fd5-e790e61e2c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/payment/bank","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","bank"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c49e0e1-fe2f-40cc-9fd5-e790e61e2c8c"},{"name":"List Payment Status (โอนเงินผ่านธนาคาร)","id":"c7f39194-55e7-4d69-937a-54da7b3f7661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/payment/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7f39194-55e7-4d69-937a-54da7b3f7661"},{"name":"List Payment Bank Auto Status (E-payment)","id":"4ef655e0-1dac-4bed-ac1d-5462d4657065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/payment/auto-status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","auto-status"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ef655e0-1dac-4bed-ac1d-5462d4657065"},{"name":"Confirmpayment By ID","id":"2c413937-fc2c-44b5-b012-21317acaec62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/payment/confirmpayment/103","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","confirmpayment","103"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c413937-fc2c-44b5-b012-21317acaec62"},{"name":"Create Bank Account","id":"36e2d456-0331-4abc-a85c-16881ce7415d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"logo\": \"\",\n    \"name\": \"\",\n    \"acnum\": \"\",\n    \"account\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment/bank","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","bank"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36e2d456-0331-4abc-a85c-16881ce7415d"},{"name":"แจ้งชำระเงิน ( หลังบ้าน )","id":"2fff3c4d-c3c5-43ad-93e2-1cae85443281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ordercode\": \"1901000062\",\n    \"date\": \"2019-03-18\",\n    \"time\": \"00:03:00\",\n    \"picture\": \"\",\n    \"value\": 99,\n    \"bank\": \"ธนาคารกสิกรไทย 123-4-xxxxx-x นายประยุทธ์ ปฎิวัติ\",\n    \"name\": \"Nad\",\n    \"lastname\": \"Popeye\",\n    \"tel\": \"1234567890\",\n    \"remark\": \"\",\n    \"bank_data\": {\n        \"id\": 1,\n        \"logo\": \"/upload-img/Default/image/bank-kasikorn.jpg\",\n        \"name\": \"ธนาคารกสิกรไทย\",\n        \"account\": \"นายประยุทธ์ ปฎิวัติ\",\n        \"acnum\": \"123-4-xxxxx-x\",\n        \"created_at\": \"2016-06-17T05:46:36.000Z\",\n        \"updated_at\": \"2017-02-14T05:07:21.000Z\"\n    }\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment/confirmpaymentBackend","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","confirmpaymentBackend"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fff3c4d-c3c5-43ad-93e2-1cae85443281"},{"name":"listOrderToConfirm","id":"d2a278f0-dbd9-4157-9b56-2e1a32cce528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ordercode\": \"1905000008\",\n\t\"email\": \"holy_grail@ketshoptest.com.com\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment/listOrderToConfirm","urlObject":{"protocol":"https","path":["api","v1","payment","listOrderToConfirm"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2a278f0-dbd9-4157-9b56-2e1a32cce528"},{"name":"List Payment Bank (รายการแจ้งโอนเงินผ่านธนาคาร)","id":"897d1389-2609-452d-b1ec-5b7263337cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"status\": \"\",\n\t\"from\": \"bank\",\n\t\"ordercode\": \"1905000011\",\n\t\"date\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"897d1389-2609-452d-b1ec-5b7263337cc2"},{"name":"List Payment Bank Auto (รายการโอนเงินผ่าน E-payment)","id":"f79b4ffd-0966-452f-bf08-db25f3dce254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"type\": \"\",\n\t\"status\": \"\",\n\t\"from\": \"auto\",\n\t\"date\": \"2019-03-06\",\n\t\"ordercode\": \"1903000056\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f79b4ffd-0966-452f-bf08-db25f3dce254"},{"name":"Update Payment Status ( ตรวจสอบการแจ้งชำระเงิน )","id":"fc115b2e-76e9-485f-8e0a-b06c4f8178e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"-1\",\n\t\"remark\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment/107","description":"<p>1 = เสร็จสิ้น\n-1 = ไม่ถูกต้อง</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","107"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc115b2e-76e9-485f-8e0a-b06c4f8178e5"},{"name":"Update Bank Account","id":"57dfd911-f025-44d2-956b-f1b979585640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"logo\": \"\",\n    \"name\": \"\",\n    \"acnum\": \"\",\n    \"account\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/payment/bank/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","payment","bank","3"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"57dfd911-f025-44d2-956b-f1b979585640"}],"id":"66b5b302-7cce-4139-81a1-3552bf328f79","_postman_id":"66b5b302-7cce-4139-81a1-3552bf328f79","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Utilities","item":[{"name":"Get Current Date Time From Server","id":"a0092cd5-8949-4a02-b48c-8a2c14f77a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/datetime","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","datetime"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0092cd5-8949-4a02-b48c-8a2c14f77a03"},{"name":"Get Current Vat Rate","id":"d7ed5113-803a-4bbd-8a42-8d22f8d28513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/vatrate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","vatrate"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7ed5113-803a-4bbd-8a42-8d22f8d28513"},{"name":"List All Province","id":"671dff83-df7a-473f-80e8-1cecc8f1ccfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/util/province","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","province"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"ea3ed044-ff49-4227-8611-4fac8966d98e","name":"List All Province","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/province"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 11:11:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"1be4-H7+CTSAShaKXRqkLmKR79dMiUVY\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"province_id\": 1,\n        \"province_code\": \"10\",\n        \"province_name\": \"กรุงเทพมหานคร\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 2,\n        \"province_code\": \"11\",\n        \"province_name\": \"สมุทรปราการ\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 3,\n        \"province_code\": \"12\",\n        \"province_name\": \"นนทบุรี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 4,\n        \"province_code\": \"13\",\n        \"province_name\": \"ปทุมธานี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 5,\n        \"province_code\": \"14\",\n        \"province_name\": \"พระนครศรีอยุธยา\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 6,\n        \"province_code\": \"15\",\n        \"province_name\": \"อ่างทอง\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 7,\n        \"province_code\": \"16\",\n        \"province_name\": \"ลพบุรี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 8,\n        \"province_code\": \"17\",\n        \"province_name\": \"สิงห์บุรี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 9,\n        \"province_code\": \"18\",\n        \"province_name\": \"ชัยนาท\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 10,\n        \"province_code\": \"19\",\n        \"province_name\": \"สระบุรี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 11,\n        \"province_code\": \"20\",\n        \"province_name\": \"ชลบุรี\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 12,\n        \"province_code\": \"21\",\n        \"province_name\": \"ระยอง\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 13,\n        \"province_code\": \"22\",\n        \"province_name\": \"จันทบุรี\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 14,\n        \"province_code\": \"23\",\n        \"province_name\": \"ตราด\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 15,\n        \"province_code\": \"24\",\n        \"province_name\": \"ฉะเชิงเทรา\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 16,\n        \"province_code\": \"25\",\n        \"province_name\": \"ปราจีนบุรี\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 17,\n        \"province_code\": \"26\",\n        \"province_name\": \"นครนายก\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 18,\n        \"province_code\": \"27\",\n        \"province_name\": \"สระแก้ว\",\n        \"geo_id\": 5\n    },\n    {\n        \"province_id\": 19,\n        \"province_code\": \"30\",\n        \"province_name\": \"นครราชสีมา\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 20,\n        \"province_code\": \"31\",\n        \"province_name\": \"บุรีรัมย์\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 21,\n        \"province_code\": \"32\",\n        \"province_name\": \"สุรินทร์\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 22,\n        \"province_code\": \"33\",\n        \"province_name\": \"ศรีสะเกษ\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 23,\n        \"province_code\": \"34\",\n        \"province_name\": \"อุบลราชธานี\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 24,\n        \"province_code\": \"35\",\n        \"province_name\": \"ยโสธร\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 25,\n        \"province_code\": \"36\",\n        \"province_name\": \"ชัยภูมิ\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 26,\n        \"province_code\": \"37\",\n        \"province_name\": \"อำนาจเจริญ\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 27,\n        \"province_code\": \"39\",\n        \"province_name\": \"หนองบัวลำภู\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 28,\n        \"province_code\": \"40\",\n        \"province_name\": \"ขอนแก่น\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 29,\n        \"province_code\": \"41\",\n        \"province_name\": \"อุดรธานี\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 30,\n        \"province_code\": \"42\",\n        \"province_name\": \"เลย\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 31,\n        \"province_code\": \"43\",\n        \"province_name\": \"หนองคาย\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 32,\n        \"province_code\": \"44\",\n        \"province_name\": \"มหาสารคาม\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 33,\n        \"province_code\": \"45\",\n        \"province_name\": \"ร้อยเอ็ด\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 34,\n        \"province_code\": \"46\",\n        \"province_name\": \"กาฬสินธุ์\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 35,\n        \"province_code\": \"47\",\n        \"province_name\": \"สกลนคร\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 36,\n        \"province_code\": \"48\",\n        \"province_name\": \"นครพนม\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 37,\n        \"province_code\": \"49\",\n        \"province_name\": \"มุกดาหาร\",\n        \"geo_id\": 3\n    },\n    {\n        \"province_id\": 38,\n        \"province_code\": \"50\",\n        \"province_name\": \"เชียงใหม่\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 39,\n        \"province_code\": \"51\",\n        \"province_name\": \"ลำพูน\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 40,\n        \"province_code\": \"52\",\n        \"province_name\": \"ลำปาง\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 41,\n        \"province_code\": \"53\",\n        \"province_name\": \"อุตรดิตถ์\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 42,\n        \"province_code\": \"54\",\n        \"province_name\": \"แพร่\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 43,\n        \"province_code\": \"55\",\n        \"province_name\": \"น่าน\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 44,\n        \"province_code\": \"56\",\n        \"province_name\": \"พะเยา\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 45,\n        \"province_code\": \"57\",\n        \"province_name\": \"เชียงราย\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 46,\n        \"province_code\": \"58\",\n        \"province_name\": \"แม่ฮ่องสอน\",\n        \"geo_id\": 1\n    },\n    {\n        \"province_id\": 47,\n        \"province_code\": \"60\",\n        \"province_name\": \"นครสวรรค์\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 48,\n        \"province_code\": \"61\",\n        \"province_name\": \"อุทัยธานี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 49,\n        \"province_code\": \"62\",\n        \"province_name\": \"กำแพงเพชร\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 50,\n        \"province_code\": \"63\",\n        \"province_name\": \"ตาก\",\n        \"geo_id\": 4\n    },\n    {\n        \"province_id\": 51,\n        \"province_code\": \"64\",\n        \"province_name\": \"สุโขทัย\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 52,\n        \"province_code\": \"65\",\n        \"province_name\": \"พิษณุโลก\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 53,\n        \"province_code\": \"66\",\n        \"province_name\": \"พิจิตร\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 54,\n        \"province_code\": \"67\",\n        \"province_name\": \"เพชรบูรณ์\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 55,\n        \"province_code\": \"70\",\n        \"province_name\": \"ราชบุรี\",\n        \"geo_id\": 4\n    },\n    {\n        \"province_id\": 56,\n        \"province_code\": \"71\",\n        \"province_name\": \"กาญจนบุรี\",\n        \"geo_id\": 4\n    },\n    {\n        \"province_id\": 57,\n        \"province_code\": \"72\",\n        \"province_name\": \"สุพรรณบุรี\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 58,\n        \"province_code\": \"73\",\n        \"province_name\": \"นครปฐม\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 59,\n        \"province_code\": \"74\",\n        \"province_name\": \"สมุทรสาคร\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 60,\n        \"province_code\": \"75\",\n        \"province_name\": \"สมุทรสงคราม\",\n        \"geo_id\": 2\n    },\n    {\n        \"province_id\": 61,\n        \"province_code\": \"76\",\n        \"province_name\": \"เพชรบุรี\",\n        \"geo_id\": 4\n    },\n    {\n        \"province_id\": 62,\n        \"province_code\": \"77\",\n        \"province_name\": \"ประจวบคีรีขันธ์\",\n        \"geo_id\": 4\n    },\n    {\n        \"province_id\": 63,\n        \"province_code\": \"80\",\n        \"province_name\": \"นครศรีธรรมราช\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 64,\n        \"province_code\": \"81\",\n        \"province_name\": \"กระบี่\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 65,\n        \"province_code\": \"82\",\n        \"province_name\": \"พังงา\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 66,\n        \"province_code\": \"83\",\n        \"province_name\": \"ภูเก็ต\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 67,\n        \"province_code\": \"84\",\n        \"province_name\": \"สุราษฎร์ธานี\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 68,\n        \"province_code\": \"85\",\n        \"province_name\": \"ระนอง\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 69,\n        \"province_code\": \"86\",\n        \"province_name\": \"ชุมพร\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 70,\n        \"province_code\": \"90\",\n        \"province_name\": \"สงขลา\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 71,\n        \"province_code\": \"91\",\n        \"province_name\": \"สตูล\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 72,\n        \"province_code\": \"92\",\n        \"province_name\": \"ตรัง\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 73,\n        \"province_code\": \"93\",\n        \"province_name\": \"พัทลุง\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 74,\n        \"province_code\": \"94\",\n        \"province_name\": \"ปัตตานี\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 75,\n        \"province_code\": \"95\",\n        \"province_name\": \"ยะลา\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 76,\n        \"province_code\": \"96\",\n        \"province_name\": \"นราธิวาส\",\n        \"geo_id\": 6\n    },\n    {\n        \"province_id\": 77,\n        \"province_code\": \"97\",\n        \"province_name\": \"บึงกาฬ\",\n        \"geo_id\": 3\n    }\n]"}],"_postman_id":"671dff83-df7a-473f-80e8-1cecc8f1ccfd"},{"name":"lang","id":"d6448a13-877a-43a0-9296-8f111b364b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/lang","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","lang"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6448a13-877a-43a0-9296-8f111b364b1b"},{"name":"footer","id":"c96b0e8a-a263-441e-b607-696b4d975c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/footer","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","footer"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c96b0e8a-a263-441e-b607-696b4d975c8c"},{"name":"Website Usage","id":"a01f16dc-ac69-4c42-837f-9b31259eb7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/websiteUsage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","websiteUsage"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a01f16dc-ac69-4c42-837f-9b31259eb7cf"},{"name":"Website Expire","id":"086b919d-4fae-4b4b-ab43-02c7ff580220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/websiteExpire","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","websiteExpire"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"086b919d-4fae-4b4b-ab43-02c7ff580220"},{"name":"List Month","id":"aaa1be69-8b0e-44b0-83bd-26b1c8333c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/month","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","month"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"229ca0cb-239c-4f08-98a8-4b2704bdcee1","name":"List Month","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/util/month"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0"},{"key":"Date","value":"Tue, 03 Dec 2019 08:28:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"userid, Accept, Accept-CH, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Ext, Accept-Features, Accept-Language, Accept-Params, Accept-Ranges, Access-Control-Allow-Credentials, Access-Control-Allow-Headers, Access-Control-Allow-Methods, Access-Control-Allow-Origin, Access-Control-Expose-Headers, Access-Control-Max-Age, Access-Control-Request-Headers, Access-Control-Request-Method, Age, Allow, Alternates, Authentication-Info, Authorization, C-Ext, C-Man, C-Opt, C-PEP, C-PEP-Info, CONNECT, Cache-Control, Compliance, Connection, Content-Base, Content-Disposition, Content-Encoding, Content-ID, Content-Language, Content-Length, Content-Location, Content-MD5, Content-Range, Content-Script-Type, Content-Security-Policy, Content-Style-Type, Content-Transfer-Encoding, Content-Type, Content-Version, Cookie, Cost, DAV, DELETE, DNT, DPR, Date, Default-Style, Delta-Base, Depth, Derived-From, Destination, Differential-ID, Digest, ETag, Expect, Expires, Ext, From, GET, GetProfile, HEAD, HTTP-date, Host, IM, If, If-Match, If-Modified-Since, If-None-Match, If-Range, If-Unmodified-Since, Keep-Alive, Label, Last-Event-ID, Last-Modified, Link, Location, Lock-Token, MIME-Version, Man, Max-Forwards, Media-Range, Message-ID, Meter, Negotiate, Non-Compliance, OPTION, OPTIONS, OWS, Opt, Optional, Ordering-Type, Origin, Overwrite, P3P, PEP, PICS-Label, POST, PUT, Pep-Info, Permanent, Position, Pragma, ProfileObject, Protocol, Protocol-Query, Protocol-Request, Proxy-Authenticate, Proxy-Authentication-Info, Proxy-Authorization, Proxy-Features, Proxy-Instruction, Public, RWS, Range, Referer, Refresh, Resolution-Hint, Resolver-Location, Retry-After, Safe, Sec-Websocket-Extensions, Sec-Websocket-Key, Sec-Websocket-Origin, Sec-Websocket-Protocol, Sec-Websocket-Version, Security-Scheme, Server, Set-Cookie, Set-Cookie2, SetProfile, SoapAction, Status, Status-URI, Strict-Transport-Security, SubOK, Subst, Surrogate-Capability, Surrogate-Control, TCN, TE, TRACE, Timeout, Title, Trailer, Transfer-Encoding, UA-Color, UA-Media, UA-Pixels, UA-Resolution, UA-Windowpixels, URI, Upgrade, User-Agent, Variant-Vary, Vary, Version, Via, Viewport-Width, WWW-Authenticate, Want-Digest, Warning, Width, X-Content-Duration, X-Content-Security-Policy, X-Content-Type-Options, X-CustomHeader, X-DNSPrefetch-Control, X-Forwarded-For, X-Forwarded-Port, X-Forwarded-Proto, X-Frame-Options, X-Modified, X-OTHER, X-PING, X-PINGOTHER, X-Powered-By, X-Requested-With, lang, referer-server"},{"key":"ETag","value":"W/\"2a7-vLYCvmAOeVsq27mk5PAfvY1HbDw\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"ธันวาคม 2019\",\n        \"value\": \"2019-12\"\n    },\n    {\n        \"name\": \"พฤศจิกายน 2019\",\n        \"value\": \"2019-11\"\n    },\n    {\n        \"name\": \"ตุลาคม 2019\",\n        \"value\": \"2019-10\"\n    },\n    {\n        \"name\": \"กันยายน 2019\",\n        \"value\": \"2019-09\"\n    },\n    {\n        \"name\": \"สิงหาคม 2019\",\n        \"value\": \"2019-08\"\n    },\n    {\n        \"name\": \"กรกฎาคม 2019\",\n        \"value\": \"2019-07\"\n    },\n    {\n        \"name\": \"มิถุนายน 2019\",\n        \"value\": \"2019-06\"\n    },\n    {\n        \"name\": \"พฤษภาคม 2019\",\n        \"value\": \"2019-05\"\n    },\n    {\n        \"name\": \"เมษายน 2019\",\n        \"value\": \"2019-04\"\n    },\n    {\n        \"name\": \"มีนาคม 2019\",\n        \"value\": \"2019-03\"\n    },\n    {\n        \"name\": \"กุมภาพันธ์ 2019\",\n        \"value\": \"2019-02\"\n    },\n    {\n        \"name\": \"มกราคม 2019\",\n        \"value\": \"2019-01\"\n    }\n]"}],"_postman_id":"aaa1be69-8b0e-44b0-83bd-26b1c8333c95"},{"name":"decodeJWT","id":"5b5c0b33-6fd5-4e52-b7c1-2cdc96d6453a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"access_token\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiY3VzX2lkIjoxMjQ3LCJ1c2VybmFtZSI6ImFkbWluIiwidXNlcl9yb2xlIjoiYWRtaW5pc3RyYXRvciIsImRvbWFpbiI6ImtldDgua2V0c2hvcHRlc3QuY29tIiwiaWF0IjoxNTc4ODgzNjAyLCJleHAiOjE1Nzg5MTI0MDJ9.KpsAkNb3qS17x1yNIMY4D72ih7iIzimH-qvWLj3jkOFzka5HOwzxlj0wmMEQoeREP5h5PJbtRb_HVjfxFzHAqysuO3Y4994VKqWxD0VOurKVDrYDZOcIx6NsIxpkfesm6vrQoKcvKosiuCeVhJ58F1sJYb5LSVM_h--4biuxn3vvfY6nxfMZXreAN7bkRn9G3iN6fYStk9lrVi7V5Yj6eX7K-OnwnQeaQ_F2dpJa6-3Mt66jDXjZ4ViOSkh4TD2iD_9uSrhK7ZAwcokKXBsiJabn5twYWzi0Ko-sDJQm1fSARtGBdeLOOTvbyoEP9OeyRYp6IMP_wPrXcaVnnbreSQ\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/decodeJWT","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","decodeJWT"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b5c0b33-6fd5-4e52-b7c1-2cdc96d6453a"},{"name":"Search Province ( ค้นหาจังหวัด )","id":"509387fe-5ec0-4235-b26f-4df3f9b035a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"ส\",\n\t\"limit\": 15\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/searchProvince","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","searchProvince"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"509387fe-5ec0-4235-b26f-4df3f9b035a6"},{"name":"Search District ( ค้นหาอำเภอ )","id":"a1a8a749-6ed1-48eb-a131-814939034d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"\",\n\t\"limit\": 15\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/searchAmphur","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","searchAmphur"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1a8a749-6ed1-48eb-a131-814939034d13"},{"name":"Search Subdistrict ( ค้นหาตำบล )","id":"e2fad6f3-f3d4-43bd-94ec-dc390de9f836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"ส\",\n\t\"limit\": 15\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/searchTambon","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","searchTambon"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2fad6f3-f3d4-43bd-94ec-dc390de9f836"},{"name":"instagram","id":"bbc91f91-2df3-48ef-b8b6-a11d7c13c6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.instagram.com/aitthi_arsa/\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/instagram","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","instagram"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbc91f91-2df3-48ef-b8b6-a11d7c13c6f8"},{"name":"Search Option","id":"d15baec0-6a9b-47f4-b916-a4bf99cb6a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://current.ketshoptest.com/","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pop_key\": [\"pixel_access_token\"]\n}"},"url":"https://currentapi.ketshoptest.com/api/v1/util/searchOption","urlObject":{"protocol":"https","path":["api","v1","util","searchOption"],"host":["currentapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d15baec0-6a9b-47f4-b916-a4bf99cb6a16"},{"name":"Save Option","id":"64915440-5890-47e4-8dbe-46d732485e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"pop_key\": \"\",\n\t\t\"pop_value\": \"\",\n\t\t\"lang1\": \"\",\n\t\t\"lang2\": \"\",\n\t\t\"lang3\": \"\",\n\t\t\"lang4\": \"\"\n\t}\n]"},"url":"https://devapi.ketshoptest.com/api/v1/util/saveOption","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","saveOption"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64915440-5890-47e4-8dbe-46d732485e9c"},{"name":"Save Language Setting","id":"13c621bf-aad8-4f63-9a7d-6a29a62dbcd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"language_display\": 2,\n\t\"lang\": [\n\t\t{\n\t\t\t\"id\": 1,\n\t\t\t\"name\": \"TH\",\n\t\t\t\"pic\": \"\",\n\t\t\t\"status\": \"\"\n\t\t}\n\t]\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/languageSetting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","languageSetting"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"13c621bf-aad8-4f63-9a7d-6a29a62dbcd9"},{"name":"Search Lang Message","id":"8faa3a7a-2229-47d7-9c99-806ea1a30da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"category\": 1\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/searchLangMessage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","searchLangMessage"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8faa3a7a-2229-47d7-9c99-806ea1a30da6"},{"name":"Save Footer","id":"14644175-f090-4cc8-b230-4fbb725f0571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": [],\n\t\"delete\": []\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/saveFooter","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","saveFooter"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"14644175-f090-4cc8-b230-4fbb725f0571"},{"name":"Inuse Activity","id":"30da848a-d660-483f-a63e-c28bfa804d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"product\",\n\t\"param_id\": 1\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/inuseActivity","description":"<p>type: // \"product\" or \"blog\" or \"page\" or \"order\" or \"orderlink\"\nparam_id: // primary key ของ type นั้นๆ </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","inuseActivity"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"30da848a-d660-483f-a63e-c28bfa804d3a"},{"name":"Update Lang Message","id":"0e3b9a2b-21df-4a34-ba5c-70120a4d4165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang1\": \"View\",\n\t\"lang2\": \"View\",\n\t\"lang3\": \"View\",\n\t\"lang4\": \"View\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/util/saveLangMessage/42","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","util","saveLangMessage","42"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e3b9a2b-21df-4a34-ba5c-70120a4d4165"}],"id":"09b0d8d7-dc69-468d-82b2-5c2ca42f0d80","_postman_id":"09b0d8d7-dc69-468d-82b2-5c2ca42f0d80","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Profile","item":[{"name":"Get Current User Profile","id":"12f4af18-8135-40b4-b636-988fed2a89d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","profile"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"12f4af18-8135-40b4-b636-988fed2a89d9"},{"name":"Update Current User Profile","id":"c869ff57-879e-456c-88ba-fb7c6d3cb933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"TESTSET\",\n\t\"lastname\": \"TESTSET\",\n\t\"tel\": \"32222\",\n\t\"email\": \"holy_grail@ketshoptest.com\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","profile"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"5e8acc5e-dce2-44ee-8fa7-5d015f493976","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"TESTSET\",\n\t\"lastname\": \"TESTSET\",\n\t\"tel\": \"32222\",\n\t\"email\": \"holy_grail@ketshoptest.com\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 11:13:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"161-YD4O2Kf0N43VjEn+zhySNklWpS0\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"customer_id\": 2,\n    \"usr_name\": \"admin\",\n    \"name\": \"TESTSET\",\n    \"lastname\": \"TESTSET\",\n    \"user_role\": \"administrator\",\n    \"picture\": \"/upload-img/Hostera/img_04.png\",\n    \"tel\": \"32222\",\n    \"email\": \"holy_grail@ketshoptest.com\",\n    \"status_use\": \"Y\",\n    \"create_date\": \"2015-03-04 16:46:11\",\n    \"create_by\": \"admin\",\n    \"update_date\": \"2018-12-28 17:04:59\",\n    \"update_by\": \"admin\",\n    \"cms_version\": null\n}"},{"id":"a39bd418-ca04-4d84-b28f-dbd7c652b767","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"\",\n\t\"lastname\": \"TESTSET\",\n\t\"tel\": \"32222\",\n\t\"email\": \"podcharapon@tomato-ideas.com\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Fri, 28 Dec 2018 11:13:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"1e-dTaydWzaKRYBF4yMAt06SchJ1gA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please fill name\"\n}"}],"_postman_id":"c869ff57-879e-456c-88ba-fb7c6d3cb933"},{"name":"Change Password","id":"969617d7-da0f-4654-9726-db370dbaf416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"current_password\": \"\",\n\t\"new_password\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/profile/changepassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","profile","changepassword"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"969617d7-da0f-4654-9726-db370dbaf416"}],"id":"2d8ce216-c779-4a52-a61e-0ee8fccad618","_postman_id":"2d8ce216-c779-4a52-a61e-0ee8fccad618","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Warehouse","item":[{"name":"Get Product Report","id":"1bf4efd1-2a9d-4ddb-9121-ae79490fae5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"page\": 1,\n\t\"status\": \"\",\n\t\"group\": \"\",\n\t\"cate_id\": \"\",\n\t\"product_id\": \"\",\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/warehouse","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","warehouse"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bf4efd1-2a9d-4ddb-9121-ae79490fae5e"},{"name":"Adjust Stock","id":"22b5924f-57cf-4e84-82dd-4f6f65ce8139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": \"239\",\n\t\"type\": \"equal\",\n\t\"qty\": \"300\",\n\t\"note\": \"ปร้บจำนวน\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/warehouse/adjuststock","description":"<p>INPUT\n    {\n        \"product_id\": \"\" //ID product (Primarykey),\n        \"type\": \"\" // ex. in ปรับเพิ่ม, out ปรับลด , equal ปรับตามจำนวนที่ใส่ไป\n        \"qty\": \"\" // จำนวนที่ปรับ\n        \"note\": \"\"// เหตุผล\n    }</p>\n<p>Ex. product มี instock 10 ชิ้น\n    1. ส่ง type = in , qty = 1 Product นี้จะถูกปรับ instock เป็น 11 ชิ้น\n    2. ส่ง type = out, qty = 1 Product นี้จะถูกปรับ instock เป็น 9 ชิ้น\n    3. ส่ง type = equal ,qty = 1 Product นี้จะถูกปรับ instock เป็น 1 ชิ้น</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","warehouse","adjuststock"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22b5924f-57cf-4e84-82dd-4f6f65ce8139"},{"name":"Confirm Withdraw","id":"ebeab659-2e18-403c-95fb-05bad6b4ec9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"order_id\": \"53974\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/warehouse/withdraw","description":"<p>order.status ที่ไม่สามารถ withdraw ได้\n    -1 ยกเลิก \n     3 จัดเตรียมสืนค้า\n     4 จัดส่ง</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","warehouse","withdraw"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebeab659-2e18-403c-95fb-05bad6b4ec9f"}],"id":"174383d4-1b38-4b7b-84a8-51c64694c94b","_postman_id":"174383d4-1b38-4b7b-84a8-51c64694c94b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Setting","item":[{"name":"Get Notify","id":"bddd9d92-3db3-4e42-8a1f-299078449e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/setting/notify","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","setting","notify"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bddd9d92-3db3-4e42-8a1f-299078449e01"},{"name":"Update Notify","id":"a9e0240e-77f6-4ec8-a5be-870c4a65d769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"product_out_stock\": {\n            \"email\": [\n                \"holy_grail@ketshoptest.com\"\n            ],\n            \"link_token\": \"AaNhGryfL4Djsln6Bn47CLoDBMkv4RHk0gUohtH9Jid\"\n        },\n        \"product_low_stock\": {\n            \"volume\": \"10\",\n            \"email\": [\n                \"holy_grail@ketshoptest.com\"\n            ],\n            \"link_token\": \"AaNhGryfL4Djsln6Bn47CLoDBMkv4RHk0gUohtH9Jid\"\n        },\n        \"order_in\": {\n            \"email\": [\n                \"holy_grail@ketshoptest.com\"\n            ],\n            \"link_token\": \"AaNhGryfL4Djsln6Bn47CLoDBMkv4RHk0gUohtH9Jid\"\n        },\n        \"confirm_payment\": {\n            \"email\": [\n                \"holy_grail@ketshoptest.com\"\n            ],\n            \"link_token\": \"AaNhGryfL4Djsln6Bn47CLoDBMkv4RHk0gUohtH9Jid\"\n        },\n        \"contact_form\": {\n            \"email\": [\n                \"holy_grail@ketshoptest.com\"\n            ],\n            \"link_token\": \"AaNhGryfL4Djsln6Bn47CLoDBMkv4RHk0gUohtH9Jid\"\n        },\n        \"shipping_credit_low\": {\n            \"email\": [\n                \"holy_grail@ketshoptest.com\"\n            ],\n            \"volume\": \"400\",\n            \"link_token\": \"AaNhGryfL4Djsln6Bn47CLoDBMkv4RHk0gUohtH9Jid\"\n        }\n    }"},"url":"https://devapi.ketshoptest.com/api/v1/setting/notify","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","setting","notify"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9e0240e-77f6-4ec8-a5be-870c4a65d769"}],"id":"12ab1d3b-2810-4cbd-b8a1-74d78d5bd1e3","_postman_id":"12ab1d3b-2810-4cbd-b8a1-74d78d5bd1e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Delivery","item":[{"name":"List Delivery Pick up at store (รายชื่อขนส่งที่มารับที่ร้าน)","id":"7d7703df-fc88-4185-877b-1368fc540962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliverypickatstore","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliverypickatstore"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d7703df-fc88-4185-877b-1368fc540962"},{"name":"List Delivery From Order (รายชื่อขนส่งที่สามารถใช้จัดส่งเป็นชุดได้)","id":"4c0f278f-95a4-4c5a-a300-5b06a4e29d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliveryfromorder","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliveryfromorder"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c0f278f-95a4-4c5a-a300-5b06a4e29d3e"},{"name":"List Delivery  ( จัดส่งกำหนดเอง )","id":"652c251e-4ccf-47cd-a001-6e9f027c4d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliverymanual","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliverymanual"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"652c251e-4ccf-47cd-a001-6e9f027c4d66"},{"name":"Shop Address","id":"84e421a1-d8bb-4a29-8263-56dd20175127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/shopaddress","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","shopaddress"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"8f95b76f-3236-4252-a8e8-c4296f4dfbac","name":"Shop Address","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/shopaddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Wed, 27 Mar 2019 07:58:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"10e-j3lW32teUl7e4CrMit71vdpciw0\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"ตัวอย่าง เทส\",\n    \"address\": \"12/3\",\n    \"district\": \"ห้วยขวาง\",\n    \"state\": \"ลาดพร้าว\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"postcode\": \"10310\",\n    \"tel\": \"1234567890\",\n    \"lat\": 13.805831601784,\n    \"lng\": 100.57646648205\n}"}],"_postman_id":"84e421a1-d8bb-4a29-8263-56dd20175127"},{"name":"Get Box Size","id":"70297342-99bf-43d4-8402-63e61e712de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/boxsize","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","boxsize"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"70297342-99bf-43d4-8402-63e61e712de3"},{"name":"Delivery Auto Setting","id":"200a1fc6-9f50-4197-8aab-3ff9251fbc7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliveryautosetting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliveryautosetting"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"200a1fc6-9f50-4197-8aab-3ff9251fbc7c"},{"name":"Checkprice Delivery Auto (นำของส่งไปรษณีย์เอง)","id":"b5a4297f-1c17-499e-a69a-b82c95491020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"10310\",\n\t\"to\": \"10100\",\n\t\"weight\": \"500\",\n\t\"box\": \"11x17x6\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/checkprice-1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","checkprice-1"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5a4297f-1c17-499e-a69a-b82c95491020"},{"name":"Checkprice Delivery Auto ( มารับที่ร้าน )","id":"04e1ce9e-8d73-4ac1-87e9-443522ef8dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"box\": [\n\t\t{\n\t\t\t\"from\": {\n\t\t\t\t\"address\": \"12/3\",\n\t\t\t\t\"district\": \"แขวง / ตำบล\",\n\t\t\t\t\"lat\": \"13.8005078\",\n\t\t\t\t\"lng\": \"100.5805381\",\n\t\t\t\t\"name\": \"ตัวอย่าง เทส\",\n\t\t\t\t\"postcode\": \"10900\",\n\t\t\t\t\"province\": \"กรุงเทพมหานคร\",\n\t\t\t\t\"state\": \"เขต / อำเภอ\",\n\t\t\t\t\"tel\": \"0800000000000\"\n\t\t\t},\n\t\t\t\"to\": {\n\t\t\t\t\"address\": \"12/3\",\n\t\t\t\t\"district\": \"แขวง / ตำบล\",\n\t\t\t\t\"lat\": \"13.8005078\",\n\t\t\t\t\"lng\": \"100.5805381\",\n\t\t\t\t\"name\": \"ตัวอย่าง เทส\",\n\t\t\t\t\"postcode\": \"10400\",\n\t\t\t\t\"province\": \"กรุงเทพมหานคร\",\n\t\t\t\t\"state\": \"เขต / อำเภอ\",\n\t\t\t\t\"tel\": \"0800000000000\"\n\t\t\t},\n\t\t\t\"parcel\": {\n\t\t\t\t\"height\": \"6\",\n\t\t\t\t\"length\": \"17\",\n\t\t\t\t\"name\": \"11x17x6\",\n\t\t\t\t\"weight\": \"220\",\n\t\t\t\t\"width\": \"11\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"from\": {\n\t\t\t\t\"address\": \"12/3\",\n\t\t\t\t\"district\": \"แขวง / ตำบล\",\n\t\t\t\t\"lat\": \"13.8005078\",\n\t\t\t\t\"lng\": \"100.5805381\",\n\t\t\t\t\"name\": \"ตัวอย่าง เทส\",\n\t\t\t\t\"postcode\": \"10900\",\n\t\t\t\t\"province\": \"กรุงเทพมหานคร\",\n\t\t\t\t\"state\": \"เขต / อำเภอ\",\n\t\t\t\t\"tel\": \"0800000000000\"\n\t\t\t},\n\t\t\t\"to\": {\n\t\t\t\t\"address\": \"12/3\",\n\t\t\t\t\"district\": \"แขวง / ตำบล\",\n\t\t\t\t\"lat\": \"13.8005078\",\n\t\t\t\t\"lng\": \"100.5805381\",\n\t\t\t\t\"name\": \"ตัวอย่าง เทส\",\n\t\t\t\t\"postcode\": \"10300\",\n\t\t\t\t\"province\": \"กรุงเทพมหานคร\",\n\t\t\t\t\"state\": \"เขต / อำเภอ\",\n\t\t\t\t\"tel\": \"0800000000000\"\n\t\t\t},\n\t\t\t\"parcel\": {\n\t\t\t\t\"height\": \"6\",\n\t\t\t\t\"length\": \"17\",\n\t\t\t\t\"name\": \"11x17x6\",\n\t\t\t\t\"weight\": \"220\",\n\t\t\t\t\"width\": \"11\"\n\t\t\t}\n\t\t}\n\t],\n\t\"courier_code\": \"SKT\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/checkprice-2","description":"<p>courier_code\n \"SKT\" lat,lng มีผลต่อการคำนวณราคาค่าส่ง</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","checkprice-2"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"04e1ce9e-8d73-4ac1-87e9-443522ef8dd0"},{"name":"Checkprice Delivery Auto ( จัดส่งเป็นชุด )","id":"0de72893-6789-4b2b-95d4-9a75f2633000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"box\":[\n\t\t\t{\n                \"orderid\": 54338,\n                \"boxsize\": \"11x17x6\"\n            }\n\t],\n\t\"courier_code\": \"NJV\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/checkprice-3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","checkprice-3"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0de72893-6789-4b2b-95d4-9a75f2633000"},{"name":"Delivered ( Booking & Confirm การส่ง )","id":"6011bdc5-710e-4ec6-a129-d2129296398b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"box\": [\n\t\t{\n\t\t\t\"from\": {\n\t\t\t\t\"address\": \"12/3\",\n\t\t\t\t\"district\": \"หนองฮาง\",\n\t\t\t\t\"lat\": \"13.800261884003376\",\n\t\t\t\t\"lng\": \"100.5808872408345\",\n\t\t\t\t\"name\": \"Aitthi Arsa\",\n\t\t\t\t\"postcode\": \"10140\",\n\t\t\t\t\"province\": \"ศรีสะเกษ\",\n\t\t\t\t\"state\": \"เบญจลักษ์\",\n\t\t\t\t\"tel\": \"080000000\"\n\t\t\t},\n\t\t\t\"to\": {\n\t\t\t\t\"address\": \"99\",\n\t\t\t\t\"district\": \"ทานตะวัน\",\n\t\t\t\t\"lat\": \"13.8005078\",\n\t\t\t\t\"lng\": \"100.5805381\",\n\t\t\t\t\"name\": \"Hathaichanok Wachamrum\",\n\t\t\t\t\"postcode\": \"33110\",\n\t\t\t\t\"province\": \"เชียงราย\",\n\t\t\t\t\"state\": \"พาน\",\n\t\t\t\t\"tel\": \"0911413230\"\n\t\t\t},\n\t\t\t\"parcel\": {\n\t\t\t\t\"height\": \"6\",\n\t\t\t\t\"length\": \"17\",\n\t\t\t\t\"name\": \"11x17x6\",\n\t\t\t\t\"weight\": \"1000\",\n\t\t\t\t\"width\": \"11\"\n\t\t\t}\n\t\t}\n\t],\n\t\"courier_code\": \"SKT\",\n\t\"note\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/delivered","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","delivered"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6011bdc5-710e-4ec6-a129-d2129296398b"},{"name":"Delivered From Order ( Booking & Confirm ) จัดส่งเป็นชุดจาก Order","id":"69811865-b737-45ad-b62f-3c1730564d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"box\":[\n\t    {\n\t        \"orderid\": 54338,\n\t        \"boxsize\": \"11x17x6\",\n\t        \"delivery\": {\n\t            \"courier_code\": \"NJV\",\n\t            \"price\": 33,\n\t            \"estimate_time\": \"ภายใน 1 - 3 วัน\",\n\t            \"available\": true,\n\t            \"remark\": \"optional\",\n\t            \"err_code\": \"ERR_DEFAULT\",\n\t            \"courier_name\": \"Ninja Van\",\n\t            \"oldprice\": 33,\n\t            \"name\": \"Ninjavan\",\n\t            \"img\": \"/assets/images/core-imgs/ninjavan.jpg\"\n\t        }\n\t    }\n\t],\n\t\"courier_code\": \"NJV\",\n\t\"note\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliveredfromorder","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliveredfromorder"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"69811865-b737-45ad-b62f-3c1730564d13"},{"name":"List Order สำหรับจัดส่งเป็นชุด","id":"d59f0bfc-ac45-42de-bbca-6ef6260795a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sort\": \"desc\",\n\t\"ordercode\": \"\",\n\t\"search\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/orderfreeshipping","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","orderfreeshipping"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d59f0bfc-ac45-42de-bbca-6ef6260795a6"},{"name":"List Credit Shipping","id":"c24a6150-b61f-4966-a60f-b8648c9d0387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"perpage\": 10,\n\t\"trackingcode\": \"\",\n\t\"date\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/creditshippinglog","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","creditshippinglog"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c24a6150-b61f-4966-a60f-b8648c9d0387"},{"name":"Create Delivery ( กำหนดเอง )","id":"442a6792-948f-4322-bf15-d4eea9a60e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"logo\": \"/upload-img/Default/image/shipp-fedex.jpg\",\n    \"name\": \"FedExTEST\",\n\t\"details\": [\n            {\n                \"from_val\": 0,\n                \"to_val\": 100,\n                \"price\": 100\n            } \n        ]\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliverymanual","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliverymanual"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"442a6792-948f-4322-bf15-d4eea9a60e4e"},{"name":"Check Shipping status","id":"1c967164-e173-4e7c-8e1f-f1ca86a15acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"trackcode\": \"EY337081558TH\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/shippingstatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","shippingstatus"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c967164-e173-4e7c-8e1f-f1ca86a15acb"},{"name":"Overview","id":"4fd0e04c-f8ad-475e-998a-6c6717103b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://devapi.ketshoptest.com/api/v1/delivery/overview","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","overview"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fd0e04c-f8ad-475e-998a-6c6717103b75"},{"name":"orderDeliver","id":"f6f99981-5aa1-4086-8c3a-6cf0d50a2867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"auto\",\n    \"page\": 1,\n    \"perpage\": 20,\n    \"status\": 3,\n    \"has_shipping\": 1\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/getOrder","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","getOrder"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6f99981-5aa1-4086-8c3a-6cf0d50a2867"},{"name":"get products from group by id","id":"8b54711c-fe9d-43cf-a0dc-f3d846959f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://devapi.ketshoptest.com/api/v1/delivery/getProductsGroup/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","getProductsGroup",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"type":"string","value":"18","key":"id"}]}},"response":[],"_postman_id":"8b54711c-fe9d-43cf-a0dc-f3d846959f90"},{"name":"Update Shop Address","id":"fcf597d9-102d-4eff-b270-06e39e1c8e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"ตัวอย่าง เทส\",\n    \"address\": \"12/3\",\n    \"district\": \"แขวง / ตำบล\",\n    \"state\": \"เขต / อำเภอ\",\n    \"province\": \"กรุงเทพมหานคร\",\n    \"postcode\": \"10900\",\n    \"tel\": \"0800000000000\",\n    \"lat\": 13.805831601784,\n    \"lng\": 100.57646648205\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/shopaddress","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","shopaddress"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcf597d9-102d-4eff-b270-06e39e1c8e7d"},{"name":"Update Delivery Auto Setting","id":"fea8dc8a-4be9-45ca-b2e0-467adf2026e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"setting\": {\n\t\t\"status\": 1,\n\t\t\"min\": 0,\n\t\t\"max\": 1000,\n\t\t\"addon\": 100\n\t},\n\t\"provider\": []\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliveryautosetting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliveryautosetting"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fea8dc8a-4be9-45ca-b2e0-467adf2026e7"},{"name":"Update Delivery ( กำหนดเอง )","id":"d5caf5ef-41ab-40fe-872e-003f3224e0de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"logo\": \"/upload-img/Default/image/shipp-fedex.jpg\",\n    \"name\": \"FedEx\",\n\t\"details\": [\n            {\n                \"from_val\": 0,\n                \"to_val\": 100,\n                \"price\": 100\n            },\n            {\n                \"from_val\": 101,\n                \"to_val\": 300,\n                \"price\": 300\n            },\n            {\n                \"from_val\": 301,\n                \"to_val\": 400,\n                \"price\": 400\n            },\n            {\n                \"from_val\": 401,\n                \"to_val\": 3000,\n                \"price\": 500\n            }\n        ]\n}"},"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliverymanual/2","description":"<p>Update delivery /api/v1/delivery/deliverymanual/:deliveryid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliverymanual","2"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5caf5ef-41ab-40fe-872e-003f3224e0de"},{"name":"Delete Delivery ( กำหนดเอง )","id":"e1a338f3-4f0e-4f82-b9c9-f2747847de85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/deliverymanual/10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","deliverymanual","10"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1a338f3-4f0e-4f82-b9c9-f2747847de85"}],"id":"18b3f552-7aec-4d92-97fc-9e861a20a0eb","_postman_id":"18b3f552-7aec-4d92-97fc-9e861a20a0eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Media","item":[{"name":"List Image","id":"caaa8c66-2c66-4e43-90c6-518b29bb4d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"path\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/media/list","description":"<p>Ex. Response </p>\n<p>{\n    \"currentpath\": \"\",\n    \"previouspath\": \"\", // กรณีอยู่ใน folder ย่อย ส่งค่านี้เพื่อ back กลับ\n    \"item\": [\n        {\n            \"folder\": true,  // ประเภทของไฟล์ใน folder\n            \"nextpath\": \"SHOP\", // กรณีเป็น folder ส่งค่านี้เป็น input เพื่อเปลี่ยน current path เป็น folder ย่อยนี้\n            \"img\": false, // ไม่ใช่รูป\n            \"name\": \"SHOP\"\n        },\n        {\n            \"folder\": false, // ไม่ใช่ folder\n            \"nextpath\": false, // ไม่สามารถกดเข้าไปได้เพราะไม่ใช่ folder\n            \"img\": \"/upload-img/-700-_1541405717.png\", // กรณีเป็น รูป อันนี้คือ path รูป<br />            \"name\": \"-700-_1541405717.png\"// ชื่อรูป\n        }\n    ]\n}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","media","list"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"e7d9c474-e2f7-4474-8463-b9c87042bcc9","name":"List Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"path\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/media/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Mon, 21 Jan 2019 05:44:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"c99-wXB4RjcHwSwU9aHrXkwHe8Nebo4\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"currentpath\": \"\",\n    \"previouspath\": \"\",\n    \"item\": [\n        {\n            \"folder\": true,\n            \"nextpath\": \"BOOM_TEST\",\n            \"img\": false,\n            \"name\": \"BOOM_TEST\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"Coats\",\n            \"img\": false,\n            \"name\": \"Coats\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"Default\",\n            \"img\": false,\n            \"name\": \"Default\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"Hostera\",\n            \"img\": false,\n            \"name\": \"Hostera\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"KET STYLE\",\n            \"img\": false,\n            \"name\": \"KET STYLE\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"New_Product\",\n            \"img\": false,\n            \"name\": \"New_Product\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"Pages_Layout\",\n            \"img\": false,\n            \"name\": \"Pages_Layout\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"Photofy\",\n            \"img\": false,\n            \"name\": \"Photofy\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"SHOP\",\n            \"img\": false,\n            \"name\": \"SHOP\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"TEST\",\n            \"img\": false,\n            \"name\": \"TEST\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"Theme\",\n            \"img\": false,\n            \"name\": \"Theme\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"dev_theme\",\n            \"img\": false,\n            \"name\": \"dev_theme\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"newTM\",\n            \"img\": false,\n            \"name\": \"newTM\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"theme13\",\n            \"img\": false,\n            \"name\": \"theme13\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"theme_new\",\n            \"img\": false,\n            \"name\": \"theme_new\"\n        },\n        {\n            \"folder\": true,\n            \"nextpath\": \"travel\",\n            \"img\": false,\n            \"name\": \"travel\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/-700-.jpg\",\n            \"name\": \"-700-.jpg\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/-700-_1541405717.png\",\n            \"name\": \"-700-_1541405717.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/-700-_1541405717_1541405744.png\",\n            \"name\": \"-700-_1541405717_1541405744.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/1.jpg\",\n            \"name\": \"1.jpg\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/1_resize.png\",\n            \"name\": \"1_resize.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/1_resize_1541407335.png\",\n            \"name\": \"1_resize_1541407335.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/1_resize_resize.png\",\n            \"name\": \"1_resize_resize.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/1_resize_resize.png_1541391071.png\",\n            \"name\": \"1_resize_resize.png_1541391071.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/credit_logo.png\",\n            \"name\": \"credit_logo.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/ex_imgBg_df_1541405862.png\",\n            \"name\": \"ex_imgBg_df_1541405862.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/ex_imgBg_df_1541405862_1541406039.png\",\n            \"name\": \"ex_imgBg_df_1541405862_1541406039.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/ex_imgBg_df_1541405862_1541406221.png\",\n            \"name\": \"ex_imgBg_df_1541405862_1541406221.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/ex_imgBg_df_1542180865.png\",\n            \"name\": \"ex_imgBg_df_1542180865.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/logo2.jpg\",\n            \"name\": \"logo2.jpg\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/logoFB.png\",\n            \"name\": \"logoFB.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/logoFB_resize.png\",\n            \"name\": \"logoFB_resize.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/logoFB_resize_resize.png\",\n            \"name\": \"logoFB_resize_resize.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/youtube.png\",\n            \"name\": \"youtube.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/youtube_resize.png\",\n            \"name\": \"youtube_resize.png\"\n        },\n        {\n            \"folder\": false,\n            \"nextpath\": false,\n            \"img\": \"/upload-img/youtube_resize_resize.png\",\n            \"name\": \"youtube_resize_resize.png\"\n        }\n    ]\n}"}],"_postman_id":"caaa8c66-2c66-4e43-90c6-518b29bb4d80"},{"name":"Upload Image","id":"5d656240-427d-442a-bdc0-7e5fd00bd229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://devapi.ketshoptest.com/api/v1/media/uploadimage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","media","uploadimage"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"a248c4fe-1b11-4c7d-a539-12bfb1de3af0","name":"Upload Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file"}]},"url":"https://devapi.ketshoptest.com/api/v1/media/uploadimage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Mon, 21 Jan 2019 10:39:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"ETag","value":"W/\"26-f0Y1ZQkWlTTxHYGk14YyxQTiyPk\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"img\": \"/upload-img/kk-icon-line.png\"\n}"}],"_postman_id":"5d656240-427d-442a-bdc0-7e5fd00bd229"}],"id":"2d1fa68c-8f0c-436c-a5aa-45b02f495a48","_postman_id":"2d1fa68c-8f0c-436c-a5aa-45b02f495a48","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Team","item":[{"name":"Create  Team Member","id":"8c500504-5161-40b7-99ba-ad20dfb2056d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"usr_name\": \"disk\",\n\t\"name\": \"disk\",\n\t\"lastname\": \"\",\n\t\"tel\": \"303003\",\n\t\"email\": \"holy_grail@ketshoptest.com\",\n\t\"usr_password\": \"1234567890a\",\n\t\"user_role\": \"webmaster\",\n\t\"picture\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/team/create","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","create"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c500504-5161-40b7-99ba-ad20dfb2056d"},{"name":"Search Team","id":"66511fe2-448a-40fe-89ea-b8a156f69120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sort\": \"desc\",\n\t\"status\": \"\",\n\t\"search\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/team/search","description":"<p>{\n    \"sort\": \"desc\",\n    \"status\": \"\",\n    \"search\": \"\", // ค้นหาด้วยชื่อ หรือ อีเมล์\n    \"page\": 1,\n    \"perpage\": 10\n}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66511fe2-448a-40fe-89ea-b8a156f69120"},{"name":"List Team By ID","id":"a88a8a21-566c-4531-a16c-91d341d22f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/team/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","2"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a88a8a21-566c-4531-a16c-91d341d22f17"},{"name":"List Role","id":"60c2e7a4-6ed8-4b0e-8b4f-e08a1373c84b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/team/role","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","role"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"60c2e7a4-6ed8-4b0e-8b4f-e08a1373c84b"},{"name":"Update Team Profile","id":"4ad02fe6-520c-477e-b8bf-e1cc59d64e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 2,\n    \"customer_id\": null,\n    \"usr_name\": \"staff\",\n    \"name\": \"Sale-B\",\n    \"lastname\": \"BB\",\n    \"user_role\": \"staff\",\n    \"picture\": null,\n    \"tel\": \"93929239\",\n    \"email\": \"holy_grail@ketshoptest.com\",\n    \"status_use\": \"Y\",\n    \"create_date\": \"2018-10-01 17:57:37\",\n    \"create_by\": null,\n    \"update_date\": \"2019-03-18 21:38:31\",\n    \"update_by\": null,\n    \"cms_version\": null\n}"},"url":"https://devapi.ketshoptest.com/api/v1/team/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","2"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ad02fe6-520c-477e-b8bf-e1cc59d64e00"},{"name":"Change Role","id":"6fd8242f-77c4-476b-a0a7-a4fbccb08c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"role\": \"staff\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/team/changerole/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","changerole","2"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fd8242f-77c4-476b-a0a7-a4fbccb08c64"},{"name":"Change Password","id":"e3e99549-0f45-4214-ac43-3aea74aa4717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"kkkkkkkkk1\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/team/changepassword/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","changepassword","2"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3e99549-0f45-4214-ac43-3aea74aa4717"},{"name":"Delete Team","id":"8feac6a6-13a9-4737-b10e-6584661a719e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/team/10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","team","10"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8feac6a6-13a9-4737-b10e-6584661a719e"}],"id":"e712f28e-23f1-434f-9cbb-0d3cab72408e","_postman_id":"e712f28e-23f1-434f-9cbb-0d3cab72408e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Page","item":[{"name":"Get Pagr Link All","id":"c52c3d26-5b52-4c10-9dee-f7d3bb7b6981","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/page/pagelink_all","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","page","pagelink_all"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c52c3d26-5b52-4c10-9dee-f7d3bb7b6981"},{"name":"MenuFront End","id":"4fae320a-b19e-4354-92f1-1e449fd6f688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"referer","value":"https://ket8.ketshoptest.com/test","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"page_id\": 1,\n\t\"lang\": \"lang1\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/page/menuFront","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","page","menuFront"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fae320a-b19e-4354-92f1-1e449fd6f688"},{"name":"Get Page Link","id":"1fc83353-d47e-4445-a1cb-9a5e9a217c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"page\": \"blog\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/page/pagelink","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","page","pagelink"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fc83353-d47e-4445-a1cb-9a5e9a217c9d"},{"name":"Search PageLink","id":"476612b6-3a25-434c-85dd-764099e7abfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"page\":\"mem-history\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/page/searchPageLink","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","page","searchPageLink"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"476612b6-3a25-434c-85dd-764099e7abfd"},{"name":"Section Element Backend","id":"f753b092-366c-4e2b-ac01-69948fe05e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"name\",\n\t\"page\": \"Theme03\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/page/listsectionelement","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","page","listsectionelement"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f753b092-366c-4e2b-ac01-69948fe05e9a"}],"id":"e99de7b8-98ff-446a-ae33-b795855d3f73","_postman_id":"e99de7b8-98ff-446a-ae33-b795855d3f73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Blog","item":[{"name":"List Blog Category","id":"5e1f8aa7-e62a-476e-97dd-47eb97955f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/blog/category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","category"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e1f8aa7-e62a-476e-97dd-47eb97955f6d"},{"name":"blog By id","id":"44d82820-ff1f-4406-a9f5-b2c3f58d4bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Referer","value":"https://ket8.ketshoptest.com","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/blog/15","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","15"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"44d82820-ff1f-4406-a9f5-b2c3f58d4bf5"},{"name":"All Category","id":"0b2f93b3-e307-49d1-8223-4d9eea57d67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/blog/allCategory","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","allCategory"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b2f93b3-e307-49d1-8223-4d9eea57d67c"},{"name":"Search Blog","id":"09b7e7bd-820e-4f09-84e8-5b01a9be9a02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang\": \"lang1\",\n\t\"status\": \"\",\n\t\"search\": \"\",\n\t\"cate_id\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 1,\n\t\"sort\": \"desc\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"09b7e7bd-820e-4f09-84e8-5b01a9be9a02"},{"name":"Search Blog Front ( Blog Hilight )","id":"9693a708-c29b-45eb-85c9-4c85b81c9d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang\": \"lang1\",\n\t\"status\": \"\",\n\t\"search\": \"\",\n\t\"cate_id\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10,\n\t\"ids\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog/searchFront","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","searchFront"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9693a708-c29b-45eb-85c9-4c85b81c9d8f"},{"name":"Create Blog","id":"2785566d-b8dd-4cc8-b6e0-b731d8f3f645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"category_id\": 2,\n\t\"permalink_lang1\": \"dkw\",\n\t\"permalink_lang2\": \"eawf\",\n\t\"permalink_lang3\": \"\",\n\t\"permalink_lang4\": \"\",\n\t\"post_detail_lang1\": \"\",\n\t\"post_detail_lang2\": \"\",\n\t\"post_detail_lang3\": \"\",\n\t\"post_detail_lang4\": \"\",\n\t\"post_pic1\": \"\",\n\t\"post_title_lang1\": \"ekfk\",\n\t\"post_title_lang2\": \"wefef\",\n\t\"post_title_lang3\": \"awef\",\n\t\"post_title_lang4\": \"awef\",\n\t\"seo_keyword_lang1\": \"fwefwe\",\n\t\"seo_keyword_lang2\": \"awef\",\n\t\"seo_keyword_lang3\": \"\",\n\t\"seo_keyword_lang4\": \"\",\n\t\"seo_title_lang1\": \"ppef\",\n\t\"seo_title_lang2\": \"wef\",\n\t\"seo_title_lang3\": \"\",\n\t\"seo_title_lang4\": \"\",\n\t\"status\": 0,\n\t\"tags\":[]\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2785566d-b8dd-4cc8-b6e0-b731d8f3f645"},{"name":"Create Category","id":"e05ffe7e-5215-4868-8218-e69f21e02c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang1\": \"\",\n\t\"lang2\": \"\",\n\t\"lang3\": \"\",\n\t\"lang4\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog/category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","category"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e05ffe7e-5215-4868-8218-e69f21e02c1c"},{"name":"Update Category Sort","id":"33ca892a-810f-4186-89c9-bdb12f12b83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": 1,\n        \"sort\": 0,\n        \"cat_name\": \"Events\",\n        \"lang1\": \"อีเวนท์\",\n        \"lang2\": \"Event\",\n        \"lang3\": \"Event3日本の\",\n        \"lang4\": \"中文Event4\",\n        \"slug_notuse\": \"news\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2016-06-02T10:47:22.000Z\",\n        \"create_by\": \"admin\",\n        \"cat_parent\": 0,\n        \"count\": 8,\n        \"childrens\": [\n            {\n                \"id\": 5,\n                \"sort\": 0,\n                \"cat_name\": \"Promotion\",\n                \"lang1\": \"โปรโมชั่น\",\n                \"lang2\": \"Promotion\",\n                \"lang3\": \"promotion3\",\n                \"lang4\": \"promotion4\",\n                \"slug_notuse\": \"promotion\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-08-04T05:48:34.000Z\",\n                \"create_by\": \"admin\",\n                \"cat_parent\": 1,\n                \"count\": 1,\n                \"childrens\": []\n            },\n            {\n                \"id\": 2,\n                \"sort\": 1,\n                \"cat_name\": \"Collections\",\n                \"lang1\": \"คอลเลคชั่น\",\n                \"lang2\": \"Collections\",\n                \"lang3\": \"collection3\",\n                \"lang4\": \"collection4\",\n                \"slug_notuse\": \"sub1\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-07-22T04:09:10.000Z\",\n                \"create_by\": \"admin\",\n                \"cat_parent\": 1,\n                \"count\": 3,\n                \"childrens\": []\n            }\n        ]\n    },\n    {\n        \"id\": 8,\n        \"sort\": 1,\n        \"cat_name\": \"Tips\",\n        \"lang1\": \"ทิป\",\n        \"lang2\": \"Tip\",\n        \"lang3\": \"tip3\",\n        \"lang4\": \"tip4\",\n        \"slug_notuse\": \"tips\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2016-08-11T04:27:52.000Z\",\n        \"create_by\": \"admin\",\n        \"cat_parent\": 0,\n        \"count\": 2,\n        \"childrens\": []\n    },\n    {\n        \"id\": 9,\n        \"sort\": 2,\n        \"cat_name\": \"\",\n        \"lang1\": \"2231\",\n        \"lang2\": \"1\",\n        \"lang3\": \"214\",\n        \"lang4\": \"5235\",\n        \"slug_notuse\": null,\n        \"cat_type_id\": 0,\n        \"create_date\": \"2018-12-24T06:43:48.000Z\",\n        \"create_by\": \"admin\",\n        \"cat_parent\": 0,\n        \"count\": 0,\n        \"childrens\": []\n    }\n]"},"url":"https://devapi.ketshoptest.com/api/v1/blog/categorySort","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","categorySort"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"33ca892a-810f-4186-89c9-bdb12f12b83e"},{"name":"Search Category By ID","id":"4cc9eea7-e3d9-4d82-8440-ce5dbd6c8079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [1],\n\t\"children\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog/searchCategoryByID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","searchCategoryByID"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cc9eea7-e3d9-4d82-8440-ce5dbd6c8079"},{"name":"Update Blog","id":"5dc2b0df-e639-426a-b003-9faf9c946b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"post_id\": 111,\n\t\"category_id\": 2,\n\t\"permalink_lang1\": \"TEST\",\n\t\"permalink_lang2\": \"TEST\",\n\t\"permalink_lang3\": \"TEST\",\n\t\"permalink_lang4\": \"TEST\",\n\t\"post_detail_lang1\": \"\",\n\t\"post_detail_lang2\": \"\",\n\t\"post_detail_lang3\": \"\",\n\t\"post_detail_lang4\": \"\",\n\t\"post_pic1\": null,\n\t\"post_title_lang1\": \"TEST\",\n\t\"post_title_lang2\": \"TEST\",\n\t\"post_title_lang3\": \"TEST\",\n\t\"post_title_lang4\": \"TEST\",\n\t\"seo_keyword_lang1\": \"\",\n\t\"seo_keyword_lang2\": \"\",\n\t\"seo_keyword_lang3\": \"\",\n\t\"seo_keyword_lang4\": \"\",\n\t\"seo_title_lang1\": \"\",\n\t\"seo_title_lang2\": \"\",\n\t\"seo_title_lang3\": \"\",\n\t\"seo_title_lang4\": \"\",\n\t\"status\": 0\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dc2b0df-e639-426a-b003-9faf9c946b05"},{"name":"Update Category Name","id":"ca472898-d387-42a3-8c03-bf021a26c80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"lang1\": \"1\",\n\t\"lang2\": \"2\",\n\t\"lang3\": \"3\",\n\t\"lang4\": \"4\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/blog/category/9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","category","9"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca472898-d387-42a3-8c03-bf021a26c80b"},{"name":"Delete Category","id":"1cff325a-7410-4bff-89e6-2ca95027f25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/blog/category/9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","blog","category","9"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cff325a-7410-4bff-89e6-2ca95027f25f"}],"id":"639bc73d-39e8-4b60-9771-0677c05035db","_postman_id":"639bc73d-39e8-4b60-9771-0677c05035db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Report","item":[{"name":"Dashboard","item":[{"name":"OrderReportSold (Dashboard)","id":"571809e3-8e38-4895-bd51-b3cfc6533800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-02-11\",\n\t\"enddate\": \"2019-03-11\",\n\t\"payment_type\": \"5\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/orderReportSold","description":"<p>Report -Sale-1 ยอดที่ได้รับการชำระ , ยอดที่รอการชำระ\nReport -Sale-2 สินค้าที่ชำระแล้ว , สินค้ารอชำระ</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","orderReportSold"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"571809e3-8e38-4895-bd51-b3cfc6533800"},{"name":"Top 10 สินค้าขายดี (Dashboard)","id":"80cde197-4ddb-445e-b845-44b4de819f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-10\",\n\t\"enddate\": \"2019-03-11\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/topBestSeller","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","topBestSeller"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"80cde197-4ddb-445e-b845-44b4de819f51"},{"name":"Order / ประเภทสินค้า","id":"9c0bb535-15ee-44a5-9844-55bcb7c42c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-11\",\n\t\"enddate\": \"2019-03-11\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/topBestSellerByCate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","topBestSellerByCate"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c0bb535-15ee-44a5-9844-55bcb7c42c80"},{"name":"Top 10 สินค้า รอโอนเงิน","id":"9f368f51-8831-4b67-886e-92aec16c957f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/topProductPending","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","topProductPending"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f368f51-8831-4b67-886e-92aec16c957f"},{"name":"Order / จังหวัด","id":"5b27cb43-253b-4699-8f1f-3247ecc3b371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-02-01\",\n\t\"enddate\": \"2019-03-01\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/topOrderProvince","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","topOrderProvince"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b27cb43-253b-4699-8f1f-3247ecc3b371"},{"name":"Order / ช่องทางการขาย","id":"c2a1dfcf-eb12-4e01-ade3-daf671fbc1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-02-01\",\n\t\"enddate\": \"2019-03-11\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/orderChannel","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","orderChannel"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2a1dfcf-eb12-4e01-ade3-daf671fbc1cf"},{"name":"ช่องทางการขาย by status","id":"ecf8b9a5-6f73-4e1a-b83e-dd39ddac124c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\",\n\t\"status\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/orderChannelByStatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","orderChannelByStatus"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecf8b9a5-6f73-4e1a-b83e-dd39ddac124c"},{"name":"Warehouse Summary Status","id":"42e7569b-b3ce-4f9b-9b5d-d90f32a3632c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\",\n\t\"detail\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/warehouseSummaryStatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","warehouseSummaryStatus"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"42e7569b-b3ce-4f9b-9b5d-d90f32a3632c"},{"name":"สินค้าไม่มีการเคลื่อไหว","id":"bed5f646-b45f-4139-b763-2b7d918e57f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/productDeadStock","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","productDeadStock"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bed5f646-b45f-4139-b763-2b7d918e57f7"},{"name":"สินค้าที่มีการเคลื่อนไหวต่ำ","id":"35613a8e-0e2f-48f8-b782-2bb406493a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/productLowActivity","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","productLowActivity"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"35613a8e-0e2f-48f8-b782-2bb406493a3e"},{"name":"สินค้ามีการเคลื่อนไหวสูง","id":"1acb8b92-7746-457a-a5a2-8b3912512c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/productHighActivity","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","productHighActivity"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1acb8b92-7746-457a-a5a2-8b3912512c2c"},{"name":"Dashboard Summary Status","id":"22efb2b8-77c8-45b1-b0f8-5fa45eeada0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startdate\": \"2019-01-01\",\n\t\"enddate\": \"2019-03-01\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/dashboardSummaryStatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","dashboardSummaryStatus"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22efb2b8-77c8-45b1-b0f8-5fa45eeada0a"}],"id":"7518dc4e-52ae-426f-9098-043d43854d1a","_postman_id":"7518dc4e-52ae-426f-9098-043d43854d1a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"ProductReportSold","id":"a9b94184-1290-403e-ad56-7406cedd280d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 295,\n\t\"startdate\": \"2019-02-01\",\n\t\"enddate\": \"2019-02-27\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/productReportSold","description":"<p>ใช้ในหน้า Warehouse-Detail-1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","productReportSold"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9b94184-1290-403e-ad56-7406cedd280d"},{"name":"Sale Report ( Team )","id":"dbc36a8d-7a08-43c0-b6ac-652717b9a615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": 3,\n\t\"startdate\": \"2019-03-13\",\n\t\"enddate\": \"2019-04-13\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/saleReport","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","saleReport"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbc36a8d-7a08-43c0-b6ac-652717b9a615"},{"name":"Sale Report Province ( Team )","id":"f1df534e-f4ce-4144-81f2-8d49c99d7793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": 3,\n\t\"startdate\": \"2019-03-13\",\n\t\"enddate\": \"2019-04-13\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/report/saleReportProvince","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","report","saleReportProvince"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1df534e-f4ce-4144-81f2-8d49c99d7793"},{"name":"allLog","id":"2e6cfae0-1b1d-45bb-84ba-bed72c6105c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"2e6cfae0-1b1d-45bb-84ba-bed72c6105c7"}],"id":"03c99c85-9eb3-4179-9ec6-be75d9e5ff55","description":"<p>{\n    \"product_id\": 295,\n    \"startdate\": \"2019-02-01\",\n    \"enddate\": \"2019-02-27\"\n}</p>\n<p>ถ้า startdate - enddate มากกว่า 2 เดือน จะ limit ที่ startdate + 2 months</p>\n","event":[{"listen":"prerequest","script":{"id":"74bf8561-9543-4ace-8534-1ccc6cb17418","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03966a3d-32be-4838-9122-925596e7bbad","type":"text/javascript","exec":[""]}}],"_postman_id":"03c99c85-9eb3-4179-9ec6-be75d9e5ff55","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Promotion","item":[{"name":"Current Promotion Use","id":"313590b7-30e3-4f37-87da-e841e21981b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/promotion","description":"<p>ตรวจสอบการเปิดใช้งานโปรโมชั่น</p>\n","urlObject":{"protocol":"https","path":["api","v1","promotion"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"b90450e7-244d-4c3f-b162-57a0d64238c3","name":"Current Promotion Use","originalRequest":{"method":"GET","header":[{"key":"Referer","value":"https://dev.ketshoptest.com/","type":"text"}],"url":"https://devapi.ketshoptest.com/api/v1/promotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 05:36:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"b8bf1816-392a-4e66-9c7f-286435f001cb"},{"key":"redis","value":"true"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"dev.ketshoptest.com"},{"key":"ETag","value":"W/\"2f-a7DmRkEwiqJ0wleBHnxLczbRCmo\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"coupon\",\n    \"status\": 1,\n    \"desc\": null\n}"}],"_postman_id":"313590b7-30e3-4f37-87da-e841e21981b7"},{"name":"Get All Promotion","id":"512d61eb-e86c-4163-8cd7-fbcbf5d64ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/allPromotion","description":"<p>เรียกดูทุกโปรโมชั่น</p>\n","urlObject":{"protocol":"https","path":["api","v1","promotion","allPromotion"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"7506badc-b5d1-4cd2-a661-d59fa90d591a","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/allPromotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:11:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"8ac57937-dd17-4e7f-8b64-03e90571a297"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"96-BAY6/k5Eeu2HvR5XnmtJWNlJUuE\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"coupon\",\n        \"status\": 1,\n        \"desc\": null\n    },\n    {\n        \"id\": 2,\n        \"name\": \"discount\",\n        \"status\": 1,\n        \"desc\": null\n    },\n    {\n        \"id\": 4,\n        \"name\": \"free_item\",\n        \"status\": 1,\n        \"desc\": null\n    }\n]"}],"_postman_id":"512d61eb-e86c-4163-8cd7-fbcbf5d64ddc"},{"name":"Get Active Promotion","id":"525bff22-34d4-40e2-9b49-2c9a1d9d8dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/activePromotion","description":"<p>เรียกดูทุกโปรโมชั่นที่ active</p>\n","urlObject":{"protocol":"https","path":["api","v1","promotion","activePromotion"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"341211ed-1e05-4b2b-9744-3433c7ee8f71","name":"Get Active Promotion","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/activePromotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:12:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"ee1af539-bf42-420e-b95d-be86987f35a7"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"96-BAY6/k5Eeu2HvR5XnmtJWNlJUuE\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"coupon\",\n        \"status\": 1,\n        \"desc\": null\n    },\n    {\n        \"id\": 2,\n        \"name\": \"discount\",\n        \"status\": 1,\n        \"desc\": null\n    },\n    {\n        \"id\": 4,\n        \"name\": \"free_item\",\n        \"status\": 1,\n        \"desc\": null\n    }\n]"}],"_postman_id":"525bff22-34d4-40e2-9b49-2c9a1d9d8dae"},{"name":"Update Promotion","id":"bc1f5d08-e2ab-42f3-b7af-44a63666cdc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"coupon\": true,\n    \"condition\": true,\n    \"free_item\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/changeCurrentPromotion","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>coupon</td>\n<td>Boolean</td>\n<td>เปิด(true)/ปิด(fasle) การใช้คูปองลดราคา</td>\n</tr>\n<tr>\n<td>condition</td>\n<td>Boolean</td>\n<td>เปิด(true)/ปิด(fasle) การลดราคาตามเงื่อนไขการซื้อ</td>\n</tr>\n<tr>\n<td>free_item</td>\n<td>Boolean</td>\n<td>เปิด(true)/ปิด(fasle) การแถมสินค้าตามเงื่อนไขการซื้อ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","changeCurrentPromotion"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"0d1112ee-1960-4100-91e5-0657b541c2f7","name":"Update Promotion","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"coupon\": true,\n    \"condition\": true,\n    \"free_item\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/changeCurrentPromotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 05:44:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"72038ed4-b9d3-4ebf-a60e-0888f841ae37"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"21-hVfdfzmnnv+dF0jVAH1OMv9EE/k\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"complete\"\n}"}],"_postman_id":"bc1f5d08-e2ab-42f3-b7af-44a63666cdc6"},{"name":"Search Coupon","id":"e920f22d-79e9-4e3e-bda1-7374c115ab96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"\",\n    \"type\": \"\",\n    \"code\": \"\",\n    \"title\": \"\",\n    \"search_term\": \"\",\n    \"freeshipping\": \"\",\n    \"date_status\": \"\",\n    \"page\": 1,\n    \"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchCoupon","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Number, String</td>\n<td><ul><li>0: ว่าง(ยังไม่ถูกใช้)</li><li>1: ใช้งานแล้วป</li></ul></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>all: 1 คนต่อ 1 สิทธิ์</li><li>unique: ใช้ได้ครั้งเดียว</li><li>unlimit: ใช้ได้ไม่จำกัด</li></ul></td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>ค้นหาจาก code ของคูปอง</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ค้นหาจาก title ของคูปอง</td>\n</tr>\n<tr>\n<td>search_term</td>\n<td>String</td>\n<td>ค้นหาจาก code และ title ของคูปอง</td>\n</tr>\n<tr>\n<td>freeshipping</td>\n<td>String</td>\n<td><ul><li>1: จัดส่งฟรี</li><li>0: ไม่จัดส่งฟรี</li></ul></td>\n</tr>\n<tr>\n<td>date_status</td>\n<td>String</td>\n<td><ul><li>disabled: ไม่ใช้งาน</li><li>soon: ใกล้มาถึง</li><li>expired: หมดอายุ</li><li>between: อยู่ระหว่างช่วงเวลาใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าผลการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","searchCoupon"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"2f07309c-dc25-4453-8e44-40cb3e2ab85e","name":"Search Coupon","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"\",\n    \"type\": \"\",\n    \"code\": \"\",\n    \"title\": \"\",\n    \"search_term\": \"\",\n    \"freeshipping\": \"\",\n    \"date_status\": \"\",\n    \"page\": 1,\n    \"perpage\": 10\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchCoupon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 05:51:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"9a0861e1-d3d8-4b47-b644-4a703cf6c9fd"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1159-mUXVoCBGZ68iNWeyKl8MeVs9Z1I\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 40,\n    \"data\": [\n        {\n            \"id\": 162,\n            \"freeshipping\": 1,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"ส่งฟรี\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"FREESP\",\n            \"value_type\": \"normal\",\n            \"value\": 0,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-10-15\",\n            \"enddate\": \"2021-11-15\",\n            \"status\": 1,\n            \"max_use\": 1,\n            \"use\": 1,\n            \"created_at\": \"2021-10-15 17:31:38\",\n            \"updated_at\": \"2021-10-15 17:33:17\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\"\n        },\n        {\n            \"id\": 161,\n            \"freeshipping\": 1,\n            \"is_use_total\": 1,\n            \"total_type\": \"value\",\n            \"total\": 890,\n            \"title\": \"ลด 10% และจัดส่งฟรี ขั้นต่ำ 890 บาท ลดสูงสุดไม่เกิน 40 บาท\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"10PCFREE\",\n            \"value_type\": \"percent\",\n            \"value\": 10,\n            \"is_use_max_discount\": 1,\n            \"max_discount\": 40,\n            \"startdate\": \"2021-10-15\",\n            \"enddate\": \"2021-11-15\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 1,\n            \"created_at\": \"2021-10-15 17:23:09\",\n            \"updated_at\": \"2021-10-15 17:26:45\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\"\n        },\n        {\n            \"id\": 160,\n            \"freeshipping\": 0,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"ลด 10฿\",\n            \"type\": \"all\",\n            \"prefix\": \"KET\",\n            \"is_group\": 1,\n            \"code\": null,\n            \"value_type\": \"normal\",\n            \"value\": 10,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-10-06\",\n            \"enddate\": \"2021-11-06\",\n            \"status\": 1,\n            \"max_use\": 2,\n            \"use\": 0,\n            \"created_at\": \"2021-10-06 10:33:54\",\n            \"updated_at\": \"2021-10-06 10:33:54\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\"\n        },\n        {\n            \"id\": 159,\n            \"freeshipping\": 0,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"GHI\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"GHI\",\n            \"value_type\": \"normal\",\n            \"value\": 10,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-09-07\",\n            \"enddate\": \"2021-10-07\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 0,\n            \"created_at\": \"2021-09-07 10:40:34\",\n            \"updated_at\": \"2021-09-07 10:40:34\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 158,\n            \"freeshipping\": 0,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"DEF\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"DEF\",\n            \"value_type\": \"normal\",\n            \"value\": 20,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-09-07\",\n            \"enddate\": \"2021-10-07\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 1,\n            \"created_at\": \"2021-09-07 10:18:22\",\n            \"updated_at\": \"2021-09-07 10:29:12\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 157,\n            \"freeshipping\": 0,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"1 คน 1 สิทธิ์\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"ABC\",\n            \"value_type\": \"normal\",\n            \"value\": 50,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-09-07\",\n            \"enddate\": \"2021-10-07\",\n            \"status\": 1,\n            \"max_use\": 1,\n            \"use\": 1,\n            \"created_at\": \"2021-09-07 09:55:43\",\n            \"updated_at\": \"2021-09-07 09:57:15\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 156,\n            \"freeshipping\": 0,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"TEST\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"OSZY90\",\n            \"value_type\": \"normal\",\n            \"value\": 10,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-08-31\",\n            \"enddate\": \"2021-09-30\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 0,\n            \"created_at\": \"2021-08-31 16:14:20\",\n            \"updated_at\": \"2021-08-31 16:14:20\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        },\n        {\n            \"id\": 154,\n            \"freeshipping\": 1,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"Test-Clone ส่งฟรี\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"NES6R6\",\n            \"value_type\": \"normal\",\n            \"value\": 0,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-08-28\",\n            \"enddate\": \"2021-08-31\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 0,\n            \"created_at\": \"2021-08-27 12:01:26\",\n            \"updated_at\": \"2021-08-27 12:01:26\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\"\n        },\n        {\n            \"id\": 153,\n            \"freeshipping\": 1,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"test\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"K3XTP0\",\n            \"value_type\": \"normal\",\n            \"value\": 0,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-09-01\",\n            \"enddate\": \"2021-09-30\",\n            \"status\": 1,\n            \"max_use\": 3,\n            \"use\": 0,\n            \"created_at\": \"2021-08-27 11:45:40\",\n            \"updated_at\": \"2021-08-27 11:45:40\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\"\n        },\n        {\n            \"id\": 152,\n            \"freeshipping\": 1,\n            \"is_use_total\": 0,\n            \"total_type\": \"value\",\n            \"total\": 0,\n            \"title\": \"ส่งฟรี\",\n            \"type\": \"all\",\n            \"prefix\": null,\n            \"is_group\": 0,\n            \"code\": \"FREE\",\n            \"value_type\": \"normal\",\n            \"value\": 0,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-08-21\",\n            \"enddate\": \"2021-09-21\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 2,\n            \"created_at\": \"2021-08-21 11:33:17\",\n            \"updated_at\": \"2021-08-21 11:48:04\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        }\n    ]\n}"}],"_postman_id":"e920f22d-79e9-4e3e-bda1-7374c115ab96"},{"name":"Search Group Coupon","id":"44829eb5-5a6f-41b9-b636-27eae10371f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"TESTVRNNR4\",\n    \"is_used\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchCouponGroup/:id","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>คำค้นหารหัสคูปอง</td>\n</tr>\n<tr>\n<td>is_use</td>\n<td>Boolean</td>\n<td><ul><li>true: คูปองถูกใช้แล้ว</li><li></li><li>true: คูปองถูกใช้แล้ว</li>false: คูปองไม่เคยมีการใช้</ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","searchCouponGroup",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีคูปอง ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"169","key":"id"}]}},"response":[{"id":"26f0aeae-2cbb-4a6e-973b-224762a8ff06","name":"Search Group Coupon","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"","type":"text","disabled":true}]},"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/searchCouponGroup/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","searchCouponGroup",":id"],"variable":[{"key":"id","value":"169","description":"ไอดีคูปอง ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 03:53:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"ebbddeb0-ab34-4d76-83b9-dd4d520e61fe"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"820-W8F3Kax+TLhfxQ7n2BiL5+DncoM\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 258,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTL3E846\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 257,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TEST1SMKJ7\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 256,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTXKQJN4\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 255,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTI3N6U2\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 254,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTQ3FXI4\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 253,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTCL6UG7\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 252,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTKOEHN5\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 251,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTCJISP9\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 250,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TEST1R9RW0\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        },\n        {\n            \"id\": 249,\n            \"promo_coupon_id\": 169,\n            \"code\": \"TESTVRNNR4\",\n            \"ordercode\": null,\n            \"status\": 1,\n            \"created_at\": \"2021-10-26 10:48:22\",\n            \"updated_at\": \"2021-10-26 10:48:22\",\n            \"name\": null,\n            \"tel\": null,\n            \"order_date\": null,\n            \"channel\": null\n        }\n    ]\n}"}],"_postman_id":"44829eb5-5a6f-41b9-b636-27eae10371f2"},{"name":"Create Coupon","id":"eb1a391d-aa3b-4ea1-8af8-8679826c08df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"prefix\": \"\",\n    \"type\": \"all\",\n    \"status\": 1,\n    \"title\": \"Very Good Coupon\",\n    \"code\": \"6MOHK41\",\n    \"startdate\": \"2021-10-22\",\n    \"enddate\": \"2021-11-22\",\n    \"value\": 25,\n    \"value_type\": \"percent\",\n    \"is_use_total\": true,\n    \"max_use\": 1,\n    \"total_type\": \"value\",\n    \"total\": 100,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 100,\n    \"freeshipping\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>คำนำหน้ารหัสคูปอง</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>all: 1 คนต่อ 1 สิทธิ์</li><li>unlimit: ใช้ได้ไม่จำกัด</li></ul></td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td><ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ชื่อคูปอง</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>รหัสคูปอง</td>\n</tr>\n<tr>\n<td>stardate</td>\n<td>String</td>\n<td>วันที่เริ่มต้นใช้คูปอง</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่คูปองหมดอายุ</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Number</td>\n<td>มูลค่าส่วนลด</td>\n</tr>\n<tr>\n<td>value_type</td>\n<td>String</td>\n<td>ประเภทของมูลค่าส่วนลด <ul><li>normal: ส่วนลดเป็นจำนวนเงิน</li><li>percent: ส่วนลดเป็นเปอร์เซ็นของมูลค่าสินค้า</li></ul></td>\n</tr>\n<tr>\n<td>is_use_total</td>\n<td>Boolean</td>\n<td><ul><li>true: มีขั้นต่ำการใช้งานคูปอง หากเลือกค่านี้จะสามารถกำหนดตัวเลขขั้นต่ำที่ property total และ ประเภทขั้นต่ำที่ total_type</li><li>false: ไม่มีขั้นต่ำการใช้งานคูปอง</li></ul></td>\n</tr>\n<tr>\n<td>max_use</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>total_type</td>\n<td>String</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true <ul><li>value: มูลค่าการสั่งซื้อ</li><li>quantity: จำนวนการสินค้าที่สั่งซื้อ</li></ul></td>\n</tr>\n<tr>\n<td>total</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true ถ้า total_type = value คือ จำนวนมูลค่าการสั่งซื้อขั้นต่ำ ถ้า total_type = quantity คือ จำนวนสินค้าขั้นต่ำ</td>\n</tr>\n<tr>\n<td>is_use_max_discount</td>\n<td>Boolean</td>\n<td><ul><li>true: จำกัดส่วนลด</li><li>false: ไม่จำกัดส่วนลด</li></ul></td>\n</tr>\n<tr>\n<td>max_discount</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_max_discount = true</td>\n</tr>\n<tr>\n<td>freeshipping</td>\n<td>Boolean</td>\n<td><ul><li>true: จัดส่งฟรี</li><li>false: คิดค่าจัดส่งตามปกติ</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","coupon"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"7e224b23-6757-46d9-ba80-a09e4fd40e3f","name":"Create Coupon","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"prefix\": \"\",\n    \"type\": \"all\",\n    \"status\": 1,\n    \"title\": \"Very Good Coupon\",\n    \"code\": \"6MOHK41\",\n    \"startdate\": \"2021-10-22\",\n    \"enddate\": \"2021-11-22\",\n    \"value\": 25,\n    \"value_type\": \"percent\",\n    \"is_use_total\": true,\n    \"max_use\": 1,\n    \"total_type\": \"value\",\n    \"total\": 100,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 100,\n    \"freeshipping\": true\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Oct 2021 11:09:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"44b4eb19-10f2-4d0a-a1db-b04f3cb18205"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1ae-yfF2Twg+TQrL2lrV/tHXsAVKqk8\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"freeshipping\": true,\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"total\": 100,\n    \"title\": \"Very Good Coupon\",\n    \"type\": \"all\",\n    \"prefix\": null,\n    \"is_group\": 0,\n    \"code\": \"6MOHK41\",\n    \"value_type\": \"percent\",\n    \"value\": 25,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 100,\n    \"startdate\": \"2021-10-22\",\n    \"enddate\": \"2021-11-22\",\n    \"status\": 1,\n    \"max_use\": 1,\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\",\n    \"updated_at\": \"2021-10-22 18:09:22\",\n    \"created_at\": \"2021-10-22 18:09:22\",\n    \"id\": 168\n}"}],"_postman_id":"eb1a391d-aa3b-4ea1-8af8-8679826c08df"},{"name":"Create Group Coupon","id":"f80a95c0-ddf3-4ee2-88f0-21684113f653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"prefix\": \"COUPON\",\n    \"coupon_qty\": 10,\n    \"type\": \"all\",\n    \"status\": 1,\n    \"title\": \"Free Shipping and Discount\",\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"value\": 25,\n    \"value_type\": \"percent\",\n    \"is_use_total\": true,\n    \"max_use\": 0,\n    \"total_type\": \"value\",\n    \"total\": 300,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 100,\n    \"freeshipping\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/group","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>คำนำหน้ารหัสคูปอง</td>\n</tr>\n<tr>\n<td>coupon_qty</td>\n<td>Number</td>\n<td>จำนวนคูปองที่สร้าง</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>all: 1 คนต่อ 1 สิทธิ์</li><li>unlimit: ใช้ได้ไม่จำกัด</li></ul></td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td><ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ชื่อคูปอง</td>\n</tr>\n<tr>\n<td>stardate</td>\n<td>String</td>\n<td>วันที่เริ่มต้นใช้คูปอง</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่คูปองหมดอายุ</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Number</td>\n<td>มูลค่าส่วนลด</td>\n</tr>\n<tr>\n<td>value_type</td>\n<td>String</td>\n<td>ประเภทของมูลค่าส่วนลด <ul><li>normal: ส่วนลดเป็นจำนวนเงิน</li><li>percent: ส่วนลดเป็นเปอร์เซ็นของมูลค่าสินค้า</li></ul></td>\n</tr>\n<tr>\n<td>is_use_total</td>\n<td>Boolean</td>\n<td><ul><li>true: มีขั้นต่ำการใช้งานคูปอง หากเลือกค่านี้จะสามารถกำหนดตัวเลขขั้นต่ำที่ property total และ ประเภทขั้นต่ำที่ total_type</li><li>false: ไม่มีขั้นต่ำการใช้งานคูปอง</li></ul></td>\n</tr>\n<tr>\n<td>max_use</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>total_type</td>\n<td>String</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true <ul><li>value: มูลค่าการสั่งซื้อ</li><li>quantity: จำนวนการสินค้าที่สั่งซื้อ</li></ul></td>\n</tr>\n<tr>\n<td>total</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true ถ้า total_type = value คือ จำนวนมูลค่าการสั่งซื้อขั้นต่ำ ถ้า total_type = quantity คือ จำนวนสินค้าขั้นต่ำ</td>\n</tr>\n<tr>\n<td>is_use_max_discount</td>\n<td>Boolean</td>\n<td><ul><li>true: จำกัดส่วนลด</li><li>false: ไม่จำกัดส่วนลด</li></ul></td>\n</tr>\n<tr>\n<td>max_discount</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_max_discount = true</td>\n</tr>\n<tr>\n<td>freeshipping</td>\n<td>Boolean</td>\n<td><ul><li>true: จัดส่งฟรี</li><li>false: คิดค่าจัดส่งตามปกติ</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","coupon","group"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"eda55f89-0325-4ba0-ac6e-cda4a9fd9724","name":"Create Group Coupon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"prefix\": \"COUPON\",\n    \"coupon_qty\": 10,\n    \"type\": \"all\",\n    \"status\": 1,\n    \"title\": \"Free Shipping and Discount\",\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"value\": 25,\n    \"value_type\": \"percent\",\n    \"is_use_total\": true,\n    \"max_use\": 0,\n    \"total_type\": \"value\",\n    \"total\": 300,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 100,\n    \"freeshipping\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 04:35:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"cafc2697-9c87-4ef5-9051-23365acb46da"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"551-XrEwY4RPKbQsSjEhcyNOiYQWZVo\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONM56BX4\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 279\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONVVTJA3\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 280\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONN2O9H6\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 281\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONQY3HN4\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 282\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONM67971\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 283\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPON30Q7A9\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 284\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPON5ITQC2\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 285\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONLC3D07\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 286\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPON8IWZU1\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 287\n    },\n    {\n        \"promo_coupon_id\": 172,\n        \"code\": \"COUPONI1S3Z0\",\n        \"status\": 1,\n        \"updated_at\": \"2021-10-26 11:35:42\",\n        \"created_at\": \"2021-10-26 11:35:42\",\n        \"id\": 288\n    }\n]"}],"_postman_id":"f80a95c0-ddf3-4ee2-88f0-21684113f653"},{"name":"Get Coupon By ID","id":"513b9746-a37c-4ed5-99b3-bad21e37e65a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/:id","urlObject":{"protocol":"https","path":["api","v1","promotion","coupon",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของคูอง ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<coupon_id>","key":"id"}]}},"response":[{"id":"f72c8dc8-122f-4b7d-9c05-a161b8c32845","name":"Get Coupon By ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","coupon",":id"],"variable":[{"key":"id","value":"172","description":"ไอดีของคูอง ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:02:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"418c3320-6c3f-4e47-890a-bf02d52086dc"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1b7-eKOOM/YHhv2g4q6dHy1ZSlFjAE8\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 172,\n    \"freeshipping\": 1,\n    \"is_use_total\": 1,\n    \"total_type\": \"value\",\n    \"total\": 300,\n    \"title\": \"Free Shipping and Discount\",\n    \"type\": \"all\",\n    \"prefix\": \"COUPON\",\n    \"is_group\": 1,\n    \"code\": null,\n    \"value_type\": \"percent\",\n    \"value\": 25,\n    \"is_use_max_discount\": 1,\n    \"max_discount\": 100,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"status\": 1,\n    \"max_use\": 10,\n    \"use\": 0,\n    \"created_at\": \"2021-10-26 11:35:42\",\n    \"updated_at\": \"2021-10-26 11:35:42\",\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\"\n}"}],"_postman_id":"513b9746-a37c-4ed5-99b3-bad21e37e65a"},{"name":"Update Coupon","id":"adc02dc2-98c5-4369-a290-0ccca3066d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"promo-coupon\",\n    \"status\": 0,\n    \"startdate\": \"2019-05-01\",\n    \"enddate\": \"2019-05-03\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/:id","description":"<p>สามารถอัพเดทเงื่อนไขคูปองได้ต่อเมื่อคูปองไม่เคยถูกใช้งาน หากถูกใช้ไปแล้วอัพเดทได้แค่สถานะ</p>\n<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ชื่อคูปอง</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td><ul><li>1: เปิดใช้งานคูปอง</li><li>0: ปิดใช้งานคูปอง</li></ul></td>\n</tr>\n<tr>\n<td>stardate</td>\n<td>String</td>\n<td>วันที่เริ่มต้นใช้คูปอง</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่คูปองหมดอายุ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","coupon",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของคูปอง ได้มาจากตอนสร้างคูปอง</p>\n","type":"text/plain"},"type":"any","value":"<coupon_id>","key":"id"}]}},"response":[{"id":"ef622e7e-4075-46aa-841e-bb89379d5df2","name":"Update Coupon","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"promo-coupon\",\n    \"status\": 0,\n    \"startdate\": \"2019-05-01\",\n    \"enddate\": \"2019-05-03\"\n}"},"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","coupon",":id"],"variable":[{"key":"id","value":"168","description":"ไอดีของคูปอง ได้มาจากตอนสร้างคูปอง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 03:30:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"7c924b6b-f4ec-4e10-8dba-b57414d9f367"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1a9-lxlQ1xiLjwSkllLbNIOHyeKuTns\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 168,\n    \"freeshipping\": 1,\n    \"is_use_total\": 1,\n    \"total_type\": \"value\",\n    \"total\": 100,\n    \"title\": \"promo-coupon\",\n    \"type\": \"all\",\n    \"prefix\": null,\n    \"is_group\": 0,\n    \"code\": \"6MOHK41\",\n    \"value_type\": \"percent\",\n    \"value\": 25,\n    \"is_use_max_discount\": 1,\n    \"max_discount\": 100,\n    \"startdate\": \"2019-05-01\",\n    \"enddate\": \"2019-05-03\",\n    \"status\": 0,\n    \"max_use\": 1,\n    \"use\": 0,\n    \"created_at\": \"2021-10-22 18:09:22\",\n    \"updated_at\": \"2021-10-26 10:30:38\",\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\"\n}"}],"_postman_id":"adc02dc2-98c5-4369-a290-0ccca3066d0b"},{"name":"Delete Coupon","id":"163bc7de-df67-4025-990b-7c9e35673925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/:id","urlObject":{"protocol":"https","path":["api","v1","promotion","coupon",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของคูปอง ได้มาจากตอนสร้างคูปอง</p>\n","type":"text/plain"},"type":"any","value":"<coupon_id>","key":"id"}]}},"response":[{"id":"ef6dbcc1-964e-409f-84fe-ee44919696ba","name":"Delete Coupon","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/coupon/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","coupon",":id"],"variable":[{"key":"id","value":"168","description":"ไอดีของคูปอง ได้มาจากตอนสร้างคูปอง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 03:37:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"5a26322c-8f1e-4aff-b7bd-b5f822e8e405"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"163bc7de-df67-4025-990b-7c9e35673925"},{"name":"Check Coupon","id":"de648eca-2049-463d-aa88-eea275924f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"coupon\": \"XGPHL7\",\n    \"total\": 69,\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/checkCoupon","description":"<p>ตรวจสอบว่าออเดอร์ที่ซื้อเข้าเงื่อนไขคูปองหรือไม่</p>\n<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>coupon</td>\n<td>String</td>\n<td>รหัสคูปอง</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Number</td>\n<td>มูลค่าของออเดอร์</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Number</td>\n<td>จำนวนสินค้าที่ซื้อ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","checkCoupon"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"05ad875d-4476-44cb-be29-a469c784d3af","name":"Check Coupon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"coupon\": \"XGPHL7\",\n    \"total\": 69,\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/checkCoupon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:21:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"9fda3852-e691-4ed8-af1b-b0a2388e5666"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"23-VpggjTd+1TjuNBcPpRAlWgtDbPk\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\"\n}"}],"_postman_id":"de648eca-2049-463d-aa88-eea275924f5d"},{"name":"Change Current Promotion","id":"a7ea1a89-ffda-4ccc-acae-b3ee91bb978e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"coupon\": true,\n    \"condition\": true,\n    \"free_item\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/changeCurrentPromotion","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>coupon</td>\n<td>Boolean</td>\n<td>การใช้คูปอง <ul><li>true: เปิด</li><li>false: ปิด</li></ul></td>\n</tr>\n<tr>\n<td>condition</td>\n<td>Boolean</td>\n<td>โปรชั่นส่วนลดตามเงื่อนไข <ul><li>true: เปิด</li><li>false: ปิด</li></ul></td>\n</tr>\n<tr>\n<td>free_item</td>\n<td>Boolean</td>\n<td>โปรโมชั่นของแถม <ul><li>true: เปิด</li><li>false: ปิด</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","changeCurrentPromotion"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"248fb2d8-c269-42cd-921a-2793d7921747","name":"Change Current Promotion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"coupon\": true,\n    \"condition\": true,\n    \"free_item\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/changeCurrentPromotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:30:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"a653c33b-17f8-4bd6-8b2b-1b7a6c3d7798"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"21-hVfdfzmnnv+dF0jVAH1OMv9EE/k\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"complete\"\n}"}],"_postman_id":"a7ea1a89-ffda-4ccc-acae-b3ee91bb978e"},{"name":"Search Discount Condition","id":"202d98f8-e9bc-4876-b6d7-0f7366aa9b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"perpage\": 10,\n    \"title\": \"\",\n    \"status\": \"\",\n    \"total\": \"\",\n    \"freeshipping\": \"\",\n    \"date_status\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchDiscountCondition","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Number, String</td>\n<td><ul><li>0: ว่าง(ยังไม่ถูกใช้)</li><li>1: ใช้งานแล้วป</li></ul></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>all: 1 คนต่อ 1 สิทธิ์</li><li>unique: ใช้ได้ครั้งเดียว</li><li>unlimit: ใช้ได้ไม่จำกัด</li></ul></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ค้นหาจาก title ของคูปอง</td>\n</tr>\n<tr>\n<td>freeshipping</td>\n<td>String</td>\n<td><ul><li>1: จัดส่งฟรี</li><li>0: ไม่จัดส่งฟรี</li></ul></td>\n</tr>\n<tr>\n<td>date_status</td>\n<td>String</td>\n<td><ul><li>disabled: ไม่ใช้งาน</li><li>soon: ใกล้มาถึง</li><li>expired: หมดอายุ</li><li>between: อยู่ระหว่างช่วงเวลาใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าผลการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","searchDiscountCondition"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"dccbac1b-c638-4303-8ec5-e9d305fe4b67","name":"Search Discount Condition","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"perpage\": 10,\n    \"title\": \"\",\n    \"status\": \"\",\n    \"total\": \"\",\n    \"freeshipping\": \"\",\n    \"date_status\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchDiscountCondition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 04:55:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"30975db9-812f-4f75-8633-96bc1a0f5bff"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"4e5-xzfwEKqX+b5ogBpAzs4kbxDGJ48\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"data\": [\n        {\n            \"id\": 13,\n            \"freeshipping\": 0,\n            \"is_use_total\": 1,\n            \"total_type\": \"quantity\",\n            \"total\": 3,\n            \"title\": \"ซื้อครบ 3 ชิ้นลด 100 บ.\",\n            \"discount_type\": \"normal\",\n            \"discount\": 100,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-10-14\",\n            \"enddate\": \"2022-01-11\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 0,\n            \"created_at\": \"2021-10-15 12:32:02\",\n            \"updated_at\": \"2021-10-15 12:32:02\",\n            \"created_by\": \"ket_testbyi\",\n            \"updated_by\": \"ket_testbyi\"\n        },\n        {\n            \"id\": 12,\n            \"freeshipping\": 0,\n            \"is_use_total\": 1,\n            \"total_type\": \"value\",\n            \"total\": 1500,\n            \"title\": \"ซื้อครบ 1500 ลด 100 บ.\",\n            \"discount_type\": \"normal\",\n            \"discount\": 100,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-10-14\",\n            \"enddate\": \"2021-12-14\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 1,\n            \"created_at\": \"2021-10-15 12:31:02\",\n            \"updated_at\": \"2021-10-21 17:42:25\",\n            \"created_by\": \"ket_testbyi\",\n            \"updated_by\": \"ket_testbyi\"\n        },\n        {\n            \"id\": 1,\n            \"freeshipping\": 0,\n            \"is_use_total\": 1,\n            \"total_type\": \"value\",\n            \"total\": 500,\n            \"title\": \"ซื้อครบ 500 ลด 5%\",\n            \"discount_type\": \"percent\",\n            \"discount\": 5,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"startdate\": \"2021-10-15\",\n            \"enddate\": \"2021-11-15\",\n            \"status\": 1,\n            \"max_use\": 0,\n            \"use\": 16,\n            \"created_at\": \"2021-10-15 11:28:58\",\n            \"updated_at\": \"2021-10-20 16:26:31\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\"\n        }\n    ]\n}"}],"_postman_id":"202d98f8-e9bc-4876-b6d7-0f7366aa9b8e"},{"name":"Create Discount Condition","id":"6b463de4-3702-4339-b849-de7766d10bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"max_use\": 99,\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"status\": 1,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 3\",\n    \"total\": 500,\n    \"freeshipping\": true,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"discount\": 75,\n    \"discount_type\": \"percent\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>max_use</td>\n<td>Number</td>\n<td>จำนวนสิทธิ์</td>\n</tr>\n<tr>\n<td>is_use_total</td>\n<td>Boolean</td>\n<td><ul><li>true: มีขั้นต่ำการใช้งานโปรโมชั่น หากเลือกค่านี้จะสามารถกำหนดตัวเลขขั้นต่ำที่ property total และ ประเภทขั้นต่ำที่ total_type</li><li>false: ไม่มีขั้นต่ำการใช้งานโปรโมชั่น</li></ul></td>\n</tr>\n<tr>\n<td>total_type</td>\n<td>String</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true <ul><li>value: มูลค่าการสั่งซื้อ</li><li>quantity: จำนวนการสินค้าที่สั่งซื้อ</li></ul></td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td><ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ชื่อโปรโมชั่น</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true ถ้า total_type = value คือ จำนวนมูลค่าการสั่งซื้อขั้นต่ำ ถ้า total_type = quantity คือ จำนวนสินค้าขั้นต่ำ</td>\n</tr>\n<tr>\n<td>freeshipping</td>\n<td>Boolean</td>\n<td><ul><li>true: จัดส่งฟรี</li><li>false: คิดค่าจัดส่งตามปกติ</li></ul></td>\n</tr>\n<tr>\n<td>is_use_max_discount</td>\n<td>Boolean</td>\n<td><ul><li>true: จำกัดส่วนลด</li><li>false: ไม่จำกัดส่วนลด</li></ul></td>\n</tr>\n<tr>\n<td>max_discount</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_max_discount = true</td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่เริ่มต้นใช้โปรโมชั่น</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่โปรโมชั่นหมดอายุ</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>Number</td>\n<td>มูลค่าส่วนลด</td>\n</tr>\n<tr>\n<td>discount_type</td>\n<td>String</td>\n<td>ประเภทของมูลค่าส่วนลด <ul><li>normal: ส่วนลดเป็นจำนวนเงิน</li><li>percent: ส่วนลดเป็นเปอร์เซ็นของมูลค่าสินค้า</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","discountCondition"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"16a67bdd-da8c-4a88-a2eb-18c44d1ff8b2","name":"Create Discount Condition","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"max_use\": 99,\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"status\": 1,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 3\",\n    \"total\": 500,\n    \"freeshipping\": true,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"discount\": 75,\n    \"discount_type\": \"percent\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 05:37:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"7b8253e5-8f4b-495e-94cd-0074be095580"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1a3-vU8h/2+LLU7HDcoU562x/bFuko8\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"total\": 500,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 3\",\n    \"freeshipping\": true,\n    \"status\": 1,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"max_use\": 99,\n    \"discount\": 75,\n    \"discount_type\": \"percent\",\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\",\n    \"updated_at\": \"2021-10-26 12:37:22\",\n    \"created_at\": \"2021-10-26 12:37:22\",\n    \"id\": 16\n}"}],"_postman_id":"6b463de4-3702-4339-b849-de7766d10bdf"},{"name":"Get Discount Condition By ID","id":"31bf55f0-e5b9-4f69-8d8a-b3411a764098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition/:id","urlObject":{"protocol":"https","path":["api","v1","promotion","discountCondition",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของโปรโมชั่น ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<discount_condition_id>","key":"id"}]}},"response":[{"id":"903053cb-74f9-47cf-866a-b9fd7d6224e0","name":"Get Discount Condition By ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","discountCondition",":id"],"variable":[{"key":"id","value":"15","description":"ไอดีของโปรโมชั่น ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:07:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"9f573e41-1480-4e36-9bec-d61ebb8f5953"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1a2-38jTbQpe7cqT9fwUNX2ECRdfVAg\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"freeshipping\": 1,\n    \"is_use_total\": 1,\n    \"total_type\": \"value\",\n    \"total\": 500,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 2\",\n    \"discount_type\": \"percent\",\n    \"discount\": 75,\n    \"is_use_max_discount\": 1,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"status\": 1,\n    \"max_use\": 99,\n    \"use\": 0,\n    \"created_at\": \"2021-10-26 12:10:44\",\n    \"updated_at\": \"2021-10-26 12:10:44\",\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\"\n}"}],"_postman_id":"31bf55f0-e5b9-4f69-8d8a-b3411a764098"},{"name":"Update Discount Condition","id":"207db6e2-d082-484b-a843-9bd09706a94c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"freeshipping\": true,\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"total\": 500,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 3\",\n    \"discount_type\": \"percent\",\n    \"discount\": 75,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"status\": true,\n    \"max_use\": 99\n}"},"url":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition/:id","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>freeshipping</td>\n<td>Boolean</td>\n<td><ul><li>true: จัดส่งฟรี</li><li>false: คิดค่าจัดส่งตามปกติ</li></ul></td>\n</tr>\n<tr>\n<td>is_use_total</td>\n<td>Boolean</td>\n<td><ul><li>true: มีขั้นต่ำการใช้งานโปรโมชั่น หากเลือกค่านี้จะสามารถกำหนดตัวเลขขั้นต่ำที่ property total และ ประเภทขั้นต่ำที่ total_type</li><li>0: ไม่มีขั้นต่ำการใช้งานโปรโมชั่น</li></ul></td>\n</tr>\n<tr>\n<td>total_type</td>\n<td>String</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true <ul><li>value: มูลค่าการสั่งซื้อ</li><li>quantity: จำนวนการสินค้าที่สั่งซื้อ</li></ul></td>\n</tr>\n<tr>\n<td>total</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true ถ้า total_type = value คือ จำนวนมูลค่าการสั่งซื้อขั้นต่ำ ถ้า total_type = quantity คือ จำนวนสินค้าขั้นต่ำ</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ชื่อโปรโมชั่น</td>\n</tr>\n<tr>\n<td>discount_type</td>\n<td>String</td>\n<td>ประเภทของมูลค่าส่วนลด <ul><li>normal: ส่วนลดเป็นจำนวนเงิน</li><li>percent: ส่วนลดเป็นเปอร์เซ็นของมูลค่าสินค้า</li></ul></td>\n</tr>\n<tr>\n<td>discount</td>\n<td>Number</td>\n<td>มูลค่าส่วนลด</td>\n</tr>\n<tr>\n<td>is_use_max_discount</td>\n<td>Boolean</td>\n<td><ul><li>true: จำกัดส่วนลด</li><li>false: ไม่จำกัดส่วนลด</li></ul></td>\n</tr>\n<tr>\n<td>max_discount</td>\n<td>Number</td>\n<td>สามารถกำหนดได้เมื่อ is_use_max_discount = true</td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่เริ่มต้นใช้โปรโมชั่น</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่โปรโมชั่นหมดอายุ</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td><ul><li>1: เปิดใช้งาน</li><li>0: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>max_use</td>\n<td>Number</td>\n<td>จำนวนสิทธิ์</td>\n</tr>\n<tr>\n<td>total_type</td>\n<td>String</td>\n<td>สามารถกำหนดได้เมื่อ is_use_total = true <ul><li>value: มูลค่าการสั่งซื้อ</li><li>quantity: จำนวนการสินค้าที่สั่งซื้อ</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","discountCondition",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของโปรโมชั่น ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<condition_discount_id>","key":"id"}]}},"response":[{"id":"cd94bb38-ee95-4bd0-9944-e332933e75ed","name":"Update Discount Condition","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"freeshipping\": true,\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"total\": 500,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 3\",\n    \"discount_type\": \"percent\",\n    \"discount\": 75,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"status\": true,\n    \"max_use\": 99\n}"},"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","discountCondition",":id"],"variable":[{"key":"id","value":"16","description":"ไอดีของโปรโมชั่น ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 07:26:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"84e32077-54af-45ae-ace3-474d05317599"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1ae-RFVp5lBLAp2jD96GI3H7hsmjvqI\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 16,\n    \"freeshipping\": true,\n    \"is_use_total\": true,\n    \"total_type\": \"value\",\n    \"total\": 500,\n    \"title\": \"ลดแหลกเหมือนแจกฟรี 3\",\n    \"discount_type\": \"percent\",\n    \"discount\": 75,\n    \"is_use_max_discount\": true,\n    \"max_discount\": 300,\n    \"startdate\": \"2021-10-26\",\n    \"enddate\": \"2021-11-26\",\n    \"status\": true,\n    \"max_use\": 99,\n    \"use\": 0,\n    \"created_at\": \"2021-10-26 12:37:22\",\n    \"updated_at\": \"2021-10-26 14:26:33\",\n    \"created_by\": \"admin\",\n    \"updated_by\": \"admin\"\n}"}],"_postman_id":"207db6e2-d082-484b-a843-9bd09706a94c"},{"name":"Delete Discount Condition","id":"c92d9d6d-8317-4bbd-a8ea-f0668aa2374b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition/:id","urlObject":{"protocol":"https","path":["api","v1","promotion","discountCondition",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของโปรโมชั่น ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<condition_discount_id>","key":"id"}]}},"response":[{"id":"a89d21e4-93e1-44e5-95e3-14293c5d5f22","name":"Delete Discount Condition","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/discountCondition/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","discountCondition",":id"],"variable":[{"key":"id","value":"16","description":"ไอดีของโปรโมชั่น ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 07:30:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"52ccf030-cfaa-4f94-95af-de4cb2776dbe"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c92d9d6d-8317-4bbd-a8ea-f0668aa2374b"},{"name":"Search Promotion Free Item","id":"6749d4ac-ae20-463d-82ea-12fb59d13315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"perpage\": 10,\n    \"title\": \"\",\n    \"status\": \"\",\n    \"date_status\": \"\",\n    \"condition\": \"\",\n    \"free_item_out_of_stock\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchPromotionFreeItem","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าผลการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>ชื่อโปรโมชั่น</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td>สถานะโปรโมชั่น <ul><li>1: เปิดใช้งาน</li><li>0: ปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>date_status</td>\n<td>String</td>\n<td>วันที่เริ่มต้นใช้โปรโมชั่น</td>\n</tr>\n<tr>\n<td>condition</td>\n<td>String</td>\n<td>ประเภทเงื่อนไข <ul><li>reaches: แถมเมื่อซื้อตั้งแต่ x ขึ้น...</li>every: แถมเมื่อซื้อทุกๆ x<li></li></ul></td>\n</tr>\n<tr>\n<td>free_item_out_of_stock</td>\n<td>Boolean</td>\n<td><ul><li>true: โปรโมชั่นที่ของแถมหมด</li><li>false: โปรมั่นที่ของแถมหมดหรือไม่หมด</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","searchPromotionFreeItem"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"0e209b59-7e40-4e07-a8d7-7fcdf9c0294d","name":"Search Promotion Free Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"perpage\": 10,\n    \"title\": \"\",\n    \"status\": \"\",\n    \"date_status\": \"\",\n    \"condition\": \"\",\n    \"free_item_out_of_stock\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/searchPromotionFreeItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 07:55:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"8ce05a74-3dbe-4d0d-97c7-cb9ae9a44650"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"f4f7-UKH3vpgsjhTIiratrYGMBWQC2qU\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 25,\n    \"data\": [\n        {\n            \"id\": 43,\n            \"title\": \"test pro1\",\n            \"startdate\": \"2021-09-17 00:00:00\",\n            \"enddate\": \"2021-10-17 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"reaches\",\n            \"value\": 1,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"custom\",\n            \"use\": 11,\n            \"created_at\": \"2021-09-17 15:14:40\",\n            \"updated_at\": \"2021-10-11 09:46:57\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1010,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"เฮอะ\",\n                        \"title_lang2\": \"Huh\",\n                        \"title_lang3\": \"เฮอะ\",\n                        \"title_lang4\": \"เฮอะ\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"เฮอะ-cap00\",\n                        \"permalink_lang2\": \"Huh-cap00\",\n                        \"permalink_lang3\": \"เฮอะ-cap00\",\n                        \"permalink_lang4\": \"เฮอะ-cap00\",\n                        \"feature_img\": \"/upload-img/270b0f1048a84d149674ca5b803aebe0_1.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"<p>Blue cat S</p>\",\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 40,\n                        \"price4\": 99,\n                        \"price3\": 99,\n                        \"price2\": 99,\n                        \"price1\": 99,\n                        \"price\": 1,\n                        \"temp_price\": 100,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 8,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-16T03:26:47.000Z\",\n                        \"updated_date\": \"2021-10-26T02:58:47.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"cap00\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": \"S\",\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"fc4118af-a236-4697-ba07-861b5bddfb1e\",\n                        \"uuid\": null,\n                        \"properties_main\": 1,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"stick_of_holy@ketshoptest.com\",\n                        \"activity_type\": \"Website\",\n                        \"transaction_ref\": \"2424ec60-aae7-443b-bfaf-89462ae56a9c\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 1011,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 2,\n                        \"title_lang1\": \"test - product\",\n                        \"title_lang2\": \"test - product\",\n                        \"title_lang3\": \"test - product\",\n                        \"title_lang4\": \"test - product\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"test---product-SKU-22rhysmj4r22rhysmj4r\",\n                        \"permalink_lang2\": \"test---product-SKU-22rhysmj4r22rhysmj4r\",\n                        \"permalink_lang3\": \"test---product-SKU-22rhysmj4r22rhysmj4r\",\n                        \"permalink_lang4\": \"test---product-SKU-22rhysmj4r22rhysmj4r\",\n                        \"feature_img\": \"/upload-img/244167.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": null,\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 10,\n                        \"price4\": 100,\n                        \"price3\": 100,\n                        \"price2\": 100,\n                        \"price1\": 100,\n                        \"price\": 100,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 89,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-17T07:48:12.000Z\",\n                        \"updated_date\": \"2021-10-11T02:46:57.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"SKU-22rhysmj4r22rhysmj4r\",\n                        \"size_width\": 10,\n                        \"size_length\": 10,\n                        \"size_height\": 10,\n                        \"property_info\": \"Red\",\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": \"M\",\n                        \"properties_sort2\": 0,\n                        \"group_id\": \"e3999572-6a84-4e7f-af45-701e535a965c\",\n                        \"uuid\": null,\n                        \"properties_main\": 1,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"stick_of_holy@ketshoptest.com\",\n                        \"activity_type\": \"Website\",\n                        \"transaction_ref\": \"56b4aac6-a14c-4049-9563-681e5efaf491\",\n                        \"qty\": 1\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 42,\n            \"title\": \"แถมเฮอะๆๆ\",\n            \"startdate\": \"2021-09-16 00:00:00\",\n            \"enddate\": \"2021-10-16 00:00:00\",\n            \"status\": 0,\n            \"condition\": \"reaches\",\n            \"value\": 1,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"custom\",\n            \"use\": 1,\n            \"created_at\": \"2021-09-16 14:57:56\",\n            \"updated_at\": \"2021-09-16 14:59:19\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1004,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"jkjkkjjkjk\",\n                        \"title_lang2\": \"vjejvjejvje\",\n                        \"title_lang3\": \"jkjkkjjkjk\",\n                        \"title_lang4\": \"jkjkkjjkjk\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"jkjkkjjkjk-s-11-s-22\",\n                        \"permalink_lang2\": \"vjejvjejvje-s-11-s-22\",\n                        \"permalink_lang3\": \"jkjkkjjkjk-s-11-s-22\",\n                        \"permalink_lang4\": \"jkjkkjjkjk-s-11-s-22\",\n                        \"feature_img\": \"/upload-img/test aaaaaaa/images.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": null,\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 30,\n                        \"price4\": 100,\n                        \"price3\": 100,\n                        \"price2\": 100,\n                        \"price1\": 100,\n                        \"price\": 100,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 191,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-08-20T04:30:56.000Z\",\n                        \"updated_date\": \"2021-09-22T17:00:02.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"s-22\",\n                        \"size_width\": 2,\n                        \"size_length\": 5,\n                        \"size_height\": 2,\n                        \"property_info\": \"22\",\n                        \"properties_desc\": \"Size\",\n                        \"properties_sort\": 11,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"7c6ccabc-6e4d-4982-9771-bfa9f7365be1\",\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"05585847-f811-4e38-9160-4ebe4f6bea7f\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 1010,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"เฮอะ\",\n                        \"title_lang2\": \"Huh\",\n                        \"title_lang3\": \"เฮอะ\",\n                        \"title_lang4\": \"เฮอะ\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"เฮอะ-cap00\",\n                        \"permalink_lang2\": \"Huh-cap00\",\n                        \"permalink_lang3\": \"เฮอะ-cap00\",\n                        \"permalink_lang4\": \"เฮอะ-cap00\",\n                        \"feature_img\": \"/upload-img/270b0f1048a84d149674ca5b803aebe0_1.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"<p>Blue cat S</p>\",\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 40,\n                        \"price4\": 99,\n                        \"price3\": 99,\n                        \"price2\": 99,\n                        \"price1\": 99,\n                        \"price\": 1,\n                        \"temp_price\": 100,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 8,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-16T03:26:47.000Z\",\n                        \"updated_date\": \"2021-10-26T02:58:47.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"cap00\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": \"S\",\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"fc4118af-a236-4697-ba07-861b5bddfb1e\",\n                        \"uuid\": null,\n                        \"properties_main\": 1,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"stick_of_holy@ketshoptest.com\",\n                        \"activity_type\": \"Website\",\n                        \"transaction_ref\": \"2424ec60-aae7-443b-bfaf-89462ae56a9c\",\n                        \"qty\": 4\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 41,\n            \"title\": \"แถมเฮอะ\",\n            \"startdate\": \"2021-09-16 00:00:00\",\n            \"enddate\": \"2021-10-16 00:00:00\",\n            \"status\": 0,\n            \"condition\": \"reaches\",\n            \"value\": 1,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"custom\",\n            \"use\": 2,\n            \"created_at\": \"2021-09-16 10:33:31\",\n            \"updated_at\": \"2021-09-16 11:20:51\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1004,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"jkjkkjjkjk\",\n                        \"title_lang2\": \"vjejvjejvje\",\n                        \"title_lang3\": \"jkjkkjjkjk\",\n                        \"title_lang4\": \"jkjkkjjkjk\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"jkjkkjjkjk-s-11-s-22\",\n                        \"permalink_lang2\": \"vjejvjejvje-s-11-s-22\",\n                        \"permalink_lang3\": \"jkjkkjjkjk-s-11-s-22\",\n                        \"permalink_lang4\": \"jkjkkjjkjk-s-11-s-22\",\n                        \"feature_img\": \"/upload-img/test aaaaaaa/images.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": null,\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 30,\n                        \"price4\": 100,\n                        \"price3\": 100,\n                        \"price2\": 100,\n                        \"price1\": 100,\n                        \"price\": 100,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 191,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-08-20T04:30:56.000Z\",\n                        \"updated_date\": \"2021-09-22T17:00:02.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"s-22\",\n                        \"size_width\": 2,\n                        \"size_length\": 5,\n                        \"size_height\": 2,\n                        \"property_info\": \"22\",\n                        \"properties_desc\": \"Size\",\n                        \"properties_sort\": 11,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"7c6ccabc-6e4d-4982-9771-bfa9f7365be1\",\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"05585847-f811-4e38-9160-4ebe4f6bea7f\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 1010,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"เฮอะ\",\n                        \"title_lang2\": \"Huh\",\n                        \"title_lang3\": \"เฮอะ\",\n                        \"title_lang4\": \"เฮอะ\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"เฮอะ-cap00\",\n                        \"permalink_lang2\": \"Huh-cap00\",\n                        \"permalink_lang3\": \"เฮอะ-cap00\",\n                        \"permalink_lang4\": \"เฮอะ-cap00\",\n                        \"feature_img\": \"/upload-img/270b0f1048a84d149674ca5b803aebe0_1.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"<p>Blue cat S</p>\",\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 40,\n                        \"price4\": 99,\n                        \"price3\": 99,\n                        \"price2\": 99,\n                        \"price1\": 99,\n                        \"price\": 1,\n                        \"temp_price\": 100,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 8,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-16T03:26:47.000Z\",\n                        \"updated_date\": \"2021-10-26T02:58:47.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"cap00\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": \"S\",\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"fc4118af-a236-4697-ba07-861b5bddfb1e\",\n                        \"uuid\": null,\n                        \"properties_main\": 1,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"stick_of_holy@ketshoptest.com\",\n                        \"activity_type\": \"Website\",\n                        \"transaction_ref\": \"2424ec60-aae7-443b-bfaf-89462ae56a9c\",\n                        \"qty\": 1\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 40,\n            \"title\": \"ซื้อ ลิปทินท์ Feel Good Mousse แถม Everpink บลัช\",\n            \"startdate\": \"2021-09-13 00:00:00\",\n            \"enddate\": \"2021-10-13 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"reaches\",\n            \"value\": 2,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"custom\",\n            \"use\": 6,\n            \"created_at\": \"2021-09-13 15:50:07\",\n            \"updated_at\": \"2021-10-08 11:15:27\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1008,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                        \"title_lang2\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                        \"title_lang3\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                        \"title_lang4\": \"ลิปทินท์ Feel Good Mousse - สี ABC # 05\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"ลิปทินท์-Feel-Good-Mousse---สี-ABC--05-E0101\",\n                        \"permalink_lang2\": \"ลิปทินท์-Feel-Good-Mousse---สี-ABC--05-E0101\",\n                        \"permalink_lang3\": \"ลิปทินท์-Feel-Good-Mousse---สี-ABC--05-E0101\",\n                        \"permalink_lang4\": \"ลิปทินท์-Feel-Good-Mousse---สี-ABC--05-E0101\",\n                        \"feature_img\": \"/upload-img/244167.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": null,\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 10,\n                        \"price4\": 590,\n                        \"price3\": 590,\n                        \"price2\": 590,\n                        \"price1\": 590,\n                        \"price\": 590,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 77,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-13T08:19:21.000Z\",\n                        \"updated_date\": \"2021-10-21T10:42:25.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"E0101\",\n                        \"size_width\": 10,\n                        \"size_length\": 10,\n                        \"size_height\": 10,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"sippakorn.p@ketshopweb.com\",\n                        \"activity_type\": \"Website\",\n                        \"transaction_ref\": \"c2ac38b9-5e20-4a83-821c-fe1b1ae191ec\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 1009,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"Everpink บลัช My Feelings สี In love - ของแถม\",\n                        \"title_lang2\": \"Everpink บลัช My Feelings สี In love - ของแถม\",\n                        \"title_lang3\": \"Everpink บลัช My Feelings สี In love - ของแถม\",\n                        \"title_lang4\": \"Everpink บลัช My Feelings สี In love - ของแถม\",\n                        \"status\": 0,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"Everpink-บลัช-My-Feelings-สี-In-love---ของแถม-SKU-22rg4rj8tv22rg4rj8tv\",\n                        \"permalink_lang2\": \"Everpink-บลัช-My-Feelings-สี-In-love---ของแถม-SKU-22rg4rj8tv22rg4rj8tv\",\n                        \"permalink_lang3\": \"Everpink-บลัช-My-Feelings-สี-In-love---ของแถม-SKU-22rg4rj8tv22rg4rj8tv\",\n                        \"permalink_lang4\": \"Everpink-บลัช-My-Feelings-สี-In-love---ของแถม-SKU-22rg4rj8tv22rg4rj8tv\",\n                        \"feature_img\": \"/upload-img/212647.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": null,\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 10,\n                        \"price4\": 490,\n                        \"price3\": 490,\n                        \"price2\": 490,\n                        \"price1\": 490,\n                        \"price\": 490,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 79,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-13T08:22:11.000Z\",\n                        \"updated_date\": \"2021-10-08T04:15:27.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"SKU-22rg4rj8tv22rg4rj8tv\",\n                        \"size_width\": 10,\n                        \"size_length\": 10,\n                        \"size_height\": 10,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"umbrella.rainstriker@gmail.com\",\n                        \"activity_type\": \"Website\",\n                        \"transaction_ref\": \"18648713-a7ab-491a-99ed-e936700a74a5\",\n                        \"qty\": 1\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 39,\n            \"title\": \"แถมฟรี Aloe Revital Soothing Gel 2 หลอด เมื่อซื้อ  Daily Mid Sunscreen\",\n            \"startdate\": \"2021-09-07 00:00:00\",\n            \"enddate\": \"2021-10-07 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"every\",\n            \"value\": 1,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 1,\n            \"limit_value\": 5,\n            \"free_item_type\": \"custom\",\n            \"use\": 4,\n            \"created_at\": \"2021-09-07 16:13:26\",\n            \"updated_at\": \"2021-09-20 17:05:39\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1006,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": \"3337875597371\",\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"(โปรฯ ซื้อ 1 ได้ถึง 3!) innisfree Daily Mid Sunscreen ขนาด 100ml.\",\n                        \"title_lang2\": \"innisfree Daily Mid Sunscreen ขนาด 100ml. (ซื้อ 1 ได้ถึง 3)\",\n                        \"title_lang3\": \"(โปรฯ ซื้อ 1 ได้ถึง 3!) innisfree Daily Mid Sunscreen ขนาด 100ml.\",\n                        \"title_lang4\": \"(โปรฯ ซื้อ 1 ได้ถึง 3!) innisfree Daily Mid Sunscreen ขนาด 100ml.\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"(โปรฯ-ซื้อ-1-ได้ถึง-3!)-innisfree-Daily-Mid-Sunscreen-ขนาด-100ml.-SKU-22rddof9xf22rddof9xf\",\n                        \"permalink_lang2\": \"innisfree-Daily-Mid-Sunscreen-ขนาด-100ml.-(ซื้อ-1-ได้ถึง-3)-SKU-22rddof9xf22rddof9xf\",\n                        \"permalink_lang3\": \"(โปรฯ-ซื้อ-1-ได้ถึง-3!)-innisfree-Daily-Mid-Sunscreen-ขนาด-100ml.-SKU-22rddof9xf22rddof9xf\",\n                        \"permalink_lang4\": \"(โปรฯ-ซื้อ-1-ได้ถึง-3!)-innisfree-Daily-Mid-Sunscreen-ขนาด-100ml.-SKU-22rddof9xf22rddof9xf\",\n                        \"feature_img\": \"/upload-img/7f69d1cba7749c3d0adc43065bdcafab.jpg_720x720q80.jpg_.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"<p>innisfree Daily Mid Sunscreen ขนาด 100ml. รับของแถมฟรีทุกออเดอร์&nbsp;</p><p>ซื้อ innisfree Daily Mid Sunscreen ขนาด 100ml. ทุกๆ 1 ชิ้น รับฟรี Aloe Revital Soothing Gel ขนาด 50m จำนวน 2 หลอด</p>\",\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 250,\n                        \"price4\": 500,\n                        \"price3\": 500,\n                        \"price2\": 500,\n                        \"price1\": 500,\n                        \"price\": 500,\n                        \"temp_price\": 699,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 997,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-07T09:08:36.000Z\",\n                        \"updated_date\": \"2021-10-19T17:00:02.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"OT-43001000\",\n                        \"size_width\": 10,\n                        \"size_length\": 5,\n                        \"size_height\": 5,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": null,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"b3884287-494a-437d-b960-97dd35014554\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 1007,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": \"8850723711453\",\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"(แถมฟรี ห้ามจำหน่าย) innisfree Aloe Revital Soothing Gel ขนาด 50ml\",\n                        \"title_lang2\": \"(แถมฟรี ห้ามจำหน่าย) innisfree Aloe Revital Soothing Gel ขนาด 50ml\",\n                        \"title_lang3\": \"(แถมฟรี ห้ามจำหน่าย) innisfree Aloe Revital Soothing Gel ขนาด 50ml\",\n                        \"title_lang4\": \"(แถมฟรี ห้ามจำหน่าย) innisfree Aloe Revital Soothing Gel ขนาด 50ml\",\n                        \"status\": 0,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"(แถมฟรี-ห้ามจำหน่าย)-innisfree-Aloe-Revital-Soothing-Gel-ขนาด-50ml-SKU-22rddolh0z22rddolh0z\",\n                        \"permalink_lang2\": \"(แถมฟรี-ห้ามจำหน่าย)-innisfree-Aloe-Revital-Soothing-Gel-ขนาด-50ml-SKU-22rddolh0z22rddolh0z\",\n                        \"permalink_lang3\": \"(แถมฟรี-ห้ามจำหน่าย)-innisfree-Aloe-Revital-Soothing-Gel-ขนาด-50ml-SKU-22rddolh0z22rddolh0z\",\n                        \"permalink_lang4\": \"(แถมฟรี-ห้ามจำหน่าย)-innisfree-Aloe-Revital-Soothing-Gel-ขนาด-50ml-SKU-22rddolh0z22rddolh0z\",\n                        \"feature_img\": \"/upload-img/346febae5c8e655f5ccd87b1286b1f40.jpg_720x720q80.jpg_.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"<p>(แถมฟรี ห้ามจำหน่าย) innisfree Aloe Revital Soothing Gel ขนาด 50ml มูลค่า 50 บาท</p>\",\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 100,\n                        \"price4\": 50,\n                        \"price3\": 50,\n                        \"price2\": 50,\n                        \"price1\": 50,\n                        \"price\": 50,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 1987,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-07T09:11:25.000Z\",\n                        \"updated_date\": \"2021-09-21T17:00:09.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"FR-44002001\",\n                        \"size_width\": 10,\n                        \"size_length\": 5,\n                        \"size_height\": 5,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": null,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"622b56d5-2bf0-4a38-8a9a-f820a5dbdf0f\",\n                        \"qty\": 2\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 38,\n            \"title\": \"เจลอนามัยล้างมือ ซื้อ 1 แถม 1\",\n            \"startdate\": \"2021-09-07 00:00:00\",\n            \"enddate\": \"2021-10-07 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"every\",\n            \"value\": 1,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"own_product\",\n            \"use\": 3,\n            \"created_at\": \"2021-09-07 16:02:23\",\n            \"updated_at\": \"2021-10-07 16:55:10\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1005,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": \"8850002023390\",\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"(ซื้อ 1 แถม 1) เจลอนามัยล้างมือไม่ใช้น้ำ ขนาด 50 ml.\",\n                        \"title_lang2\": \"(ซื้อ 1 แถม 1) Kirei Kirei เจลอนามัยล้างมือไม่ใช้น้ำ ขนาด 50 ml.\",\n                        \"title_lang3\": \"(ซื้อ 1 แถม 1) Kirei Kirei เจลอนามัยล้างมือไม่ใช้น้ำ ขนาด 50 ml.\",\n                        \"title_lang4\": \"(ซื้อ 1 แถม 1) Kirei Kirei เจลอนามัยล้างมือไม่ใช้น้ำ ขนาด 50 ml.\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"(ซื้อ-1-แถม-1)-Kirei-Kirei-เจลอนามัยล้างมือไม่ใช้น้ำ-ขนาด-50-ml.-SKU-22rddnxrn522rddnxrn5\",\n                        \"permalink_lang2\": \"(ซื้อ-1-แถม-1)-Kirei-Kirei-เจลอนามัยล้างมือไม่ใช้น้ำ-ขนาด-50-ml.-SKU-22rddnxrn522rddnxrn5\",\n                        \"permalink_lang3\": \"(ซื้อ-1-แถม-1)-Kirei-Kirei-เจลอนามัยล้างมือไม่ใช้น้ำ-ขนาด-50-ml.-SKU-22rddnxrn522rddnxrn5\",\n                        \"permalink_lang4\": \"(ซื้อ-1-แถม-1)-Kirei-Kirei-เจลอนามัยล้างมือไม่ใช้น้ำ-ขนาด-50-ml.-SKU-22rddnxrn522rddnxrn5\",\n                        \"feature_img\": \"/upload-img/6372d17a44275f42f9202a5ada263394.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"<p>Kirei Kirei เจลล้างมือ คิเรอิ คิเรอิ แบบไม่ใช้น้ำ 50 มล. ซื้อ 1แถม 1 จนกว่าสินค้าจะหมด</p>\",\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 100,\n                        \"price4\": 49,\n                        \"price3\": 49,\n                        \"price2\": 49,\n                        \"price1\": 49,\n                        \"price\": 49,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 996,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-09-07T09:00:19.000Z\",\n                        \"updated_date\": \"2021-10-12T17:00:03.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"OT-42001240\",\n                        \"size_width\": 10,\n                        \"size_length\": 5,\n                        \"size_height\": 5,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": null,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"60cd4f37-89fc-448a-a115-18067ace18ec\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [],\n                \"count\": 0\n            }\n        },\n        {\n            \"id\": 37,\n            \"title\": \"TEST\",\n            \"startdate\": \"2021-08-31 00:00:00\",\n            \"enddate\": \"2021-09-30 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"reaches\",\n            \"value\": 1,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"own_product\",\n            \"use\": 2,\n            \"created_at\": \"2021-08-31 16:14:41\",\n            \"updated_at\": \"2021-09-07 10:29:12\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 104,\n                        \"buy_limit\": 0,\n                        \"cate_id\": 2,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": \"\",\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"ลินิน เชิร์ต\",\n                        \"title_lang2\": \"ลินิน เชิร์ต\",\n                        \"title_lang3\": \"Linen shirt 3\",\n                        \"title_lang4\": \"Linen shirt 4\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": \"linen-shirt\",\n                        \"permalink_lang1\": \"linen-shirt\",\n                        \"permalink_lang2\": \"linen-shirt\",\n                        \"permalink_lang3\": \"linen-shirt\",\n                        \"permalink_lang4\": \"linen-shirt\",\n                        \"feature_img\": \"/upload-img/KET STYLE/Product-img/Product11.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n                        \"short_desc_lang2\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n                        \"short_desc_lang3\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n                        \"short_desc_lang4\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\n                        \"product_desc_lang1\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br><strong>Consectetur</strong><strong><br></strong>- Sed ut perspiciatis unde<br>- Iste natus error sit voluptatem accusantium<br>-<span>&nbsp;</span>Laudantium, totam rem<br>- Ut enim ad minima veniam<br><br><strong>Accusamus</strong><strong>&nbsp;</strong><br>- Quis autem vel eum iure\",\n                        \"product_desc_lang2\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br><strong>Consectetur</strong><strong><br></strong>- Sed ut perspiciatis unde<br>- Iste natus error sit voluptatem accusantium<br>-<span>&nbsp;</span>Laudantium, totam rem<br>- Ut enim ad minima veniam<br><br><strong>Accusamus</strong><strong>&nbsp;</strong><br>- Quis autem vel eum iure\",\n                        \"product_desc_lang3\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br><strong>Consectetur</strong><strong><br></strong>- Sed ut perspiciatis unde<br>- Iste natus error sit voluptatem accusantium<br>-<span>&nbsp;</span>Laudantium, totam rem<br>- Ut enim ad minima veniam<br><br><strong>Accusamus</strong><strong>&nbsp;</strong><br>- Quis autem vel eum iure\",\n                        \"product_desc_lang4\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br><strong>Consectetur</strong><strong><br></strong>- Sed ut perspiciatis unde<br>- Iste natus error sit voluptatem accusantium<br>-<span>&nbsp;</span>Laudantium, totam rem<br>- Ut enim ad minima veniam<br><br><strong>Accusamus</strong><strong>&nbsp;</strong><br>- Quis autem vel eum iure\",\n                        \"dynamic\": null,\n                        \"weight\": 100,\n                        \"price4\": null,\n                        \"price3\": null,\n                        \"price2\": null,\n                        \"price1\": null,\n                        \"price\": 1300,\n                        \"temp_price\": 1800,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 144,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2016-08-10T11:58:55.000Z\",\n                        \"updated_date\": \"2021-05-04T17:03:58.000Z\",\n                        \"created_by\": \"system\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"UN32AQA\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": \"M\",\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"43830959-fca8-4089-84b5-b01fec28df29\",\n                        \"uuid\": null,\n                        \"properties_main\": 1,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"500bddb4-2b2f-4cc2-8b9c-82721e5e923a\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [],\n                \"count\": 0\n            }\n        },\n        {\n            \"id\": 33,\n            \"title\": \"edit title\",\n            \"startdate\": \"2021-08-25 00:00:00\",\n            \"enddate\": \"2021-09-25 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"every\",\n            \"value\": 0,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"custom\",\n            \"use\": 1,\n            \"created_at\": \"2021-08-25 11:09:43\",\n            \"updated_at\": \"2021-08-30 11:49:53\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"mint_webmaster\",\n            \"out_stock1\": 1,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 1,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 1002,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 1,\n                        \"title_lang1\": \"jkjkkjjkjk\",\n                        \"title_lang2\": \"vjejvjejvje\",\n                        \"title_lang3\": \"jkjkkjjkjk\",\n                        \"title_lang4\": \"jkjkkjjkjk\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"jkjkkjjkjk-s-11-s-20\",\n                        \"permalink_lang2\": \"vjejvjejvje-s-11-s-20\",\n                        \"permalink_lang3\": \"jkjkkjjkjk-s-11-s-20\",\n                        \"permalink_lang4\": \"jkjkkjjkjk-s-11-s-20\",\n                        \"feature_img\": null,\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": null,\n                        \"short_desc_lang2\": null,\n                        \"short_desc_lang3\": null,\n                        \"short_desc_lang4\": null,\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 0,\n                        \"price4\": 100,\n                        \"price3\": 100,\n                        \"price2\": 100,\n                        \"price1\": 100,\n                        \"price\": 100,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 100,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-08-20T04:30:56.000Z\",\n                        \"updated_date\": \"2021-09-13T08:04:03.000Z\",\n                        \"created_by\": \"admin\",\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"s-20\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": \"20\",\n                        \"properties_desc\": \"Size\",\n                        \"properties_sort\": 9,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": \"7c6ccabc-6e4d-4982-9771-bfa9f7365be1\",\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"admin\",\n                        \"activity_type\": \"Update\",\n                        \"transaction_ref\": \"1399f17c-bf7f-4917-88fd-872c83e4a6e3\"\n                    }\n                ],\n                \"count\": 1\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 963,\n                        \"buy_limit\": 0,\n                        \"cate_id\": -1,\n                        \"barcode\": null,\n                        \"barcode_format\": null,\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"อาหารปลา sakura จิ๋ว\",\n                        \"title_lang2\": \"อาหารปลา sakura จิ๋ว\",\n                        \"title_lang3\": \"อาหารปลา sakura จิ๋ว\",\n                        \"title_lang4\": \"อาหารปลา sakura จิ๋ว\",\n                        \"status\": 0,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"7950943518\",\n                        \"permalink_lang2\": \"7950943518\",\n                        \"permalink_lang3\": \"7950943518\",\n                        \"permalink_lang4\": \"7950943518\",\n                        \"feature_img\": \"https://img.priceza.com/img1/314/0737/314-20210215041026-69312122938638309.jpg\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": null,\n                        \"short_desc_lang1\": \"Lorem Ipsum คือ เนื้อหาจำลองแบบเรียบๆ ที่ใช้กันในธุรกิจงานพิมพ์หรืองานเรียงพิมพ์ มันได้กลายมาเป็นเนื้อหาจำลองมาตรฐานของธุรกิจดังกล่าวมาตั้งแต่ศตวรรษที่ 16 เมื่อเครื่องพิมพ์โนเนมเครื่องหนึ่งนำรางตัวพิมพ์มาสลับสับตำแหน่งตัวอักษรเพื่อทำหนังสือตัวอย่าง Lorem Ipsum อยู่ยงคงกระพันมาไม่ใช่แค่เพียงห้าศตวรรษ แต่อยู่มาจนถึงยุคที่พลิกโฉมเข้าสู่งานเรียงพิมพ์ด้วยวิธีทางอิเล็กทรอนิกส์ และยังคงสภาพเดิมไว้อย่างไม่มีการเปลี่ยนแปลง มันได้รับความนิยมมากขึ้นในยุค ค.ศ. 1960 เมื่อแผ่น Letraset วางจำหน่ายโดยมีข้อความบนนั้นเป็น Lorem Ipsum และล่าสุดกว่านั้น คือเมื่อซอฟท์แวร์การทำสื่อสิ่งพิมพ์ (Desktop Publishing) อย่าง Aldus PageMaker ได้รวมเอา Lorem Ipsum เวอร์ชั่นต่างๆ เข้าไว้ในซอฟท์แวร์ด้วย\",\n                        \"short_desc_lang2\": \"Lorem Ipsum คือ เนื้อหาจำลองแบบเรียบๆ ที่ใช้กันในธุรกิจงานพิมพ์หรืองานเรียงพิมพ์ มันได้กลายมาเป็นเนื้อหาจำลองมาตรฐานของธุรกิจดังกล่าวมาตั้งแต่ศตวรรษที่ 16 เมื่อเครื่องพิมพ์โนเนมเครื่องหนึ่งนำรางตัวพิมพ์มาสลับสับตำแหน่งตัวอักษรเพื่อทำหนังสือตัวอย่าง Lorem Ipsum อยู่ยงคงกระพันมาไม่ใช่แค่เพียงห้าศตวรรษ แต่อยู่มาจนถึงยุคที่พลิกโฉมเข้าสู่งานเรียงพิมพ์ด้วยวิธีทางอิเล็กทรอนิกส์ และยังคงสภาพเดิมไว้อย่างไม่มีการเปลี่ยนแปลง มันได้รับความนิยมมากขึ้นในยุค ค.ศ. 1960 เมื่อแผ่น Letraset วางจำหน่ายโดยมีข้อความบนนั้นเป็น Lorem Ipsum และล่าสุดกว่านั้น คือเมื่อซอฟท์แวร์การทำสื่อสิ่งพิมพ์ (Desktop Publishing) อย่าง Aldus PageMaker ได้รวมเอา Lorem Ipsum เวอร์ชั่นต่างๆ เข้าไว้ในซอฟท์แวร์ด้วย\",\n                        \"short_desc_lang3\": \"Lorem Ipsum คือ เนื้อหาจำลองแบบเรียบๆ ที่ใช้กันในธุรกิจงานพิมพ์หรืองานเรียงพิมพ์ มันได้กลายมาเป็นเนื้อหาจำลองมาตรฐานของธุรกิจดังกล่าวมาตั้งแต่ศตวรรษที่ 16 เมื่อเครื่องพิมพ์โนเนมเครื่องหนึ่งนำรางตัวพิมพ์มาสลับสับตำแหน่งตัวอักษรเพื่อทำหนังสือตัวอย่าง Lorem Ipsum อยู่ยงคงกระพันมาไม่ใช่แค่เพียงห้าศตวรรษ แต่อยู่มาจนถึงยุคที่พลิกโฉมเข้าสู่งานเรียงพิมพ์ด้วยวิธีทางอิเล็กทรอนิกส์ และยังคงสภาพเดิมไว้อย่างไม่มีการเปลี่ยนแปลง มันได้รับความนิยมมากขึ้นในยุค ค.ศ. 1960 เมื่อแผ่น Letraset วางจำหน่ายโดยมีข้อความบนนั้นเป็น Lorem Ipsum และล่าสุดกว่านั้น คือเมื่อซอฟท์แวร์การทำสื่อสิ่งพิมพ์ (Desktop Publishing) อย่าง Aldus PageMaker ได้รวมเอา Lorem Ipsum เวอร์ชั่นต่างๆ เข้าไว้ในซอฟท์แวร์ด้วย\",\n                        \"short_desc_lang4\": \"Lorem Ipsum คือ เนื้อหาจำลองแบบเรียบๆ ที่ใช้กันในธุรกิจงานพิมพ์หรืองานเรียงพิมพ์ มันได้กลายมาเป็นเนื้อหาจำลองมาตรฐานของธุรกิจดังกล่าวมาตั้งแต่ศตวรรษที่ 16 เมื่อเครื่องพิมพ์โนเนมเครื่องหนึ่งนำรางตัวพิมพ์มาสลับสับตำแหน่งตัวอักษรเพื่อทำหนังสือตัวอย่าง Lorem Ipsum อยู่ยงคงกระพันมาไม่ใช่แค่เพียงห้าศตวรรษ แต่อยู่มาจนถึงยุคที่พลิกโฉมเข้าสู่งานเรียงพิมพ์ด้วยวิธีทางอิเล็กทรอนิกส์ และยังคงสภาพเดิมไว้อย่างไม่มีการเปลี่ยนแปลง มันได้รับความนิยมมากขึ้นในยุค ค.ศ. 1960 เมื่อแผ่น Letraset วางจำหน่ายโดยมีข้อความบนนั้นเป็น Lorem Ipsum และล่าสุดกว่านั้น คือเมื่อซอฟท์แวร์การทำสื่อสิ่งพิมพ์ (Desktop Publishing) อย่าง Aldus PageMaker ได้รวมเอา Lorem Ipsum เวอร์ชั่นต่างๆ เข้าไว้ในซอฟท์แวร์ด้วย\",\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 1000,\n                        \"price4\": null,\n                        \"price3\": null,\n                        \"price2\": null,\n                        \"price1\": null,\n                        \"price\": 20,\n                        \"temp_price\": null,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 0,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-08-03T09:54:33.000Z\",\n                        \"updated_date\": \"2021-08-03T09:54:33.000Z\",\n                        \"created_by\": \"Lazada\",\n                        \"updated_by\": \"Lazada\",\n                        \"sku\": \"sakura01\",\n                        \"size_width\": 10,\n                        \"size_length\": 10,\n                        \"size_height\": 20,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": 0,\n                        \"group_id\": \"b76a59c3-2a2d-418d-a6d7-b9abeb6855df\",\n                        \"uuid\": null,\n                        \"properties_main\": 1,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"system\",\n                        \"transaction_ref\": null,\n                        \"qty\": 1\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 32,\n            \"title\": \"แถมเมื่อซื้อ 500฿ ขึ้นไป\",\n            \"startdate\": \"2021-08-24 00:00:00\",\n            \"enddate\": \"2021-09-24 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"reaches\",\n            \"value\": 500,\n            \"value_type\": \"value\",\n            \"condition_apply_type\": \"all\",\n            \"ignore_item\": 0,\n            \"is_limit\": 0,\n            \"limit_value\": 0,\n            \"free_item_type\": \"custom\",\n            \"use\": 51,\n            \"created_at\": \"2021-08-24 09:57:10\",\n            \"updated_at\": \"2021-09-21 17:50:25\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [],\n                \"count\": 0\n            },\n            \"free_item\": {\n                \"data\": [\n                    {\n                        \"id\": 880,\n                        \"buy_limit\": 0,\n                        \"cate_id\": 2,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"title_lang2\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"title_lang3\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"title_lang4\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"SKU-BOOK-P2-01\",\n                        \"permalink_lang2\": \"SKU-BOOK-P2-01\",\n                        \"permalink_lang3\": \"SKU-BOOK-P2-01\",\n                        \"permalink_lang4\": \"SKU-BOOK-P2-01\",\n                        \"feature_img\": \"/upload-img/ket-accounting-group/products/pd-set-02.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"short_desc_lang2\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"short_desc_lang3\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"short_desc_lang4\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 10,\n                        \"price4\": null,\n                        \"price3\": null,\n                        \"price2\": null,\n                        \"price1\": null,\n                        \"price\": 90,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 980,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-03-22T02:50:30.000Z\",\n                        \"updated_date\": \"2021-09-21T10:50:25.000Z\",\n                        \"created_by\": null,\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"SKU-BOOK-P2-01\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": null,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"-\",\n                        \"activity_type\": \"OrderLink\",\n                        \"transaction_ref\": \"51096872-2eb4-40c3-a994-b18fed08f45e\",\n                        \"qty\": 1\n                    }\n                ],\n                \"count\": 1\n            }\n        },\n        {\n            \"id\": 31,\n            \"title\": \"Buy 2 Get 1 | m-test\",\n            \"startdate\": \"2021-08-23 00:00:00\",\n            \"enddate\": \"2021-09-23 00:00:00\",\n            \"status\": 1,\n            \"condition\": \"every\",\n            \"value\": 2,\n            \"value_type\": \"quantity\",\n            \"condition_apply_type\": \"custom\",\n            \"ignore_item\": 0,\n            \"is_limit\": 1,\n            \"limit_value\": 1,\n            \"free_item_type\": \"own_product\",\n            \"use\": 15,\n            \"created_at\": \"2021-08-24 09:28:03\",\n            \"updated_at\": \"2021-09-07 10:29:12\",\n            \"created_by\": \"mint_webmaster\",\n            \"updated_by\": \"mint_webmaster\",\n            \"out_stock1\": 0,\n            \"out_stock2\": 0,\n            \"out_stock3\": 0,\n            \"out_stock4\": 0,\n            \"free_item_out_stock\": 0,\n            \"condition_apply_to\": {\n                \"data\": [\n                    {\n                        \"id\": 880,\n                        \"buy_limit\": 0,\n                        \"cate_id\": 2,\n                        \"barcode\": null,\n                        \"barcode_format\": \"EAN13\",\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"title_lang2\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"title_lang3\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"title_lang4\": \"KET-TEST-IMPORT-Prop2-01\",\n                        \"status\": 1,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"SKU-BOOK-P2-01\",\n                        \"permalink_lang2\": \"SKU-BOOK-P2-01\",\n                        \"permalink_lang3\": \"SKU-BOOK-P2-01\",\n                        \"permalink_lang4\": \"SKU-BOOK-P2-01\",\n                        \"feature_img\": \"/upload-img/ket-accounting-group/products/pd-set-02.png\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": \"[]\",\n                        \"short_desc_lang1\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"short_desc_lang2\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"short_desc_lang3\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"short_desc_lang4\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\nRIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 10,\n                        \"price4\": null,\n                        \"price3\": null,\n                        \"price2\": null,\n                        \"price1\": null,\n                        \"price\": 90,\n                        \"temp_price\": 0,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 980,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-03-22T02:50:30.000Z\",\n                        \"updated_date\": \"2021-09-21T10:50:25.000Z\",\n                        \"created_by\": null,\n                        \"updated_by\": \"admin\",\n                        \"sku\": \"SKU-BOOK-P2-01\",\n                        \"size_width\": 45,\n                        \"size_length\": 55,\n                        \"size_height\": 40,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": null,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"-\",\n                        \"activity_type\": \"OrderLink\",\n                        \"transaction_ref\": \"51096872-2eb4-40c3-a994-b18fed08f45e\"\n                    },\n                    {\n                        \"id\": 879,\n                        \"buy_limit\": 0,\n                        \"cate_id\": 2,\n                        \"barcode\": null,\n                        \"barcode_format\": null,\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"KET-TEST-IMPORT-0336985\",\n                        \"title_lang2\": \"KET-TEST-IMPORT-0336985\",\n                        \"title_lang3\": \"KET-TEST-IMPORT-0336985\",\n                        \"title_lang4\": \"KET-TEST-IMPORT-0336985\",\n                        \"status\": 0,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"SKU-BOOK-02\",\n                        \"permalink_lang2\": \"SKU-BOOK-02\",\n                        \"permalink_lang3\": \"SKU-BOOK-02\",\n                        \"permalink_lang4\": \"SKU-BOOK-02\",\n                        \"feature_img\": \"https://cf.shopee.co.th/file/0fb22d6edaeed8426e2c208b181f5d10\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": null,\n                        \"short_desc_lang1\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\n\",\n                        \"short_desc_lang2\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\n\",\n                        \"short_desc_lang3\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\n\",\n                        \"short_desc_lang4\": \"เจนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (\\\"ริ-เว-ร่า\\\")\\nRIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO™ ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่า\\nความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!\\n\",\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 10,\n                        \"price4\": null,\n                        \"price3\": null,\n                        \"price2\": null,\n                        \"price1\": null,\n                        \"price\": 90,\n                        \"temp_price\": null,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 1,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-03-22T02:50:30.000Z\",\n                        \"updated_date\": \"2021-08-30T17:00:09.000Z\",\n                        \"created_by\": null,\n                        \"updated_by\": \"mint_webmaster\",\n                        \"sku\": \"SKU-BOOK-02\",\n                        \"size_width\": null,\n                        \"size_length\": null,\n                        \"size_height\": null,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"system\",\n                        \"activity_type\": \"Cancel Order\",\n                        \"transaction_ref\": \"11f6c89f-3d68-406c-9e98-b64e0c2b551f\"\n                    },\n                    {\n                        \"id\": 870,\n                        \"buy_limit\": 0,\n                        \"cate_id\": 2,\n                        \"barcode\": null,\n                        \"barcode_format\": null,\n                        \"group\": null,\n                        \"prop_enable\": 0,\n                        \"title_lang1\": \"หนังสือรับรองหักภาษี ณ ที่จ่าย\",\n                        \"title_lang2\": \"หนังสือรับรองหักภาษี ณ ที่จ่าย\",\n                        \"title_lang3\": \"หนังสือรับรองหักภาษี ณ ที่จ่าย\",\n                        \"title_lang4\": \"หนังสือรับรองหักภาษี ณ ที่จ่าย\",\n                        \"status\": 0,\n                        \"hilight\": 0,\n                        \"permalink\": null,\n                        \"permalink_lang1\": \"pd-bf-01\",\n                        \"permalink_lang2\": \"pd-bf-01\",\n                        \"permalink_lang3\": \"pd-bf-01\",\n                        \"permalink_lang4\": \"pd-bf-01\",\n                        \"feature_img\": \"https://cf.shopee.co.th/file/ed5126ab97ad443f8ad2c67b438ee89b\",\n                        \"feature_img_font\": null,\n                        \"image_gallery\": null,\n                        \"short_desc_lang1\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus et leo lacus. Nam vehicula orci id rutrum convallis. Donec tristique diam et facilisis lacinia. Sed vestibulum iaculis lectus, vitae fermentum justo finibus et. Etiam non sapien efficitur, fringilla enim finibus, mattis lacus.\",\n                        \"short_desc_lang2\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus et leo lacus. Nam vehicula orci id rutrum convallis. Donec tristique diam et facilisis lacinia. Sed vestibulum iaculis lectus, vitae fermentum justo finibus et. Etiam non sapien efficitur, fringilla enim finibus, mattis lacus.\",\n                        \"short_desc_lang3\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus et leo lacus. Nam vehicula orci id rutrum convallis. Donec tristique diam et facilisis lacinia. Sed vestibulum iaculis lectus, vitae fermentum justo finibus et. Etiam non sapien efficitur, fringilla enim finibus, mattis lacus.\",\n                        \"short_desc_lang4\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus et leo lacus. Nam vehicula orci id rutrum convallis. Donec tristique diam et facilisis lacinia. Sed vestibulum iaculis lectus, vitae fermentum justo finibus et. Etiam non sapien efficitur, fringilla enim finibus, mattis lacus.\",\n                        \"product_desc_lang1\": null,\n                        \"product_desc_lang2\": null,\n                        \"product_desc_lang3\": null,\n                        \"product_desc_lang4\": null,\n                        \"dynamic\": null,\n                        \"weight\": 1000,\n                        \"price4\": null,\n                        \"price3\": null,\n                        \"price2\": null,\n                        \"price1\": null,\n                        \"price\": 79,\n                        \"temp_price\": null,\n                        \"cost_price\": 0,\n                        \"unit\": null,\n                        \"max\": null,\n                        \"mix\": null,\n                        \"instock\": 10,\n                        \"picture1\": null,\n                        \"picture2\": null,\n                        \"picture3\": null,\n                        \"options\": \"[]\",\n                        \"created_date\": \"2021-03-22T02:50:28.000Z\",\n                        \"updated_date\": \"2021-08-23T11:20:05.000Z\",\n                        \"created_by\": null,\n                        \"updated_by\": \"mint_webmaster\",\n                        \"sku\": \"pd-bf-01\",\n                        \"size_width\": null,\n                        \"size_length\": null,\n                        \"size_height\": null,\n                        \"property_info\": null,\n                        \"properties_desc\": null,\n                        \"properties_sort\": 0,\n                        \"properties_desc2\": null,\n                        \"property_info2\": null,\n                        \"properties_sort2\": null,\n                        \"group_id\": null,\n                        \"uuid\": null,\n                        \"properties_main\": 0,\n                        \"seo_title_lang1\": null,\n                        \"seo_title_lang2\": null,\n                        \"seo_title_lang3\": null,\n                        \"seo_title_lang4\": null,\n                        \"activity_by\": \"mint_webmaster\",\n                        \"activity_type\": \"Update\",\n                        \"transaction_ref\": null\n                    }\n                ],\n                \"count\": 3\n            },\n            \"free_item\": {\n                \"data\": [],\n                \"count\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"6749d4ac-ae20-463d-82ea-12fb59d13315"},{"name":"Create  Promotion Free Item","id":"a2056de3-1112-408a-a285-6d161fc28350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"title\": \"Free Item Sample 1\",\n        \"startdate\": \"2021-10-26\",\n        \"enddate\": \"2021-11-26\",\n        \"status\": false,\n        \"condition\": \"reaches\",\n        \"value\": 2,\n        \"value_type\": \"quantity\",\n        \"condition_apply_type\": \"custom\",\n        \"free_item_type\": \"own_product\",\n        \"ignore_item\": false,\n        \"is_limit\": false,\n        \"limit_value\": 0\n    },\n    \"free_product\": [],\n    \"apply_to_product\": [\n        {\n            \"id\": 1033,\n            \"sku\": \"nalinfa-01-l\",\n            \"group_id\": \"5d55ac6f-d5f0-4a36-9750-d0cc4f6b0a8f\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 35,\n            \"hilight\": 1,\n            \"permalink_lang1\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang2\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang3\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang4\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"weight\": 700,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 2090,\n            \"price1\": 2090,\n            \"price2\": 2090,\n            \"price3\": 2090,\n            \"price4\": 2090,\n            \"instock\": 40,\n            \"title_lang1\": \"CANDY Pistachio Pie\",\n            \"title_lang2\": \"CANDY Pistachio Pie\",\n            \"title_lang3\": \"CANDY Pistachio Pie\",\n            \"title_lang4\": \"CANDY Pistachio Pie\",\n            \"short_desc_lang1\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang2\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/nalinfa/A7C00254.jpg\",\n            \"created_date\": \"2021-10-21 14:26:18\",\n            \"updated_date\": \"2021-10-21 14:47:43\",\n            \"group\": \"เดรส\",\n            \"prop_enable\": 1,\n            \"properties_desc\": \"Size\",\n            \"properties_desc2\": null,\n            \"property_info\": \"L\",\n            \"property_info2\": null,\n            \"properties_sort\": 3,\n            \"properties_sort2\": null,\n            \"size_width\": 20,\n            \"size_length\": 40,\n            \"size_height\": 1,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้หญิง,ชุดเดรส-และ-เสื้อทูนิค\",\n            \"catname_lang2\": \"Women,\",\n            \"catname_lang3\": \"pWOMEN日本の,\",\n            \"catname_lang4\": \"pWOMEN中文,\",\n            \"qty\": 1,\n            \"selected\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/createPromotionFreeItem","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>ข้อมูลเกี่ยวกับโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.title</td>\n<td>String</td>\n<td>ชื่อโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.startdate</td>\n<td>String</td>\n<td>วันที่เริ่มเปิดโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.enddate</td>\n<td>String</td>\n<td>วันหมดอายุโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>Boolean</td>\n<td>สถานะการใช้งานโปรโมชั่น <ul><li>true: เปิดใช้งาน</li><li>false: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>data.condition</td>\n<td>String</td>\n<td>ประเภทเงื่อนไข <ul><li>reaches: แถมเมื่อซื้อตั้งแต่ x ขึ้น...</li>every: แถมเมื่อซื้อทุกๆ x<li></li></ul></td>\n</tr>\n<tr>\n<td>data.free_item_type</td>\n<td>String</td>\n<td>ประเภทสินค้าแถม <ul><li>custom: สินค้าแถมกำหนดเอง</li><li>own_product: แถม SKU ตัวมันเอง</li></ul></td>\n</tr>\n<tr>\n<td>data.ignore_item</td>\n<td>Boolean</td>\n<td>รูปแบบของรายการสินค้าที่เกี่ยวกับโปรโมชั่น <ul><li>true: รายการสินค้าที่ส่งไป เป็นรายการยกเว้น</li><li>false: รายการสินค้าที่ส่งไป คือ สินค้าร่วมรายการ</li></ul></td>\n</tr>\n<tr>\n<td>data.is_limit</td>\n<td>Boolean</td>\n<td>ในกรณี data.condition = every <ul><li>true: จำกัดชุดของแถม</li><li>false: ไม่จำกัดชุดของแถม</li></ul></td>\n</tr>\n<tr>\n<td>data.limit_value</td>\n<td>Number</td>\n<td>ในกรณี data.is_limit = true ตัวเลขที่กำหนดคือชุดของแถมที่จำกัด</td>\n</tr>\n<tr>\n<td>free_product</td>\n<td>Array Object</td>\n<td>ในกรณี data.free_item_type = custom  ให้ใส่สินค้าที่เป็นของแถม  ถ้า data.free_item_type = own_product  ให้ใส่อาเรย์เปล่า</td>\n</tr>\n<tr>\n<td>apply_to_product</td>\n<td>Array Object</td>\n<td>รายการสินค้าที่กี่ยวข้องกับโปรโมชั่น ถ้า data.ignore_item = true นี่คือสินค้าที่ละเว้น  แต่ถ้า data.ignore_item = false นี่สินค้าที่ร่วมรายการ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","createPromotionFreeItem"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"78c97fda-8d9c-489b-bf5e-e0aa56a3459c","name":"Create  Promotion Free Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"title\": \"Free Item Sample 1\",\n        \"startdate\": \"2021-10-26\",\n        \"enddate\": \"2021-11-26\",\n        \"status\": false,\n        \"condition\": \"reaches\",\n        \"value\": 2,\n        \"value_type\": \"quantity\",\n        \"condition_apply_type\": \"custom\",\n        \"free_item_type\": \"own_product\",\n        \"ignore_item\": false,\n        \"is_limit\": false,\n        \"limit_value\": 0\n    },\n    \"free_product\": [],\n    \"apply_to_product\": [\n        {\n            \"id\": 1033,\n            \"sku\": \"nalinfa-01-l\",\n            \"group_id\": \"5d55ac6f-d5f0-4a36-9750-d0cc4f6b0a8f\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 35,\n            \"hilight\": 1,\n            \"permalink_lang1\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang2\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang3\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang4\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"weight\": 700,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 2090,\n            \"price1\": 2090,\n            \"price2\": 2090,\n            \"price3\": 2090,\n            \"price4\": 2090,\n            \"instock\": 40,\n            \"title_lang1\": \"CANDY Pistachio Pie\",\n            \"title_lang2\": \"CANDY Pistachio Pie\",\n            \"title_lang3\": \"CANDY Pistachio Pie\",\n            \"title_lang4\": \"CANDY Pistachio Pie\",\n            \"short_desc_lang1\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang2\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/nalinfa/A7C00254.jpg\",\n            \"created_date\": \"2021-10-21 14:26:18\",\n            \"updated_date\": \"2021-10-21 14:47:43\",\n            \"group\": \"เดรส\",\n            \"prop_enable\": 1,\n            \"properties_desc\": \"Size\",\n            \"properties_desc2\": null,\n            \"property_info\": \"L\",\n            \"property_info2\": null,\n            \"properties_sort\": 3,\n            \"properties_sort2\": null,\n            \"size_width\": 20,\n            \"size_length\": 40,\n            \"size_height\": 1,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้หญิง,ชุดเดรส-และ-เสื้อทูนิค\",\n            \"catname_lang2\": \"Women,\",\n            \"catname_lang3\": \"pWOMEN日本の,\",\n            \"catname_lang4\": \"pWOMEN中文,\",\n            \"qty\": 1,\n            \"selected\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/createPromotionFreeItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 08:39:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"e922ca95-58c8-47cc-8482-19ecbf79f3f5"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"ecf-XpDdTGt7hLF0u6BChfSzqWLzby8\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"title\": \"Free Item Sample\",\n        \"startdate\": \"2021-10-26\",\n        \"enddate\": \"2021-11-26\",\n        \"status\": 0,\n        \"condition\": \"reaches\",\n        \"use_with_other_deal\": false,\n        \"value\": 2,\n        \"value_type\": \"quantity\",\n        \"condition_apply_type\": \"custom\",\n        \"free_item_type\": \"own_product\",\n        \"ignore_item\": 0,\n        \"is_limit\": 0,\n        \"limit_value\": 0\n    },\n    \"free_product\": [],\n    \"apply_to_product\": [\n        {\n            \"id\": 1033,\n            \"sku\": \"nalinfa-01-l\",\n            \"group_id\": \"5d55ac6f-d5f0-4a36-9750-d0cc4f6b0a8f\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 35,\n            \"hilight\": 1,\n            \"permalink_lang1\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang2\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang3\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang4\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"weight\": 700,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 2090,\n            \"price1\": 2090,\n            \"price2\": 2090,\n            \"price3\": 2090,\n            \"price4\": 2090,\n            \"instock\": 40,\n            \"title_lang1\": \"CANDY Pistachio Pie\",\n            \"title_lang2\": \"CANDY Pistachio Pie\",\n            \"title_lang3\": \"CANDY Pistachio Pie\",\n            \"title_lang4\": \"CANDY Pistachio Pie\",\n            \"short_desc_lang1\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang2\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/nalinfa/A7C00254.jpg\",\n            \"created_date\": \"2021-10-21 14:26:18\",\n            \"updated_date\": \"2021-10-21 14:47:43\",\n            \"group\": \"เดรส\",\n            \"prop_enable\": 1,\n            \"properties_desc\": \"Size\",\n            \"properties_desc2\": null,\n            \"property_info\": \"L\",\n            \"property_info2\": null,\n            \"properties_sort\": 3,\n            \"properties_sort2\": null,\n            \"size_width\": 20,\n            \"size_length\": 40,\n            \"size_height\": 1,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้หญิง,ชุดเดรส-และ-เสื้อทูนิค\",\n            \"catname_lang2\": \"Women,\",\n            \"catname_lang3\": \"pWOMEN日本の,\",\n            \"catname_lang4\": \"pWOMEN中文,\",\n            \"qty\": 1,\n            \"selected\": true\n        }\n    ]\n}"}],"_postman_id":"a2056de3-1112-408a-a285-6d161fc28350"},{"name":"Get Promotion Free Item By ID","id":"4de19e5e-a142-41fb-b5b9-418dab4dc0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/promotionFreeItem/:id","urlObject":{"protocol":"https","path":["api","v1","promotion","promotionFreeItem",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของโปรโมชั่น ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<promotion_free_item_id>","key":"id"}]}},"response":[{"id":"5baf4a8f-abdd-47ae-be90-b5add3a518a6","name":"Get Promotion Free Item","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/promotionFreeItem/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","promotionFreeItem",":id"],"variable":[{"key":"id","value":"<promotion_free_item_id>","description":"ไอดีของโปรโมชั่น ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 09:56:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"f6c15e81-d948-45f3-aefe-920faff702a6"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"1245-Mi/zzyY7SxEd+rNrAveDZIKrcKo\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 45,\n        \"title\": \"Free Item Sample\",\n        \"startdate\": \"2021-10-26 00:00:00\",\n        \"enddate\": \"2021-11-26 00:00:00\",\n        \"status\": 0,\n        \"condition\": \"reaches\",\n        \"value\": 2,\n        \"value_type\": \"quantity\",\n        \"condition_apply_type\": \"custom\",\n        \"ignore_item\": 0,\n        \"is_limit\": 0,\n        \"limit_value\": 0,\n        \"free_item_type\": \"own_product\",\n        \"use\": 0,\n        \"created_at\": \"2021-10-26 15:39:21\",\n        \"updated_at\": \"2021-10-26 15:39:21\",\n        \"created_by\": \"admin\",\n        \"updated_by\": \"admin\"\n    },\n    \"free_product\": [],\n    \"apply_to_product\": [\n        {\n            \"id\": 1033,\n            \"buy_limit\": 0,\n            \"cate_id\": 35,\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"group\": \"เดรส\",\n            \"prop_enable\": 1,\n            \"title_lang1\": \"CANDY Pistachio Pie\",\n            \"title_lang2\": \"CANDY Pistachio Pie\",\n            \"title_lang3\": \"CANDY Pistachio Pie\",\n            \"title_lang4\": \"CANDY Pistachio Pie\",\n            \"status\": 1,\n            \"hilight\": 1,\n            \"permalink\": null,\n            \"permalink_lang1\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang2\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang3\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang4\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"feature_img\": \"/upload-img/nalinfa/A7C00254.jpg\",\n            \"feature_img_font\": null,\n            \"image_gallery\": \"[{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00260.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00238_B5Ve7rI.jpg\\\",\\\"width\\\":\\\"1066\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00234.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00218.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00237.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"}]\",\n            \"short_desc_lang1\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang2\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"product_desc_lang1\": null,\n            \"product_desc_lang2\": null,\n            \"product_desc_lang3\": null,\n            \"product_desc_lang4\": null,\n            \"dynamic\": null,\n            \"weight\": 700,\n            \"price4\": 2090,\n            \"price3\": 2090,\n            \"price2\": 2090,\n            \"price1\": 2090,\n            \"price\": 2090,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"unit\": null,\n            \"max\": null,\n            \"mix\": null,\n            \"instock\": 40,\n            \"picture1\": null,\n            \"picture2\": null,\n            \"picture3\": null,\n            \"options\": \"[]\",\n            \"created_date\": \"2021-10-21T07:26:18.000Z\",\n            \"updated_date\": \"2021-10-21T07:47:43.000Z\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"sku\": \"nalinfa-01-l\",\n            \"size_width\": 20,\n            \"size_length\": 40,\n            \"size_height\": 1,\n            \"property_info\": \"L\",\n            \"properties_desc\": \"Size\",\n            \"properties_sort\": 3,\n            \"properties_desc2\": null,\n            \"property_info2\": null,\n            \"properties_sort2\": null,\n            \"group_id\": \"5d55ac6f-d5f0-4a36-9750-d0cc4f6b0a8f\",\n            \"uuid\": null,\n            \"properties_main\": 0,\n            \"seo_title_lang1\": \"CANDY Pistachio Pie\",\n            \"seo_title_lang2\": \"CANDY Pistachio Pie\",\n            \"seo_title_lang3\": null,\n            \"seo_title_lang4\": null,\n            \"activity_by\": \"admin\",\n            \"activity_type\": \"Create\",\n            \"transaction_ref\": null\n        }\n    ]\n}"}],"_postman_id":"4de19e5e-a142-41fb-b5b9-418dab4dc0bb"},{"name":"Update Promotion Free Item","id":"42a19ba9-e015-4544-9109-792618bcf843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 44,\n    \"data\": {\n        \"title\": \"Free Item\",\n        \"startdate\": \"2021-10-26 00:00:00\",\n        \"enddate\": \"2021-11-26 00:00:00\",\n        \"status\": false,\n        \"condition\": \"reaches\",\n        \"value\": 2,\n        \"value_type\": \"quantity\",\n        \"condition_apply_type\": \"custom\",\n        \"ignore_item\": false,\n        \"is_limit\": false,\n        \"limit_value\": 0,\n        \"free_item_type\": \"own_product\"\n    },\n    \"free_product\": [],\n    \"apply_to_product\": [\n        {\n            \"id\": 1033,\n            \"buy_limit\": 0,\n            \"cate_id\": 35,\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"group\": \"เดรส\",\n            \"prop_enable\": 1,\n            \"title_lang1\": \"CANDY Pistachio Pie\",\n            \"title_lang2\": \"CANDY Pistachio Pie\",\n            \"title_lang3\": \"CANDY Pistachio Pie\",\n            \"title_lang4\": \"CANDY Pistachio Pie\",\n            \"status\": 1,\n            \"hilight\": 1,\n            \"permalink\": null,\n            \"permalink_lang1\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang2\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang3\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang4\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"feature_img\": \"/upload-img/nalinfa/A7C00254.jpg\",\n            \"feature_img_font\": null,\n            \"image_gallery\": \"[{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00260.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00238_B5Ve7rI.jpg\\\",\\\"width\\\":\\\"1066\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00234.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00218.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00237.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"}]\",\n            \"short_desc_lang1\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang2\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"product_desc_lang1\": null,\n            \"product_desc_lang2\": null,\n            \"product_desc_lang3\": null,\n            \"product_desc_lang4\": null,\n            \"dynamic\": null,\n            \"weight\": 700,\n            \"price4\": 2090,\n            \"price3\": 2090,\n            \"price2\": 2090,\n            \"price1\": 2090,\n            \"price\": 2090,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"unit\": null,\n            \"max\": null,\n            \"mix\": null,\n            \"instock\": 40,\n            \"picture1\": null,\n            \"picture2\": null,\n            \"picture3\": null,\n            \"options\": \"[]\",\n            \"created_date\": \"2021-10-21T07:26:18.000Z\",\n            \"updated_date\": \"2021-10-21T07:47:43.000Z\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"sku\": \"nalinfa-01-l\",\n            \"size_width\": 20,\n            \"size_length\": 40,\n            \"size_height\": 1,\n            \"property_info\": \"L\",\n            \"properties_desc\": \"Size\",\n            \"properties_sort\": 3,\n            \"properties_desc2\": null,\n            \"property_info2\": null,\n            \"properties_sort2\": null,\n            \"group_id\": \"5d55ac6f-d5f0-4a36-9750-d0cc4f6b0a8f\",\n            \"uuid\": null,\n            \"properties_main\": 0,\n            \"seo_title_lang1\": \"CANDY Pistachio Pie\",\n            \"seo_title_lang2\": \"CANDY Pistachio Pie\",\n            \"seo_title_lang3\": null,\n            \"seo_title_lang4\": null,\n            \"activity_by\": \"admin\",\n            \"activity_type\": \"Create\",\n            \"transaction_ref\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/updatePromotionFreeItem","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>ไอดีของโปรโมชั่น ได้จากตอนสร้างโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>ข้อมูลเกี่ยวกับโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.title</td>\n<td>String</td>\n<td>ชื่อโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.startdate</td>\n<td>String</td>\n<td>วันที่เริ่มเปิดโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.enddate</td>\n<td>String</td>\n<td>วันหมดอายุโปรโมชั่น</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>Boolean</td>\n<td>สถานะการใช้งานโปรโมชั่น <ul><li>true: เปิดใช้งาน</li><li>false: ไม่เปิดใช้งาน</li></ul></td>\n</tr>\n<tr>\n<td>data.condition</td>\n<td>String</td>\n<td>ประเภทเงื่อนไข <ul><li>reaches: แถมเมื่อซื้อตั้งแต่ x ขึ้น...</li>every: แถมเมื่อซื้อทุกๆ x<li></li></ul></td>\n</tr>\n<tr>\n<td>data.free_item_type</td>\n<td>String</td>\n<td>ประเภทสินค้าแถม <ul><li>custom: สินค้าแถมกำหนดเอง</li><li>own_product: แถม SKU ตัวมันเอง</li></ul></td>\n</tr>\n<tr>\n<td>data.ignore_item</td>\n<td>Boolean</td>\n<td>รูปแบบของรายการสินค้าที่เกี่ยวกับโปรโมชั่น <ul><li>true: รายการสินค้าที่ส่งไป เป็นรายการยกเว้น</li><li>false: รายการสินค้าที่ส่งไป คือ สินค้าร่วมรายการ</li></ul></td>\n</tr>\n<tr>\n<td>data.is_limit</td>\n<td>Boolean</td>\n<td>ในกรณี data.condition = every <ul><li>true: จำกัดชุดของแถม</li><li>false: ไม่จำกัดชุดของแถม</li></ul></td>\n</tr>\n<tr>\n<td>data.limit_value</td>\n<td>Number</td>\n<td>ในกรณี data.is_limit = true ตัวเลขที่กำหนดคือชุดของแถมที่จำกัด</td>\n</tr>\n<tr>\n<td>free_product</td>\n<td>Array Object</td>\n<td>ในกรณี data.free_item_type = custom  ให้ใส่สินค้าที่เป็นของแถม  ถ้า data.free_item_type = own_product  ให้ใส่อาเรย์เปล่า</td>\n</tr>\n<tr>\n<td>apply_to_product</td>\n<td>Array Object</td>\n<td>รายการสินค้าที่กี่ยวข้องกับโปรโมชั่น ถ้า data.ignore_item = true นี่คือสินค้าที่ละเว้น  แต่ถ้า data.ignore_item = false นี่สินค้าที่ร่วมรายการ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","updatePromotionFreeItem"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"e1b76eb8-4783-45cc-8e44-f79bebe655d5","name":"Update Promotion Free Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 44,\n    \"data\": {\n        \"title\": \"Free Item\",\n        \"startdate\": \"2021-10-26 00:00:00\",\n        \"enddate\": \"2021-11-26 00:00:00\",\n        \"status\": false,\n        \"condition\": \"reaches\",\n        \"value\": 2,\n        \"value_type\": \"quantity\",\n        \"condition_apply_type\": \"custom\",\n        \"ignore_item\": false,\n        \"is_limit\": false,\n        \"limit_value\": 0,\n        \"free_item_type\": \"own_product\"\n    },\n    \"free_product\": [],\n    \"apply_to_product\": [\n        {\n            \"id\": 1033,\n            \"buy_limit\": 0,\n            \"cate_id\": 35,\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"group\": \"เดรส\",\n            \"prop_enable\": 1,\n            \"title_lang1\": \"CANDY Pistachio Pie\",\n            \"title_lang2\": \"CANDY Pistachio Pie\",\n            \"title_lang3\": \"CANDY Pistachio Pie\",\n            \"title_lang4\": \"CANDY Pistachio Pie\",\n            \"status\": 1,\n            \"hilight\": 1,\n            \"permalink\": null,\n            \"permalink_lang1\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang2\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang3\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"permalink_lang4\": \"CANDY-Pistachio-Pie-nalinfa-01-ss-nalinfa-01-l\",\n            \"feature_img\": \"/upload-img/nalinfa/A7C00254.jpg\",\n            \"feature_img_font\": null,\n            \"image_gallery\": \"[{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00260.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00238_B5Ve7rI.jpg\\\",\\\"width\\\":\\\"1066\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00234.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00218.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"},{\\\"path\\\":\\\"/upload-img/nalinfa/A7C00237.jpg\\\",\\\"width\\\":\\\"1067\\\",\\\"height\\\":\\\"1600\\\"}]\",\n            \"short_desc_lang1\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang2\": \"<p>เดรสสีเขียว ลุคคุณหนู กระโปรงยาว<br><br></p><p>เนื้อผ้าชีฟองเกรดพรีเมียมสีเขียวหม่นพิมพ์ลายดอกไม้ ผ้าดีมากๆ นิ่มๆ พลิ้วๆ<br>ดีไซน์แขนน่ารักๆ กระโปรงทรงย้วยยาว รูดช่วงเอวนิดๆ ออกมาให้ลุคคุณหนูน่ารักมากๆ ค่ะ</p><p>ใช้ซับในเนื้อดี มีซิปซ่อนด้านหลัง</p><p><br></p><p>ขนาดชุด (หน่วยเป็นนิ้ว)<br>อก / เอว / ความยาว (นิ้ว)</p><p>SSS: 31 / 25 / 43</p><p>SS: 32 / 26 / 43</p><p>S: 34 / 28 / 43</p><p>M: 36 / 30 / 43</p><p>L: 38 / 32 / 43</p><p>&nbsp;</p><p>? นางแบบ (น้องญดา) สูง 163 cm ใส่ไซส์ SSS ค่ะ</p>\",\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"product_desc_lang1\": null,\n            \"product_desc_lang2\": null,\n            \"product_desc_lang3\": null,\n            \"product_desc_lang4\": null,\n            \"dynamic\": null,\n            \"weight\": 700,\n            \"price4\": 2090,\n            \"price3\": 2090,\n            \"price2\": 2090,\n            \"price1\": 2090,\n            \"price\": 2090,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"unit\": null,\n            \"max\": null,\n            \"mix\": null,\n            \"instock\": 40,\n            \"picture1\": null,\n            \"picture2\": null,\n            \"picture3\": null,\n            \"options\": \"[]\",\n            \"created_date\": \"2021-10-21T07:26:18.000Z\",\n            \"updated_date\": \"2021-10-21T07:47:43.000Z\",\n            \"created_by\": \"admin\",\n            \"updated_by\": \"admin\",\n            \"sku\": \"nalinfa-01-l\",\n            \"size_width\": 20,\n            \"size_length\": 40,\n            \"size_height\": 1,\n            \"property_info\": \"L\",\n            \"properties_desc\": \"Size\",\n            \"properties_sort\": 3,\n            \"properties_desc2\": null,\n            \"property_info2\": null,\n            \"properties_sort2\": null,\n            \"group_id\": \"5d55ac6f-d5f0-4a36-9750-d0cc4f6b0a8f\",\n            \"uuid\": null,\n            \"properties_main\": 0,\n            \"seo_title_lang1\": \"CANDY Pistachio Pie\",\n            \"seo_title_lang2\": \"CANDY Pistachio Pie\",\n            \"seo_title_lang3\": null,\n            \"seo_title_lang4\": null,\n            \"activity_by\": \"admin\",\n            \"activity_type\": \"Create\",\n            \"transaction_ref\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/updatePromotionFreeItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 09:42:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"2bef8fa2-0db6-4a09-bfc7-ada5b5394b85"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"24-qL8Vz97T/afzOPK6nDwBWKRBQXc\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Complete\"\n}"}],"_postman_id":"42a19ba9-e015-4544-9109-792618bcf843"},{"name":"Delete Promotion Free Item","id":"0ea8162d-d58b-43e7-b274-12f7c2ea17a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://devapi.ketshoptest.com/api/v1/promotion/promotionFreeItem/:id","urlObject":{"protocol":"https","path":["api","v1","promotion","promotionFreeItem",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ใช้ไอดีของโปรโมชั่น ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<promotion_free_item_id>","key":"id"}]}},"response":[{"id":"495dabbf-2680-4c3b-8d66-cc5aec6b9c22","name":"Delete Promotion Free Item","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/promotionFreeItem/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","promotionFreeItem",":id"],"variable":[{"key":"id","value":"44","description":"ใช้ไอดีของโปรโมชั่น ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 09:49:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"48de2d3e-ee6e-463a-8d67-55832501ce81"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"21-zcMlOyFX3KtREhXJc9JRLg+TIa8\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"Complete\"\n}"}],"_postman_id":"0ea8162d-d58b-43e7-b274-12f7c2ea17a3"},{"name":"Promotion Report Overview","id":"be6f4f7c-bae0-4838-bbe2-7535ff926bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportOverview","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String, Number</td>\n<td>ไอดีของโปรโมชั่น คูปอง, เงื่อนไข และ ของแถม ขึ้นอยู่กับ property type ที่ส่งมา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล นับตั้งแต่วันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล ถึงวันที่ตามที่ระบุ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","reportOverview"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"7b444330-2330-4aff-b6ee-004ba3b32ff6","name":"Promotion Report Overview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportOverview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 07:37:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"a4b0bd9a-9447-418c-861a-ad5ab96a544e"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"65-2AdBCztgkzQ92OUK3hZt+aAbBQo\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"promotion_use\": 16,\n    \"customer_use\": 5,\n    \"order_total\": 17456.26,\n    \"order_qty\": 16,\n    \"avg_order_total\": 1091.02\n}"}],"_postman_id":"be6f4f7c-bae0-4838-bbe2-7535ff926bc6"},{"name":"Promotion Order Report Overview","id":"39eaabe1-b0c5-42f5-8fa9-5d9caf3f49e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportOverviewOrder","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String, Number</td>\n<td>ไอดีของโปรโมชั่น คูปอง, เงื่อนไข และ ของแถม ขึ้นอยู่กับ property type ที่ส่งมา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล นับตั้งแต่วันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล ถึงวันที่ตามที่ระบุ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","reportOverviewOrder"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"8f14df8d-e487-4521-b85e-215019fdb915","name":"Promotion Order Report Overview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportOverviewOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:42:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"1d3604d8-198c-43f8-bd51-2122c4f68b60"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"c3-hs+PyqxL9d8skigFVR1NSTaplkg\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"pending\": {\n        \"total\": 0,\n        \"qty\": 0\n    },\n    \"paid\": {\n        \"total\": 5980.76,\n        \"qty\": 3\n    },\n    \"prepare\": {\n        \"total\": 940.5,\n        \"qty\": 1\n    },\n    \"delivered\": {\n        \"total\": 0,\n        \"qty\": 0\n    },\n    \"complete\": {\n        \"total\": 0,\n        \"qty\": 0\n    },\n    \"cancel\": {\n        \"total\": 10535,\n        \"qty\": 12\n    }\n}"}],"_postman_id":"39eaabe1-b0c5-42f5-8fa9-5d9caf3f49e0"},{"name":"Promotion Customer Type Report","id":"f8913e6c-26ac-4729-9fbf-e0fa3ab140f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportCustomerType","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String, Number</td>\n<td>ไอดีของโปรโมชั่น คูปอง, เงื่อนไข และ ของแถม ขึ้นอยู่กับ property type ที่ส่งมา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล นับตั้งแต่วันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล ถึงวันที่ตามที่ระบุ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","reportCustomerType"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"0b57ccdf-e7fd-4f9a-adef-92efb278b55c","name":"Promotion Customer Type Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportCustomerType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:47:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"e4b06181-2dad-4287-a022-34ead0974094"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"c5-6dfFJ78NVSfbg3b046f8cH5PVHY\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"all\": {\n        \"type\": \"all\",\n        \"total\": 15555.26,\n        \"qty\": 14,\n        \"customer_use\": 4\n    },\n    \"guest\": {\n        \"type\": \"guest\",\n        \"total\": 535,\n        \"qty\": 1,\n        \"customer_use\": 1\n    },\n    \"member\": {\n        \"type\": \"member\",\n        \"total\": 15020.26,\n        \"qty\": 13,\n        \"customer_use\": 3\n    }\n}"}],"_postman_id":"f8913e6c-26ac-4729-9fbf-e0fa3ab140f3"},{"name":"Promotion Best Seller Report","id":"e0947ba4-8f94-4120-a1ca-1052d74fd7ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportBestSeller","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String, Number</td>\n<td>ไอดีของโปรโมชั่น คูปอง, เงื่อนไข และ ของแถม ขึ้นอยู่กับ property type ที่ส่งมา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล นับตั้งแต่วันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล ถึงวันที่ตามที่ระบุ</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","reportBestSeller"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"b9057f30-e2eb-4fb1-9b49-8ff3ea4b3fc0","name":"Promotion Best Seller Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/reportBestSeller"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:50:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"ce2538bc-0a9c-45f9-8f0d-eea857a77db7"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"4a9-33s+4UrN5hIczJ9nFKOZexo5qxE\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sku\": \"211004-0001\",\n        \"product_id\": 1022,\n        \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n        \"prop_enable\": 2,\n        \"properties_desc\": \"เลือกสี\",\n        \"property_info\": \"00 - ขาว\",\n        \"properties_desc2\": \"เลือกไซส์\",\n        \"property_info2\": \"S\",\n        \"qty\": 8,\n        \"price\": 7920\n    },\n    {\n        \"sku\": \"211004-0900\",\n        \"product_id\": 1025,\n        \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n        \"prop_enable\": 2,\n        \"properties_desc\": \"เลือกสี\",\n        \"property_info\": \"09 - ดำ\",\n        \"properties_desc2\": \"เลือกไซส์\",\n        \"property_info2\": \"S\",\n        \"qty\": 6,\n        \"price\": 5940\n    },\n    {\n        \"sku\": \"211004-0901\",\n        \"product_id\": 1026,\n        \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n        \"prop_enable\": 2,\n        \"properties_desc\": \"เลือกสี\",\n        \"property_info\": \"09 - ดำ\",\n        \"properties_desc2\": \"เลือกไซส์\",\n        \"property_info2\": \"M\",\n        \"qty\": 3,\n        \"price\": 2970\n    },\n    {\n        \"sku\": \"oooooooooo\",\n        \"product_id\": 1029,\n        \"title_lang1\": \"oooooooooo\",\n        \"prop_enable\": 0,\n        \"properties_desc\": null,\n        \"property_info\": null,\n        \"properties_desc2\": null,\n        \"property_info2\": null,\n        \"qty\": 2,\n        \"price\": 1000\n    }\n]"}],"_postman_id":"e0947ba4-8f94-4120-a1ca-1052d74fd7ae"},{"name":"Export Best Seller Report","id":"79eb1d24-33fb-40a0-a745-5aa91a3e458c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"type\": \"condition\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/exportBestseller","description":"<p>export ข้อมูล Best Seller เป็นไฟล์ excel</p>\n<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>ไอดีของโปรโมชั่นได้จากตอนสร้าง</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","exportBestseller"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"8fd5b123-0ba1-41f8-873b-13ef705f8f84","name":"Export Best Seller Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"type\": \"condition\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/exportBestseller"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:54:57 GMT"},{"key":"Content-Type","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"key":"Content-Length","value":"4033"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"5f633efe-442f-48aa-bb1a-350b12390e65"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"Content-Disposition","value":"attachment; filename=\"BestSeller_2021-10-26.xlsx\"; filename*=utf-8''BestSeller_2021-10-26.xlsx;"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml���N�0\u0010E%�\u0016%nY ��v�c\t�(\u001f0ؓĪ_�LK��8I+��H ��q�̜�ș-v�\u0016[Ld��Ŵ��\u0002�\n���\u0016o���V\u0014��5��\u0016{$���V��T�^O��㝔�:t@U��s҄��6�2�ZC��z2��*xF�%�3�|��\nl,\u0017���~t- Fk\u0014p֒y�(\u001ew9\u001c-���A���\u0013�� R%�C\nu&��) ��\u0013^�IF�\u0010�i�B\u001d��喊bB��!��հV\u000e�\u001f�KH�\f.O�;+?BZ����\u000e'�~O\u0018���\u000f!�a�^΃xo��I��\u0005�\u001d$ԯ��\n��ێ�0\u0014E%�{\t�:A�4�#M�Q[��&8�\"Ήl3���넋�9\u001e1o����^\u000e��\t�Ag�\u001bO&�x_�bۜO����\u0012�{�y�'~fL9\n\u0002�d\\2݂�\u0017�N\nJ2c�j\u001f�Rq���d\u001et��A �(.\t#�|%D2u8��\u0012�%3b+ra>�k��J\n��H�\u0002���9wQ<��P�L���V��$J�(А���q\t�ˋ�(���㝰O�6�S<����(���t\\�\u0004?�kOgpZ+�{\u0011\u0005�^C߫6`\u000bp�nǻ���=%���\n/\n<5��\u001f����j[����G��\u001cϾ�=a\u001fp�\u001fy�k\u000b\u0005�Ѫ����-�|\u000e�_�3Y��ގ�옛�p�𪍝\u001d�V�`�M�\nN����KV�$�(�>�j򹚭��Oj;�6m��7[\"�\u00103J�MbN�N�XP��$���5�\u0015%�MbM�A��Pb�$bJ<݈����\n��3\u0007��v\u001fzu�`�\u000e\u0004�e+\u0007��:\u0010앶Eω)яz�x�9��h\n�9\u0010��Ы#\u0004{u ث\u0003�^\u001d\bz\u001b7�-\n�\u001d뉆�x�;��i\n�;�\u0018��I\u000fd~AC:\bY>FV���cdCۢ� ��=�����*�\u0001����(���\u000f���r�^�\n����ނ1 ����\n�\u001aٯI\n`��ꄽ����\u0007PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�VZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000_rels/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels��Mj\u00031\f��b��h�E(%N6��])�\u0001T[�Ì-#;mr��BKSR�R�{���ٝ�l�Y�(�²i�pt���[x=>-\u001e��B��,�-\\8�n�y�J��aL�TF�\u0016�R�#bv\u0003\u0007ʍ$�u҉\u0006*��\u001e\u0013��z�UۮQ3��i\u000eނ\u001e�\u0012���\u001e�t��x/�\u00148�\u001b+�(*���b�<���&25\u0015\nx;���,�߉�\u000by*�N�\u0017I�[�X��\u0013ǋ{�����\u000e�W\u001f�~\u0002PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml��Ok�0\fſ��q<�\u0018!I/c����\u001dGiLl�X��~�9i�\u0006���'\u001e�!=�����\u0007\"\u0019�\n�E�\u0019x���}��^9����,zh�\u0005�����q�\u0011g�t�\u001d\n    <F����3g���SJ�\u0012��\u0004NQ�\u0001|vF�N��ƃ�\u0010A\n4\u0001$g�SY�\b���\u0011*�\u001f�8\u0015�c�itA%�\u001bk�eem��\b\u0005��hxC}t��u�\b6\u0013��d\u0002m�|�\u001d�\u0019\u001d�pLE�↺;N�B��}m�D�m�DI.�hk��Z��ʼr9�U���EtC�\u0019g�2Y�n�|Alsbc��PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�VZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000xl/_rels/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels��Mk�0\f@���}q��\u0018�n/c�k?~���84����˿����@\u0007;�$��{\u000f�\\��:Q�>\u0006\u0003MU��`��Cg��xz\u0005ł��\u0010\u0003\u0019��a�Zni@)_���Ua\u00046�Eқ�l=��UL\u0014ʦ�yD)�����\u001d�E]��|ˀ9Sm���q\u000bP{�\u001d�\u0001����$�4�\n���D��ƶ�-�G�9R�;v=���\u001f�|\u0013#�@������o~�瘏��Z^F��\u001f�5FϮ��\u0000PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�VZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000docProps/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS\u0010N�(7\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml��]O�0\u0014�������\u00104�6\u00125\\I4\u0011��i�F����:��n\u0003\u0006D��y�>}�I��V5�78/�.\u0010IR\u0014��FH]\u0017h�Z�w(�i�\u001a�MgXA`�\u0005�{alG#:(\u0005\u001f���5�@p\f\n(��c�\u0010|b\u00038�^\u0018�3Rɰ�p\u0015=�#��r\u0004۶M�ɀv�\t~_>�\u000e��R����\\p�\u001d�`\\���\u0019o�\u0010=W��\u0010�=�\u001c�\u0011�6\u001b�ò[{%A�����\u001b�\u000f#�e ��*�\u000fvL�&\u000f��\u0005*�4#1I�l�\")����m2!���˅�$U���e=Jʡ��)\u0000PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS�\u0019�\\t\u0001\u0000\u0000�\u0003\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml�S�J\u00031\u0014���}�L\u0011Q��\"�ҍ+�\u0007\fml\u0007;�ڤ�;\u0015\u0017�v*RqcA\u0004�\u000b[�w��~�i�\u0003f\u001cE�\b���\u0017���\u000e�\u0015=\u0015�ңN�S\"d#n������Za�\u0012�\u0003�\f:�\u0014\u001e�\u0017��}W)M\u001aq_j��\u001cJ�2���W°J�Ѷ��\u0015�T�-�@\u0015㮐��\u0015��@���b��\u0013AS���Q��8_dQ\u0010Jj$B�վ��L�.���\u0014�\u0019�+&'\b�l�\u0018\u0001\u0010.\u0011�\u0010�\u0011n\u0011�\u0011�\u0011^��J��4�\b�o.�W�\u001b��L\u0010\u0006\b���A�Z�#�1�0\u000b\u0018Z��܎��p�P��ggJ\u000e�)��Բ\fgo�\"��j�^��\b���\u0014#k��>\u0006�#u��`\u0006#�\u001cZ\u0013\u0003�c\u0010���=X�9�hO�M��\u0002���W��x8�\u0011%\u0017�֍�M,s�\u0011]��f��|Tf��D�yR\u0015�\u001e0���7PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�VZS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\n\u0000\u0000\u0000xl/styles.xml��MO� \u0010��\n�Q���\u001eL�xV\u0013�S\n]��\u0010@���;��+\u001e���w�}`�T7'��դ�(�r��Ja��ޅ���\u000f�ٕ\u0014�@�\u0001)�Z�&˛��eDs4�\b�\u000fwC�\u0004\u001dr��;\u0007-\u0005SC�屔xP*��7\u0014M�����6\n*�d��\u0013ɣ�o��ʃ\u000b+��� \u001e��K<��#\u0014�9te�Y\u001f��V�H��D�lٰS��N��\u0017�V׊[j*K�d��%\u0014��*�(��+ +{��J\u0013R\u0012i�jٶ����\u0000�,e���Kn\u0012-x���\u0004�\u0010�9�\u0010?\u000f��Eh*\u0014Zވu�0F�}�?�`�?��\u0004�n��0\u0007>�������\"5\u0015\u001a[ؐ�p�b���d)<���\u001d\f\u0014\u0000'�c]0V\u001b�'�\u0003{�\u0002bı�E\u0011S�w}-硩�����ּ\u0003PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�VZS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�VZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000a\u0001\u0000\u0000xl/PK\n\u0000\u0000\u0000\u0000\u0000�VZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000P\u0004\u0000\u0000_rels/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�VZS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000t\u0004\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�VZS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0005\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�VZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0006\u0000\u0000xl/_rels/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�VZS\u0010N�(7\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0007\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�VZS�\u0019�\\t\u0001\u0000\u0000�\u0003\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000b\t\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�VZS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u000b\u0000\u0000xl/styles.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\n\u0000\n\u0000\u0010\u0003\u0000\u0000�\f\u0000\u0000\u0000\u0000"}],"_postman_id":"79eb1d24-33fb-40a0-a745-5aa91a3e458c"},{"name":"Get Report Order","id":"18b84e84-2560-4268-966d-6177f5481a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"ordercode\": \"\",\n    \"trackcode\": \"\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\",\n    \"page\": 1,\n    \"perpage\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/getReportOrder","description":"<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String, Number</td>\n<td>ไอดีของโปรโมชั่น คูปอง, เงื่อนไข และ ของแถม ขึ้นอยู่กับ property type ที่ส่งมา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n<tr>\n<td>ordercode</td>\n<td>String</td>\n<td>ในกรณีส่งมา ค้นหาออเดอร์ที่ใช้โปรโมชั่นนี้จาก ordercode</td>\n</tr>\n<tr>\n<td>trackcode</td>\n<td>String</td>\n<td>ในกรณีส่งมา ค้นหาออเดอร์ที่ใช้โปรโมชั่นนี้จาก trackcode</td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล นับตั้งแต่วันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล ถึงวันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าผลการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","getReportOrder"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"2a1af650-d618-4104-8722-8f7b17dd51ae","name":"Get Report Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"type\": \"condition\",\n    \"ordercode\": \"\",\n    \"trackcode\": \"\",\n    \"startdate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\",\n    \"page\": 1,\n    \"perpage\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/getReportOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 10:59:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"41922768-b012-46a5-b028-2cd623bb937d"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"4511-w2wX6Yt3P+vvvrkb+jwK6AnaDyQ\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"data\": [\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-20T16:26:31+07:00\",\n                    \"created_by\": \"admin\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:07+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59606,\n            \"channel\": \"website\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000108\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Somsak\",\n            \"bill_lastname\": \"Jiam\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 950.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-20 16:26:31\",\n            \"created_at\": \"2021-10-20 16:26:31\",\n            \"updated_at\": \"2021-10-26 00:00:07\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 65,\n                \"type\": \"normal\",\n                \"logo\": \"/upload-img/logo2.jpg\",\n                \"name\": \"ขนส่งทั่วไป\",\n                \"unit\": \"กรัม\",\n                \"price\": 10,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 10,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"normal\",\n                \"updated_at\": \"2020-12-16 12:35:21\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-12-01 10:55:15\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Somsak Jiam\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-20T12:29:11+07:00\",\n                    \"created_by\": \"admin@ad.com\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:05+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59602,\n            \"channel\": \"website\",\n            \"user_id\": 160,\n            \"ordercode\": \"2110000104\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"-\",\n            \"tax_no\": null,\n            \"bill_name\": \"Carabao\",\n            \"bill_lastname\": \"Dang\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 535,\n            \"status\": -1,\n            \"order_date\": \"2021-10-20 12:29:11\",\n            \"created_at\": \"2021-10-20 12:29:11\",\n            \"updated_at\": \"2021-10-26 00:00:05\",\n            \"created_by\": \"admin@ad.com\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 59,\n                \"type\": \"auto\",\n                \"logo\": \"/upload-img/victorias-secret-logo_stacked_pink.png\",\n                \"name\": \"ไม่ระบุค่าย\",\n                \"unit\": \"กรัม\",\n                \"price\": 60,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": true,\n                \"is_top_price\": false,\n                \"courier_code\": \"normal\",\n                \"updated_at\": \"2021-07-13 17:19:32\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-11-27 12:46:03\",\n                \"created_by\": \"admin\",\n                \"provider\": {\n                    \"name\": \"ไม่ระบุค่าย\"\n                },\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"45x55x40\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 230,\n            \"name\": \"Carabao Dang\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-20T11:48:01+07:00\",\n                    \"created_by\": \"mint_webmaster\"\n                },\n                {\n                    \"status\": 2,\n                    \"datetime\": \"2021-10-20T11:48:47+07:00\",\n                    \"created_by\": \"mint_webmaster\"\n                },\n                {\n                    \"status\": 3,\n                    \"datetime\": \"2021-10-20T11:49:08+07:00\",\n                    \"created_by\": \"mint_webmaster\"\n                }\n            ],\n            \"id\": 59601,\n            \"channel\": \"website\",\n            \"user_id\": 151,\n            \"ordercode\": \"2110000103\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somrueth.s@gmail.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"mint\",\n            \"bill_lastname\": \"somth\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 940.5,\n            \"status\": 3,\n            \"order_date\": \"2021-10-20 11:48:01\",\n            \"created_at\": \"2021-10-20 11:48:01\",\n            \"updated_at\": \"2021-10-20 11:49:08\",\n            \"created_by\": \"mint_webmaster\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 63,\n                \"type\": \"direct\",\n                \"logo\": \"/system/core-imgs/jnt.jpg\",\n                \"name\": \"J&T Express\",\n                \"unit\": \"กรัม\",\n                \"price\": 0,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"JNT\",\n                \"updated_at\": \"2020-12-01 14:49:44\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-11-30 09:49:42\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": \"\",\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"mint somth\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-20T11:39:24+07:00\",\n                    \"created_by\": \"umbrella.rainstriker@gmail.com\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:05+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59600,\n            \"channel\": \"website\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000102\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Somsak\",\n            \"bill_lastname\": \"Jiam\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 950.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-20 11:39:24\",\n            \"created_at\": \"2021-10-20 11:39:24\",\n            \"updated_at\": \"2021-10-26 00:00:05\",\n            \"created_by\": \"umbrella.rainstriker@gmail.com\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 65,\n                \"type\": \"normal\",\n                \"logo\": \"/upload-img/logo2.jpg\",\n                \"name\": \"ขนส่งทั่วไป\",\n                \"unit\": \"กรัม\",\n                \"price\": 10,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 10,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"normal\",\n                \"updated_at\": \"2020-12-16 12:35:21\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-12-01 10:55:15\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Somsak Jiam\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-19T15:49:28+07:00\",\n                    \"created_by\": \"admin\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:04+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59599,\n            \"channel\": \"website\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000101\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Somsak\",\n            \"bill_lastname\": \"Jiam\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 950.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-19 15:49:28\",\n            \"created_at\": \"2021-10-19 15:49:28\",\n            \"updated_at\": \"2021-10-26 00:00:04\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 65,\n                \"type\": \"normal\",\n                \"logo\": \"/upload-img/logo2.jpg\",\n                \"name\": \"ขนส่งทั่วไป\",\n                \"unit\": \"กรัม\",\n                \"price\": 10,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 10,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"normal\",\n                \"updated_at\": \"2020-12-16 12:35:21\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-12-01 10:55:15\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Somsak Jiam\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-19T15:47:06+07:00\",\n                    \"created_by\": \"admin\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:04+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59598,\n            \"channel\": \"website\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000100\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Somsak\",\n            \"bill_lastname\": \"Jiam\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 1000.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-19 15:47:06\",\n            \"created_at\": \"2021-10-19 15:47:06\",\n            \"updated_at\": \"2021-10-26 00:00:04\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 85,\n                \"type\": \"direct\",\n                \"logo\": \"/system/core-imgs/jnt.jpg\",\n                \"name\": \"ขนส่ง Direct-log\",\n                \"unit\": \"กรัม\",\n                \"price\": 60,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"JNT\",\n                \"updated_at\": \"2021-03-09 17:06:39\",\n                \"updated_by\": null,\n                \"created_at\": \"2021-03-09 17:06:39\",\n                \"created_by\": \"mint_webmaster\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Somsak Jiam\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-19T14:36:02+07:00\",\n                    \"created_by\": \"admin\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:04+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59597,\n            \"channel\": \"website\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000099\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Somsak\",\n            \"bill_lastname\": \"Jiam\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 940.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-19 14:36:02\",\n            \"created_at\": \"2021-10-19 14:36:02\",\n            \"updated_at\": \"2021-10-26 00:00:04\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 63,\n                \"type\": \"direct\",\n                \"logo\": \"/system/core-imgs/jnt.jpg\",\n                \"name\": \"J&T Express\",\n                \"unit\": \"กรัม\",\n                \"price\": 0,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"JNT\",\n                \"updated_at\": \"2020-12-01 14:49:44\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-11-30 09:49:42\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Somsak Jiam\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-19T14:29:04+07:00\",\n                    \"created_by\": \"admin\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:03+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59596,\n            \"channel\": \"website\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000098\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Somsak\",\n            \"bill_lastname\": \"Jiam\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 940.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-19 14:29:04\",\n            \"created_at\": \"2021-10-19 14:29:04\",\n            \"updated_at\": \"2021-10-26 00:00:03\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 63,\n                \"type\": \"direct\",\n                \"logo\": \"/system/core-imgs/jnt.jpg\",\n                \"name\": \"J&T Express\",\n                \"unit\": \"กรัม\",\n                \"price\": 0,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"JNT\",\n                \"updated_at\": \"2020-12-01 14:49:44\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-11-30 09:49:42\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Somsak Jiam\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10300\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-18T17:52:46+07:00\",\n                    \"created_by\": \"admin\"\n                },\n                {\n                    \"status\": -1,\n                    \"datetime\": \"2021-10-26T00:00:02+07:00\",\n                    \"created_by\": \"system\"\n                }\n            ],\n            \"id\": 59595,\n            \"channel\": \"facebook\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000097\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Sippakorn\",\n            \"bill_lastname\": \"Phuakpong\",\n            \"bill_tel\": \"1234567890\",\n            \"totals\": 940.5,\n            \"status\": -1,\n            \"order_date\": \"2021-10-18 17:52:46\",\n            \"created_at\": \"2021-10-18 17:52:46\",\n            \"updated_at\": \"2021-10-26 00:00:02\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 63,\n                \"type\": \"direct\",\n                \"logo\": \"/system/core-imgs/jnt.jpg\",\n                \"name\": \"J&T Express\",\n                \"unit\": \"กรัม\",\n                \"price\": 0,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": false,\n                \"is_top_price\": false,\n                \"courier_code\": \"JNT\",\n                \"updated_at\": \"2020-12-01 14:49:44\",\n                \"updated_by\": \"admin\",\n                \"created_at\": \"2020-11-30 09:49:42\",\n                \"created_by\": \"admin\",\n                \"top_up_price\": 0\n            },\n            \"trackcode\": null,\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": null,\n            \"freeshipping_manual\": null,\n            \"purchase_id\": null,\n            \"weight\": 500,\n            \"name\": \"Sippakorn Phuakpong\",\n            \"province\": \"เพชรบุรี\",\n            \"zipcode\": \"76120\",\n            \"paymenttype\": {\n                \"id\": -2,\n                \"name\": \"รอชำระเงิน\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": null,\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        },\n        {\n            \"change_status\": [\n                {\n                    \"status\": 1,\n                    \"datetime\": \"2021-10-18T17:40:46+07:00\",\n                    \"created_by\": \"admin\"\n                }\n            ],\n            \"id\": 59594,\n            \"channel\": \"facebook\",\n            \"user_id\": 2959,\n            \"ordercode\": \"2110000096\",\n            \"cod\": 0,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": null,\n            \"cod_value\": 0,\n            \"discount_point\": 0,\n            \"use_point\": 0,\n            \"username\": \"somsakmail@ketshoptest.com\",\n            \"tax_no\": null,\n            \"bill_name\": \"Sippakorn\",\n            \"bill_lastname\": \"Phuakpong\",\n            \"bill_tel\": \"\",\n            \"totals\": 1040.5,\n            \"status\": 2,\n            \"order_date\": \"2021-10-18 17:40:46\",\n            \"created_at\": \"2021-10-18 17:40:46\",\n            \"updated_at\": \"2021-10-18 17:40:46\",\n            \"created_by\": \"admin\",\n            \"freeshipping\": 0,\n            \"delivery\": {\n                \"id\": 84,\n                \"type\": \"auto\",\n                \"logo\": \"/system/core-imgs/thpost.jpg\",\n                \"name\": \"ขนส่งเชื่อมอัตโนมัติ-log\",\n                \"unit\": \"กรัม\",\n                \"price\": 100,\n                \"status\": true,\n                \"cod\": false,\n                \"cod_rate\": 0,\n                \"cod_rate_type\": \"percent\",\n                \"format_price\": \"one_price\",\n                \"is_auto\": true,\n                \"is_top_price\": false,\n                \"courier_code\": \"TP2\",\n                \"updated_at\": \"2021-03-09 17:08:08\",\n                \"updated_by\": \"mint_webmaster\",\n                \"created_at\": \"2021-03-09 17:05:41\",\n                \"created_by\": \"mint_webmaster\",\n                \"provider\": {\n                    \"courier_code\": \"TP2\",\n                    \"name\": \"ไปรษณีย์ ลงทะเบียน\",\n                    \"img\": \"/system/core-imgs/thpost.jpg\",\n                    \"status\": 0,\n                    \"disabled\": false\n                },\n                \"top_up_price\": 0,\n                \"shippop\": {\n                    \"courier_code\": \"TP2\",\n                    \"price\": 31.31,\n                    \"estimate_time\": \"ภายใน 3 - 5 วัน\",\n                    \"available\": true,\n                    \"remark\": \"optional\",\n                    \"err_code\": \"ERR_DEFAULT\",\n                    \"courier_name\": \"ลงทะเบียน\",\n                    \"oldprice\": \"31\",\n                    \"name\": \"ไปรษณีย์ ลงทะเบียน\",\n                    \"img\": \"/system/core-imgs/thpost.jpg\"\n                }\n            },\n            \"trackcode\": \"SP049648606\",\n            \"box_value\": \"11x17x6\",\n            \"shippop\": null,\n            \"shippingorder\": {\n                \"code\": 1,\n                \"status\": 200,\n                \"data\": {\n                    \"type\": \"object\",\n                    \"senddata\": {\n                        \"api_key\": \"dv282f1db2e2fc6271fb51418782af60739a5a98596a136a2c6fdc5bcef5d21d679f2dd519b417f41c1605079266\",\n                        \"email\": \"prayuth@ketshoptest.com\",\n                        \"data\": [\n                            {\n                                \"from\": {\n                                    \"address\": \"21/23 ซอยลาดพร้าว 38 ถนนลาดพร้าว test\",\n                                    \"district\": \"สามเสนนอก\",\n                                    \"lat\": \"13.800249013772158\",\n                                    \"lng\": \"100.58098951178967\",\n                                    \"name\": \"Arsa Arai\",\n                                    \"postcode\": \"10310\",\n                                    \"province\": \"กรุงเทพมหานคร\",\n                                    \"state\": \"ห้วยขวาง\",\n                                    \"tel\": \"1234567890\"\n                                },\n                                \"to\": {\n                                    \"lat\": \"\",\n                                    \"lng\": \"\",\n                                    \"name\": \"Sappakorn Kebpasee\",\n                                    \"address\": \"30/1 Moo 6\",\n                                    \"district\": \"สามพระยา\",\n                                    \"state\": \"ชะอำ\",\n                                    \"province\": \"เพชรบุรี\",\n                                    \"postcode\": \"76120\",\n                                    \"tel\": \"1234567890\"\n                                },\n                                \"parcel\": {\n                                    \"name\": \"กล่องเบอร์ 0\",\n                                    \"weight\": \"500\",\n                                    \"width\": \"11\",\n                                    \"length\": \"17\",\n                                    \"height\": \"6\",\n                                    \"courier_code\": \"TP2\"\n                                },\n                                \"email\": \"prayuth@ketshoptest.com\",\n                                \"courier_code\": \"TP2\"\n                            }\n                        ]\n                    },\n                    \"data\": {\n                        \"status\": true,\n                        \"purchase_id\": 240236,\n                        \"total_price\": 31.31,\n                        \"data\": {\n                            \"0\": {\n                                \"status\": true,\n                                \"tracking_code\": \"SP049648606\",\n                                \"courier_code\": \"TP2\",\n                                \"price\": 31.31,\n                                \"discount\": 0,\n                                \"from\": {\n                                    \"district\": \"สามเสนนอก\",\n                                    \"state\": \"ห้วยขวาง\",\n                                    \"province\": \"กรุงเทพมหานคร\",\n                                    \"postcode\": \"10310\",\n                                    \"country\": \"Thailand\",\n                                    \"address\": \"21/23 ซอยลาดพร้าว 38 ถนนลาดพร้าว test\",\n                                    \"name\": \"Arsa Arai\",\n                                    \"email\": \"prayuth@ketshoptest.com\",\n                                    \"tel\": \"1234567890\",\n                                    \"lat\": \"13.800249013772158\",\n                                    \"lng\": \"100.58098951178967\",\n                                    \"origin_id\": \"946251\",\n                                    \"mem_id\": 2361\n                                },\n                                \"to\": {\n                                    \"district\": \"สามพระยา\",\n                                    \"state\": \"ชะอำ\",\n                                    \"province\": \"เพชรบุรี\",\n                                    \"postcode\": \"76120\",\n                                    \"country\": \"Thailand\",\n                                    \"address\": \"30/1 Moo 6\",\n                                    \"name\": \"Sappakorn Kebpasee\",\n                                    \"email\": \"\",\n                                    \"tel\": \"1234567890\",\n                                    \"lat\": \"\",\n                                    \"lng\": \"\",\n                                    \"dest_id\": 1292243\n                                },\n                                \"courier_tracking_code\": \"TR550081853ST\"\n                            }\n                        }\n                    },\n                    \"meessage\": \"booking Successed\",\n                    \"test\": [],\n                    \"logs\": [],\n                    \"purchase_id\": 240236,\n                    \"total_price\": 31.31,\n                    \"status\": true\n                }\n            },\n            \"freeshipping_manual\": null,\n            \"purchase_id\": \"240236\",\n            \"weight\": 500,\n            \"name\": \"Sappakorn Kebpasee\",\n            \"province\": \"เพชรบุรี\",\n            \"zipcode\": \"76120\",\n            \"paymenttype\": {\n                \"id\": 2,\n                \"name\": \"โอนเงินผ่าน ธนาคาร\",\n                \"account\": \"a/c\",\n                \"status\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-10-08 10:56:06\",\n                \"created_by\": null,\n                \"updated_by\": null\n            },\n            \"shippop_status\": \"\",\n            \"order_complete\": 0\n        }\n    ]\n}"}],"_postman_id":"18b84e84-2560-4268-966d-6177f5481a42"},{"name":"Export Report Order","id":"fb71f37e-fb94-46d3-97ab-d2997b81c1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"type\": \"condition\",\n    \"stardate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\",\n    \"trackcode\": \"\",\n    \"status\": \"\",\n    \"ordercode\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/exportBestseller","description":"<p>export ออเดอร์ที่ใช้โปรโมชั่นนี้เป็นไฟล์ excel</p>\n<h4 id=\"◽-request-body\">◽ Request body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String, Number</td>\n<td>ไอดีของโปรโมชั่น คูปอง, เงื่อนไข และ ของแถม ขึ้นอยู่กับ property type ที่ส่งมา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td><ul><li>coupon: คูปอง</li><li>condition: เงื่อนไข</li><li>free_time: ของแถม</li></ul></td>\n</tr>\n<tr>\n<td>ordercode</td>\n<td>String</td>\n<td>ในกรณีส่งมา ค้นหาออเดอร์ที่ใช้โปรโมชั่นนี้จาก ordercode</td>\n</tr>\n<tr>\n<td>trackcode</td>\n<td>String</td>\n<td>ในกรณีส่งมา ค้นหาออเดอร์ที่ใช้โปรโมชั่นนี้จาก trackcode</td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล นับตั้งแต่วันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>String</td>\n<td>วันที่ของข้อมูล ถึงวันที่ตามที่ระบุ</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>การเรียงข้อมูลจากไอดี export <ul><li>desc: เรียงจากมากไปหาน้อย</li><li>asc: เรียงจากน้อยไปหามาก</li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","promotion","exportBestseller"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"2120171f-21f4-4b79-8b4c-3cc7f43c5363","name":"Export Report Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"type\": \"condition\",\n    \"stardate\": \"2021-10-15\",\n    \"enddate\": \"2021-11-15\",\n    \"trackcode\": \"\",\n    \"status\": \"\",\n    \"ordercode\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/exportBestseller"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 11:14:11 GMT"},{"key":"Content-Type","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"key":"Content-Length","value":"4031"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"e4aaf7b4-5903-4459-8d87-800ec1142d0b"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"Content-Disposition","value":"attachment; filename=\"BestSeller_2021-10-26.xlsx\"; filename*=utf-8''BestSeller_2021-10-26.xlsx;"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml���N�0\u0010E%�\u0016%nY ��v�c\t�(\u001f0ؓĪ_�LK��8I+��H ��q�̜�ș-v�\u0016[Ld��Ŵ��\u0002�\n���\u0016o���V\u0014��5��\u0016{$���V��T�^O��㝔�:t@U��s҄��6�2�ZC��z2��*xF�%�3�|��\nl,\u0017���~t\u001c-���A���\u0013�� R%�C\nu&��) ��\u0013^�IF�\u0010�i�B\u001d��喊bB��!��հV\u000e�\u001f�KH�\f.O�;+?BZ����\u000e'�~O\u0018���\u000f!�a�^΃xo��I��\u0005�\u001d$ԯ��\n?/��O\u001e�˦B�2��&6gN�M�9%�\u0017\u001e�r���PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000xl/PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000xl/worksheets/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZSC_��l\u0002\u0000\u0000X\t\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��ێ�0\u0014E%�{\t�:A�4�#M�Q[��&8�\"Ήl3���넋�9\u001e1o����^\u000e��\t�Ag�\u001bO&�x_�bۜO����\u0012�{�y�'~fL9\n\u0002�d\\2݂�\u0017�N\nJ2c�j\u001f�Rq���d\u001et��A �(.\t#�|%D2u8��\u0012�%3b+ra>�k��J\n��H�\u0002���9wQ<��P�L���V��$J�(А���q\t�ˋ�(���㝰O�6�S<����(���t\\�\u0004?�kOgpZ+�{\u0011\u0005�^C߫6`\u000bp�nǻ���=%���\n/\n<5��\u001f����j[����G��\u001cϾ�=a\u001fp�\u001fy�k\u000b\u0005�Ѫ����-�|\u000e�_�3Y��ގ�옛�p�𪍝\u001d�V�`�M�\nN����KV�$�(�>�j򹚭��Oj;�6m��7[\"�\u00103J�MbN�N�XP��$���5�\u0015%�MbM�A��Pb�$bJ<݈�����8uv��#��\u0012!2>�G\n�OG\bڔ�\u0003A)+\u0007��e�@оlh�'�\u0012è�vk�:�vi\n��3\u0007��v\u001fzu�`�\u000e\u0004�e+\u0007��:\u0010앶Eω)яz�x�9��h\n�9\u0010��Ы#\u0004{u ث\u0003�^\u001d\bz\u001b7�-\n�\u001d뉆�x�;��i\n�;�\u0018��I\u000fd~AC:\bY>FV���cdCۢ� ��=�����*�\u0001����(���\u000f���r�^�\n����ނ1 ����\n�\u001aٯI\n`��ꄽ����\u0007PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000_rels/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels��Mj\u00031\f��b��h�E(%N6��])�\u0001T[�Ì-#;mr��BKSR�R�{���ٝ�l�Y�(�²i�pt���[x=>-\u001e��B��,�-\\8�n�y�J��aL�TF�\u0016�R�#bv\u0003\u0007ʍ$�u҉\u0006*��\u001e\u0013��z�UۮQ3��i\u000eނ\u001e�\u0012���\u001e�t��x/�\u00148�\u001b+�(*���b�<���&25\u0015\nx;���,�߉�\u000by*�N�\u0017I�[�X��\u0013ǋ{�����\u000e�W\u001f�~\u0002PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml��Ok�0\fſ��q<�\u0018!I/c����\u001dGiLl�X��~�9i�\u0006���'\u001e�!=�����\u0007\"\u0019�\n�E�\u0019x���}��^9����,zh�\u0005�����q�\u0011g�t�\u001d��ƃ�\u0010A\n4\u0001$g�SY�\b���\u0011*�\u001f�8\u0015�c�itA%�\u001bk\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000xl/_rels/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels��Mk�0\f@���}q��\u0018�n/c�k?~���84����˿����@\u0007;�$��{\u000f�\\��:Q�>\u0006\u0003MU��`��Cg��xz\u0005ł��\u0010\u0003\u0019��a�Zni@)_���Ua\u00046�Eқ�l=��UL\u0014ʦ�yD)�����\u001d�E]��|ˀ9Sm���q\u000bP{�\u001d�\u0001����$�4�\n���D��ƶ�-�G�9R�;v=���\u001f�|\u0013#�@������o~�瘏��Z^F��\u001f�5FϮ��\u0000PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000docProps/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS{��!5\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml��]K�0\u0014��J�}������@eW\u000e\u00057\u0014�Br�\u0005�\u000f�h�o�m݆����>y�C��V��\u001b��FW��\u0019F��\u0011R�+�ZΓ[�|`Z��h��\u000e<��%�\u00057\u000e^����\u0004��G���\noB�\u0005!�o@1�FBǰ1N�\u0010�nM,�l\n$ϲ)Q\u0010�`��^��ш\u000fJ�G��r� \u0010�@\u000b\nt������\u0000N��\u0017��T2�,\\E��Ho�\u001c����n2��?%�a�D�~S\u001cp]\n^p\u0007,\u0018W/$wƛ&�禑\u001c�ʃ+�\u0019�o�e>,��\u001b\t�~�ץ�`y\u0018y/\u0003�b�b?�1y�<<.�γ�&4K��҂�\u0014������r�8I��Y��z��m�\u001fPK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS�\u0019�\\t\u0001\u0000\u0000�\u0003\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml�S�J\u00031\u0014���}�L\u0011Q��\"�ҍ+�\u0007\fml\u0007;�ڤ�;\u0015\u0017�v*RqcA\u0004�\u000b[�w��~�i�\u0003f\u001cE�\b���\u0017���\u000e�\u0015=\u0015�ңN�S\"d#n������Za�\u0012�\u0003�\f:�\u0014\u001e�\u0017��}W)M\u001aq_j��\u001cJ�2���W°J�Ѷ��\u0015�T�-�@\u0015㮐��\u0015��@���b��\u0013AS���Q��8_dQ\u0010Jj$B�#�\u001cZ\u0013\u0003�c\u0010���=X�9�hO�M��\u0002���W��x8�\u0011%\u0017�֍�M,s�\u0011]��f��|Tf��D�yR\u0015�\u001e0���7PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�YZS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\n\u0000\u0000\u0000xl/styles.xml��MO� \u0010��\n�Q���\u001eL�xV\u0013�S\n]��\u0010@���;��+\u001e���w�}`�T7'��դ�(�r��Ja��ޅ���\u000f�ٕ\u0014�@�\u0001)�Z�&˛��eDs4�\b�\u000fwC�\u0004\u001dr��;\u0007-\u0005SC�屔xP*��7\u0014M�����6\n*�d��\u0013ɣ�o��ʃ\u000b+��� \u001e��K<��#\u0014�9te�Y\u001f��V�H��D�lٰS��N��\u0017�V׊[j*K�d��%\u0014��*�(��+ +{��J\u0013R\u0012i�jٶ����\u0000�,e���Kn\u0012-x���\u0004�\u0010�9�\u0010?\u000f��Eh*\u0014Zވu�0F�}�?�`�?��\u0004�n��0\u0007>�������\"5\u0015\u001a[ؐ�p�b���d)<���\u001d\f\u0014\u0000'�c]0V\u001b�'�\u0003{�\u0002bı�E\u0011S�w}-硩�����ּ\u0003PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�YZS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000a\u0001\u0000\u0000xl/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0001\u0000\u0000xl/worksheets/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�YZSC_��l\u0002\u0000\u0000X\t\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0006\u0000\u0000xl/_rels/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�YZS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0006\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�YZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0007\u0000\u0000docProps/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�YZS{��!5\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0007\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�YZS�\u0019�\\t\u0001\u0000\u0000�\u0003\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000`\t\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�YZS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u000b\u0000\u0000xl/styles.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\n\u0000\n\u0000\u0010\u0003\u0000\u0000�\f\u0000\u0000\u0000\u0000"}],"_postman_id":"fb71f37e-fb94-46d3-97ab-d2997b81c1e2"},{"name":"Export Group Coupon (Group Coupon Only)","id":"8e0ebee0-7a12-4203-a215-342fa620f1ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/promotion/exportCouponCode/:id","description":"<p>export รหัสคูปอง ของคูปองแบบ group เป็นไฟล์ excel</p>\n","urlObject":{"protocol":"https","path":["api","v1","promotion","exportCouponCode",":id"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[{"description":{"content":"<p>ไอดีของโปรโมชั่น ได้จากตอนสร้าง</p>\n","type":"text/plain"},"type":"any","value":"<coupon_id>","key":"id"}]}},"response":[{"id":"867c0f3a-a8ae-44ca-8c20-23cc872e3385","name":"Export Group Coupon (Group Coupon Only)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://devapi.ketshoptest.com/api/v1/promotion/exportCouponCode/:id","protocol":"https","host":["devapi","ketshoptest","com"],"path":["api","v1","promotion","exportCouponCode",":id"],"variable":[{"key":"id","value":"171","description":"ไอดีของโปรโมชั่น ได้จากตอนสร้าง"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 26 Oct 2021 11:21:22 GMT"},{"key":"Content-Type","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"key":"Content-Length","value":"4010"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"2a52e601-0ec7-4cfd-9d8b-2d7614fac4a8"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"Content-Disposition","value":"attachment; filename=\"Coupon_Code_2021-10-26.xlsx\"; filename*=utf-8''Coupon_Code_2021-10-26.xlsx;"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS}���0\u0001\u0000\u0000�\u0003\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml���N�0\u0010E%�\u0016%nY ��v�c\t�(\u001f0ؓĪ_�LK��8I+��H ��q�̜�ș-v�\u0016[Ld��Ŵ��\u0002�\n���\u0016o���V\u0014��5��\u0016{$���V��T�^O��㝔�:t@U��s҄��6�2�ZC��z2��*xF�%�3�|��\nl,\u0017���~t- Fk\u0014p֒y�(\u001ew9\u001c-��\u0013�� R%�C\nu&��) ��\u0013^�IF�\u0010�i�B\u001d��喊bB��!��հV\u000e�\u001f�KH�\f.O�;+?BZ����\u000e'�~O\u0018���\u000f!�a�^΃xo��I��\u0005�\u001d$ԯ��\n?/��O\u001e�˦B�2��&6gN�M�9%�\u0017\u001e�r���PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000xl/PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000xl/worksheets/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS�p�¿\u0002\u0000\u0000�\f\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��[o�0\u0014��\n�}%΅\\�Dj��*uS�M۳CL�\n\u0018�N���ϐ��s<�7�|\u001c�wL���(�*\u0018�A�-\u001e���t[�U�F�4\u000b�����*,�n\u0016Q���UT݉���J.dE���}�\u001a�讋T��p0�����\u001caQe\u001f\tRQ�rh>e�j��[^r��ź��\u001f�\"�g,\u0011١b�>�\"Yi\"�Z\u0015�Q�h�#�X�L\n%r}g�8\u0007�z�h\u001e�\u0002��;n��L�@�|\u0015ޓEJH\u0018��\u001d�����\u0019\u0007�\u0010�/��x�LaI\u0018�;�\u0015⥽��[��0�|_�_�庛�\u0015����v_��v���.��3ݳ'�.\u000e�#OWMB\u0011�(���,�-U�A��N\u0017-\u001f\u0006;��C���W�fcV�UB5]/�8\u0006�SP\nm�\u0012��MA�v�]�r7w*���\u001e,�W�Dv&6� 6񀉡M$�\u0018��gL�m\"���JD��*:t�\u000eon�OI�s�:D���*&�@\u0015\u00133��%�>�R\u001d9UGXu\nwu�U�\u0004(W�\t��%�>�R\u001d;U�\u000eU�zn�^UL\u0010P�\u0004#��:q�N\u001c�����x]1A@�\u0012�@W/��\u0011�k�t�\u001d�����^WL\u0010x2a\u0004�z����\\�Nש�\u0015\u001c~���\u0015\u0013\u0004\u0014,�\bt�\u0012i\u001fa�Μ�3��\u0004�μ�� �`\tF���H�\b�u�t�;\\��f�u�\u0004\u0001\u0005K0\u0002]�D�GX�m���#\u0006\u000e[�m�X�[ׁ\u0010�$\u000e\u0006\n���\u0017����:\u0011��\f*�\u0005);:,�U8\u0018��E�^�\u001c�4���O�Q��\n�S�{7=w��\u0016M72��Vh-�ˬ0m8���|�s!�e�6��?3�PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000_rels/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels��Mj\u00031\f��b��h�E(%N6��])�\u0001T[�Ì-#;mr��BKSR�R�{���ٝ�l�Y�(�²i�pt���[x=>-\u001e��B��,�-\\8�n�y�J��aL�TF�\u0016�R�#bv\u0003\u0007ʍ$�u҉\u0006*��\u001e\u0013��z�UۮQ3��i\u000eނ\u001e�\u0012���\u001e�t��x/�\u00148�\u001b+�(*���b�<���&25\u0015\nx;���,�߉�\u000by*�N�\u0017I�[�X��\u0013ǋ{�����\u000e�W\u001f�~\u0002PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml��Ok�0\fſ��q<�\u0018!I/c����\u001dGiLl�X��~�9i�\u0006���'\u001e�!=�����\u0007\"\u0019�\n�E�\u0019x���}��^9����,zh�\u0005�����q�\u0011g�t�\u001d\n\n<F����3g���SJ�\u0012��\u0004NQ�\u0001|vF�N��ƃ�\u0010A\n4\u0001$g�SY�\b���\u0011*�\u001f�8\u0015�c�itA%�\u001bk�eem��\b\u0005��hxC}t��u�\b6\u0013��d\u0002m�|�\u001d�\u0019\u001d�pLE�↺;N�B��}m�D�m�DI.�hk��Z��ʼr9�U���EtC�\u0019g�2Y�n�|Alsbc��PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000xl/_rels/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels��Mk�0\f@���}q��\u0018�n/c�k?~���84����˿����@\u0007;�$��{\u000f�\\��:Q�>\u0006\u0003MU��`��Cg��xz\u0005ł��\u0010\u0003\u0019�i@)_���Ua\u00046�Eқ�l=��UL\u0014ʦ�yD)�����\u001d�E]��|ˀ9Sm���q\u000bP{�\u001d�\u0001����$�4�\n���D��ƶ�-�G�9R�;v=���\u001f�|\u0013#�@������o~�瘏��Z^F��\u001f�5FϮ��\u0000PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000docProps/PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS�_!�6\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml��]K�0\u0014��J�}��ӡ��@eW\u000e\u00057\u0014�Br�\u0005�\u000f�h�o�m��y%�&��\n    \n    <y�!�l�Z�\u0005�K�+L�\f#��\b��\u0015^-��\nF>0-Xk4Tx\u0007\u001e��ۂ\u001b\u0007��XpA�Gѣ}�m�7!؂\u0010�7��O#�c�1N�\u0010�nM,�\u001fl\n$ϲ)Q\u0010�`��^��ш\u000fJ�G��t� \u0010�@\u000b\nt������\u0000N��\nC�T2�,\\D�ő�z9�]ץ�d@c~J�\u0016�/è����8�\u0014��\u000eX0�^H�7M@OM#9��\u0007W�3��f�|Xĵ7\u0012���`y\u0018y/\u0003�b�b?ر�:�X�q�g9Mh���%�E\u001eO��^]��Y~8NRux�_֣�\u001e���6�7PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZSAtY�\u000b\u0001\u0000\u0000Z\u0002\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xmlu�]O�0\u0014��\n�+\u001f��\u0001���+1 \u000e���� �\u0016iYܿ��\u000b\n���\n        \n        <oߓ�4X��q�^ւ��Z��\u0000^\nV�c�����C�T�3�\b\u000e!:�D�(�R\u0019�\u0018��otb���\u0000�\u000f�V.CT)��`,�\nZ*\u0017�\u0003�͇�[���\u001f��z�LV\u0000�m�m�K�Қ#���\u0002\u0015=�\u0000�(�?�/�)�\u00069�D0\u0018��gЗ\u0013\"��\u0005ˠ\u0019�͉�\n}o.�$ɟ�xO�W�\u001a9<\u0011L���sgJ܃�dO�[׾�:ӎ\u001c\u001e�l5�|����L'ys_f�\u0015[�]-�ݦH�b�ũ���݇�\u0001PK\u0003\u0004\n\u0000\u0000\u0000\b\u0000�ZZS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\n\u0000\u0000\u0000xl/styles.xml��MO� \u0010��\n�Q���\u001eL�xV\u0013�S\n]��\u0010@���;��+\u001e���w�}`�T7'��դ�(�r��Ja��ޅ���\u000f�ٕ\u0014�@�\u0001)�Z�&˛��eDs4�\b�\u000fwC�\u0004\u001dr��;\u0007-\u0005SC�屔xP*��7\u0014M�����6\n*�d��\u0013ɣ�o��ʃ\u000b+��� \u001e��K<�Y\u001f��V�H��D�lٰS��N��\u0017�V׊[j*K�d��%\u0014��*�(��+ +{��J\u0013R\u0012i�jٶ����\u0000�,e���Kn\u0012-x���\u0004�\u0010�9�\u0010?\u000f��Eh*\u0014Zވu�0F�}�?�`�?��\u0004�n��0\u0007>�������\"5\u0015\u001a[ؐ�p�b���d)<���\u001d\f\u0014\u0000'�c]0V\u001b�'�\u0003{�\u0002bı�E\u0011S�w}-硩�����ּ\u0003PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS}���0\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000a\u0001\u0000\u0000xl/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0001\u0000\u0000xl/worksheets/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS�p�¿\u0002\u0000\u0000�\f\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0004\u0000\u0000_rels/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS&��j�\u0000\u0000\u0000�\u0001\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0004\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS��*\b\u0002\u0001\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0005\u0000\u0000xl/workbook.xmlPK\u0001\u0002\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000�\u0006\u0000\u0000xl/_rels/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS\u0011gy��\u0000\u0000\u00004\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001b\u0007\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000�ZZS\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000(\b\u0000\u0000docProps/PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS�_!�6\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000O\b\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZSAtY�\u000b\u0001\u0000\u0000Z\u0002\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\t\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\b\u0000�ZZS[��Rh\u0001\u0000\u0000�\u0002\u0000\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\n\u0000\u0000xl/styles.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\n\u0000\n\u0000\u0010\u0003\u0000\u0000�\f\u0000\u0000\u0000\u0000"}],"_postman_id":"8e0ebee0-7a12-4203-a215-342fa620f1ac"}],"id":"491788de-9e23-4be2-9089-64cede0fe69e","_postman_id":"491788de-9e23-4be2-9089-64cede0fe69e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Extension","item":[{"name":"Extension For Eafy","item":[{"name":"list","id":"106b21c2-b25e-4722-a2fa-c2b2f49065ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Yzg0MTcwN2E5ZDNiMWU5OTU2ZTBmYjQxY2JiNDkzNzRlNGI0OTdlZDZmMTMxMDNlZjEzMmI0ZjFhYTEyYzllOA==","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10,\n\t\"domain\": \"uat.ketshoptest.com\"\n}"},"url":"https://api.ketshoptest.com/api/v1/eafy/list","urlObject":{"protocol":"https","path":["api","v1","eafy","list"],"host":["api","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"4c9ab8ce-7726-4edc-a1e5-d5297290ad2e","name":"list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Yzg0MTcwN2E5ZDNiMWU5OTU2ZTBmYjQxY2JiNDkzNzRlNGI0OTdlZDZmMTMxMDNlZjEzMmI0ZjFhYTEyYzllOA==","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"search\": \"\",\n\t\"page\": 1,\n\t\"perpage\": 10,\n\t\"domain\": \"uat.ketshoptest.com\"\n}"},"url":"https://api.ketshoptest.com/api/v1/eafy/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Tue, 06 Aug 2019 03:43:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"eef-Sp8YvESj7i831fX49KjXj62JpAg\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"data\": [\n        {\n            \"id\": 6,\n            \"sale_page_id\": 11,\n            \"status\": 0,\n            \"name\": \"TEST Eafy Sale 2\",\n            \"commission_rate\": 5,\n            \"created_at\": \"2019-08-06 10:41:18\",\n            \"updated_at\": \"2019-08-06 10:41:18\",\n            \"ref\": \"1vltws4zpu\",\n            \"link\": \"https://uat.ketshoptest.com/sale-page/1vltws4zpu\",\n            \"product_id\": 365,\n            \"product_name\": \"100-08 เดรสสีเหลืองแขนสามส่วน กระโปรงทรงสอบ แต่งลูกไม้ ติดโบน้ำตาล\",\n            \"product_desc\": \"<h3><span style=\\\"font-family: Kanit;\\\">รายละเอียดชุด</span></h3><p>สีเหลืองมาใหม่ตามคำเรียกร้องค่ะ ตัวเสื้อเป็นผ้าลูกไม้ญี่ปุ่นสีเหลือง ดีไซน์แขนสามส่วน</p><p>แขนเสื้อและกระโปรงเนื้อผ้ามอสเครปญี่ปุ่นสีเหลือง</p><p><span style=\\\"color: rgb(254, 46, 100);\\\">กระโปรงทรงสอบ (สอบไม่มากค่ะ) ติดโบสีน้ำตาล (ถอดออกได้)</span></p><p><span style=\\\"color: rgb(254, 46, 100);\\\">มีซับใน ซิปซ่อนด้านหลัง</span></p><hr><p>ขนาดชุด (หน่วยเป็นนิ้ว)</p><p>อก / เอว / สะโพก / ยาว / แขน / รอบปลายแขน (นิ้ว)</p><p>SS: 32 / 26 / 36 / 35 / 15 / 10</p><p>S: 34 / 28 / 38 / 35 / 15 / 10.5</p><p>M: 36 / 30 / 40 / 37 / 15 / 11</p><p>L: 38 / 32 / 42 / 37 / 15 / 12</p><p>XL: 40 / 34 / 44 / 37 / 15 / 12.5&nbsp;</p>\",\n            \"product_image\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/100-08/20190423-00290.jpg\",\n            \"sku\": \"100-08-S\",\n            \"price\": 1490,\n            \"image_gallery\": []\n        },\n        {\n            \"id\": 5,\n            \"sale_page_id\": 12,\n            \"status\": 0,\n            \"name\": \"TEST Eafy Sale 1\",\n            \"commission_rate\": 10,\n            \"created_at\": \"2019-08-06 10:41:04\",\n            \"updated_at\": \"2019-08-06 10:41:04\",\n            \"ref\": \"1vluc285xk\",\n            \"link\": \"https://uat.ketshoptest.com/sale-page/1vluc285xk\",\n            \"product_id\": 358,\n            \"product_name\": \"98-03 เดรสผ้าซากุระสีกรมท่าลายเชอรี่ กระโปรงทรงย้วย ระบายชายกระโปรง\",\n            \"product_desc\": \"<p>รายละเอียดชุด</p><p>เดรสผ้าชีฟองซากุระสีกรมท่าลายเชอรี่ ลายน่ารักมากๆ ค่ะ</p><p>ดีไซน์แขนตุ๊กตา กระโปรงทรงย้วย ระบายชายกระโปรงพลิ้วๆ</p><p>มีซับใน ซิปซ่อนด้านหลัง</p><p>&nbsp;</p><hr><p>ขนาดชุด (หน่วยเป็นนิ้ว)</p><p>อก / เอว / ยาว / รอบปลายแขน (นิ้ว)</p><p>SS: 32 / 26 / 39 / 11</p><p>S: 34 / 28 / 39 / 12</p><p>M: 36 / 30 / 39 / 13</p><p>L: 38 / 32 / 39 / 14</p>\",\n            \"product_image\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03952.jpg\",\n            \"sku\": \"98-03-L\",\n            \"price\": 100,\n            \"image_gallery\": [\n                {\n                    \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03935.jpg\",\n                    \"width\": \"1333\",\n                    \"height\": \"2000\"\n                },\n                {\n                    \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03931_hYaRq6n.jpg\",\n                    \"width\": \"1333\",\n                    \"height\": \"2000\"\n                },\n                {\n                    \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03928.jpg\",\n                    \"width\": \"1333\",\n                    \"height\": \"2000\"\n                },\n                {\n                    \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03945.jpg\",\n                    \"width\": \"1333\",\n                    \"height\": \"2000\"\n                },\n                {\n                    \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03943.jpg\",\n                    \"width\": \"1333\",\n                    \"height\": \"2000\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"106b21c2-b25e-4722-a2fa-c2b2f49065ce"},{"name":"list by id","id":"13cebbe2-2c47-4144-9c6f-46d2c86f845a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Yzg0MTcwN2E5ZDNiMWU5OTU2ZTBmYjQxY2JiNDkzNzRlNGI0OTdlZDZmMTMxMDNlZjEzMmI0ZjFhYTEyYzllOA==","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"uat.ketshoptest.com\"\n}"},"url":"https://api.ketshoptest.com/api/v1/eafy/list/5","urlObject":{"protocol":"https","path":["api","v1","eafy","list","5"],"host":["api","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"71ee2897-e5eb-4d00-9732-4972f7e0486a","name":"list by id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Yzg0MTcwN2E5ZDNiMWU5OTU2ZTBmYjQxY2JiNDkzNzRlNGI0OTdlZDZmMTMxMDNlZjEzMmI0ZjFhYTEyYzllOA==","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"uat.ketshoptest.com\"\n}"},"url":"https://api.ketshoptest.com/api/v1/eafy/list/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Tue, 13 Aug 2019 03:59:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"7b3-ckN7BhBvZ1ZyeS/Kqal1qwTD1kM\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"sale_page_id\": 12,\n    \"status\": 0,\n    \"name\": \"TEST Eafy Sale 1\",\n    \"commission_rate\": 10,\n    \"created_at\": \"2019-08-06 10:41:04\",\n    \"updated_at\": \"2019-08-06 10:41:04\",\n    \"ref\": \"1vluc285xk\",\n    \"link\": \"https://uat.ketshoptest.com/sale-page/1vluc285xk\",\n    \"product_id\": 358,\n    \"product_name\": \"98-03 เดรสผ้าซากุระสีกรมท่าลายเชอรี่ กระโปรงทรงย้วย ระบายชายกระโปรง\",\n    \"product_desc\": \"<p>รายละเอียดชุด</p><p>เดรสผ้าชีฟองซากุระสีกรมท่าลายเชอรี่ ลายน่ารักมากๆ ค่ะ</p><p>ดีไซน์แขนตุ๊กตา กระโปรงทรงย้วย ระบายชายกระโปรงพลิ้วๆ</p><p>มีซับใน ซิปซ่อนด้านหลัง</p><p>&nbsp;</p><hr><p>ขนาดชุด (หน่วยเป็นนิ้ว)</p><p>อก / เอว / ยาว / รอบปลายแขน (นิ้ว)</p><p>SS: 32 / 26 / 39 / 11</p><p>S: 34 / 28 / 39 / 12</p><p>M: 36 / 30 / 39 / 13</p><p>L: 38 / 32 / 39 / 14</p>\",\n    \"product_image\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03952.jpg\",\n    \"sku\": \"98-03-L\",\n    \"price\": 100,\n    \"image_gallery\": [\n        {\n            \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03935.jpg\",\n            \"width\": \"1333\",\n            \"height\": \"2000\"\n        },\n        {\n            \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03931_hYaRq6n.jpg\",\n            \"width\": \"1333\",\n            \"height\": \"2000\"\n        },\n        {\n            \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03928.jpg\",\n            \"width\": \"1333\",\n            \"height\": \"2000\"\n        },\n        {\n            \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03945.jpg\",\n            \"width\": \"1333\",\n            \"height\": \"2000\"\n        },\n        {\n            \"path\": \"https://uat.ketshoptest.com/upload-img/UNIQLO-SHOP/Product-Set/98-03_/A7_03943.jpg\",\n            \"width\": \"1333\",\n            \"height\": \"2000\"\n        }\n    ]\n}"}],"_postman_id":"13cebbe2-2c47-4144-9c6f-46d2c86f845a"},{"name":"update status","id":"7e22addd-2fc8-4b90-9fd4-d4ca3f8cbba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Yzg0MTcwN2E5ZDNiMWU5OTU2ZTBmYjQxY2JiNDkzNzRlNGI0OTdlZDZmMTMxMDNlZjEzMmI0ZjFhYTEyYzllOA=="}],"body":{"mode":"raw","raw":"{\n\t\"status\": 1,\n\t\"domain\": \"uat.ketshoptest.com\"\n}"},"url":"https://api.ketshoptest.com/api/v1/eafy/list/6","description":"<p>Status must be 0 or 1 only</p>\n","urlObject":{"protocol":"https","path":["api","v1","eafy","list","6"],"host":["api","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"0d0a53ee-8617-4c2e-8c9c-25b90572c402","name":"update status","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Yzg0MTcwN2E5ZDNiMWU5OTU2ZTBmYjQxY2JiNDkzNzRlNGI0OTdlZDZmMTMxMDNlZjEzMmI0ZjFhYTEyYzllOA=="}],"body":{"mode":"raw","raw":"{\n\t\"status\": 1,\n\t\"domain\": \"uat.ketshoptest.com\"\n}"},"url":"https://api.ketshoptest.com/api/v1/eafy/list/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Tue, 13 Aug 2019 03:59:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"14-TqrcOS4qiw/TIBV361eufnVG0aI\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"update\": \"success\"\n}"}],"_postman_id":"7e22addd-2fc8-4b90-9fd4-d4ca3f8cbba3"}],"id":"f29fe85b-2fab-44f1-96b2-920831ea2640","_postman_id":"f29fe85b-2fab-44f1-96b2-920831ea2640","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Extension For Zwiz","item":[{"name":"Create Order Link","id":"6e3da85a-4c22-4292-b29e-c47ffa47303e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"\",\n\t\"api_secret\": \"\",\n\t\"data\": {\n\t\t\"details\" : [\n\t\t\t{\n\t\t\t\t\"product_id\" : 161,\n\t\t\t\t\"qty\" : 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"product_id\" : 155,\n\t\t\t\t\"qty\" : 1\n\t\t\t}\n\t\t],\n\t\t\"social\": \"\",\n\t\t\"discountaddon\": 0,\n\t\t\"note\": null\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/order-link","description":"<pre>\n{\n    \"api_key\": \"\",\n    \"api_secret\": \"\",\n    \"data\": {\n        \"details\" : [\n            {\n                \"product_id\" : 161,\n                \"qty\" : 3   // จำนวน\n            },\n            {\n                \"product_id\" : 155,\n                \"qty\" : 1 // จำนวน\n            }\n        ],\n        \"social\": \"\", // สั่งซื้อจาก facebook , line\n        \"discountaddon\": 0, // ส่วนลด พิเศษ\n        \"note\": null // หมายเหตุเพิ่มเติม\n    }\n}\n</pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","zwiz","order-link"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"f1e96c56-6056-417e-ad96-7e4f6fc1fead","name":"Create Order Link","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"\",\n\t\"api_secret\": \"\",\n\t\"data\": {\n\t\t\"details\" : [\n\t\t\t{\n\t\t\t\t\"product_id\" : 161,\n\t\t\t\t\"qty\" : 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"product_id\" : 155,\n\t\t\t\t\"qty\" : 1\n\t\t\t}\n\t\t],\n\t\t\"social\": \"\",\n\t\t\"discountaddon\": 0,\n\t\t\"note\": null\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/order-link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Tue, 11 Jun 2019 03:14:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"316-RmBmPBHOb6WyilIAvCEOGX69BH4\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://ket8.ketshoptest.com/orderlink/NjvR5UaW\",\n    \"orderlink\": {\n        \"type\": \"orderlink\",\n        \"permalink\": \"NjvR5UaW\",\n        \"weight\": 800,\n        \"facebook_id\": null,\n        \"created_by\": \"zwiz\",\n        \"updated_by\": \"zwiz\",\n        \"social\": null,\n        \"amount\": 3993,\n        \"discount\": 598.95,\n        \"expire_date\": \"2019-06-18 10:14:26\",\n        \"vattype\": 2,\n        \"vatrate\": 0,\n        \"vat\": 0,\n        \"discountaddon\": 0,\n        \"totals\": 3394.05,\n        \"status\": 0,\n        \"promotion_data\": {\n            \"promotion_id\": 2,\n            \"data\": {\n                \"id\": 7,\n                \"title\": \"2,000 ลด 15%\",\n                \"total\": 2000,\n                \"freeshipping\": 0,\n                \"discount\": \"15.00\",\n                \"discount_type\": \"percent\",\n                \"startdate\": \"2018-12-03\",\n                \"enddate\": \"2019-11-10\",\n                \"status\": 1,\n                \"use\": 24,\n                \"created_at\": \"2018-12-04 16:49:23\",\n                \"updated_at\": \"2019-06-04 12:14:06\",\n                \"created_by\": \"system\",\n                \"updated_by\": \"system\"\n            }\n        },\n        \"freeshipping\": 0,\n        \"note\": null,\n        \"updated_at\": \"2019-06-11 10:14:26\",\n        \"created_at\": \"2019-06-11 10:14:26\",\n        \"id\": 336\n    }\n}"}],"_postman_id":"6e3da85a-4c22-4292-b29e-c47ffa47303e"},{"name":"Search Product","id":"8791c419-e214-41ff-964c-4d8a933d0655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"\",\n\t\"api_secret\": \"\",\n\t\"data\": {\n\t\t\"status\": \"\",\n\t\t\"search\": \"\",\n\t\t\"cate_id\": \"\",\n\t\t\"page\": 1,\n\t\t\"perpage\": 5\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/product/search","description":"<pre>\n{\n    \"api_key\": \"\", // ได้จาก website\n    \"api_secret\": \"\",// ได้จาก website\n    \"data\": {\n        \"status\": \"\", // 0 = ไม่ใช้งาน, 1=ใช้งาน\n        \"search\": \"\", // ชื่อสินค้า หรือ sku\n        \"cate_id\": \"\", // category id\n        \"page\": 1, \n        \"perpage\": 5\n    }\n}\n</pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","zwiz","product","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"f38a5e92-6113-4c00-893f-82bd69a9f45d","name":"Search Product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"\",\n\t\"api_secret\": \"\",\n\t\"data\": {\n\t\t\"status\": \"\",\n\t\t\"search\": \"\",\n\t\t\"cate_id\": \"\",\n\t\t\"page\": 1,\n\t\t\"perpage\": 5\n\t}\n}"},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/product/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Tue, 11 Jun 2019 03:07:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"2326-x8rLvz6UlGn6PbvvGmiMLYdL1pA\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 121,\n    \"data\": [\n        {\n            \"id\": 350,\n            \"sku\": \"SKU-1vj9kgxgb81vj9kgxgb8_1vkd3g005x_1vkd3g49z3\",\n            \"group_id\": null,\n            \"cate_id\": 2,\n            \"hilight\": false,\n            \"permalink_lang1\": \"SneakaVilla-Point-And-Shoot-Long-Sleeve-T-Shirt-(Black)-4205360S-4205361L-4205361L-1vkd3g005x-1vkd3g49z3\",\n            \"permalink_lang2\": \"undefined-4205361L-1vkd3g005x-1vkd3g49z3\",\n            \"permalink_lang3\": \"undefined-4205361L-1vkd3g005x-1vkd3g49z3\",\n            \"permalink_lang4\": \"undefined-4205361L-1vkd3g005x-1vkd3g49z3\",\n            \"weight\": 200,\n            \"temp_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g49z3\",\n            \"title_lang2\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g49z3\",\n            \"title_lang3\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g49z3\",\n            \"title_lang4\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g49z3\",\n            \"short_desc_lang1\": \"<p>เสื้อยืดแขนยาวที่เต็มเปี่ยมไปด้วยเรื่องราวและคอนเซ็ปต์ของคอลเลคชั่น FILM IS NOT DEAD ซึ่งถูกถ่ายทอดออกมาผ่านลวดลายกราฟิกสีสันจัดจ้านที่ปรากฎอยู่บนเสื้อ </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/uniqlo-theme/PS_BLK_01.jpg\",\n            \"created_date\": \"2019-06-10 22:37:24\",\n            \"updated_date\": \"2019-06-11 10:04:23\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"tags\": [],\n            \"catname_lang1\": \"ผู้หญิง\",\n            \"catname_lang2\": \"Women\",\n            \"catname_lang3\": \"pWOMEN日本の\",\n            \"catname_lang4\": \"pWOMEN中文\"\n        },\n        {\n            \"id\": 349,\n            \"sku\": \"SKU-1vj9kgxgb81vj9kgxgb8_1vkd3g005x_1vkd3g42ph\",\n            \"group_id\": null,\n            \"cate_id\": 2,\n            \"hilight\": false,\n            \"permalink_lang1\": \"SneakaVilla-Point-And-Shoot-Long-Sleeve-T-Shirt-(Black)-4205360S-4205361L-4205361L-1vkd3g005x-1vkd3g42ph\",\n            \"permalink_lang2\": \"undefined-4205361L-1vkd3g005x-1vkd3g42ph\",\n            \"permalink_lang3\": \"undefined-4205361L-1vkd3g005x-1vkd3g42ph\",\n            \"permalink_lang4\": \"undefined-4205361L-1vkd3g005x-1vkd3g42ph\",\n            \"weight\": 200,\n            \"temp_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g42ph\",\n            \"title_lang2\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g42ph\",\n            \"title_lang3\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g42ph\",\n            \"title_lang4\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g42ph\",\n            \"short_desc_lang1\": \"<p>เสื้อยืดแขนยาวที่เต็มเปี่ยมไปด้วยเรื่องราวและคอนเซ็ปต์ของคอลเลคชั่น FILM IS NOT DEAD ซึ่งถูกถ่ายทอดออกมาผ่านลวดลายกราฟิกสีสันจัดจ้านที่ปรากฎอยู่บนเสื้อ </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/uniqlo-theme/PS_BLK_01.jpg\",\n            \"created_date\": \"2019-06-10 22:37:14\",\n            \"updated_date\": \"2019-06-10 22:37:14\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"tags\": [],\n            \"catname_lang1\": \"ผู้หญิง\",\n            \"catname_lang2\": \"Women\",\n            \"catname_lang3\": \"pWOMEN日本の\",\n            \"catname_lang4\": \"pWOMEN中文\"\n        },\n        {\n            \"id\": 348,\n            \"sku\": \"SKU-1vj9kgxgb81vj9kgxgb8_1vkd3g005x_1vkd3g2qrp\",\n            \"group_id\": null,\n            \"cate_id\": 2,\n            \"hilight\": false,\n            \"permalink_lang1\": \"SneakaVilla-Point-And-Shoot-Long-Sleeve-T-Shirt-(Black)-4205360S-4205361L-4205361L-1vkd3g005x-1vkd3g2qrp\",\n            \"permalink_lang2\": \"undefined-4205361L-1vkd3g005x-1vkd3g2qrp\",\n            \"permalink_lang3\": \"undefined-4205361L-1vkd3g005x-1vkd3g2qrp\",\n            \"permalink_lang4\": \"undefined-4205361L-1vkd3g005x-1vkd3g2qrp\",\n            \"weight\": 200,\n            \"temp_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2qrp\",\n            \"title_lang2\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2qrp\",\n            \"title_lang3\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2qrp\",\n            \"title_lang4\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2qrp\",\n            \"short_desc_lang1\": \"<p>เสื้อยืดแขนยาวที่เต็มเปี่ยมไปด้วยเรื่องราวและคอนเซ็ปต์ของคอลเลคชั่น FILM IS NOT DEAD ซึ่งถูกถ่ายทอดออกมาผ่านลวดลายกราฟิกสีสันจัดจ้านที่ปรากฎอยู่บนเสื้อ </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/uniqlo-theme/PS_BLK_01.jpg\",\n            \"created_date\": \"2019-06-10 22:36:52\",\n            \"updated_date\": \"2019-06-10 22:36:52\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"tags\": [],\n            \"catname_lang1\": \"ผู้หญิง\",\n            \"catname_lang2\": \"Women\",\n            \"catname_lang3\": \"pWOMEN日本の\",\n            \"catname_lang4\": \"pWOMEN中文\"\n        },\n        {\n            \"id\": 347,\n            \"sku\": \"SKU-1vj9kgxgb81vj9kgxgb8_1vkd3g005x_1vkd3g2j3d\",\n            \"group_id\": null,\n            \"cate_id\": 2,\n            \"hilight\": false,\n            \"permalink_lang1\": \"SneakaVilla-Point-And-Shoot-Long-Sleeve-T-Shirt-(Black)-4205360S-4205361L-4205361L-1vkd3g005x-1vkd3g2j3d\",\n            \"permalink_lang2\": \"undefined-4205361L-1vkd3g005x-1vkd3g2j3d\",\n            \"permalink_lang3\": \"undefined-4205361L-1vkd3g005x-1vkd3g2j3d\",\n            \"permalink_lang4\": \"undefined-4205361L-1vkd3g005x-1vkd3g2j3d\",\n            \"weight\": 200,\n            \"temp_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2j3d\",\n            \"title_lang2\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2j3d\",\n            \"title_lang3\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2j3d\",\n            \"title_lang4\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x_1vkd3g2j3d\",\n            \"short_desc_lang1\": \"<p>เสื้อยืดแขนยาวที่เต็มเปี่ยมไปด้วยเรื่องราวและคอนเซ็ปต์ของคอลเลคชั่น FILM IS NOT DEAD ซึ่งถูกถ่ายทอดออกมาผ่านลวดลายกราฟิกสีสันจัดจ้านที่ปรากฎอยู่บนเสื้อ </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/uniqlo-theme/PS_BLK_01.jpg\",\n            \"created_date\": \"2019-06-10 22:36:42\",\n            \"updated_date\": \"2019-06-10 22:36:42\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"tags\": [],\n            \"catname_lang1\": \"ผู้หญิง\",\n            \"catname_lang2\": \"Women\",\n            \"catname_lang3\": \"pWOMEN日本の\",\n            \"catname_lang4\": \"pWOMEN中文\"\n        },\n        {\n            \"id\": 346,\n            \"sku\": \"SKU-1vj9kgxgb81vj9kgxgb8_1vkd3g005x\",\n            \"group_id\": null,\n            \"cate_id\": 2,\n            \"hilight\": false,\n            \"permalink_lang1\": \"SneakaVilla-Point-And-Shoot-Long-Sleeve-T-Shirt-(Black)-4205360S-4205361L-4205361L-1vkd3g005x\",\n            \"permalink_lang2\": \"undefined-4205361L-1vkd3g005x\",\n            \"permalink_lang3\": \"undefined-4205361L-1vkd3g005x\",\n            \"permalink_lang4\": \"undefined-4205361L-1vkd3g005x\",\n            \"weight\": 200,\n            \"temp_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x\",\n            \"title_lang2\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x\",\n            \"title_lang3\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x\",\n            \"title_lang4\": \"SneakaVilla Point And Shoot Long Sleeve T-Shirt (Black)_1vkd3g005x\",\n            \"short_desc_lang1\": \"<p>เสื้อยืดแขนยาวที่เต็มเปี่ยมไปด้วยเรื่องราวและคอนเซ็ปต์ของคอลเลคชั่น FILM IS NOT DEAD ซึ่งถูกถ่ายทอดออกมาผ่านลวดลายกราฟิกสีสันจัดจ้านที่ปรากฎอยู่บนเสื้อ </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/uniqlo-theme/PS_BLK_01.jpg\",\n            \"created_date\": \"2019-06-10 22:35:25\",\n            \"updated_date\": \"2019-06-10 22:35:25\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"tags\": [],\n            \"catname_lang1\": \"ผู้หญิง\",\n            \"catname_lang2\": \"Women\",\n            \"catname_lang3\": \"pWOMEN日本の\",\n            \"catname_lang4\": \"pWOMEN中文\"\n        }\n    ]\n}"}],"_postman_id":"8791c419-e214-41ff-964c-4d8a933d0655"},{"name":"List All Category","id":"b1cb2430-8fec-4ab0-bd68-68159295969e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"\",\n\t\"api_secret\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/product/allCategory","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","zwiz","product","allCategory"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"0a35ac75-9ea2-4834-91d3-2d0c80236a04","name":"List All Category","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"\",\n\t\"api_secret\": \"\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/product/allCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Tue, 11 Jun 2019 03:32:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"873-gHnUyEWO5MJJJvFN9UjGE4J/ABU\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"cat_parent\": 0,\n        \"sort\": 0,\n        \"lang1\": \"ผู้หญิง\",\n        \"lang2\": \"Women\",\n        \"lang3\": \"pWOMEN日本の\",\n        \"lang4\": \"pWOMEN中文\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2016-07-22T04:09:10.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 50,\n        \"childrens\": [\n            {\n                \"id\": 35,\n                \"cat_parent\": 2,\n                \"sort\": 0,\n                \"lang1\": \"ชุดเดรส-และ-เสื้อทูนิค\",\n                \"lang2\": \"\",\n                \"lang3\": \"\",\n                \"lang4\": \"\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2019-05-23T08:29:18.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 6,\n                \"childrens\": []\n            },\n            {\n                \"id\": 4,\n                \"cat_parent\": 2,\n                \"sort\": 1,\n                \"lang1\": \"รองเท้าผู้หญิง\",\n                \"lang2\": \"Womens Shoel\",\n                \"lang3\": \"pFOOTWEAR本\",\n                \"lang4\": \"pFOOTWEAR文\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-08-11T04:27:52.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 4,\n                \"childrens\": []\n            },\n            {\n                \"id\": 17,\n                \"cat_parent\": 2,\n                \"sort\": 2,\n                \"lang1\": \"เสื้อเชิ้ต\",\n                \"lang2\": \"Men's Shirt\",\n                \"lang3\": \"shirt22\",\n                \"lang4\": \"เสื้อเชิ้ต中文\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2017-01-06T09:03:57.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 10,\n                \"childrens\": []\n            },\n            {\n                \"id\": 20,\n                \"cat_parent\": 2,\n                \"sort\": 3,\n                \"lang1\": \"21กระโปรง\",\n                \"lang2\": \"skirt\",\n                \"lang3\": \"gggg\",\n                \"lang4\": \"kkkk\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2018-11-23T08:10:28.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 1,\n                \"childrens\": []\n            }\n        ]\n    },\n    {\n        \"id\": 1,\n        \"cat_parent\": 0,\n        \"sort\": 1,\n        \"lang1\": \"ผู้ชาย\",\n        \"lang2\": \"Men\",\n        \"lang3\": \"pMEN3\",\n        \"lang4\": \"pMEN4\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2016-06-02T10:47:22.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 15,\n        \"childrens\": [\n            {\n                \"id\": 13,\n                \"cat_parent\": 1,\n                \"sort\": 0,\n                \"lang1\": \"รองเท้าชาย\",\n                \"lang2\": \"Men's Shoe\",\n                \"lang3\": \"Men's shoe 日本の\",\n                \"lang4\": \"Men's shoe 中文\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-12-29T09:15:55.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 2,\n                \"childrens\": []\n            },\n            {\n                \"id\": 3,\n                \"cat_parent\": 1,\n                \"sort\": 1,\n                \"lang1\": \"คอลเลคชั่น1\",\n                \"lang2\": \"Collections\",\n                \"lang3\": \"pCOLLECTIONS_japn\",\n                \"lang4\": \"pCOLLECTIONS_china\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-08-04T05:48:34.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 2,\n                \"childrens\": []\n            }\n        ]\n    },\n    {\n        \"id\": 19,\n        \"cat_parent\": 0,\n        \"sort\": 2,\n        \"lang1\": \"หมวก\",\n        \"lang2\": \"Hat\",\n        \"lang3\": \"หมวกJP\",\n        \"lang4\": \"หมวก中文\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2018-09-18T07:56:40.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 6,\n        \"childrens\": []\n    }\n]"}],"_postman_id":"b1cb2430-8fec-4ab0-bd68-68159295969e"}],"id":"1f6f4d44-a87e-4ce9-b1a6-42a5df4dafcd","_postman_id":"1f6f4d44-a87e-4ce9-b1a6-42a5df4dafcd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"List Extension","id":"7244e339-3e84-4071-a528-caedea4262bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/extension","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","extension"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"b527f2d0-26f3-4b48-bab2-534a61934252","name":"List Extension","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/extension"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.1 (Ubuntu)"},{"key":"Date","value":"Mon, 13 May 2019 04:15:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization,lang,referer-server"},{"key":"ETag","value":"W/\"17b-X3NcHMwQ9pGYPjXh8Iq/xBI0mW0\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"zort\",\n        \"status\": 0,\n        \"connected\": 0,\n        \"available\": true,\n        \"image\": \"/system/core-imgs/zort-logo-on-black-02-1-e1502216565187.png\"\n    },\n    {\n        \"name\": \"fbchat\",\n        \"status\": 0,\n        \"connected\": 0,\n        \"image\": \"/system/core-imgs/logo_fb_ms.png\"\n    },\n    {\n        \"name\": \"GbPay\",\n        \"status\": 1,\n        \"connected\": 1,\n        \"image\": \"/system/core-imgs/logo_gbpay.svg\"\n    },\n    {\n        \"name\": \"Peak\",\n        \"status\": 1,\n        \"connected\": 1,\n        \"image\": \"/system/core-imgs/peak.png\"\n    }\n]"}],"_postman_id":"7244e339-3e84-4071-a528-caedea4262bf"},{"name":"Check Zwiz Status","id":"2f196630-1e91-498d-9455-48c21ee7482a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://devapi.ketshoptest.com/api/v1/extension/checkZwizStatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","extension","checkZwizStatus"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f196630-1e91-498d-9455-48c21ee7482a"},{"name":"Add Zwiz Token","id":"f4e9e97a-f576-446e-9476-883a35e85d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageurl\": \"https://www.facebook.com/tomatohub\" \n}"},"url":"https://devapi.ketshoptest.com/api/v1/extension/addZwizToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","extension","addZwizToken"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4e9e97a-f576-446e-9476-883a35e85d77"}],"id":"ab12e8bb-04da-4e77-8fb1-2f2d91b359db","_postman_id":"ab12e8bb-04da-4e77-8fb1-2f2d91b359db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Notification","item":[{"name":"list config","id":"b9c5f800-b460-4c32-b687-f217164d563e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/notification/config","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","notification","config"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9c5f800-b460-4c32-b687-f217164d563e"},{"name":"Update Config","id":"8d724306-7186-4cec-b9fb-d5f0320bf695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_out_stock\": {\n        \"status\": 0\n    },\n    \"product_low_stock\": {\n        \"status\": 1\n    },\n    \"order_in\": {\n        \"status\": 1\n    },\n    \"confirm_payment\": {\n        \"status\": 1\n    },\n    \"contact_form\": {\n        \"status\": 0\n    },\n    \"shipping_credit_low\": {\n        \"status\": 1\n    }\n}"},"url":"https://devapi.ketshoptest.com/api/v1/notification/updateConfig","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","notification","updateConfig"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d724306-7186-4cec-b9fb-d5f0320bf695"},{"name":"Save FCM Token","id":"d2b20a6b-4c0c-485e-83cf-4f5a490398da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"fcm_token\": \"fawefawe\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/notification/saveFcmToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","notification","saveFcmToken"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2b20a6b-4c0c-485e-83cf-4f5a490398da"},{"name":"test","id":"310ba59e-196d-4d54-9cd4-077fb3ce3d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"order\"\n}"},"url":"https://devapi.ketshoptest.com/api/v1/notification/testfcm","description":"<p>type: \"order\" | \"product\" | \"confirmpayment\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","notification","testfcm"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"310ba59e-196d-4d54-9cd4-077fb3ce3d77"}],"id":"d43db244-0ff5-4c85-99dd-56a3ee315e5c","_postman_id":"d43db244-0ff5-4c85-99dd-56a3ee315e5c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Test-Method","item":[{"name":"test","id":"f368b463-a0dc-4e6f-9b82-1a1661f40ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://deveafy-api.eafy.me/EafyAPI/GetBiz/uat.ketshoptest.com","urlObject":{"protocol":"https","path":["EafyAPI","GetBiz","uat.ketshoptest.com"],"host":["deveafy-api","eafy","me"],"query":[],"variable":[]}},"response":[],"_postman_id":"f368b463-a0dc-4e6f-9b82-1a1661f40ee4"}],"id":"e3a37052-a749-4ed6-8d0b-e73872311c0a","_postman_id":"e3a37052-a749-4ed6-8d0b-e73872311c0a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Peak","item":[{"name":"receipts_by_orders","id":"cb37c705-2ac5-43aa-892e-b45bf51ffea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"send_mail\": false,\n    \"ids\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.ketshopweb.com/api/v1/peak/receipts_by_orders","urlObject":{"protocol":"https","path":["api","v1","peak","receipts_by_orders"],"host":["api2","ketshopweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb37c705-2ac5-43aa-892e-b45bf51ffea8"}],"id":"227e4729-cde6-46ac-91a1-53420911cfbe","_postman_id":"227e4729-cde6-46ac-91a1-53420911cfbe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Product Summary","item":[{"name":"Product Search","id":"deae935c-dad7-446b-9da0-d93ca2ee4e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lang\": \"lang1\",\n    \"status\": \"\",\n    \"search\": \"\",\n    \"cate_id\": \"\",\n    \"group\": \"\",\n    \"page\": 1,\n    \"perpage\": 10,\n    \"ids\": \"\",\n    \"orderby\": \"id\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/product/search","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lang</td>\n<td>String</td>\n<td>ภาษาที่ค้นหา default คือ lang1</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td>สถานะของสินค้า</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>คำการค้นหา</td>\n</tr>\n<tr>\n<td>cate_id</td>\n<td>Number</td>\n<td>IDของหมวดหมู่สินค้า <br />ได้จาก<a href=\"#Get-All-Category\">การเรียกCategory</a></td>\n</tr>\n<tr>\n<td>group</td>\n<td>Number</td>\n<td>กลุ่มของสินค้า</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n<tr>\n<td>ids</td>\n<td>Number,<br />Number Array</td>\n<td>IDของสินค้าที่ค้นหา</td>\n</tr>\n<tr>\n<td>orderby</td>\n<td>String</td>\n<td>ข้อมูลที่ใช้จัดเรียง default คือ id</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>การเรียงข้อมูล default คือ desc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","product","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"209456b7-0b3c-4d15-9c66-05752394057e","name":"search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lang\": \"lang1\",\n    \"status\": \"\",\n    \"search\": \"\",\n    \"cate_id\": \"\",\n    \"group\": \"\",\n    \"page\": 1,\n    \"perpage\": 10,\n    \"ids\": \"\",\n    \"orderby\": \"id\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/product/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 04:41:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"589d7a84-96fa-4d0d-9876-c4090df69d02"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"9aa7-XTJt6jXSAhvTEl4nlEviLSleoDA\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 382,\n    \"data\": [\n        {\n            \"id\": 1029,\n            \"sku\": \"oooooooooo\",\n            \"group_id\": null,\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"oooooooooo-oooooooooo\",\n            \"permalink_lang2\": \"oooooooooo-oooooooooo\",\n            \"permalink_lang3\": \"oooooooooo-oooooooooo\",\n            \"permalink_lang4\": \"oooooooooo-oooooooooo\",\n            \"weight\": 230,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 500,\n            \"price1\": 500,\n            \"price2\": 500,\n            \"price3\": 500,\n            \"price4\": 500,\n            \"instock\": 499,\n            \"title_lang1\": \"oooooooooo\",\n            \"title_lang2\": \"oooooooooo\",\n            \"title_lang3\": \"oooooooooo\",\n            \"title_lang4\": \"oooooooooo\",\n            \"short_desc_lang1\": null,\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/mamonde-pore-clean-toner-02.jpg\",\n            \"created_date\": \"2021-10-15 12:42:45\",\n            \"updated_date\": \"2021-10-15 16:52:22\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_sort\": 0,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 1027,\n            \"sku\": \"211004-0902\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0902\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0902\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0902\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0902\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><strong></strong><br></p><p><span style=\\\"font-family: Prompt;\\\">- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><p><br></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 11:41:54\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"L\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 2,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\"\n        },\n        {\n            \"id\": 1026,\n            \"sku\": \"211004-0901\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0901\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0901\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0901\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0901\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 79,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><strong></strong><br></p><p><span style=\\\"font-family: Prompt;\\\">- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><p><br></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 11:41:54\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"M\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 1,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\"\n        },\n        {\n            \"id\": 1025,\n            \"sku\": \"211004-0900\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0900\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 88,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><strong></strong><br></p><p><span style=\\\"font-family: Prompt;\\\">- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><p><br></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 11:41:54\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\"\n        },\n        {\n            \"id\": 1024,\n            \"sku\": \"211004-0003\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0003\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0003\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0003\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0003\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 79,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><strong></strong><br></p><p><span style=\\\"font-family: Prompt;\\\">- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><p><br></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_00_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 11:41:54\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"00 - ขาว\",\n            \"property_info2\": \"L\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 2,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\"\n        },\n        {\n            \"id\": 1023,\n            \"sku\": \"211004-0002\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0002\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0002\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0002\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0002\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 0,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><strong></strong><br></p><p><span style=\\\"font-family: Prompt;\\\">- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><p><br></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_00_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 11:41:54\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"00 - ขาว\",\n            \"property_info2\": \"M\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 1,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\"\n        },\n        {\n            \"id\": 1022,\n            \"sku\": \"211004-0001\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 46,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p><strong><span style=\\\"font-size: 16px; font-family: Prompt;\\\">รายละเอียดสินค้า</span></strong></p><p><strong></strong><br></p><p><span style=\\\"font-family: Prompt;\\\">- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน</span></p><p><br></p><p><strong><span style=\\\"font-family: Prompt; font-size: 16px;\\\">ตารางไซส์</span></strong></p><p><br></p><table style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ขนาด</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ความยาว</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">ไหล่</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Prompt;\\\">รอบอก</span></strong></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">S</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">26</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">17</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">M</span></strong></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">27</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td></tr><tr><td style=\\\"width: 25%; text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">L</span></strong><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">28</span><br></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">18.5</span></td><td style=\\\"width: 25%; text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">20</span></td></tr><tr><td style=\\\"text-align: center;\\\"><strong><span style=\\\"font-family: Poppins;\\\">XL</span></strong></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">29</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">19</span></td><td style=\\\"text-align: center;\\\"><span style=\\\"font-family: Poppins;\\\">22</span></td></tr></tbody></table><p><br></p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_00_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-18 11:41:54\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"00 - ขาว\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\"\n        },\n        {\n            \"id\": 1017,\n            \"sku\": \"capXL\",\n            \"group_id\": \"fc4118af-a236-4697-ba07-861b5bddfb1e\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"เฮอะ-cap00-cap22-capXL\",\n            \"permalink_lang2\": \"Huh-cap00-cap22-capXL\",\n            \"permalink_lang3\": \"undefined-capXL\",\n            \"permalink_lang4\": \"undefined-capXL\",\n            \"weight\": 40,\n            \"temp_price\": 100,\n            \"cost_price\": 0,\n            \"price\": 1,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 7,\n            \"title_lang1\": \"เฮอะ\",\n            \"title_lang2\": \"Huh\",\n            \"title_lang3\": \"เฮอะ\",\n            \"title_lang4\": \"เฮอะ\",\n            \"short_desc_lang1\": \"<p>Blue cat S</p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/d62130edc94f68f765f116cc63625998.png\",\n            \"created_date\": \"2021-09-23 17:09:20\",\n            \"updated_date\": \"2021-10-12 14:34:45\",\n            \"group\": null,\n            \"prop_enable\": 1,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": \"XL\",\n            \"property_info2\": null,\n            \"properties_sort\": 3,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 1016,\n            \"sku\": \"cap22\",\n            \"group_id\": \"fc4118af-a236-4697-ba07-861b5bddfb1e\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"เฮอะ-cap00-cap22\",\n            \"permalink_lang2\": \"Huh-cap00-cap22\",\n            \"permalink_lang3\": \"undefined-cap22\",\n            \"permalink_lang4\": \"undefined-cap22\",\n            \"weight\": 40,\n            \"temp_price\": 100,\n            \"cost_price\": 0,\n            \"price\": 1,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 9,\n            \"title_lang1\": \"เฮอะ\",\n            \"title_lang2\": \"Huh\",\n            \"title_lang3\": \"เฮอะ\",\n            \"title_lang4\": \"เฮอะ\",\n            \"short_desc_lang1\": \"<p>Blue cat S</p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/e557839129d294a3bf4c76a5439e0f43.png\",\n            \"created_date\": \"2021-09-22 18:08:44\",\n            \"updated_date\": \"2021-10-12 17:06:32\",\n            \"group\": null,\n            \"prop_enable\": 1,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": \"L\",\n            \"property_info2\": null,\n            \"properties_sort\": 2,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 1015,\n            \"sku\": \"cap11\",\n            \"group_id\": \"fc4118af-a236-4697-ba07-861b5bddfb1e\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"เฮอะ-cap00-cap11\",\n            \"permalink_lang2\": \"Huh-cap00-cap11\",\n            \"permalink_lang3\": \"undefined-cap11\",\n            \"permalink_lang4\": \"undefined-cap11\",\n            \"weight\": 40,\n            \"temp_price\": 100,\n            \"cost_price\": 0,\n            \"price\": 1,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 10,\n            \"title_lang1\": \"เฮอะ\",\n            \"title_lang2\": \"Huh\",\n            \"title_lang3\": \"เฮอะ\",\n            \"title_lang4\": \"เฮอะ\",\n            \"short_desc_lang1\": \"<p>Blue cat S</p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/Bugcat-Capoo-is-on-the-Move-Vol.-2-.png\",\n            \"created_date\": \"2021-09-22 18:08:44\",\n            \"updated_date\": \"2021-10-12 15:10:13\",\n            \"group\": null,\n            \"prop_enable\": 1,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": \"M\",\n            \"property_info2\": null,\n            \"properties_sort\": 1,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        }\n    ]\n}"}],"_postman_id":"deae935c-dad7-446b-9da0-d93ca2ee4e6a"},{"name":"Category Search","id":"5b853dc4-e8f0-4d4d-b758-66db8cf89c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://devapi.ketshoptest.com/api/v1/product/maincategory","description":"<p>ในกรณีที่ต้องค้นหาสินค้าโดยหมวดหมู่ ให้เรียกหมวดหมู่ของสินค้าที่มีทั้งหมด เพื่อนำIDของหมวดหมู่สินค้าไป<a href=\"#Product-Search\">ค้นหาสินค้า</a></p>\n","urlObject":{"protocol":"https","path":["api","v1","product","maincategory"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"ae7dd255-4f3d-4fc5-bb35-6f3b3dbebf7f","name":"maincategory","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/product/maincategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 04:53:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"51a86874-4e6d-4f95-a449-f334544c5d01"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"498-wSzCwxTXdb+LpMzRlYDiVuW6R1s\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"lang1\": \"ผู้หญิง\",\n        \"lang2\": \"Women\",\n        \"lang3\": \"pWOMEN日本の\",\n        \"lang4\": \"pWOMEN中文\"\n    },\n    {\n        \"id\": 35,\n        \"lang1\": \"- ชุดเดรส-และ-เสื้อทูนิค\",\n        \"lang2\": \"- \",\n        \"lang3\": \"- \",\n        \"lang4\": \"- \"\n    },\n    {\n        \"id\": 17,\n        \"lang1\": \"- เสื้อเชิ้ต\",\n        \"lang2\": \"- Men's Shirt\",\n        \"lang3\": \"- shirt22\",\n        \"lang4\": \"- เสื้อเชิ้ต中文\"\n    },\n    {\n        \"id\": 4,\n        \"lang1\": \"- รองเท้าผ้าใบ\",\n        \"lang2\": \"- Womens Shoel\",\n        \"lang3\": \"- pFOOTWEAR本\",\n        \"lang4\": \"- pFOOTWEAR文\"\n    },\n    {\n        \"id\": 20,\n        \"lang1\": \"-- กระโปรง\",\n        \"lang2\": \"-- skirt\",\n        \"lang3\": \"-- gggg\",\n        \"lang4\": \"-- kkkk\"\n    },\n    {\n        \"id\": 1,\n        \"lang1\": \"ผู้ชาย\",\n        \"lang2\": \"Men\",\n        \"lang3\": null,\n        \"lang4\": \"pMEN4\"\n    },\n    {\n        \"id\": 13,\n        \"lang1\": \"- รองเท้าผ้าใบ\",\n        \"lang2\": \"- Men's Shoe\",\n        \"lang3\": \"- Men's shoe 日本の\",\n        \"lang4\": \"- Men's shoe 中文\"\n    },\n    {\n        \"id\": 3,\n        \"lang1\": \"- คอลเลคชั่น\",\n        \"lang2\": \"- Collections\",\n        \"lang3\": \"- pCOLLECTIONS_japn\",\n        \"lang4\": \"- pCOLLECTIONS_china\"\n    },\n    {\n        \"id\": 19,\n        \"lang1\": \"หมวก\",\n        \"lang2\": \"Hat\",\n        \"lang3\": \"หมวกJP\",\n        \"lang4\": \"หมวก中文\"\n    },\n    {\n        \"id\": 36,\n        \"lang1\": \"ทดสอบขนาดกล่อง\",\n        \"lang2\": \"ๅ\",\n        \"lang3\": \"ๅ\",\n        \"lang4\": \"\"\n    }\n]"}],"_postman_id":"5b853dc4-e8f0-4d4d-b758-66db8cf89c97"},{"name":"Check Delivery","id":"a6d333b9-93fb-4018-ae37-6cb2e1307463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": -1,\n    \"shipping_address_id\": -1,\n    \"details\": [\n        {\n            \"id\": 1025,\n            \"sku\": \"211004-0900\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0900\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 88,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p>- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-15 09:58:17\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\",\n            \"checked\": true,\n            \"qty\": 1,\n            \"product_price\": 990,\n            \"custom_price\": 990\n        }\n    ],\n    \"channel\": \"facebook\",\n    \"discountaddon\": 0,\n    \"use_point\": 0,\n    \"delivery\": null,\n    \"social_id\": \"\",\n    \"customer\": null,\n    \"check_from\": \"order_link\",\n    \"box_value\": \"11x17x6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/order/checkdelivery","description":"<p>ตรวจสอบขนส่งที่ใช้งานได้จากข้อมูลสินค้าที่ได้จาก<a href=\"#Product-Search\">การค้นหาสินค้า</a> โดยจะเรียกEndpointนี้หลังจากที่เลือกสินค้าแล้ว หากOrderlinkเป็นแบบเน้นเก็บข้อมูลต้องเรียกอีกครั้ง เมื่อต้องการสร้างOrderlinkที่กำหนดที่อยู่จัดส่ง</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>IDของผู้ใช้</td>\n</tr>\n<tr>\n<td>shipping_address_id</td>\n<td>Number</td>\n<td>IDของที่อยู่</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Object Array</td>\n<td>รายการสินค้า ใช้Objectที่ได้จากการ<a href=\"#Product-Search\">ค้นหาสินค้า</a></td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>ช่องทาง</td>\n</tr>\n<tr>\n<td>discountaddon</td>\n<td>Number</td>\n<td>ส่วนลดพิเศษ default คือ 0</td>\n</tr>\n<tr>\n<td>use_point</td>\n<td>Number</td>\n<td>แต้มสะสม default คือ 0</td>\n</tr>\n<tr>\n<td>delivery</td>\n<td>String</td>\n<td>ขนส่ง</td>\n</tr>\n<tr>\n<td>social_id</td>\n<td>String</td>\n<td>Idโซเชียลของผู้ใช้</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>String</td>\n<td>ข้อมูลลูกค้า</td>\n</tr>\n<tr>\n<td>check_from</td>\n<td>String</td>\n<td>เช็คจากDeliveryจากไหน default คือ order</td>\n</tr>\n<tr>\n<td>box_value</td>\n<td>String</td>\n<td>ขนาดกล่อง กว้างxยาวxสูง</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","order","checkdelivery"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"038ff28f-ce54-4eaf-b0e7-67274d73ef8a","name":"checkdelivery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": -1,\n    \"shipping_address_id\": -1,\n    \"details\": [\n        {\n            \"id\": 1025,\n            \"sku\": \"211004-0900\",\n            \"group_id\": \"3441621f-9b9f-438e-8ca0-62fc5877a454\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": 1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"211004-HEATTECH-211004-0900\",\n            \"permalink_lang2\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang3\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"permalink_lang4\": \"เสื้อยืด-HEATTECH-ผ้าคอตตอน-คอกลม-แขนยาว-211004-0001-211004-0900\",\n            \"weight\": 500,\n            \"temp_price\": 1290,\n            \"cost_price\": 0,\n            \"price\": 990,\n            \"price1\": 990,\n            \"price2\": 990,\n            \"price3\": 990,\n            \"price4\": 990,\n            \"instock\": 88,\n            \"title_lang1\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang2\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang3\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"title_lang4\": \"เสื้อยืด HEATTECH ผ้าคอตตอน คอกลม แขนยาว\",\n            \"short_desc_lang1\": \"<p>- คอลเลคชัน Uniqlo U ผลงานสร้างสรรค์ของทีมดีไซเนอร์นานาชาติที่เปี่ยมด้วยทักษะและความมุ่งมั่น ณ ศูนย์วิจัยและพัฒนาแห่งกรุงปารีส ภายใต้การดูแลของ &quot;คริสตอฟ เลอแมร์&quot; ผู้อำนวยการฝ่ายศิลป์<br>- อัพเดตใหม่ด้วยผ้าซึ่งมีเนื้อทอแน่น<br>- ผสานคุณสมบัติสร้างความร้อนขึ้นจากร่างกาย เป็นฉนวนความร้อน ป้องกันแบคทีเรีย และช่วยระบายความชื้น<br>- ผ้าคอตตอนด้านนอกและเทคโนโลยีฮีทเทค (HEATTECH) ด้านใน<br>- ทรงหลวม ไหล่ตก สวมใส่เล่นเลเยอร์ได้ง่าย<br>- ได้รับแรงบันดาลใจจากดีไซน์ชุดชั้นในสไตล์มิลิทารี่แบบวินเทจ<br>- กุ๊นคอเสื้อเพื่อเพิ่มความทนทาน </p>\",\n            \"short_desc_lang2\": null,\n            \"short_desc_lang3\": null,\n            \"short_desc_lang4\": null,\n            \"status\": 1,\n            \"feature_img\": \"/upload-img/รูปสินค้า/goods_09_442476.png\",\n            \"created_date\": \"2021-10-04 11:21:02\",\n            \"updated_date\": \"2021-10-15 09:58:17\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"เลือกสี\",\n            \"properties_desc2\": \"เลือกไซส์\",\n            \"property_info\": \"09 - ดำ\",\n            \"property_info2\": \"S\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 5,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"ผู้ชาย\",\n            \"catname_lang2\": \"Men\",\n            \"catname_lang3\": \"\",\n            \"catname_lang4\": \"pMEN4\",\n            \"checked\": true,\n            \"qty\": 1,\n            \"product_price\": 990,\n            \"custom_price\": 990\n        }\n    ],\n    \"channel\": \"facebook\",\n    \"discountaddon\": 0,\n    \"use_point\": 0,\n    \"delivery\": null,\n    \"social_id\": \"\",\n    \"customer\": null,\n    \"check_from\": \"order_link\",\n    \"box_value\": \"11x17x6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/order/checkdelivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 08:51:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"b175063a-8070-42e6-aa9b-78b08f165083"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"c04-AqcYad9KVEJI47ZDMkBYu46cCZo\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"delivery\": null,\n    \"details\": [\n        {\n            \"product_price\": 990,\n            \"instock\": 88,\n            \"price\": 990,\n            \"product_id\": 1025,\n            \"qty\": 1\n        }\n    ],\n    \"discount\": 49.5,\n    \"freeshipping\": 0,\n    \"use_coupon\": false,\n    \"promotion_detail\": [\n        {\n            \"promotion_id\": 1,\n            \"promotion_type\": \"condition\",\n            \"promotion_title\": \"ซื้อครบ 500 ลด 5%\",\n            \"title\": \"ซื้อครบ 500 ลด 5%\",\n            \"coupon\": null,\n            \"freeshipping\": 0,\n            \"is_use_max_discount\": 0,\n            \"max_discount\": 0,\n            \"discount\": 49.5,\n            \"value\": 5,\n            \"value_type\": \"percent\"\n        }\n    ],\n    \"free_item\": [],\n    \"input_coupon\": true,\n    \"deliverys\": [\n        {\n            \"id\": 62,\n            \"type\": \"direct\",\n            \"logo\": \"/system/core-imgs/jnt.jpg\",\n            \"name\": \"J&T Express\",\n            \"unit\": \"กรัม\",\n            \"price\": 10,\n            \"status\": true,\n            \"cod\": true,\n            \"cod_rate\": 3,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"one_price\",\n            \"is_auto\": false,\n            \"is_top_price\": false,\n            \"courier_code\": \"JNT\",\n            \"updated_at\": \"2020-11-30 09:43:11\",\n            \"updated_by\": null,\n            \"created_at\": \"2020-11-30 09:43:11\",\n            \"created_by\": \"admin\",\n            \"weight\": 500\n        },\n        {\n            \"id\": 63,\n            \"type\": \"direct\",\n            \"logo\": \"/system/core-imgs/jnt.jpg\",\n            \"name\": \"J&T Express\",\n            \"unit\": \"กรัม\",\n            \"price\": 0,\n            \"status\": true,\n            \"cod\": false,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"one_price\",\n            \"is_auto\": false,\n            \"is_top_price\": false,\n            \"courier_code\": \"JNT\",\n            \"updated_at\": \"2020-12-01 14:49:44\",\n            \"updated_by\": \"admin\",\n            \"created_at\": \"2020-11-30 09:49:42\",\n            \"created_by\": \"admin\",\n            \"weight\": 500\n        },\n        {\n            \"id\": 65,\n            \"type\": \"normal\",\n            \"logo\": \"/upload-img/logo2.jpg\",\n            \"name\": \"ขนส่งทั่วไป\",\n            \"unit\": \"กรัม\",\n            \"price\": 10,\n            \"status\": true,\n            \"cod\": false,\n            \"cod_rate\": 10,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"one_price\",\n            \"is_auto\": false,\n            \"is_top_price\": false,\n            \"courier_code\": \"normal\",\n            \"updated_at\": \"2020-12-16 12:35:21\",\n            \"updated_by\": \"admin\",\n            \"created_at\": \"2020-12-01 10:55:15\",\n            \"created_by\": \"admin\",\n            \"weight\": 500\n        },\n        {\n            \"id\": 70,\n            \"type\": \"normal\",\n            \"logo\": \"/upload-img/102628798-Untitled-4.jpg\",\n            \"name\": \"FedEx\",\n            \"unit\": \"กรัม\",\n            \"price\": 100,\n            \"status\": true,\n            \"cod\": false,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"weight_price\",\n            \"is_auto\": false,\n            \"is_top_price\": false,\n            \"courier_code\": \"normal\",\n            \"updated_at\": \"2020-12-18 14:39:15\",\n            \"updated_by\": null,\n            \"created_at\": \"2020-12-18 14:39:15\",\n            \"created_by\": \"admin\",\n            \"weight\": 500\n        },\n        {\n            \"id\": 73,\n            \"type\": \"normal\",\n            \"logo\": \"/upload-img/24A4525A-A09E-42FF-A1CE-B0C291CE5325_cx0_cy11_cw0_w1080_h608_s.jpg\",\n            \"name\": \"ขนส่งแมว\",\n            \"unit\": \"กรัม\",\n            \"price\": 0,\n            \"status\": true,\n            \"cod\": true,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"one_price\",\n            \"is_auto\": false,\n            \"is_top_price\": false,\n            \"courier_code\": \"normal\",\n            \"updated_at\": \"2021-03-08 12:24:44\",\n            \"updated_by\": null,\n            \"created_at\": \"2021-03-08 12:24:44\",\n            \"created_by\": \"staff_aitthi\",\n            \"weight\": 500\n        },\n        {\n            \"id\": 85,\n            \"type\": \"direct\",\n            \"logo\": \"/system/core-imgs/jnt.jpg\",\n            \"name\": \"ขนส่ง Direct-log\",\n            \"unit\": \"กรัม\",\n            \"price\": 60,\n            \"status\": true,\n            \"cod\": false,\n            \"cod_rate\": 0,\n            \"cod_rate_type\": \"percent\",\n            \"format_price\": \"one_price\",\n            \"is_auto\": false,\n            \"is_top_price\": false,\n            \"courier_code\": \"JNT\",\n            \"updated_at\": \"2021-03-09 17:06:39\",\n            \"updated_by\": null,\n            \"created_at\": \"2021-03-09 17:06:39\",\n            \"created_by\": \"mint_webmaster\",\n            \"weight\": 500\n        }\n    ],\n    \"freeshipping_cod\": [],\n    \"delivery_normal\": [],\n    \"delivery_shippop\": [],\n    \"delichargeaddon\": 100,\n    \"totalproductprice\": 990,\n    \"vatrate\": 0\n}"}],"_postman_id":"a6d333b9-93fb-4018-ae37-6cb2e1307463"}],"id":"b7c31798-ead9-40dd-bfa7-f3bde020a602","description":"<p>การค้นหาสินค้าเพื่อนำไปสร้างrequest</p>\n","_postman_id":"b7c31798-ead9-40dd-bfa7-f3bde020a602","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"Bill Setting","item":[{"name":"Customer Search","id":"c05c13ea-999f-475f-88af-fe5fb5b721cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sort\": \"desc\",\n    \"status\": \"\",\n    \"search\": \"\",\n    \"page\": 1,\n    \"type\": \"\",\n    \"perpage\": 15\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/search","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>การเรียงข้อมูล default คือ desc</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td>สถานะผู้ใช้</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>คำค้นหา</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าการค้นหา</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>ประเภทUser \"customer\" หรือ \" guest\"</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","customer","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"5f14b7d7-1852-4952-aefe-20c25f517be5","name":"Custmer Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sort\": \"desc\",\n    \"status\": \"\",\n    \"search\": \"\",\n    \"page\": 1,\n    \"type\": \"\",\n    \"perpage\": 15\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/customer/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 10:15:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"8962a7c5-2335-44ba-9809-255382aa6356"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"2849-uNqyBBjh7l869qxLdjDW8Bm4xlc\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2917,\n    \"data\": [\n        {\n            \"id\": 2962,\n            \"point\": 99,\n            \"name\": \"May\",\n            \"lastname\": \"Firefox\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"ลาดพร้าว 32\",\n            \"subdistrict\": \"สามเสนนอก\",\n            \"district\": \"ห้วยขวาง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"created_at\": \"2021-10-12 10:16:09\",\n            \"updated_at\": \"2021-10-12 10:33:07\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                }\n            ],\n            \"order_count\": 2,\n            \"order_paid_total\": 1000,\n            \"order_unpaid_total\": 1030\n        },\n        {\n            \"id\": 2961,\n            \"point\": 198,\n            \"name\": \"ซูชิ\",\n            \"lastname\": \"แฮนเดอร์สัน\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"ลาดพร้าว 33\",\n            \"subdistrict\": \"สามเสนนอก\",\n            \"district\": \"ห้วยขวาง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"created_at\": \"2021-10-04 15:10:39\",\n            \"updated_at\": \"2021-10-11 15:18:55\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": 1990,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2960,\n            \"point\": 0,\n            \"name\": \"นะโม\",\n            \"lastname\": \"ตัสสะ\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"ถนนสุทธิสารวินิจฉัย\",\n            \"subdistrict\": \"สามเสนนอก\",\n            \"district\": \"ห้วยขวาง\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10310\",\n            \"created_at\": \"2021-10-04 11:43:50\",\n            \"updated_at\": \"2021-10-04 11:43:50\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2959,\n            \"point\": 1000,\n            \"name\": \"Sappakorn\",\n            \"lastname\": \"Kebpasee\",\n            \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"326/313 Moo 6\",\n            \"subdistrict\": \"สามพระยา\",\n            \"district\": \"ชะอำ\",\n            \"province\": \"เพชรบุรี\",\n            \"zipcode\": \"76120\",\n            \"created_at\": \"2021-10-01 14:48:42\",\n            \"updated_at\": \"2021-10-12 16:41:27\",\n            \"total_cost\": 578,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [\n                {\n                    \"id\": 75,\n                    \"name\": \"Sappakorn Kebpasee\",\n                    \"status\": 1,\n                    \"user_id\": 2959,\n                    \"address1\": \"326/313 Moo 6\",\n                    \"address2\": null,\n                    \"subdistrict\": \"สามพระยา\",\n                    \"district\": \"ชะอำ\",\n                    \"province\": \"เพชรบุรี\",\n                    \"zipcode\": \"76120\",\n                    \"tel\": \"0652494963\",\n                    \"updated_at\": \"2021-10-01 14:51:10\",\n                    \"created_at\": \"2021-10-01 14:51:10\"\n                }\n            ],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"sale-page\",\n                    \"img\": \"/system/core-imgs/ch-salepage.png\"\n                },\n                {\n                    \"name\": \"website\",\n                    \"img\": \"/system/core-imgs/ch-website.png\"\n                }\n            ],\n            \"order_count\": 15,\n            \"order_paid_total\": 589,\n            \"order_unpaid_total\": 1083.5\n        },\n        {\n            \"id\": 2958,\n            \"point\": 0,\n            \"name\": \"PA\",\n            \"lastname\": \"Petshop\",\n            \"username\": \"\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"5476/212 ม.8 ถ.เอกชัย (ติดถนน ระหว่าง ซอยเอกชัย49-51) เขตบางบอน จังหวัดกรุงเทพมหานคร 10150\",\n            \"subdistrict\": null,\n            \"district\": \"เขตบางบอน\",\n            \"province\": \"กรุงเทพมหานคร\",\n            \"zipcode\": \"10150\",\n            \"created_at\": \"2021-09-22 14:49:20\",\n            \"updated_at\": \"2021-09-22 14:49:20\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"shopee\",\n                    \"img\": \"/system/core-imgs/ch-shopee.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": 1,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2957,\n            \"point\": 0,\n            \"name\": \"moomoo\",\n            \"lastname\": null,\n            \"username\": \"moomoo@ketshoptest.com\",\n            \"tel\": null,\n            \"address1\": null,\n            \"subdistrict\": null,\n            \"district\": null,\n            \"province\": null,\n            \"zipcode\": null,\n            \"created_at\": \"2021-09-06 18:20:01\",\n            \"updated_at\": \"2021-09-06 18:20:01\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [],\n            \"from_social\": [],\n            \"order_count\": 0,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2956,\n            \"point\": 0,\n            \"name\": \"Sappakorn\",\n            \"lastname\": \"Kebpasee\",\n            \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"tel\": null,\n            \"address1\": null,\n            \"subdistrict\": null,\n            \"district\": null,\n            \"province\": null,\n            \"zipcode\": null,\n            \"created_at\": \"2021-09-06 18:08:38\",\n            \"updated_at\": \"2021-09-06 18:08:38\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [],\n            \"from_social\": [],\n            \"order_count\": 0,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2948,\n            \"point\": 181,\n            \"name\": \"Sappakorn\",\n            \"lastname\": \"Kebpasee\",\n            \"username\": \"sappakorn.kebpasee@ketshoptest.com\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"326/313 หมู่ 3\",\n            \"subdistrict\": \"สามพระยา\",\n            \"district\": \"ชะอำ\",\n            \"province\": \"เพชรบุรี\",\n            \"zipcode\": \"76120\",\n            \"created_at\": \"2021-09-01 17:58:45\",\n            \"updated_at\": \"2021-10-12 15:15:04\",\n            \"total_cost\": 2036,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"member\",\n            \"address\": [\n                {\n                    \"id\": 70,\n                    \"name\": \"Sappakorn\",\n                    \"status\": 1,\n                    \"user_id\": 2948,\n                    \"address1\": \"326/313 หมู่ 6\",\n                    \"address2\": null,\n                    \"subdistrict\": \"สามพระยา\",\n                    \"district\": \"ชะอำ\",\n                    \"province\": \"เพชรบุรี\",\n                    \"zipcode\": \"76120\",\n                    \"tel\": \"0652494963\",\n                    \"updated_at\": \"2021-09-01 18:00:24\",\n                    \"created_at\": \"2021-09-01 18:00:24\"\n                }\n            ],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"line_bot\",\n                    \"img\": \"/assets/images/core-imgs/ch-lineat_bot.png\"\n                },\n                {\n                    \"name\": \"website\",\n                    \"img\": \"/system/core-imgs/ch-website.png\"\n                }\n            ],\n            \"order_count\": 59,\n            \"order_paid_total\": 2186,\n            \"order_unpaid_total\": 1901\n        },\n        {\n            \"id\": 2946,\n            \"point\": 0,\n            \"name\": \"klklkl\",\n            \"lastname\": \"kllklk\",\n            \"username\": \"-\",\n            \"tel\": \"8838232323\",\n            \"address1\": \"feafaew\",\n            \"subdistrict\": \"กกสะทอน\",\n            \"district\": \"กระทุ่มแบน\",\n            \"province\": \"กำแพงเพชร\",\n            \"zipcode\": \"10900\",\n            \"created_at\": \"2021-08-24 14:45:18\",\n            \"updated_at\": \"2021-08-31 16:18:05\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"instagram\",\n                    \"img\": \"/system/core-imgs/ch-instagram.png\"\n                },\n                {\n                    \"name\": \"twitter\",\n                    \"img\": \"/system/core-imgs/ch-twitter.png\"\n                }\n            ],\n            \"order_count\": 7,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2945,\n            \"point\": 0,\n            \"name\": \"ฟไำด\",\n            \"lastname\": \"ฟไำดฟไำ\",\n            \"username\": \"-\",\n            \"tel\": \"0808882888\",\n            \"address1\": \"awefawef\",\n            \"subdistrict\": \"กกสะทอน\",\n            \"district\": \"กรงปินัง\",\n            \"province\": \"จันทบุรี\",\n            \"zipcode\": \"10900\",\n            \"created_at\": \"2021-08-24 10:34:05\",\n            \"updated_at\": \"2021-08-24 10:34:05\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2944,\n            \"point\": 0,\n            \"name\": \"awef\",\n            \"lastname\": \"awef\",\n            \"username\": \"-\",\n            \"tel\": \"0808882812\",\n            \"address1\": \"awef\",\n            \"subdistrict\": \"กกสะทอน\",\n            \"district\": \"กระทุ่มแบน\",\n            \"province\": \"กาฬสินธุ์\",\n            \"zipcode\": \"10900\",\n            \"created_at\": \"2021-08-23 18:21:23\",\n            \"updated_at\": \"2021-08-23 18:21:23\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2943,\n            \"point\": 0,\n            \"name\": \"awef\",\n            \"lastname\": \"awf\",\n            \"username\": \"-\",\n            \"tel\": \"1212222222\",\n            \"address1\": \"waef\",\n            \"subdistrict\": \"กกสะทอน\",\n            \"district\": \"กระนวน\",\n            \"province\": \"ขอนแก่น\",\n            \"zipcode\": \"10900\",\n            \"created_at\": \"2021-08-23 18:14:37\",\n            \"updated_at\": \"2021-08-24 14:41:49\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                }\n            ],\n            \"order_count\": 2,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2942,\n            \"point\": 0,\n            \"name\": \"Aitthi\",\n            \"lastname\": \"Arsa\",\n            \"username\": \"-\",\n            \"tel\": \"0001265437\",\n            \"address1\": \"48\",\n            \"subdistrict\": \"หนองฮาง\",\n            \"district\": \"เบญจลักษ์\",\n            \"province\": \"ศรีสะเกษ\",\n            \"zipcode\": \"33110\",\n            \"created_at\": \"2021-08-21 11:05:49\",\n            \"updated_at\": \"2021-10-05 11:12:34\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"website\",\n                    \"img\": \"/system/core-imgs/ch-website.png\"\n                }\n            ],\n            \"order_count\": 3,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2941,\n            \"point\": 0,\n            \"name\": \"Arsa\",\n            \"lastname\": \"Arai\",\n            \"username\": \"-\",\n            \"tel\": \"0000000002\",\n            \"address1\": \"12 moo 32\",\n            \"subdistrict\": \"หนองฮาง\",\n            \"district\": \"เบญจลักษ์\",\n            \"province\": \"ศรีสะเกษ\",\n            \"zipcode\": \"33110\",\n            \"created_at\": \"2021-08-21 11:02:03\",\n            \"updated_at\": \"2021-08-21 11:02:03\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"line\",\n                    \"img\": \"/system/core-imgs/ch-line.png\"\n                }\n            ],\n            \"order_count\": 1,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        },\n        {\n            \"id\": 2940,\n            \"point\": 0,\n            \"name\": \"Arsa\",\n            \"lastname\": \"-\",\n            \"username\": \"-\",\n            \"tel\": \"1234567890\",\n            \"address1\": \"21 หมู่ 12\",\n            \"subdistrict\": \"หนองฮาง\",\n            \"district\": \"เบญจลักษ์\",\n            \"province\": \"ศรีสะเกษ\",\n            \"zipcode\": \"33110\",\n            \"created_at\": \"2021-08-20 14:24:01\",\n            \"updated_at\": \"2021-08-20 14:24:01\",\n            \"total_cost\": 0,\n            \"total_cost_shopee\": 0,\n            \"total_cost_lazada\": 0,\n            \"total_cost_jd\": 0,\n            \"lastbill\": -1,\n            \"status\": 1,\n            \"type\": \"guest\",\n            \"address\": [],\n            \"from_social\": [\n                {\n                    \"name\": \"facebook\",\n                    \"img\": \"/system/core-imgs/ch-facebook.png\"\n                },\n                {\n                    \"name\": \"line\",\n                    \"img\": \"/system/core-imgs/ch-line.png\"\n                }\n            ],\n            \"order_count\": 3,\n            \"order_paid_total\": null,\n            \"order_unpaid_total\": null\n        }\n    ]\n}"}],"_postman_id":"c05c13ea-999f-475f-88af-fe5fb5b721cc"},{"name":"Filter Address","id":"0110cacf-004c-4593-b040-c909f0b5ee3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": \"326/313 Moo6 สามพระยา ชะอำ เพชรบุรี 76120\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/util/filterShippingAddress","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>ที่อยู่ของลูกค้า</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","util","filterShippingAddress"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"f92e55c7-e602-4e07-b56d-5ec942d420cc","name":"Filter Address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": \"326/313 Moo6 สามพระยา ชะอำ เพชรบุรี 76120\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/util/filterShippingAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 10:23:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"d4f8ad9e-85ef-45bf-8d49-8a3c8a556f16"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"110-O4VmnhBiJBC2NatUUSGrfBhPwZc\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"address1\": \"326/313 Moo6\",\n        \"subdistrict\": \"สามพระยา\",\n        \"district\": \"ชะอำ\",\n        \"province\": \"เพชรบุรี\",\n        \"zipcode\": \"76120\"\n    },\n    \"tambon_index\": 2,\n    \"arr\": [\n        \"326/313\",\n        \"Moo6\",\n        \"สามพระยา\",\n        \"ชะอำ\",\n        \"เพชรบุรี\",\n        \"76120\"\n    ]\n}"}],"_postman_id":"0110cacf-004c-4593-b040-c909f0b5ee3e"},{"name":"Bank Account Search","id":"35bdcb3c-a114-4b46-a5ed-6b624406e088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/payment/bank","description":"<p>เรียกบัญชีธนาคารที่มีในระบบทั้งหมด</p>\n","urlObject":{"protocol":"https","path":["api","v1","payment","bank"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"1b1c261a-6ff8-4d26-837b-7af9a0d98188","name":"bank","originalRequest":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/payment/bank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Oct 2021 08:35:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"5932fe1a-d730-4372-870d-4c1a833f38ed"},{"key":"redis","value":"false"},{"key":"cus","value":"2"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"691-YoeucvGkIPOBH8acBNq1YIzcXnE\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"code\": \"2\",\n        \"logo\": \"/upload-img/Default/image/bank-kasikorn.jpg\",\n        \"name\": \"ธนาคารกสิกรไทย\",\n        \"account\": \"นายประยุทธ์ ปฎิวัติ\",\n        \"acnum\": \"123-4-xxxxx-x\",\n        \"created_at\": \"2016-06-17T05:46:36.000Z\",\n        \"updated_at\": \"2020-07-31T10:47:47.000Z\"\n    },\n    {\n        \"id\": 3,\n        \"code\": \"3\",\n        \"logo\": \"/upload-img/Default/image/bank-thaipanit.jpg\",\n        \"name\": \"ธนาคารไทยพาณิชย์\",\n        \"account\": \"นายประยุทธ์ ปฎิวัติ\",\n        \"acnum\": \"123-4-xxxxx-x\",\n        \"created_at\": \"2016-06-17T05:59:24.000Z\",\n        \"updated_at\": \"2017-02-14T05:07:23.000Z\"\n    },\n    {\n        \"id\": 4,\n        \"code\": \"6\",\n        \"logo\": \"/upload-img/Default/image/bank-krungsri.jpg\",\n        \"name\": \"ธนาคารกรุงศรีอยุธยา\",\n        \"account\": \"นายประยุทธ์ ปฎิวัติ\",\n        \"acnum\": \"123-4-xxxxx-x\",\n        \"created_at\": \"2016-06-17T06:00:00.000Z\",\n        \"updated_at\": \"2017-02-14T05:07:27.000Z\"\n    },\n    {\n        \"id\": 5,\n        \"code\": \"12\",\n        \"logo\": \"/upload-img/Default/image/bank-thanachart.jpg\",\n        \"name\": \"ธนาคารธนชาต\",\n        \"account\": \"นายประยุทธ์ ปฎิวัติ\",\n        \"acnum\": \"123-4-xxxxx-x\",\n        \"created_at\": \"2016-06-17T06:00:19.000Z\",\n        \"updated_at\": \"2017-02-14T05:07:31.000Z\"\n    },\n    {\n        \"id\": 6,\n        \"code\": \"1\",\n        \"logo\": \"/upload-img/Default/image/bank-bangkok.jpg\",\n        \"name\": \"ธนาคารกรุงเทพ\",\n        \"account\": \"กรุงเทพ บัวหลวง\",\n        \"acnum\": \"123-4-xxxxx-x\",\n        \"created_at\": \"2016-06-17T06:00:39.000Z\",\n        \"updated_at\": \"2021-03-17T04:31:24.000Z\"\n    },\n    {\n        \"id\": 13,\n        \"code\": \"1\",\n        \"logo\": \"/upload-img/logoFB_resize_resize.png\",\n        \"name\": \"ธนาคารกรุงเทพ\",\n        \"account\": \"test edit\",\n        \"acnum\": \"00000009\",\n        \"created_at\": \"2021-03-22T09:34:23.000Z\",\n        \"updated_at\": \"2021-03-22T09:36:48.000Z\"\n    }\n]"}],"_postman_id":"35bdcb3c-a114-4b46-a5ed-6b624406e088"}],"id":"949f4930-f769-44fb-9b53-bb760a63056c","description":"<p>การตั้งค่าบิล</p>\n","_postman_id":"949f4930-f769-44fb-9b53-bb760a63056c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}}},{"name":"zwiz","item":[{"name":"Orderlink Create v2","id":"d201ece7-0a6d-401a-88f8-9fcf418e4cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"id\": null,\n        \"user_id\": -1,\n        \"shipping_address_id\": -1,\n        \"details\": [\n            {\n                \"id\": 716,\n                \"qty\": 1,\n                \"custom_price\": 500\n            }\n        ],\n        \"note\": \"\",\n        \"channel\": \"facebook\",\n        \"discountaddon\": 0,\n        \"use_point\": 0,\n        \"delivery\": null,\n        \"social_id\": \"\", // facebook id\n        \"customer\": null,\n        \"slip\": null,\n        \"is_payment\": false,\n        \"delivery_free_price\": false,\n        \"channel_social_name\": null, // page name\n        \"channel_social_id\": null, // page id\n        \"check_from\": \"order_link\",\n        \"box_value\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/order-link/v2/create-update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>IDของผู้ใช้ ใส่เมื่อต้องการระบุผู้สั่งซื้อ หากไม่ต้องการระบุใส่ -1</td>\n</tr>\n<tr>\n<td>shipping_address_id</td>\n<td>Number</td>\n<td>IDของที่อยู่ default -1</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Object Array</td>\n<td>รายการสินค้า ใช้Objectที่ได้จากการ<a href=\"#Product-Search\">ค้นหาสินค้า</a></td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>ช่องทาง</td>\n</tr>\n<tr>\n<td>discountaddon</td>\n<td>Number</td>\n<td>ส่วนลดพิเศษ default คือ 0</td>\n</tr>\n<tr>\n<td>use_point</td>\n<td>Number</td>\n<td>แต้มสะสม default คือ 0</td>\n</tr>\n<tr>\n<td>delivery</td>\n<td>Object</td>\n<td>ขนส่ง ได้จาก<a href=\"#Check-Delivery\">Check Delivery</a></td>\n</tr>\n<tr>\n<td>social_id</td>\n<td>String</td>\n<td>Id โซเชียลของผู้ใช้</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>ข้อมูลลูกค้า</td>\n</tr>\n<tr>\n<td>slip</td>\n<td>Object</td>\n<td>หลักฐานการโอนเงิน</td>\n</tr>\n<tr>\n<td>is_payment</td>\n<td>Boolean</td>\n<td>การชำระเงิน true = ชำระเงินแล้ว, false = ยังไม่ชำระเงิน</td>\n</tr>\n<tr>\n<td>delivery_free_price</td>\n<td>Boolean</td>\n<td>การจัดส่งฟรีหรือไม่ true = จัดส่งฟรี, false = คิดค่าจัดส่ง</td>\n</tr>\n<tr>\n<td>channel_social_name</td>\n<td>String</td>\n<td>ชื่อโซเชียลของช่องทาง</td>\n</tr>\n<tr>\n<td>channel_social_id</td>\n<td>Number</td>\n<td>Id โซเชียลของช่องทาง</td>\n</tr>\n<tr>\n<td>check_from</td>\n<td>String</td>\n<td>เช็คจากDeliveryจากไหน default คือ order</td>\n</tr>\n<tr>\n<td>box_value</td>\n<td>String</td>\n<td>ขนาดกล่อง กว้างxยาวxสูง</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","zwiz","order-link","v2","create-update"],"host":["currentapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"172e4c43-a07d-4fce-8a8a-8337e8828d13","name":"Orderlink Create v2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"id\": null,\n        \"user_id\": -1,\n        \"shipping_address_id\": -1,\n        \"details\": [\n            {\n                \"id\": 715,\n                \"qty\": 1,\n                \"custom_price\": 500\n            }\n        ],\n        \"note\": \"\",\n        \"channel\": \"facebook\",\n        \"discountaddon\": 0,\n        \"use_point\": 0,\n        \"delivery\": null,\n        \"social_id\": \"\",\n        \"customer\": null,\n        \"slip\": null,\n        \"is_payment\": false,\n        \"delivery_free_price\": false,\n        \"channel_social_name\": null,\n        \"channel_social_id\": null,\n        \"check_from\": \"order_link\",\n        \"box_value\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/order-link/v2/create-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 03:57:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"83df896a-9069-4a0a-9415-34649303639b"},{"key":"redis","value":"false"},{"key":"cus","value":"1551"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"236-lpRu7DQJ8lmfvKPVmcEPnJqGwJc\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://current.ketshoptest.com/orderlink/2Y9DxqAJ\",\n    \"orderlink\": {\n        \"option\": 1,\n        \"type\": \"orderlink\",\n        \"weight\": 20,\n        \"facebook_id\": null,\n        \"social_id\": null,\n        \"channel_social_name\": null,\n        \"channel_social_id\": null,\n        \"created_by\": \"zwiz\",\n        \"updated_by\": \"zwiz\",\n        \"social\": \"facebook\",\n        \"amount\": 500,\n        \"discount\": 0,\n        \"expire_date\": \"2023-10-10 10:57:44\",\n        \"vattype\": 2,\n        \"vatrate\": 7,\n        \"vat\": 0,\n        \"discountaddon\": 0,\n        \"totals\": 500,\n        \"status\": 0,\n        \"promotion_data\": [],\n        \"freeshipping\": 0,\n        \"note\": null,\n        \"delivery\": null,\n        \"permalink\": \"2Y9DxqAJ\",\n        \"updated_at\": \"2021-10-20 10:57:44\",\n        \"created_at\": \"2021-10-20 10:57:44\",\n        \"id\": 1\n    }\n}"}],"_postman_id":"d201ece7-0a6d-401a-88f8-9fcf418e4cad"},{"name":"orderlink_next_api","id":"53fc825a-7fda-4979-a4af-3116901b848c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"details\": [\n            {\n                \"product_id\": 2301,\n                \"qty\": 1\n            }\n        ],\n        \"note\": \"TEST\",\n        \"channel\": \"facebook\",\n        \"social_id\": \"111\", // social user id\n        \"channel_social_name\": \"Hello\", // page name\n        \"channel_social_id\": \"3333\" // page id\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.ketshoptest.com/services/open-api/orders/zwiz/order-link/v2/create-update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td>Number</td>\n<td>IDของผู้ใช้ ใส่เมื่อต้องการระบุผู้สั่งซื้อ หากไม่ต้องการระบุใส่ -1</td>\n</tr>\n<tr>\n<td>shipping_address_id</td>\n<td>Number</td>\n<td>IDของที่อยู่ default -1</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Object Array</td>\n<td>รายการสินค้า ใช้Objectที่ได้จากการ<a href=\"#Product-Search\">ค้นหาสินค้า</a></td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>ช่องทาง</td>\n</tr>\n<tr>\n<td>discountaddon</td>\n<td>Number</td>\n<td>ส่วนลดพิเศษ default คือ 0</td>\n</tr>\n<tr>\n<td>use_point</td>\n<td>Number</td>\n<td>แต้มสะสม default คือ 0</td>\n</tr>\n<tr>\n<td>delivery</td>\n<td>Object</td>\n<td>ขนส่ง ได้จาก<a href=\"#Check-Delivery\">Check Delivery</a></td>\n</tr>\n<tr>\n<td>social_id</td>\n<td>String</td>\n<td>Id โซเชียลของผู้ใช้</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>ข้อมูลลูกค้า</td>\n</tr>\n<tr>\n<td>slip</td>\n<td>Object</td>\n<td>หลักฐานการโอนเงิน</td>\n</tr>\n<tr>\n<td>is_payment</td>\n<td>Boolean</td>\n<td>การชำระเงิน true = ชำระเงินแล้ว, false = ยังไม่ชำระเงิน</td>\n</tr>\n<tr>\n<td>delivery_free_price</td>\n<td>Boolean</td>\n<td>การจัดส่งฟรีหรือไม่ true = จัดส่งฟรี, false = คิดค่าจัดส่ง</td>\n</tr>\n<tr>\n<td>channel_social_name</td>\n<td>String</td>\n<td>ชื่อโซเชียลของช่องทาง</td>\n</tr>\n<tr>\n<td>channel_social_id</td>\n<td>Number</td>\n<td>Id โซเชียลของช่องทาง</td>\n</tr>\n<tr>\n<td>check_from</td>\n<td>String</td>\n<td>เช็คจากDeliveryจากไหน default คือ order</td>\n</tr>\n<tr>\n<td>box_value</td>\n<td>String</td>\n<td>ขนาดกล่อง กว้างxยาวxสูง</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["services","open-api","orders","zwiz","order-link","v2","create-update"],"host":["api","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"039b920c-cbd9-42f0-a696-3445c5f65afc","name":"orderlink_next_api","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"details\": [\n            {\n                \"product_id\": 2301,\n                \"qty\": 1\n            }\n        ],\n        \"note\": \"TEST\",\n        \"channel\": \"facebook\",\n        \"social_id\": \"111\", // social user id\n        \"channel_social_name\": \"Hello\", // page name\n        \"channel_social_id\": \"3333\" // page id\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.ketshoptest.com/services/open-api/orders/zwiz/order-link/v2/create-update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 16 May 2024 05:21:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2387"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"16fd2f10-1344-11ef-a155-b189f52fb28d"},{"key":"ETag","value":"W/\"953-hRQwDO7zDIFizrKVsC8/20fseR8\""},{"key":"X-K8s-Pool","value":"RKE"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://current.ketshoptest.com/orderlink/2oB1iNl1\",\n    \"orderlink\": {\n        \"id\": 447,\n        \"option\": 1,\n        \"type\": \"orderlink\",\n        \"status\": 0,\n        \"social\": \"facebook\",\n        \"permalink\": \"2oB1iNl1\",\n        \"ordercode\": null,\n        \"user_id\": 0,\n        \"facebook_id\": \"111\",\n        \"channel_social_name\": \"Hello\",\n        \"channel_social_id\": \"3333\",\n        \"social_id\": \"111\",\n        \"cod\": null,\n        \"cod_rate\": 0,\n        \"cod_rate_type\": null,\n        \"cod_value\": 0,\n        \"shippingorder\": null,\n        \"purchase_id\": null,\n        \"shipconfirm\": \"0\",\n        \"shipconfirm_date\": null,\n        \"delivery\": null,\n        \"delichargeaddon\": 0,\n        \"delicharge\": 0,\n        \"add_delicharge\": 0,\n        \"amount\": 200,\n        \"amount_receive\": null,\n        \"bankname\": null,\n        \"banknote\": null,\n        \"vat\": 0,\n        \"vattype\": 0,\n        \"vatrate\": 0,\n        \"totals\": 195,\n        \"order_date\": \"2024-05-16T05:21:04.000Z\",\n        \"updated_at\": \"2024-05-16 12:21:04\",\n        \"created_at\": \"2024-05-16 12:21:04\",\n        \"trackcode\": null,\n        \"name\": null,\n        \"address1\": null,\n        \"address2\": null,\n        \"district\": null,\n        \"subdistrict\": null,\n        \"province\": null,\n        \"paymenttype\": null,\n        \"zipcode\": null,\n        \"tel\": null,\n        \"weight\": 200,\n        \"note\": \"TEST\",\n        \"bill_address1\": null,\n        \"bill_address2\": null,\n        \"bill_district\": null,\n        \"bill_subdistrict\": null,\n        \"bill_province\": null,\n        \"bill_zipcode\": null,\n        \"bill_name\": null,\n        \"bill_lastname\": null,\n        \"bill_tel\": null,\n        \"bill_country_name\": null,\n        \"bill_country_alpha2_code\": null,\n        \"shippopbfdata\": null,\n        \"shippopdata\": null,\n        \"shippop\": null,\n        \"freeshipping\": 0,\n        \"freeshipping_manual\": null,\n        \"expire_date\": \"2024-05-23T05:21:04.000Z\",\n        \"discount\": 5,\n        \"discountaddon\": 0,\n        \"coupon_code\": null,\n        \"promotion_data\": [\n            {\n                \"promotion_id\": 18,\n                \"promotion_type\": \"condition\",\n                \"promotion_title\": \"TEST_OFF_LV\",\n                \"title\": \"TEST_OFF_LV\",\n                \"coupon\": null,\n                \"freeshipping\": 0,\n                \"is_use_max_discount\": 0,\n                \"max_discount\": 0,\n                \"discount\": 5,\n                \"value\": 5,\n                \"value_type\": \"normal\"\n            }\n        ],\n        \"created_by\": \"zwiz\",\n        \"updated_by\": \"zwiz\",\n        \"jsondata\": null,\n        \"paymentdata\": null,\n        \"paymentreturn\": 0,\n        \"payment\": null,\n        \"country_name\": null,\n        \"country_alpha2_code\": null,\n        \"tax_no\": null,\n        \"shipping_address_id\": null,\n        \"details\": [\n            {\n                \"id\": 516,\n                \"qutation_id\": 447,\n                \"product_id\": 2301,\n                \"qty\": 1,\n                \"price\": 200,\n                \"jsondata\": null,\n                \"updated_at\": \"2024-05-16 12:21:04\",\n                \"created_at\": \"2024-05-16 12:21:04\",\n                \"prop_enable\": 0,\n                \"feature_img\": \"/upload-img/GirlyCloset/Products/Ceres_Dress/ceres_dress_05_600x900.png\",\n                \"title_lang1\": \"P001_7G0MZHD5AS\",\n                \"title_lang2\": \"P001_7G0MZHD5AS\",\n                \"title_lang3\": \"P001_7G0MZHD5AS\",\n                \"title_lang4\": \"P001_7G0MZHD5AS\",\n                \"properties_desc\": null,\n                \"property_info\": null,\n                \"properties_desc2\": null,\n                \"property_info2\": null,\n                \"sku\": \"7G0MZHD5AS\",\n                \"cate_id\": -1,\n                \"weight\": 200,\n                \"temp_price\": 0,\n                \"product_price\": 200,\n                \"parent\": 0,\n                \"vat_rate\": 7,\n                \"vat_option\": \"default\"\n            }\n        ]\n    }\n}"}],"_postman_id":"53fc825a-7fda-4979-a4af-3116901b848c"},{"name":"Product Search","id":"bc3fce59-2705-471a-9e29-bccaf5cb635e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"lang\": \"lang1\",\n        \"status\": \"\",\n        \"search\": \"\",\n        \"cate_id\": \"\",\n        \"group\": \"\",\n        \"page\": 1,\n        \"perpage\": 10,\n        \"ids\": \"\",\n        \"orderby\": \"id\",\n        \"sort\": \"desc\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://devapi.ketshoptest.com/api/v1/zwiz/product/search","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lang</td>\n<td>String</td>\n<td>ภาษาที่ค้นหา default คือ lang1</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Number</td>\n<td>สถานะของสินค้า</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>คำการค้นหา</td>\n</tr>\n<tr>\n<td>cate_id</td>\n<td>Number</td>\n<td>IDของหมวดหมู่สินค้า <br />ได้จาก<a href=\"#Get-All-Category\">การเรียกCategory</a></td>\n</tr>\n<tr>\n<td>group</td>\n<td>Number</td>\n<td>กลุ่มของสินค้า</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n<tr>\n<td>ids</td>\n<td>Number,<br />Number Array</td>\n<td>IDของสินค้าที่ค้นหา</td>\n</tr>\n<tr>\n<td>orderby</td>\n<td>String</td>\n<td>ข้อมูลที่ใช้จัดเรียง default คือ id</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>การเรียงข้อมูล default คือ desc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","zwiz","product","search"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"463c52e9-b5c2-4a98-bc10-da39e385ba0c","name":"Product Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"lang\": \"lang1\",\n        \"status\": \"\",\n        \"search\": \"\",\n        \"cate_id\": \"\",\n        \"group\": \"\",\n        \"page\": 1,\n        \"perpage\": 10,\n        \"ids\": \"\",\n        \"orderby\": \"id\",\n        \"sort\": \"desc\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/product/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 03:50:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"dde19259-4d4b-4c65-b9eb-eeb943e068ba"},{"key":"redis","value":"false"},{"key":"cus","value":"1551"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"4292-Fa9Zi8Y735FE2tt64q7ZbbPdLlI\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 355,\n    \"data\": [\n        {\n            \"id\": 716,\n            \"sku\": \"b b\",\n            \"group_id\": \"8c80a6cb-c2d6-423e-a52a-55af57b9da66\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"allweawekfakwle-a-a-b b\",\n            \"permalink_lang2\": \"awefwef-a-a-b b\",\n            \"permalink_lang3\": \"allweawekfakwle-a-a-b b\",\n            \"permalink_lang4\": \"allweawekfakwle-a-a-b b\",\n            \"weight\": 20,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 120,\n            \"price1\": 120,\n            \"price2\": 120,\n            \"price3\": 120,\n            \"price4\": 120,\n            \"instock\": 0,\n            \"title_lang1\": \"allweawekfakwle\",\n            \"title_lang2\": \"awefwef\",\n            \"title_lang3\": \"allweawekfakwle\",\n            \"title_lang4\": \"allweawekfakwle\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/tomato-soup-shirt.jpg\",\n            \"created_date\": \"2021-09-20 14:00:36\",\n            \"updated_date\": \"2021-09-20 14:00:36\",\n            \"group\": null,\n            \"prop_enable\": 1,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": \"232\",\n            \"property_info2\": null,\n            \"properties_sort\": 1,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 715,\n            \"sku\": \"a a\",\n            \"group_id\": \"8c80a6cb-c2d6-423e-a52a-55af57b9da66\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"allweawekfakwle-a-a\",\n            \"permalink_lang2\": \"awefwef-a-a\",\n            \"permalink_lang3\": \"allweawekfakwle-a-a\",\n            \"permalink_lang4\": \"allweawekfakwle-a-a\",\n            \"weight\": 20,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 120,\n            \"price1\": 120,\n            \"price2\": 120,\n            \"price3\": 120,\n            \"price4\": 120,\n            \"instock\": 8,\n            \"title_lang1\": \"allweawekfakwle\",\n            \"title_lang2\": \"awefwef\",\n            \"title_lang3\": \"allweawekfakwle\",\n            \"title_lang4\": \"allweawekfakwle\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/tomato-soup-shirt.jpg\",\n            \"created_date\": \"2021-09-20 14:00:36\",\n            \"updated_date\": \"2021-09-20 14:10:30\",\n            \"group\": null,\n            \"prop_enable\": 1,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": \"3223\",\n            \"property_info2\": null,\n            \"properties_sort\": 0,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 714,\n            \"sku\": \"uiujkjj\",\n            \"group_id\": null,\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"lllllll-uiujkjj\",\n            \"permalink_lang2\": \"lllllll-uiujkjj\",\n            \"permalink_lang3\": \"lllllll-uiujkjj\",\n            \"permalink_lang4\": \"lllllll-uiujkjj\",\n            \"weight\": 60,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 1050,\n            \"price1\": 90,\n            \"price2\": 90,\n            \"price3\": 90,\n            \"price4\": 90,\n            \"instock\": 88,\n            \"title_lang1\": \"lllllll\",\n            \"title_lang2\": \"lllllll\",\n            \"title_lang3\": \"lllllll\",\n            \"title_lang4\": \"lllllll\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 1,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/slide-01_1.png\",\n            \"created_date\": \"2021-09-17 14:51:50\",\n            \"updated_date\": \"2021-09-21 00:00:19\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_sort\": null,\n            \"properties_sort2\": null,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 713,\n            \"sku\": \"SKU-22nom01pyi22nom01pyi\",\n            \"group_id\": \"2ff9c3ec-6b21-403f-b61a-40253e961c11\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"36006060537\",\n            \"permalink_lang2\": \"36006060537\",\n            \"permalink_lang3\": \"36006060537\",\n            \"permalink_lang4\": \"36006060537\",\n            \"weight\": 100,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 4000,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 3,\n            \"title_lang1\": \"TORIN PLUSH 2021TORIN PLUSH\",\n            \"title_lang2\": \"TORIN PLUSH 2021TORIN PLUSH\",\n            \"title_lang3\": \"TORIN PLUSH 2021TORIN PLUSH\",\n            \"title_lang4\": \"TORIN PLUSH 2021TORIN PLUSH\",\n            \"short_desc_lang1\": \"จนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (&quot;ริ-เว-ร่า&quot;)RIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO&trade; ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่าความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!RIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n            \"short_desc_lang2\": \"จนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (&quot;ริ-เว-ร่า&quot;)RIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO&trade; ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่าความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!RIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n            \"short_desc_lang3\": \"จนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (&quot;ริ-เว-ร่า&quot;)RIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO&trade; ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่าความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!RIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n            \"short_desc_lang4\": \"จนเนอเรชั่นใหม่ของรองเท้าถนนทำความเร็วระยะ Full Marathon ที่ขายดีที่สุดตลอดกาล (Torin Mesh) กำเนิดรองเท้ารุ่นใหม่ - RIVERA (&quot;ริ-เว-ร่า&quot;)RIVERA ดึงเอาความเบาสบายแบบผ้าตาข่าย (Engineered Mesh) มาจับคู่กับพื้น Midsole อย่าง EGO&trade; ที่วิ่งสนุกกว่า ดีดเด้งกว่า และประหยัดแรงวิ่งกว่าความสูงพื้นที่พอดีลงตัวกับการวิ่งระยะไกล (26mm) แต่ไม่เทอทะเกินไป สำหรับใครที่อยากได้ New PB!RIVERA จึงเป็นรองเท้าวิ่งทำความเร็ว สำหรับระยะฟูลมาราธอนอย่างแท้จริง (Fast Marathon)\",\n            \"status\": 0,\n            \"feature_img\": \"https://cf.shopee.co.th/file/e9ee7ea942098d935f72ca02bf40ca13\",\n            \"created_date\": \"2021-06-24 10:10:49\",\n            \"updated_date\": \"2021-06-29 12:09:56\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"color\",\n            \"properties_desc2\": \"size\",\n            \"property_info\": \"navy\",\n            \"property_info2\": \"40\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 0,\n            \"size_width\": 45,\n            \"size_length\": 55,\n            \"size_height\": 40,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 4\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 712,\n            \"sku\": \"10234551\",\n            \"group_id\": null,\n            \"barcode\": null,\n            \"barcode_format\": null,\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"10234551\",\n            \"permalink_lang2\": \"10234551\",\n            \"permalink_lang3\": \"10234551\",\n            \"permalink_lang4\": \"10234551\",\n            \"weight\": 100,\n            \"temp_price\": null,\n            \"cost_price\": 0,\n            \"price\": 100,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 0,\n            \"title_lang1\": \"test product test123456\",\n            \"title_lang2\": \"test product test123456\",\n            \"title_lang3\": \"test product test123456\",\n            \"title_lang4\": \"test product test123456\",\n            \"short_desc_lang1\": \"test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456\",\n            \"short_desc_lang2\": \"test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456\",\n            \"short_desc_lang3\": \"test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456\",\n            \"short_desc_lang4\": \"test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456test product test123456\",\n            \"status\": 0,\n            \"feature_img\": \"https://cf.shopee.co.th/file/dcc624381346d0670fa27ebde6c4de10\",\n            \"created_date\": \"2021-06-24 10:10:47\",\n            \"updated_date\": \"2021-06-24 10:10:47\",\n            \"group\": null,\n            \"prop_enable\": 0,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_sort\": 0,\n            \"properties_sort2\": null,\n            \"size_width\": null,\n            \"size_length\": null,\n            \"size_height\": null,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 100\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 711,\n            \"sku\": \"testproductlazada\",\n            \"group_id\": \"8fc35391-8bd6-4c54-bd74-9ad44f4b3ea1\",\n            \"barcode\": null,\n            \"barcode_format\": \"EAN13\",\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"8861644839\",\n            \"permalink_lang2\": \"8861644839\",\n            \"permalink_lang3\": \"8861644839\",\n            \"permalink_lang4\": \"8861644839\",\n            \"weight\": 100,\n            \"temp_price\": 0,\n            \"cost_price\": 0,\n            \"price\": 1000,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 75,\n            \"title_lang1\": \"test lazada product\",\n            \"title_lang2\": \"test lazada product\",\n            \"title_lang3\": \"test lazada product\",\n            \"title_lang4\": \"test lazada product\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"created_date\": \"2021-06-22 11:04:31\",\n            \"updated_date\": \"2021-07-22 17:42:51\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"color_family\",\n            \"properties_desc2\": \"size\",\n            \"property_info\": \"Olive\",\n            \"property_info2\": \"EU:32\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 11,\n            \"size_height\": 10,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 20\n                },\n                {\n                    \"name\": \"Lazada\",\n                    \"stock\": 98\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 710,\n            \"sku\": \"testlazadaproduct01\",\n            \"group_id\": \"8fc35391-8bd6-4c54-bd74-9ad44f4b3ea1\",\n            \"barcode\": null,\n            \"barcode_format\": null,\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"8861937140\",\n            \"permalink_lang2\": \"8861937140\",\n            \"permalink_lang3\": \"8861937140\",\n            \"permalink_lang4\": \"8861937140\",\n            \"weight\": 100,\n            \"temp_price\": null,\n            \"cost_price\": 0,\n            \"price\": 1000,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 1,\n            \"title_lang1\": \"test lazada product\",\n            \"title_lang2\": \"test lazada product\",\n            \"title_lang3\": \"test lazada product\",\n            \"title_lang4\": \"test lazada product\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"created_date\": \"2021-06-22 11:04:31\",\n            \"updated_date\": \"2021-06-29 12:10:49\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"color_family\",\n            \"properties_desc2\": \"size\",\n            \"property_info\": \"Olive\",\n            \"property_info2\": \"EU:33\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 1,\n            \"size_width\": 10,\n            \"size_length\": 11,\n            \"size_height\": 10,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 0\n                },\n                {\n                    \"name\": \"Lazada\",\n                    \"stock\": 99\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 709,\n            \"sku\": \"test lazada product121\",\n            \"group_id\": \"8787d9f2-ed8c-4b41-876d-7b6dd8c544f0\",\n            \"barcode\": null,\n            \"barcode_format\": null,\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"8862250895\",\n            \"permalink_lang2\": \"8862250895\",\n            \"permalink_lang3\": \"8862250895\",\n            \"permalink_lang4\": \"8862250895\",\n            \"weight\": 100,\n            \"temp_price\": null,\n            \"cost_price\": 0,\n            \"price\": 100,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 0,\n            \"title_lang1\": \"test lazada product12\",\n            \"title_lang2\": \"test lazada product12\",\n            \"title_lang3\": \"test lazada product12\",\n            \"title_lang4\": \"test lazada product12\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"created_date\": \"2021-06-22 11:04:31\",\n            \"updated_date\": \"2021-06-24 10:10:47\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"color\",\n            \"properties_desc2\": \"size\",\n            \"property_info\": \"green\",\n            \"property_info2\": \"36\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 10,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 20\n                },\n                {\n                    \"name\": \"Lazada\",\n                    \"stock\": 100\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 708,\n            \"sku\": \"test lazada product122\",\n            \"group_id\": \"8787d9f2-ed8c-4b41-876d-7b6dd8c544f0\",\n            \"barcode\": null,\n            \"barcode_format\": null,\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"8862250896\",\n            \"permalink_lang2\": \"8862250896\",\n            \"permalink_lang3\": \"8862250896\",\n            \"permalink_lang4\": \"8862250896\",\n            \"weight\": 100,\n            \"temp_price\": null,\n            \"cost_price\": 0,\n            \"price\": 100,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 0,\n            \"title_lang1\": \"test lazada product12\",\n            \"title_lang2\": \"test lazada product12\",\n            \"title_lang3\": \"test lazada product12\",\n            \"title_lang4\": \"test lazada product12\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"created_date\": \"2021-06-22 11:04:31\",\n            \"updated_date\": \"2021-06-24 10:10:47\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"color\",\n            \"properties_desc2\": \"size\",\n            \"property_info\": \"green\",\n            \"property_info2\": \"37\",\n            \"properties_sort\": 0,\n            \"properties_sort2\": 1,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 10,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 100\n                },\n                {\n                    \"name\": \"Lazada\",\n                    \"stock\": 100\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        },\n        {\n            \"id\": 707,\n            \"sku\": \"test lazada product123\",\n            \"group_id\": \"8787d9f2-ed8c-4b41-876d-7b6dd8c544f0\",\n            \"barcode\": null,\n            \"barcode_format\": null,\n            \"cate_id\": -1,\n            \"hilight\": 0,\n            \"permalink_lang1\": \"8862250897\",\n            \"permalink_lang2\": \"8862250897\",\n            \"permalink_lang3\": \"8862250897\",\n            \"permalink_lang4\": \"8862250897\",\n            \"weight\": 100,\n            \"temp_price\": null,\n            \"cost_price\": 0,\n            \"price\": 100,\n            \"price1\": null,\n            \"price2\": null,\n            \"price3\": null,\n            \"price4\": null,\n            \"instock\": 0,\n            \"title_lang1\": \"test lazada product12\",\n            \"title_lang2\": \"test lazada product12\",\n            \"title_lang3\": \"test lazada product12\",\n            \"title_lang4\": \"test lazada product12\",\n            \"short_desc_lang1\": \"\",\n            \"short_desc_lang2\": \"\",\n            \"short_desc_lang3\": \"\",\n            \"short_desc_lang4\": \"\",\n            \"status\": 0,\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"created_date\": \"2021-06-22 11:04:31\",\n            \"updated_date\": \"2021-06-24 10:10:47\",\n            \"group\": null,\n            \"prop_enable\": 2,\n            \"properties_desc\": \"color\",\n            \"properties_desc2\": \"size\",\n            \"property_info\": \"red\",\n            \"property_info2\": \"36\",\n            \"properties_sort\": 1,\n            \"properties_sort2\": 0,\n            \"size_width\": 10,\n            \"size_length\": 10,\n            \"size_height\": 10,\n            \"tags\": [],\n            \"marketplace\": [\n                {\n                    \"name\": \"Shopee\",\n                    \"stock\": 100\n                },\n                {\n                    \"name\": \"Lazada\",\n                    \"stock\": 100\n                }\n            ],\n            \"catname_lang1\": \"Uncategory\",\n            \"catname_lang2\": \"Uncategory\",\n            \"catname_lang3\": \"Uncategory\",\n            \"catname_lang4\": \"Uncategory\"\n        }\n    ]\n}"}],"_postman_id":"bc3fce59-2705-471a-9e29-bccaf5cb635e"},{"name":"List All Category","id":"1aac901f-e10d-499d-87ca-a9c8f1b0acb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\"\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/product/allCategory","urlObject":{"protocol":"https","path":["api","v1","zwiz","product","allCategory"],"host":["currentapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[{"id":"2e74dfb1-b3ea-436e-b723-16634848b1f6","name":"List All Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\"\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/product/allCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 20 Oct 2021 03:57:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"23c12153-6752-4553-9b07-3a4b9e66481d"},{"key":"redis","value":"false"},{"key":"cus","value":"1551"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"a99-6M50fgUYUu0Ks4dkjd7Ihj0zhuU\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"cat_parent\": 0,\n        \"sort\": 0,\n        \"lang1\": \"ผู้หญิง\",\n        \"lang2\": \"Women\",\n        \"lang3\": \"pWOMEN日本の\",\n        \"lang4\": \"pWOMEN中文\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2016-07-22T04:09:10.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 60,\n        \"childrens\": [\n            {\n                \"id\": 35,\n                \"cat_parent\": 2,\n                \"sort\": 0,\n                \"lang1\": \"ชุดเดรส-และ-เสื้อทูนิค\",\n                \"lang2\": \"\",\n                \"lang3\": \"\",\n                \"lang4\": \"\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2019-05-23T08:29:18.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 6,\n                \"childrens\": []\n            },\n            {\n                \"id\": 17,\n                \"cat_parent\": 2,\n                \"sort\": 1,\n                \"lang1\": \"เสื้อเชิ้ต\",\n                \"lang2\": \"Men's Shirt\",\n                \"lang3\": \"shirt22\",\n                \"lang4\": \"เสื้อเชิ้ต中文\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2017-01-06T09:03:57.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 10,\n                \"childrens\": []\n            },\n            {\n                \"id\": 4,\n                \"cat_parent\": 2,\n                \"sort\": 2,\n                \"lang1\": \"รองเท้าผ้าใบ\",\n                \"lang2\": \"Womens Shoel\",\n                \"lang3\": \"pFOOTWEAR本\",\n                \"lang4\": \"pFOOTWEAR文\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-08-11T04:27:52.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 5,\n                \"childrens\": [\n                    {\n                        \"id\": 20,\n                        \"cat_parent\": 4,\n                        \"sort\": 0,\n                        \"lang1\": \"กระโปรง\",\n                        \"lang2\": \"skirt\",\n                        \"lang3\": \"gggg\",\n                        \"lang4\": \"kkkk\",\n                        \"cat_type_id\": 0,\n                        \"create_date\": \"2018-11-23T08:10:28.000Z\",\n                        \"create_by\": \"admin\",\n                        \"count\": 2\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": 1,\n        \"cat_parent\": 0,\n        \"sort\": 1,\n        \"lang1\": \"ผู้ชาย\",\n        \"lang2\": \"Men\",\n        \"lang3\": null,\n        \"lang4\": \"pMEN4\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2016-06-02T10:47:22.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 20,\n        \"childrens\": [\n            {\n                \"id\": 13,\n                \"cat_parent\": 1,\n                \"sort\": 0,\n                \"lang1\": \"รองเท้าผ้าใบ\",\n                \"lang2\": \"Men's Shoe\",\n                \"lang3\": \"Men's shoe 日本の\",\n                \"lang4\": \"Men's shoe 中文\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-12-29T09:15:55.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 2,\n                \"childrens\": []\n            },\n            {\n                \"id\": 3,\n                \"cat_parent\": 1,\n                \"sort\": 1,\n                \"lang1\": \"คอลเลคชั่น\",\n                \"lang2\": \"Collections\",\n                \"lang3\": \"pCOLLECTIONS_japn\",\n                \"lang4\": \"pCOLLECTIONS_china\",\n                \"cat_type_id\": 0,\n                \"create_date\": \"2016-08-04T05:48:34.000Z\",\n                \"create_by\": \"admin\",\n                \"count\": 2,\n                \"childrens\": []\n            }\n        ]\n    },\n    {\n        \"id\": 19,\n        \"cat_parent\": 0,\n        \"sort\": 2,\n        \"lang1\": \"หมวก\",\n        \"lang2\": \"Hat\",\n        \"lang3\": \"หมวกJP\",\n        \"lang4\": \"หมวก中文\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2018-09-18T07:56:40.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 6,\n        \"childrens\": []\n    },\n    {\n        \"id\": 36,\n        \"cat_parent\": 0,\n        \"sort\": 3,\n        \"lang1\": \"test\",\n        \"lang2\": \"test\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2020-05-22T03:43:39.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 0,\n        \"childrens\": []\n    },\n    {\n        \"id\": 38,\n        \"cat_parent\": 0,\n        \"sort\": 4,\n        \"lang1\": \"NewCate\",\n        \"lang2\": \"NewCate\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2021-04-20T09:44:47.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 0,\n        \"childrens\": []\n    },\n    {\n        \"id\": 37,\n        \"cat_parent\": 0,\n        \"sort\": 5,\n        \"lang1\": \"Shoes\",\n        \"lang2\": \"Shoes\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"cat_type_id\": 0,\n        \"create_date\": \"2021-04-20T09:42:16.000Z\",\n        \"create_by\": \"admin\",\n        \"count\": 0,\n        \"childrens\": []\n    }\n]"}],"_postman_id":"1aac901f-e10d-499d-87ca-a9c8f1b0acb2"},{"name":"Product Search Front","id":"f7dea62e-c504-4dbe-a385-c0bee4c9f59d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"d002852b9ae75edd33f49fbeb7b0d27a\",\n    \"api_secret\": \"32bbbcc58665d3f3fe4c845324866453\",\n    \"data\": {\n        \"search\": \"\",\n        \"cate_id\": \"\",\n        \"page\": 1,\n        \"perpage\": 10000,\n        \"properties_option\": \"group\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.ketshopweb.com/api/v1/zwiz/product/search-front","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>คำการค้นหา</td>\n</tr>\n<tr>\n<td>cate_id</td>\n<td>Number</td>\n<td>IDของหมวดหมู่สินค้า <br />ได้จาก<a href=\"#Get-All-Category\">การเรียกCategory</a></td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>หน้าการค้นหา</td>\n</tr>\n<tr>\n<td>perpage</td>\n<td>Number</td>\n<td>จำนวนผลการค้นหาต่อหน้า</td>\n</tr>\n<tr>\n<td>properties_option</td>\n<td>String</td>\n<td>ตัวเลือกการ return ขอมูลคุณสมบัติสินค้า 'group' หรือ 'expand'</td>\n</tr>\n</tbody>\n</table>\n</div><pre>\nกรณี สินค้าไม่มีคุณสมบัติ\n{\n    ...ข้อมูลอื่นๆ...,\n    \"prop_enable\": 0,\n    \"properties\": []\n}\n</pre>\n\n<pre>\nกรณี มี 1 คุณสมบัติ และ properties_option = \"expand\"\n{\n    ...ข้อมูลอื่นๆ...,\n    \"prop_enable\": 1,\n    \"properties\": [\n                {\n                    \"id\": 359,\n                    \"sku\": \"SKU-2\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อลาย minions\",\n                    \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                    \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                    \"permalink_lang1\": \"p2\",\n                    \"price\": 120,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"properties_desc\": \"Size\",\n                    \"property_info\": \"S\",\n                    \"properties_desc2\": null,\n                    \"property_info2\": null,\n                    \"properties_main\": 1\n                },\n                {\n                    \"id\": 360,\n                    \"sku\": \"SKU-3\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อลาย minions\",\n                    \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                    \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                    \"permalink_lang1\": \"p3\",\n                    \"price\": 120,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"properties_desc\": \"Size\",\n                    \"property_info\": \"M\",\n                    \"properties_desc2\": null,\n                    \"property_info2\": null,\n                    \"properties_main\": 0\n                }\n    ]\n}\n</pre>\n\n<pre>\nกรณี มี 2 คุณสมบัติ และ properties_option = \"expand\"\n{\n    ...ข้อมูลอื่นๆ...,\n    \"prop_enable\": 2,\n    \"properties\": [\n                {\n                    ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เขียว\",\n                    \"properties_desc2\": \"ไซส์\",\n                    \"property_info2\": \"S\",\n                    \"properties_main\": 1\n                },\n                {\n                    ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เขียว\",\n                    \"properties_desc2\": \"ไซส์\",\n                    \"property_info2\": \"M\",\n                    \"properties_main\": 0\n                },\n                {\n                    ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"properties_desc2\": \"ไซส์\",\n                    \"property_info2\": \"S\",\n                    \"properties_main\": 0\n                },\n                {\n                    ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"properties_desc2\": \"ไซส์\",\n                    \"property_info2\": \"M\",\n                    \"properties_main\": 0\n                }\n    ]\n}\n</pre>\n\n<pre>\nกรณี มี 1 คุณสมบัติ และ properties_option = \"group\"\n{\n    ...ข้อมูลอื่นๆ...,\n    \"prop_enable\": 1,\n    \"properties\": [\n        {\n            \"properties_desc\": \"สี\",\n            \"property_info\": \"แดง\",\n            \"children\": [\n                {\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 1,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"properties_desc2\": null,\n                    \"property_info2\": null,\n                    \"properties_main\": 0\n                }\n            ]\n        },\n        {\n            \"properties_desc\": \"สี\",\n            \"property_info\": \"เขียว\",\n            \"children\": [\n                {\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 1,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เขียว\",\n                    \"properties_desc2\": null,\n                    \"property_info2\": null,\n                    \"properties_main\": 0\n                }\n            ]\n        }\n    ]\n}\n</pre>\n\n<pre>\nกรณี มี 2 คุณสมบัติ และ properties_option = \"group\"\n{\n    ...ข้อมูลอื่นๆ...,\n    \"prop_enable\": 2,\n    \"properties\": [\n        {\n            \"properties_desc\": \"สี\",\n            \"property_info\": \"แดง\",\n            \"children\": [\n                {\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"properties_desc2\": ไซส์,\n                    \"property_info2\": \"S\",\n                    \"properties_main\": 0\n                },\n                {\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"properties_desc2\": ไซส์,\n                    \"property_info2\": \"M\",\n                    \"properties_main\": 0\n                },\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"properties_desc2\": ไซส์,\n                    \"property_info2\": \"L\",\n                    \"properties_main\": 0\n                }\n            ]\n        },\n        {\n            \"properties_desc\": \"สี\",\n            \"property_info\": \"เขียว\",\n            \"children\": [\n                {\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เขียว\",\n                    \"properties_desc2\": ไซส์,\n                    \"property_info2\": \"S\",\n                    \"properties_main\": 0\n                },\n                {\n                ...ข้อมูลอื่นๆ ของสินค้า...,\n                    \"prop_enable\": 2,\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เขียว\",\n                    \"properties_desc2\": ไซส์,\n                    \"property_info2\": \"M\",\n                    \"properties_main\": 0\n                }\n            ]\n        }\n    ]\n}\n</pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b506ea7-407c-479c-88f2-52d385aa791c","id":"1b506ea7-407c-479c-88f2-52d385aa791c","name":"zwiz","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","zwiz","product","search-front"],"host":["api2","ketshopweb","com"],"query":[],"variable":[]}},"response":[{"id":"b186fe52-3e90-4520-b0bc-eff8a916fcd5","name":"Product Search Front [option expand]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"search\": \"\",\n        \"cate_id\": \"1\",\n        \"page\": 1,\n        \"perpage\": 10,\n        \"properties_option\": \"expand\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/product/search-front"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 11 Apr 2022 08:57:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"bc6a268a-efff-4829-876c-706f9d726917"},{"key":"redis","value":"false"},{"key":"cus","value":"1551"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"2b71-3tNe1Gp1abVE4SARt+rpalEqvgI\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 579,\n            \"sku\": \"SKU-22mkmzigoi22mkmzigoi\",\n            \"hilight\": 0,\n            \"title_lang1\": \"testpropId\",\n            \"group_id\": \"b9f4016f-3650-41e8-b309-e96b8cee742f\",\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"permalink_lang1\": \"testpropId-a-SKU-22mkmzigoi22mkmzigoi\",\n            \"price\": 10,\n            \"temp_price\": 0,\n            \"prop_enable\": 1,\n            \"property_info\": \"m\",\n            \"property_info2\": null,\n            \"properties_desc\": \"size\",\n            \"properties_desc2\": null,\n            \"properties_main\": 1,\n            \"properties\": [\n                {\n                    \"id\": 578,\n                    \"sku\": \"a\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"testpropId\",\n                    \"group_id\": \"b9f4016f-3650-41e8-b309-e96b8cee742f\",\n                    \"feature_img\": null,\n                    \"permalink_lang1\": \"testpropId-a\",\n                    \"price\": 10,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"s\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"size\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 0\n                },\n                {\n                    \"id\": 579,\n                    \"sku\": \"SKU-22mkmzigoi22mkmzigoi\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"testpropId\",\n                    \"group_id\": \"b9f4016f-3650-41e8-b309-e96b8cee742f\",\n                    \"feature_img\": null,\n                    \"permalink_lang1\": \"testpropId-a-SKU-22mkmzigoi22mkmzigoi\",\n                    \"price\": 10,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"m\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"size\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 566,\n            \"sku\": \"i0001\",\n            \"hilight\": 0,\n            \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n            \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n            \"feature_img\": \"https://cf.shopee.co.th/file/61fb89b2c9f7ab48b6fd934e1794c73d\",\n            \"permalink_lang1\": \"33497974513\",\n            \"price\": 1000,\n            \"temp_price\": null,\n            \"prop_enable\": 1,\n            \"property_info\": \"แดง\",\n            \"property_info2\": null,\n            \"properties_desc\": \"สี\",\n            \"properties_desc2\": null,\n            \"properties_main\": 1,\n            \"unq_ancestor\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n            \"properties\": [\n                {\n                    \"id\": 566,\n                    \"sku\": \"i0001\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                    \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                    \"feature_img\": \"https://cf.shopee.co.th/file/61fb89b2c9f7ab48b6fd934e1794c73d\",\n                    \"permalink_lang1\": \"33497974513\",\n                    \"price\": 1000,\n                    \"temp_price\": null,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"แดง\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"สี\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 1\n                },\n                {\n                    \"id\": 568,\n                    \"sku\": \"i0002\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                    \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                    \"feature_img\": \"https://cf.shopee.co.th/file/65ad64f38cb71cd7a415d5828073c2a3\",\n                    \"permalink_lang1\": \"33497974515\",\n                    \"price\": 1000,\n                    \"temp_price\": null,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"ฟ้า\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"สี\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 0\n                },\n                {\n                    \"id\": 565,\n                    \"sku\": \"i0003\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                    \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                    \"feature_img\": \"https://cf.shopee.co.th/file/26d5b615938549327e0c57d09640786b\",\n                    \"permalink_lang1\": \"33497974512\",\n                    \"price\": 1000,\n                    \"temp_price\": null,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"เขียว\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"สี\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 0\n                },\n                {\n                    \"id\": 567,\n                    \"sku\": \"i0004\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                    \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                    \"feature_img\": \"https://cf.shopee.co.th/file/2be49ebd16519e21a18e05e8f6ada41a\",\n                    \"permalink_lang1\": \"33497974514\",\n                    \"price\": 1000,\n                    \"temp_price\": null,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"เหลือง\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"สี\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 0\n                }\n            ]\n        },\n        {\n            \"id\": 479,\n            \"sku\": \"000000_1z2sqtkjz6\",\n            \"hilight\": 0,\n            \"title_lang1\": \"เสื้อผ้าแฟชั่นชุดกระโปรงยาวผู้หญิงz6\",\n            \"group_id\": null,\n            \"feature_img\": \"https://cf.shopee.co.th/file/73e28b858c85e024f02f450284ea609b\",\n            \"permalink_lang1\": \"16639557253-1z2sqtkjz6\",\n            \"price\": 150,\n            \"temp_price\": 0,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"6de8af4a-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 359,\n            \"sku\": \"SKU-1vlwnpzha21vlwnpzha2\",\n            \"hilight\": 0,\n            \"title_lang1\": \"เสื้อลาย minions\",\n            \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub7.jpg\",\n            \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2\",\n            \"price\": 120,\n            \"temp_price\": 0,\n            \"prop_enable\": 1,\n            \"property_info\": \"S\",\n            \"property_info2\": null,\n            \"properties_desc\": \"Size\",\n            \"properties_desc2\": null,\n            \"properties_main\": 1,\n            \"unq_ancestor\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n            \"properties\": [\n                {\n                    \"id\": 361,\n                    \"sku\": \"SKU-1vlwnpzh21\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อลาย minions\",\n                    \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                    \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                    \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzh21\",\n                    \"price\": 120,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"L\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"Size\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 0\n                },\n                {\n                    \"id\": 359,\n                    \"sku\": \"SKU-1vlwnpzha21vlwnpzha2\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อลาย minions\",\n                    \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                    \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                    \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2\",\n                    \"price\": 120,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"S\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"Size\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 1\n                },\n                {\n                    \"id\": 360,\n                    \"sku\": \"SKU-1vlwnpzh\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"เสื้อลาย minions\",\n                    \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                    \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                    \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzh\",\n                    \"price\": 120,\n                    \"temp_price\": 0,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"M\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"Size\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": 0\n                }\n            ]\n        },\n        {\n            \"id\": 327,\n            \"sku\": \"420537S\",\n            \"hilight\": 0,\n            \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n            \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n            \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S\",\n            \"price\": 450,\n            \"temp_price\": 890,\n            \"prop_enable\": 1,\n            \"property_info\": \"S\",\n            \"property_info2\": null,\n            \"properties_desc\": \"ไซส์\",\n            \"properties_desc2\": null,\n            \"properties_main\": null,\n            \"unq_ancestor\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n            \"properties\": [\n                {\n                    \"id\": 327,\n                    \"sku\": \"420537S\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n                    \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n                    \"feature_img\": \"/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n                    \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S\",\n                    \"price\": 450,\n                    \"temp_price\": 890,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"S\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"ไซส์\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": null\n                },\n                {\n                    \"id\": 328,\n                    \"sku\": \"420537M\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n                    \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n                    \"feature_img\": \"/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n                    \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S-420537M\",\n                    \"price\": 450,\n                    \"temp_price\": 890,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"M\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"ไซส์\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": null\n                },\n                {\n                    \"id\": 329,\n                    \"sku\": \"420537L\",\n                    \"hilight\": 0,\n                    \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n                    \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n                    \"feature_img\": \"/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n                    \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S-420537L\",\n                    \"price\": 450,\n                    \"temp_price\": 890,\n                    \"prop_enable\": 1,\n                    \"property_info\": \"L\",\n                    \"property_info2\": null,\n                    \"properties_desc\": \"ไซส์\",\n                    \"properties_desc2\": null,\n                    \"properties_main\": null\n                }\n            ]\n        },\n        {\n            \"id\": 314,\n            \"sku\": \"SKU-1vj8n2kqu11vj8n2kqu1\",\n            \"hilight\": 0,\n            \"title_lang1\": \"94-04 เสื้อยืดสีเหลือง\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub7.jpg\",\n            \"permalink_lang1\": \"94-04-เดรสสีชมพูนู้ดแขนสามส่วน-กระโปรงทรงสอบ-แต่งลูกไม้เทาชมพู-ติดโบน้ำตาล-SKU-1vj8n2kqu11vj8n2kqu1\",\n            \"price\": 991,\n            \"temp_price\": 1390,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"6de8a6dd-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 313,\n            \"sku\": \"SKU-1vj8n2j3lf1vj8n2j3lf\",\n            \"hilight\": 0,\n            \"title_lang1\": \"100-08 เดรสสีเหลืองแขนสามส่วน กระโปรงทรงสอบ แต่งลูกไม้ ติดโบน้ำตาล\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub2.jpg\",\n            \"permalink_lang1\": \"100-08-เดรสสีเหลืองแขนสามส่วน-กระโปรงทรงสอบ-แต่งลูกไม้-ติดโบน้ำตาล-SKU-1vj8n2j3lf1vj8n2j3lf\",\n            \"price\": 990,\n            \"temp_price\": 1390,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"6de8a692-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 312,\n            \"sku\": \"SKU-1vj8n2h3lg1vj8n2h3lg\",\n            \"hilight\": 0,\n            \"title_lang1\": \"100-10 เดรสผ้าคอตตอนสีเหลืองพาสเทลลายดอกไม้ กระโปรงทรงบาน\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub4.jpg\",\n            \"permalink_lang1\": \"100-10-เดรสผ้าคอตตอนสีเหลืองพาสเทลลายดอกไม้-กระโปรงทรงบาน-SKU-1vj8n2h3lg1vj8n2h3lg\",\n            \"price\": 700,\n            \"temp_price\": 990,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"6de8a647-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 311,\n            \"sku\": \"SKU-1vj8n2g6441vj8n2g644\",\n            \"hilight\": 0,\n            \"title_lang1\": \"99-16 เดรสผ้าคอตตอนลินินลายตารางสีเหลือง แขนตุ๊กตา ทรงยอดฮิต\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/44_415667.jpg\",\n            \"permalink_lang1\": \"99-16-เดรสผ้าคอตตอนลินินลายตารางสีเหลือง-แขนตุ๊กตา-ทรงยอดฮิต-SKU-1vj8n2g6441vj8n2g644\",\n            \"price\": 1490,\n            \"temp_price\": 1690,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"6de8a5fb-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 282,\n            \"sku\": \"ProductTest1-sku12345_2fcb10d3_2fcb10ws\",\n            \"hilight\": 1,\n            \"title_lang1\": \"ProductTest234567_2fcb10d3_2fcb10ws\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/-700-_1541405717.png\",\n            \"permalink_lang1\": \"ProductTest234567-ProductTest1-sku12345-2fcb10d3-2fcb10ws\",\n            \"price\": 10,\n            \"temp_price\": 20,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"6de8a425-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        }\n    ],\n    \"count\": 16\n}"},{"id":"071434df-d7b2-47d9-865b-f1c79f346210","name":"Product Search Front [option group]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f812af620d3ad9e9312ffbf5930c6f1a\",\n    \"api_secret\": \"658e9aca7d31359b0ff86ef176b71756\",\n    \"data\": {\n        \"search\": \"\",\n        \"cate_id\": \"1\",\n        \"page\": 1,\n        \"perpage\": 10,\n        \"properties_option\": \"group\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://currentapi.ketshoptest.com/api/v1/zwiz/product/search-front"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 11 Apr 2022 08:58:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-id","value":"b3a5be4a-4fe1-4a6c-af57-880f393b162d"},{"key":"redis","value":"false"},{"key":"cus","value":"1551"},{"key":"host","value":"Host01"},{"key":"domain","value":"undefined"},{"key":"ETag","value":"W/\"2e90-CQrsLtf1oJLomiP4kjqI6L/a43w\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 579,\n            \"sku\": \"SKU-22mkmzigoi22mkmzigoi\",\n            \"hilight\": 0,\n            \"title_lang1\": \"testpropId\",\n            \"group_id\": \"b9f4016f-3650-41e8-b309-e96b8cee742f\",\n            \"feature_img\": \"https://current.ketshoptest.comnull\",\n            \"permalink_lang1\": \"testpropId-a-SKU-22mkmzigoi22mkmzigoi\",\n            \"price\": 10,\n            \"temp_price\": 0,\n            \"prop_enable\": 1,\n            \"property_info\": \"m\",\n            \"property_info2\": null,\n            \"properties_desc\": \"size\",\n            \"properties_desc2\": null,\n            \"properties_main\": 1,\n            \"properties\": [\n                {\n                    \"properties_desc\": \"size\",\n                    \"property_info\": \"s\",\n                    \"children\": [\n                        {\n                            \"id\": 578,\n                            \"sku\": \"a\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"testpropId\",\n                            \"group_id\": \"b9f4016f-3650-41e8-b309-e96b8cee742f\",\n                            \"feature_img\": null,\n                            \"permalink_lang1\": \"testpropId-a\",\n                            \"price\": 10,\n                            \"temp_price\": 0,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"s\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"size\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 0\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"size\",\n                    \"property_info\": \"m\",\n                    \"children\": [\n                        {\n                            \"id\": 579,\n                            \"sku\": \"SKU-22mkmzigoi22mkmzigoi\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"testpropId\",\n                            \"group_id\": \"b9f4016f-3650-41e8-b309-e96b8cee742f\",\n                            \"feature_img\": null,\n                            \"permalink_lang1\": \"testpropId-a-SKU-22mkmzigoi22mkmzigoi\",\n                            \"price\": 10,\n                            \"temp_price\": 0,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"m\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"size\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 1\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": 566,\n            \"sku\": \"i0001\",\n            \"hilight\": 0,\n            \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n            \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n            \"feature_img\": \"https://cf.shopee.co.th/file/61fb89b2c9f7ab48b6fd934e1794c73d\",\n            \"permalink_lang1\": \"33497974513\",\n            \"price\": 1000,\n            \"temp_price\": null,\n            \"prop_enable\": 1,\n            \"property_info\": \"แดง\",\n            \"property_info2\": null,\n            \"properties_desc\": \"สี\",\n            \"properties_desc2\": null,\n            \"properties_main\": 1,\n            \"unq_ancestor\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n            \"properties\": [\n                {\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"แดง\",\n                    \"children\": [\n                        {\n                            \"id\": 566,\n                            \"sku\": \"i0001\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                            \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                            \"feature_img\": \"https://cf.shopee.co.th/file/61fb89b2c9f7ab48b6fd934e1794c73d\",\n                            \"permalink_lang1\": \"33497974513\",\n                            \"price\": 1000,\n                            \"temp_price\": null,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"แดง\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"สี\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 1\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"ฟ้า\",\n                    \"children\": [\n                        {\n                            \"id\": 568,\n                            \"sku\": \"i0002\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                            \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                            \"feature_img\": \"https://cf.shopee.co.th/file/65ad64f38cb71cd7a415d5828073c2a3\",\n                            \"permalink_lang1\": \"33497974515\",\n                            \"price\": 1000,\n                            \"temp_price\": null,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"ฟ้า\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"สี\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 0\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เขียว\",\n                    \"children\": [\n                        {\n                            \"id\": 565,\n                            \"sku\": \"i0003\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                            \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                            \"feature_img\": \"https://cf.shopee.co.th/file/26d5b615938549327e0c57d09640786b\",\n                            \"permalink_lang1\": \"33497974512\",\n                            \"price\": 1000,\n                            \"temp_price\": null,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"เขียว\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"สี\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 0\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"สี\",\n                    \"property_info\": \"เหลือง\",\n                    \"children\": [\n                        {\n                            \"id\": 567,\n                            \"sku\": \"i0004\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อเชิร์ตmagna aliqua. Ut enim ad\",\n                            \"group_id\": \"65ebed40-4008-4e04-b085-9338b683b606\",\n                            \"feature_img\": \"https://cf.shopee.co.th/file/2be49ebd16519e21a18e05e8f6ada41a\",\n                            \"permalink_lang1\": \"33497974514\",\n                            \"price\": 1000,\n                            \"temp_price\": null,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"เหลือง\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"สี\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 0\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": 479,\n            \"sku\": \"000000_1z2sqtkjz6\",\n            \"hilight\": 0,\n            \"title_lang1\": \"เสื้อผ้าแฟชั่นชุดกระโปรงยาวผู้หญิงz6\",\n            \"group_id\": null,\n            \"feature_img\": \"https://cf.shopee.co.th/file/73e28b858c85e024f02f450284ea609b\",\n            \"permalink_lang1\": \"16639557253-1z2sqtkjz6\",\n            \"price\": 150,\n            \"temp_price\": 0,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"830c3cbe-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 359,\n            \"sku\": \"SKU-1vlwnpzha21vlwnpzha2\",\n            \"hilight\": 0,\n            \"title_lang1\": \"เสื้อลาย minions\",\n            \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub7.jpg\",\n            \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2\",\n            \"price\": 120,\n            \"temp_price\": 0,\n            \"prop_enable\": 1,\n            \"property_info\": \"S\",\n            \"property_info2\": null,\n            \"properties_desc\": \"Size\",\n            \"properties_desc2\": null,\n            \"properties_main\": 1,\n            \"unq_ancestor\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n            \"properties\": [\n                {\n                    \"properties_desc\": \"Size\",\n                    \"property_info\": \"L\",\n                    \"children\": [\n                        {\n                            \"id\": 361,\n                            \"sku\": \"SKU-1vlwnpzh21\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อลาย minions\",\n                            \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                            \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                            \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzh21\",\n                            \"price\": 120,\n                            \"temp_price\": 0,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"L\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"Size\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 0\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"Size\",\n                    \"property_info\": \"S\",\n                    \"children\": [\n                        {\n                            \"id\": 359,\n                            \"sku\": \"SKU-1vlwnpzha21vlwnpzha2\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อลาย minions\",\n                            \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                            \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                            \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2\",\n                            \"price\": 120,\n                            \"temp_price\": 0,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"S\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"Size\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 1\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"Size\",\n                    \"property_info\": \"M\",\n                    \"children\": [\n                        {\n                            \"id\": 360,\n                            \"sku\": \"SKU-1vlwnpzh\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"เสื้อลาย minions\",\n                            \"group_id\": \"a2e89c45-332a-47fb-86f4-367d12a4415a\",\n                            \"feature_img\": \"/upload-img/415667_sub7.jpg\",\n                            \"permalink_lang1\": \"disktest-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzha21vlwnpzha2-SKU-1vlwnpzh\",\n                            \"price\": 120,\n                            \"temp_price\": 0,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"M\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"Size\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": 0\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": 327,\n            \"sku\": \"420537S\",\n            \"hilight\": 0,\n            \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n            \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n            \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S\",\n            \"price\": 450,\n            \"temp_price\": 890,\n            \"prop_enable\": 1,\n            \"property_info\": \"S\",\n            \"property_info2\": null,\n            \"properties_desc\": \"ไซส์\",\n            \"properties_desc2\": null,\n            \"properties_main\": null,\n            \"unq_ancestor\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n            \"properties\": [\n                {\n                    \"properties_desc\": \"ไซส์\",\n                    \"property_info\": \"S\",\n                    \"children\": [\n                        {\n                            \"id\": 327,\n                            \"sku\": \"420537S\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n                            \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n                            \"feature_img\": \"/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n                            \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S\",\n                            \"price\": 450,\n                            \"temp_price\": 890,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"S\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"ไซส์\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": null\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"ไซส์\",\n                    \"property_info\": \"M\",\n                    \"children\": [\n                        {\n                            \"id\": 328,\n                            \"sku\": \"420537M\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n                            \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n                            \"feature_img\": \"/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n                            \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S-420537M\",\n                            \"price\": 450,\n                            \"temp_price\": 890,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"M\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"ไซส์\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": null\n                        }\n                    ]\n                },\n                {\n                    \"properties_desc\": \"ไซส์\",\n                    \"property_info\": \"L\",\n                    \"children\": [\n                        {\n                            \"id\": 329,\n                            \"sku\": \"420537L\",\n                            \"hilight\": 0,\n                            \"title_lang1\": \"SneakaVilla Addicted T-Shirt ‘Black’\",\n                            \"group_id\": \"ea6b8f14-28b9-4cb5-bd5a-ce5f5bb07d22\",\n                            \"feature_img\": \"/upload-img/uniqlo-theme/WEB-COV-DICUT_ADB-1.jpg\",\n                            \"permalink_lang1\": \"SneakaVilla-Addicted-T-Shirt-‘Black’-420537S-420537L\",\n                            \"price\": 450,\n                            \"temp_price\": 890,\n                            \"prop_enable\": 1,\n                            \"property_info\": \"L\",\n                            \"property_info2\": null,\n                            \"properties_desc\": \"ไซส์\",\n                            \"properties_desc2\": null,\n                            \"properties_main\": null\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": 314,\n            \"sku\": \"SKU-1vj8n2kqu11vj8n2kqu1\",\n            \"hilight\": 0,\n            \"title_lang1\": \"94-04 เสื้อยืดสีเหลือง\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub7.jpg\",\n            \"permalink_lang1\": \"94-04-เดรสสีชมพูนู้ดแขนสามส่วน-กระโปรงทรงสอบ-แต่งลูกไม้เทาชมพู-ติดโบน้ำตาล-SKU-1vj8n2kqu11vj8n2kqu1\",\n            \"price\": 991,\n            \"temp_price\": 1390,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"830c345d-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 313,\n            \"sku\": \"SKU-1vj8n2j3lf1vj8n2j3lf\",\n            \"hilight\": 0,\n            \"title_lang1\": \"100-08 เดรสสีเหลืองแขนสามส่วน กระโปรงทรงสอบ แต่งลูกไม้ ติดโบน้ำตาล\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub2.jpg\",\n            \"permalink_lang1\": \"100-08-เดรสสีเหลืองแขนสามส่วน-กระโปรงทรงสอบ-แต่งลูกไม้-ติดโบน้ำตาล-SKU-1vj8n2j3lf1vj8n2j3lf\",\n            \"price\": 990,\n            \"temp_price\": 1390,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"830c3412-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 312,\n            \"sku\": \"SKU-1vj8n2h3lg1vj8n2h3lg\",\n            \"hilight\": 0,\n            \"title_lang1\": \"100-10 เดรสผ้าคอตตอนสีเหลืองพาสเทลลายดอกไม้ กระโปรงทรงบาน\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/415667_sub4.jpg\",\n            \"permalink_lang1\": \"100-10-เดรสผ้าคอตตอนสีเหลืองพาสเทลลายดอกไม้-กระโปรงทรงบาน-SKU-1vj8n2h3lg1vj8n2h3lg\",\n            \"price\": 700,\n            \"temp_price\": 990,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"830c33c7-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 311,\n            \"sku\": \"SKU-1vj8n2g6441vj8n2g644\",\n            \"hilight\": 0,\n            \"title_lang1\": \"99-16 เดรสผ้าคอตตอนลินินลายตารางสีเหลือง แขนตุ๊กตา ทรงยอดฮิต\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/44_415667.jpg\",\n            \"permalink_lang1\": \"99-16-เดรสผ้าคอตตอนลินินลายตารางสีเหลือง-แขนตุ๊กตา-ทรงยอดฮิต-SKU-1vj8n2g6441vj8n2g644\",\n            \"price\": 1490,\n            \"temp_price\": 1690,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"830c337c-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        },\n        {\n            \"id\": 282,\n            \"sku\": \"ProductTest1-sku12345_2fcb10d3_2fcb10ws\",\n            \"hilight\": 1,\n            \"title_lang1\": \"ProductTest234567_2fcb10d3_2fcb10ws\",\n            \"group_id\": null,\n            \"feature_img\": \"https://current.ketshoptest.com/upload-img/-700-_1541405717.png\",\n            \"permalink_lang1\": \"ProductTest234567-ProductTest1-sku12345-2fcb10d3-2fcb10ws\",\n            \"price\": 10,\n            \"temp_price\": 20,\n            \"prop_enable\": 0,\n            \"property_info\": null,\n            \"property_info2\": null,\n            \"properties_desc\": null,\n            \"properties_desc2\": null,\n            \"properties_main\": 0,\n            \"unq_ancestor\": \"830c31a8-b975-11ec-8ed8-aabd96cca7ce\",\n            \"properties\": []\n        }\n    ],\n    \"count\": 16\n}"}],"_postman_id":"f7dea62e-c504-4dbe-a385-c0bee4c9f59d"}],"id":"1b506ea7-407c-479c-88f2-52d385aa791c","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"02f4c864-b9f5-41fc-8743-8844c07b7154","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2469ebc6-298c-4efe-b8f2-97f9a4e5912c","type":"text/javascript","exec":[""]}}],"_postman_id":"1b506ea7-407c-479c-88f2-52d385aa791c","description":""},{"name":"https://devapi.ketshoptest.com/api/v1/delivery/paymentShippingLog","id":"4fddef16-382f-498a-a576-f2cb2cf3fcfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devapi.ketshoptest.com/api/v1/delivery/topUpInfo","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"48964daa-3ad0-496e-a432-0b4e20907d51","id":"48964daa-3ad0-496e-a432-0b4e20907d51","name":"Ketshopweb API ( ระบบร้านค้าออนไลน์ )","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","delivery","topUpInfo"],"host":["devapi","ketshoptest","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fddef16-382f-498a-a576-f2cb2cf3fcfa"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"3061a5b7-7da5-49b2-b588-97379163ca0e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1e3c0bf8-19fa-4bdb-a8ca-891bf6b5a1a0","type":"text/javascript","exec":[""]}}]}