{"id":7467,"date":"2026-06-27T01:51:42","date_gmt":"2026-06-26T17:51:42","guid":{"rendered":"https:\/\/silubaba.com.cn\/?p=7467"},"modified":"2026-06-27T01:51:44","modified_gmt":"2026-06-26T17:51:44","slug":"door-to-door-massage-platform-customer-app-therapist-app-admin-backend","status":"publish","type":"post","link":"https:\/\/silubaba.com.cn\/?p=7467","title":{"rendered":"Door-to-Door Massage Platform (Customer App + Therapist App + Admin Backend)"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">Development Plan &amp; Budget<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Project Overview<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is a full-featured SaaS platform for door-to-door massage services with three modules:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customer mobile application for placing service orders<\/li>\n\n\n\n<li>Therapist mobile application for order acceptance and on-site service<\/li>\n\n\n\n<li>Laravel admin backend for full platform operation and control<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Core integrations: WeChat Pay &amp; Alipay online payment, offline cash or QR payment, DeepSeek AI intelligent system, plus a complete MySQL database architecture.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This document only includes architecture and functional plans without source code, designed for local home service business models.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Applicable services: home tuina, aromatherapy SPA, physical therapy, bone setting, foot massage, in-home health care and other massage categories.<\/p>\n\n\n\n<!--more-->\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">2. Development Quotation (Market Turnkey Price)<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">2.1 Technical Stack<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Backend: Stable Laravel PHP Framework<\/li>\n\n\n\n<li>Database: MySQL 8.0 enterprise edition<\/li>\n\n\n\n<li>Frontend: Mobile apps compatible with Android &amp; iOS<\/li>\n\n\n\n<li>AI module: DeepSeek official API deep integration<\/li>\n\n\n\n<li>Payment module: Official WeChat &amp; Alipay merchant interfaces + offline payment ledger system<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2.2 Turnkey Development Cost (Ready for Launch After Delivery)<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Customer App (Android + iOS): 18,000 RMB<\/li>\n\n\n\n<li>Therapist App (Android + iOS): 15,000 RMB<\/li>\n\n\n\n<li>Laravel Admin Backend: 12,000 RMB<\/li>\n\n\n\n<li>Payment Integration (Online Dual Payment + Offline Collection): 6,000 RMB<\/li>\n\n\n\n<li>Full DeepSeek AI Function Integration: 8,000 RMB<\/li>\n\n\n\n<li>MySQL Database Construction, Optimization &amp; Deployment: 3,000 RMB<\/li>\n\n\n\n<li>Testing, App Store Submission, Server Deployment &amp; Debugging: 5,000 RMB<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">2.3 Total Project Cost<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Total Price: 67,000 RMB<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note: This is a full turnkey package including function development, interface docking, AI access, payment gateway setup and database deployment. No extra hidden charges. The finished system can be directly launched online.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">3. System Architecture<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">3.1 Technical Structure<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Server side: PHP Laravel with RESTful interfaces to support high-concurrency order placement, order grabbing and message push<\/li>\n\n\n\n<li>Database: MySQL 8.0 with split tables covering users, therapists, orders, capital flow, services, reviews and AI logs<\/li>\n\n\n\n<li>Mobile client: Hybrid development compatible with mainstream mobile devices<\/li>\n\n\n\n<li>Third-party interfaces: WeChat Pay, Alipay, Amap \/ Baidu Map positioning, DeepSeek large language model<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">3.2 Three-End Business Logic<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">All data is centrally controlled by the admin backend.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Customer places order \u2192 Automatic allocation or therapist order grabbing \u2192 Therapist provides on-site service \u2192 Online or offline settlement \u2192 Backend automatically counts financial data \u2192 DeepSeek AI optimizes order allocation, automatic customer service and personalized recommendation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">4. MySQL Database Design (Table Structure Only, No Code)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Database name: <code>massage_platform<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All data tables are designed for formal operation, supporting financial reconciliation, data statistics, risk control and AI data analysis.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Core Data Tables<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>User Table (user)<\/strong> Customer basic data: phone number, nickname, avatar, password, registration time, delivery addresses, consumption frequency, account balance, coupons, real-name status, blacklist status.<\/li>\n\n\n\n<li><strong>Therapist Table (technician)<\/strong> Merchant data: name, mobile number, ID information, qualification certificates, working years, service categories, service area, avatar, staff ID, online status, rating, commission ratio, withdrawable balance, violation records and training records.<\/li>\n\n\n\n<li><strong>Service Item Table (service)<\/strong> Massage service catalogue: item name, category (Tuina \/ SPA \/ Foot Massage \/ Bone Setting), price, duration, introduction, pictures, hot recommendation tag, original price, member price and detailed description.<\/li>\n\n\n\n<li><strong>Main Order Table (order_main)<\/strong> Core order data: order number, user ID, therapist ID, service ID, order time, appointment time, service address, order status, payment method, actual payment, discount amount, commission amount and settlement status.<\/li>\n\n\n\n<li><strong>Offline Payment Record Table (order_offline_pay)<\/strong> Records cash and offline transfer orders: payment type, receiving therapist, admin audit status, reconciliation logs and remarks.<\/li>\n\n\n\n<li><strong>Payment Log Table (pay_log)<\/strong> Online transaction records for WeChat &amp; Alipay: transaction ID, merchant order number, payment time, payment result, refund status, amount and corresponding order ID.<\/li>\n\n\n\n<li><strong>Coupon Table (coupon)<\/strong> New user coupons, full-reduction vouchers and discount coupons: face value, usage rules, validity period, receiving user and redemption status.<\/li>\n\n\n\n<li><strong>Comment Table (comment)<\/strong> Customer reviews for therapists and services: star rating, pictures, follow-up comments, therapist replies and AI-selected high-quality reviews.<\/li>\n\n\n\n<li><strong>Complaint Table (complaint)<\/strong> Customer complaints and therapist appeals, work order progress, handling results and preliminary AI risk screening results.<\/li>\n\n\n\n<li><strong>Withdrawal Table (withdraw)<\/strong> Therapist withdrawal application: amount, bank card info, application time, audit status, arrival time and handling fee.<\/li>\n\n\n\n<li><strong>System Configuration Table (system_config)<\/strong> Platform global settings: service fee ratio, commission rate, service radius, business hours, announcements and customer service hotline.<\/li>\n\n\n\n<li><strong>AI Log Table (deepseek_ai_log)<\/strong> Storage of AI conversations, intelligent recommendation records, auto customer service chats and order analysis data for subsequent data review.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">5. Laravel Admin Backend Functions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The super admin panel controls users, therapists, orders, finance, AI configuration and data statistics.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">5.1 Dashboard<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time data panel: orders today &amp; yesterday, total registered users, total therapists, turnover and pending tasks<\/li>\n\n\n\n<li>Trend charts: daily\/monthly\/yearly order volume, revenue and therapist performance<\/li>\n\n\n\n<li>To-do list: pending therapist audits, unresolved complaints, offline payment verification and withdrawal applications.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.2 User Management<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Full user list with view, edit, disable and blacklist functions<\/li>\n\n\n\n<li>Manual balance adjustment, coupon distribution and consumption record inquiry<\/li>\n\n\n\n<li>Address management and user behavior statistics<\/li>\n\n\n\n<li>AI-generated user portraits including consumption habits and frequently ordered services.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.3 Therapist Management<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-name review, identity document and qualification certificate verification<\/li>\n\n\n\n<li>Edit profile, adjust service area and toggle order-receiving permission<\/li>\n\n\n\n<li>Independent commission configuration, reward &amp; punishment mechanism and account suspension for violations<\/li>\n\n\n\n<li>Attendance tracking, online duration and order performance statistics<\/li>\n\n\n\n<li>AI evaluation of therapist service quality and comprehensive scoring.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.4 Service Management<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create, edit and delete service items<\/li>\n\n\n\n<li>Category management, price and duration configuration<\/li>\n\n\n\n<li>Hot recommendation, homepage pinned items and flash sale activities<\/li>\n\n\n\n<li>AI auto-generation of service descriptions and content optimization.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.5 Full Order Management<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unified list for online &amp; offline orders with advanced filtering, search and data export<\/li>\n\n\n\n<li>Manual intervention: modify, cancel, complete or refund orders<\/li>\n\n\n\n<li>Appointment order management, timeout handling and abnormal order risk control<\/li>\n\n\n\n<li>Independent audit and reconciliation process for offline paid orders.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.6 Finance &amp; Capital Control<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automatic reconciliation for WeChat and Alipay online transactions<\/li>\n\n\n\n<li>Manual bookkeeping for offline payment orders<\/li>\n\n\n\n<li>Auto calculation of platform revenue, therapist commission and platform commission<\/li>\n\n\n\n<li>Review therapist withdrawal applications and track transfer records<\/li>\n\n\n\n<li>Export daily, monthly and annual financial statements.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.7 Marketing &amp; Coupon System<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create new-user coupons, full-reduction coupons and time-limited vouchers<\/li>\n\n\n\n<li>Group purchase and flash sale campaign configuration<\/li>\n\n\n\n<li>Activity data statistics and coupon redemption logs.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.8 Review &amp; Complaint Module<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Audit customer reviews and delete illegal comments<\/li>\n\n\n\n<li>Process customer complaints and therapist appeal work orders<\/li>\n\n\n\n<li>AI automatic filtering of malicious bad reviews and prohibited content.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.9 DeepSeek AI Management (Core Module)<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Toggle AI customer service and customize Q&amp;A knowledge base<\/li>\n\n\n\n<li>AI automatic order dispatching based on distance, rating and availability<\/li>\n\n\n\n<li>AI intelligent analysis of revenue, order peak hours, customer demands and therapist performance defects<\/li>\n\n\n\n<li>One-click content generation for service introductions, platform announcements and promotion copywriting<\/li>\n\n\n\n<li>Risk control: detect fake orders, brush orders, malicious refunds and therapist irregularities with early warning alerts.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">5.10 System Settings<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fill WeChat Pay &amp; Alipay API keys visually in backend<\/li>\n\n\n\n<li>Configure platform commission ratio and service fees<\/li>\n\n\n\n<li>Adjust positioning radius and service coverage<\/li>\n\n\n\n<li>Edit announcements, user agreements and privacy policies<\/li>\n\n\n\n<li>Edit SMS and push notification templates.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">6. Customer Mobile App (C-End) Functions<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">6.1 Account Login<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Mobile verification code login, one-click login and password login.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">6.2 Homepage<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Auto-locate city and show nearby available therapists<\/li>\n\n\n\n<li>Service catalogue, hot items and recommended practitioners<\/li>\n\n\n\n<li>Platform announcements, promotions and coupon collection entry.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">6.3 Order Process<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select massage item and service duration<\/li>\n\n\n\n<li>Fill in home service address<\/li>\n\n\n\n<li>Set appointment time and leave remarks (gender preference, massage strength)<\/li>\n\n\n\n<li>View available therapists; support therapist grabbing or platform auto-assignment<\/li>\n\n\n\n<li>Two payment options: online WeChat \/ Alipay prepayment or offline cash on arrival.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">6.4 Order Center<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Order status classification: Pending Acceptance, Pending Service, In Progress, Completed and Cancelled.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Support refund application, after-sales service, complaint submission and real-time therapist location tracking.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">6.5 Personal Center<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Account balance, coupons, consumption history, saved addresses, my reviews, favorites and online customer service.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">6.6 DeepSeek AI Functions<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AI consultation: recommend suitable massage items according to physical discomfort<\/li>\n\n\n\n<li>AI intelligent appointment: match optimal service packages automatically<\/li>\n\n\n\n<li>24\/7 AI automatic reply for order, refund and after-sales questions.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">7. Therapist Mobile App (B-End) Functions<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">7.1 Account Registration &amp; Audit<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Mobile sign-up, real-name authentication, ID card and qualification document upload.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The account can only receive orders after admin approval.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">7.2 Order Receiving Center<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time nearby order push; manual order grabbing + AI automatic dispatching<\/li>\n\n\n\n<li>Check order details including customer address, service content, appointment time and special requirements<\/li>\n\n\n\n<li>Accept order, reject order, reschedule appointment and report abnormal situations.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">7.3 Service Process<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Check-in on arrival, mark service start and service completion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm online payment receipt or submit offline collection proof.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">7.4 Wallet &amp; Finance<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Check commission per order and available withdrawal balance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Apply for bank card withdrawal and view income &amp; withdrawal records.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Online orders settle automatically; offline orders are settled after admin review.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">7.5 Workbench<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Daily &amp; monthly performance statistics, rating level, historical orders and violation notifications.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">7.6 AI Assistant for Therapists<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AI-generated standard greeting words and service process reminders<\/li>\n\n\n\n<li>Auto-reply to customer consultation messages<\/li>\n\n\n\n<li>AI route planning and priority sorting of multiple pending orders.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">8. Payment Integration Plan<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">8.1 Online Prepayment (Official Gateway)<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WeChat App payment: real-time fund arrival and automatic order status callback<\/li>\n\n\n\n<li>Alipay App payment: support transaction reconciliation and one-click refund<\/li>\n\n\n\n<li>Payment results generate automatic financial logs synchronized to the backend.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">8.2 Offline Cash on Delivery (Core Feature)<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Customers select offline payment without prepayment during order placement<\/li>\n\n\n\n<li>Therapist collects cash or offline QR transfer after service<\/li>\n\n\n\n<li>Therapist uploads payment screenshot in the app for record keeping<\/li>\n\n\n\n<li>Backend staff verifies the payment record before releasing commission settlement<\/li>\n\n\n\n<li>Complete ledger archives to avoid bad debts, accounting errors and missing records.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">9. DeepSeek AI Full-Scenario Integration<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is business-oriented AI instead of simple chatbot conversation.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>AI Automated Customer Service<\/strong> Round-the-clock automatic replies covering pricing, booking, cancellation, refund and platform rules, minimizing manual customer service workload.<\/li>\n\n\n\n<li><strong>AI Intelligent Order Allocation<\/strong> Automatically assign orders according to distance, customer rating, acceptance rate, free time and user preference, greatly improving order fulfillment rate.<\/li>\n\n\n\n<li><strong>AI Content Generation<\/strong> Auto-generate service introductions, promotional copy, platform announcements and therapist profile texts to cut operation costs.<\/li>\n\n\n\n<li><strong>AI Data Analysis<\/strong> Summarize user consumption habits, top-selling services, order peak periods and therapist performance weaknesses, then generate visualized operation reports automatically.<\/li>\n\n\n\n<li><strong>AI Risk Control System<\/strong> Identify fake transactions, brush orders, malicious refunds and therapist rule-breaking behavior with real-time backend early warnings.<\/li>\n\n\n\n<li><strong>AI Personalized Recommendation<\/strong> Recommend massage packages and high-rated therapists based on historical orders, physical conditions and consumption level of each user.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">10. Project Delivery Content<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Compiled Android &amp; iOS Customer App<\/li>\n\n\n\n<li>Compiled Android &amp; iOS Therapist App<\/li>\n\n\n\n<li>Full-featured Laravel Admin Backend<\/li>\n\n\n\n<li>Deployable MySQL database structure files<\/li>\n\n\n\n<li>Connected WeChat Pay &amp; Alipay payment gateways<\/li>\n\n\n\n<li>Fully activated DeepSeek AI modules<\/li>\n\n\n\n<li>Offline payment reconciliation subsystem<\/li>\n\n\n\n<li>Operation manual and deployment technical document<\/li>\n\n\n\n<li>Server deployment, full testing and basic post-launch debugging.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">11. Project Advantages<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Closed-loop three-terminal system with mature business logic, perfectly fit for city-level home massage entrepreneurship.<\/li>\n\n\n\n<li>Dual payment modes (online prepay + offline cash on arrival) maximize customer conversion.<\/li>\n\n\n\n<li>Deeply embedded DeepSeek AI reduces labor cost in customer service, dispatching and data analysis.<\/li>\n\n\n\n<li>Stable Laravel backend and standardized MySQL tables support future function expansion and secondary development.<\/li>\n\n\n\n<li>All modules are practical operation functions without redundant useless features.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Development Plan &amp; Budget 1. Project Overview This is a full-featured SaaS platform for door-to-door massage services with three modules: Core integrations: WeChat Pay &amp; Alipay online payment, offline cash or QR payment, DeepSeek AI intelligent system, plus a complete MySQL database architecture. This document only includes architecture and functional plans without source code, designed&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-7467","post","type-post","status-publish","format-standard","hentry","category-company-news"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=\/wp\/v2\/posts\/7467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7467"}],"version-history":[{"count":1,"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=\/wp\/v2\/posts\/7467\/revisions"}],"predecessor-version":[{"id":7468,"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=\/wp\/v2\/posts\/7467\/revisions\/7468"}],"wp:attachment":[{"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/silubaba.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}