Files
huangjingfen/pro_v3.5.1_副本/eb_out_interface.sql
apple 434aa8c69d feat(fsgx): 完成全部24项开发任务 Phase1-7
Phase1 后端核心:
- 新增 fsgx_v1.sql 迁移脚本(is_queue_goods/frozen_points/available_points/no_assess)
- SystemConfigServices 返佣设置扩展(周期人数/分档比例/范围/时机)
- StoreOrderCreateServices 周期循环佣金计算
- StoreOrderTakeServices 佣金发放后同步冻结积分
- StoreProductServices/StoreProduct 保存 is_queue_goods

Phase2 后端接口:
- GET /api/hjf/brokerage/progress 佣金周期进度
- GET /api/hjf/assets/overview 资产总览
- HjfPointsServices 每日 frozen_points 0.4‰ 释放定时任务
- PUT /adminapi/hjf/member/{uid}/no_assess 不考核接口
- GET /adminapi/hjf/points/release_log 积分日志接口

Phase3 前端清理:
- hjfCustom.js 路由精简(仅保留 points/log)
- hjfQueue.js/hjfMember.js API 清理/重定向至 CRMEB 原生接口
- pages.json 公排→推荐佣金/佣金记录/佣金规则

Phase4-5 前端改造:
- queue/status.vue 推荐佣金进度页整体重写
- 商品详情/订单确认/支付结果页文案与逻辑改造
- 个人中心/资产页/引导页/规则页文案改造
- HjfQueueProgress/HjfRefundNotice/HjfAssetCard 组件改造
- 推广中心嵌入佣金进度摘要
- hjfMockData.js 全量更新(公排字段→佣金字段)

Phase6 Admin 增强:
- 用户列表新增 frozen_points/available_points 列及不考核操作按钮
- hjfPoints.js USE_MOCK=false 对接真实积分日志接口

Phase7 配置文档:
- docs/fsgx-phase7-config-checklist.md 后台配置与全链路验收清单

Made-with: Cursor
2026-03-23 22:32:19 +08:00

133 lines
1.1 MiB
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- 主机: localhost
-- 生成日期: 2022-11-03 15:51:46
-- 服务器版本: 5.7.34-log
-- PHP 版本: 7.4.24
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- 数据库: `test_pro`
--
-- --------------------------------------------------------
--
-- 表的结构 `eb_out_interface`
--
CREATE TABLE `eb_out_interface` (
`id` int(11) NOT NULL COMMENT '自增id',
`pid` int(11) NOT NULL DEFAULT '0' COMMENT '父级pid',
`type` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0菜单1接口',
`name` varchar(255) NOT NULL DEFAULT '' COMMENT '接口名称',
`describe` text COMMENT '功能描述',
`method` varchar(255) NOT NULL DEFAULT '' COMMENT '接口类型',
`url` varchar(255) NOT NULL DEFAULT '' COMMENT '接口地址',
`request_params` longtext COMMENT '请求参数',
`return_params` longtext COMMENT '返回参数',
`request_example` longtext COMMENT '请求示例',
`return_example` longtext COMMENT '返回示例',
`error_code` longtext COMMENT '错误返回',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='对外接口';
--
-- 转存表中的数据 `eb_out_interface`
--
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(1, 0, 0, '第三方收授权', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0),
(2, 1, 1, '获取access_token', '获取对外接口token', 'post', '/get_token', '[{\"attribute\":\"appid\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u8d26\\u53f7\",\"id\":\"row_30\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"appsecret\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5bc6\\u94a5\",\"id\":\"row_37\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_44\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u6587\\u5b57\",\"id\":\"row_51\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u6570\\u636e\",\"id\":\"row_58\",\"_X_ROW_CHILD\":[{\"attribute\":\"access_token\",\"type\":\"string\",\"trip\":\"\\u5bf9\\u5916\\u63a5\\u53e3token\",\"id\":1665987016882,\"parentId\":\"row_58\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_time\",\"type\":\"number\",\"trip\":\"\\u5931\\u6548\\u65f6\\u95f4\",\"id\":1665987040003,\"parentId\":\"row_58\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"auth_info\",\"type\":\"array\",\"trip\":\"\\u8d26\\u53f7\\u4fe1\\u606f\",\"id\":1665987070380,\"parentId\":\"row_58\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8d26\\u53f7id\",\"id\":1665987081592,\"parentId\":1665987070380,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"appid\",\"type\":\"string\",\"trip\":\"\\u8d26\\u53f7\",\"id\":1665987122445,\"parentId\":1665987070380,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1665987123644,\"parentId\":1665987070380,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8d26\\u53f7id\",\"id\":1665987081592,\"parentId\":1665987070380,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"appid\",\"type\":\"string\",\"trip\":\"\\u8d26\\u53f7\",\"id\":1665987122445,\"parentId\":1665987070380,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1665987123644,\"parentId\":1665987070380,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[],\"_X_CHILD\":[]}]', '{\n \"appid\": \"demo\",\n \"appsecret\": \"XXWaCnCZi8b6jcSWzkBcbCKKpkpNPrKy\"\n}', '{\n \"status\": 200,\n \"msg\": \"获取成功\",\n \"data\": {\n \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjU1ODY4MjczLCJuYmYiOjE2NTU4NjgyNzMsImV4cCI6MTY1NTk1NDY3MywianRpIjp7ImlkIjo3LCJ0eXBlIjoib3V0In19.b7pP_5AVbnR8-2lpdV4bqsSoX1XHiKBEK1EFGZOmKsQ\",\n \"exp_time\": 1655954673,\n \"auth_info\": {\n \"id\": 7,\n \"appid\": \"demo\",\n \"title\": \"测试账号\"\n }\n }\n}', '[]', 0),
(4, 0, 0, '用户相关', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0),
(5, 4, 1, '新增用户', '新增一个用户', 'post', '/user', '[{\"attribute\":\"real_name\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":\"row_247\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":\"row_254\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u751f\\u65e5\",\"id\":\"row_261\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u7528\\u6237\\u5730\\u5740\",\"id\":\"row_275\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"row_282\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pwd\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u767b\\u5f55\\u5bc6\\u7801\",\"id\":\"row_289\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"true_pwd\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u786e\\u8ba4\\u5bc6\\u7801\",\"id\":\"row_296\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"level\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":\"row_240\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4\",\"id\":\"row_247\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"must\":\"0\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":\"row_254\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":\"row_261\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u7528\\u6237\\u72b6\\u6001\",\"id\":\"row_275\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_303\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_310\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '{\n \"real_name\": \"张三\",\n \"phone\": \"15289381076\",\n \"mark\": \"重要客户\",\n \"pwd\": \"123123\",\n \"level\": 5,\n \"spread_open\": 1,\n \"is_promoter\": 1,\n \"status\": 1\n}', '{\n \"status\": 200,\n \"msg\": \"添加成功\"\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(6, 4, 1, '用户列表', '获取用户列表', 'get', '/user/list', '[{\"attribute\":\"page\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5206\\u9875\",\"id\":\"row_333\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"limit\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6761\\u6570\",\"id\":\"row_340\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_347\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_354\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_361\",\"_X_ROW_CHILD\":[],\"children\":[{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":1667182974251,\"parentId\":\"row_361\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1667182975118,\"parentId\":\"row_361\",\"_X_CHILD\":[{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":1667182995462,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":1667182995672,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":1667182996004,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":1667182996214,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1667182996389,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":1667182996572,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":1667182996766,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":1667182996941,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":1667182997124,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":1667182997308,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667182997492,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":1667182997685,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":1667182997878,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":1667182998061,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":1667182998253,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":1667182998438,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":1667182998639,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":1667182998822,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":1667182999015,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":1667182999190,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":1667182999382,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":1667182999566,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":1667182999750,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":1667182999952,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000143,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000327,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183000519,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":1667183000713,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":1667183000914,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":1667183001106,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1667183001316,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":1667183001482,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":1667183401464,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":1667183401680,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":1667183401840,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":1667183402033,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667183402200,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":1667183402384,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":1667183402576,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":1667183402760,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":1667183402933,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":1667183403110,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":1667183403301,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":1667183403486,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":1667183403696,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":1667183403906,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":1667183404108,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667183404335,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404536,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":1667183404728,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404913,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":1667183405104,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":1667183405278,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":1667183405490,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unionid\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":1667183405681,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":1667183405865,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183406067,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":1667183406268,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":1667183406461,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":1667183406634,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":1667183406829,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":1667183406994,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":1667183407168,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":1667183407362,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":1667183407563,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":1667183407755,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":1667183407956,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183408212,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":1667182995462,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":1667182995672,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":1667182996004,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":1667182996214,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1667182996389,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":1667182996572,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":1667182996766,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":1667182996941,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":1667182997124,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":1667182997308,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667182997492,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":1667182997685,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":1667182997878,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":1667182998061,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":1667182998253,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":1667182998438,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":1667182998639,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":1667182998822,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":1667182999015,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":1667182999190,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":1667182999382,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":1667182999566,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":1667182999750,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":1667182999952,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000143,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000327,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183000519,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":1667183000713,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":1667183000914,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":1667183001106,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1667183001316,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":1667183001482,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":1667183401464,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":1667183401680,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":1667183401840,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":1667183402033,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667183402200,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":1667183402384,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":1667183402576,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":1667183402760,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":1667183402933,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":1667183403110,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":1667183403301,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":1667183403486,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":1667183403696,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":1667183403906,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":1667183404108,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667183404335,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404536,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":1667183404728,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404913,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":1667183405104,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":1667183405278,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":1667183405490,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unionid\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":1667183405681,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":1667183405865,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183406067,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":1667183406268,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":1667183406461,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":1667183406634,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":1667183406829,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":1667183406994,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":1667183407168,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":1667183407362,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":1667183407563,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":1667183407755,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":1667183407956,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183408212,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":1667182974251,\"parentId\":\"row_361\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1667182975118,\"parentId\":\"row_361\",\"_X_CHILD\":[{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":1667182995462,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":1667182995672,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":1667182996004,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":1667182996214,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1667182996389,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":1667182996572,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":1667182996766,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":1667182996941,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":1667182997124,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":1667182997308,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667182997492,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":1667182997685,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":1667182997878,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":1667182998061,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":1667182998253,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":1667182998438,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":1667182998639,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":1667182998822,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":1667182999015,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":1667182999190,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":1667182999382,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":1667182999566,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":1667182999750,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":1667182999952,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000143,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000327,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183000519,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":1667183000713,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":1667183000914,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":1667183001106,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1667183001316,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":1667183001482,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":1667183401464,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":1667183401680,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":1667183401840,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":1667183402033,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667183402200,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":1667183402384,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":1667183402576,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":1667183402760,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":1667183402933,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":1667183403110,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":1667183403301,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":1667183403486,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":1667183403696,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":1667183403906,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":1667183404108,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667183404335,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404536,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":1667183404728,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404913,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":1667183405104,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":1667183405278,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":1667183405490,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unionid\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":1667183405681,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":1667183405865,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183406067,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":1667183406268,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":1667183406461,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":1667183406634,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":1667183406829,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":1667183406994,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":1667183407168,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":1667183407362,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":1667183407563,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":1667183407755,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":1667183407956,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183408212,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":1667182995462,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":1667182995672,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":1667182996004,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":1667182996214,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1667182996389,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":1667182996572,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":1667182996766,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":1667182996941,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":1667182997124,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":1667182997308,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667182997492,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":1667182997685,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":1667182997878,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":1667182998061,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":1667182998253,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":1667182998438,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":1667182998639,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":1667182998822,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":1667182999015,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":1667182999190,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":1667182999382,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":1667182999566,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":1667182999750,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":1667182999952,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000143,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000327,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183000519,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":1667183000713,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":1667183000914,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":1667183001106,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1667183001316,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":1667183001482,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":1667183401464,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":1667183401680,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":1667183401840,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":1667183402033,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667183402200,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":1667183402384,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":1667183402576,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":1667183402760,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":1667183402933,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":1667183403110,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":1667183403301,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":1667183403486,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":1667183403696,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":1667183403906,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":1667183404108,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667183404335,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404536,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":1667183404728,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404913,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":1667183405104,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":1667183405278,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":1667183405490,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unionid\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":1667183405681,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":1667183405865,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183406067,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":1667183406268,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":1667183406461,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":1667183406634,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":1667183406829,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":1667183406994,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":1667183407168,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":1667183407362,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":1667183407563,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":1667183407755,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":1667183407956,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183408212,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":\"1667182974251\",\"parentId\":\"row_361\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":\"1667182975118\",\"parentId\":\"row_361\",\"_X_CHILD\":[{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":1667182995462,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":1667182995672,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":1667182996004,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":1667182996214,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1667182996389,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":1667182996572,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":1667182996766,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":1667182996941,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":1667182997124,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":1667182997308,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667182997492,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":1667182997685,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":1667182997878,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":1667182998061,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":1667182998253,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":1667182998438,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":1667182998639,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":1667182998822,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":1667182999015,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":1667182999190,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":1667182999382,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":1667182999566,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":1667182999750,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":1667182999952,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000143,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000327,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183000519,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":1667183000713,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":1667183000914,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":1667183001106,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1667183001316,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":1667183001482,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":1667183401464,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":1667183401680,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":1667183401840,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":1667183402033,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667183402200,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":1667183402384,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":1667183402576,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":1667183402760,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":1667183402933,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":1667183403110,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":1667183403301,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":1667183403486,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":1667183403696,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":1667183403906,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":1667183404108,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667183404335,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404536,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":1667183404728,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404913,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":1667183405104,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":1667183405278,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":1667183405490,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unionid\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":1667183405681,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":1667183405865,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183406067,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":1667183406268,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":1667183406461,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":1667183406634,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":1667183406829,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":1667183406994,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":1667183407168,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":1667183407362,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":1667183407563,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":1667183407755,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":1667183407956,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183408212,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":1667182995462,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":1667182995672,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":1667182996004,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":1667182996214,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1667182996389,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":1667182996572,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":1667182996766,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":1667182996941,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":1667182997124,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":1667182997308,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667182997492,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":1667182997685,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":1667182997878,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":1667182998061,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":1667182998253,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":1667182998438,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":1667182998639,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":1667182998822,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":1667182999015,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":1667182999190,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":1667182999382,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":1667182999566,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":1667182999750,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":1667182999952,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000143,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":1667183000327,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183000519,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":1667183000713,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":1667183000914,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":1667183001106,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1667183001316,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":1667183001482,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":1667183401464,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":1667183401680,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":1667183401840,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":1667183402033,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667183402200,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":1667183402384,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":1667183402576,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":1667183402760,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":1667183402933,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":1667183403110,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":1667183403301,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":1667183403486,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":1667183403696,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":1667183403906,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":1667183404108,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667183404335,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404536,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":1667183404728,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183404913,\"parentId\":1667182975118,\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":1667183405104,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":1667183405278,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":1667183405490,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unionid\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":1667183405681,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":1667183405865,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":1667183406067,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":1667183406268,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":1667183406461,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":1667183406634,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":1667183406829,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":1667183406994,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":1667183407168,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":1667183407362,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":1667183407563,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":1667183407755,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":1667183407956,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":1667183408212,\"parentId\":1667182975118,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237uid\",\"id\":\"1667182995462\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":\"1667182995672\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"birthday\",\"type\":\"string\",\"trip\":\"\\u751f\\u65e5\",\"id\":\"1667182996004\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"card_id\",\"type\":\"string\",\"trip\":\"\\u8eab\\u4efd\\u8bc1\\u53f7\\u7801\",\"id\":\"1667182996214\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667182996389\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"partner_id\",\"type\":\"number\",\"trip\":\"\\u5408\\u4f19\\u4ebaid\",\"id\":\"1667182996572\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"group_id\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5206\\u7ec4id\",\"id\":\"1667182996766\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667182996941\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5934\\u50cf\",\"id\":\"1667182997124\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\\u7801\",\"id\":\"1667182997308\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667182997492\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"last_time\",\"type\":\"number\",\"trip\":\"\\u6700\\u540e\\u4e00\\u6b21\\u767b\\u5f55\\u65f6\\u95f4\",\"id\":\"1667182997685\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u4f59\\u989d\",\"id\":\"1667182997878\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_price\",\"type\":\"string\",\"trip\":\"\\u4f63\\u91d1\\u91d1\\u989d\",\"id\":\"1667182998061\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u5269\\u4f59\\u79ef\\u5206\",\"id\":\"1667182998253\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u7ecf\\u9a8c\",\"id\":\"1667182998438\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sign_num\",\"type\":\"number\",\"trip\":\"\\u8fde\\u7eed\\u7b7e\\u5230\\u5929\\u6570\",\"id\":\"1667182998639\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"string\",\"trip\":\"1\\u4e3a\\u6b63\\u5e38\\uff0c0\\u4e3a\\u7981\\u6b62\",\"id\":\"1667182998822\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"string\",\"trip\":\"\\u7b49\\u7ea7\",\"id\":\"1667182999015\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"agent_level\",\"type\":\"number\",\"trip\":\"\\u5206\\u9500\\u7b49\\u7ea7\",\"id\":\"1667182999190\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u63a8\\u5e7f\\u8d44\\u683c\",\"id\":\"1667182999382\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458id\",\"id\":\"1667182999566\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_time\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u5458\\u5173\\u8054\\u65f6\\u95f4\",\"id\":\"1667182999750\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_lottery\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7f\\u83b7\\u53d6\\u62bd\\u5956\\u6b21\\u6570\",\"id\":\"1667182999952\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_uid\",\"type\":\"number\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":\"1667183000143\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"work_userid\",\"type\":\"null\",\"trip\":\"\\u7ed1\\u5b9a\\u4f01\\u4e1a\\u5fae\\u4fe1\\u6210\\u5458uid\",\"id\":\"1667183000327\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":\"1667183000519\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u63a8\\u5e7f\\u5458\",\"id\":\"1667183000713\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_count\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u8d2d\\u4e70\\u6b21\\u6570\",\"id\":\"1667183000914\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_count\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u7ea7\\u4eba\\u6570\",\"id\":\"1667183001106\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"addres\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667183001316\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"adminid\",\"type\":\"number\",\"trip\":\"\\u7ba1\\u7406\\u5458\\u7f16\\u53f7\",\"id\":\"1667183001482\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u767b\\u9646\\u7c7b\\u578b\\uff0ch5,wechat,routine\",\"id\":\"1667183401464\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"login_city\",\"type\":\"string\",\"trip\":\"\\u4e0a\\u6b21\\u767b\\u5f55\\u5730\\u5740\",\"id\":\"1667183401680\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"record_phone\",\"type\":\"string\",\"trip\":\"\\u8bb0\\u5f55\\u4e34\\u65f6\\u7535\\u8bdd\",\"id\":\"1667183401840\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_money_level\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u6765\\u6e90 0: \\u8d2d\\u4e70\\u5546\\u54c1\\u5347\\u7ea7 1\\uff1a\\u82b1\\u94b1\\u8d2d\\u4e70\\u7684\\u4f1a\\u54582: \\u4f1a\\u5458\\u5361\\u9886\\u53d6\",\"id\":\"1667183402033\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_ever_level\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6c38\\u4e45\\u6027\\u4f1a\\u5458 0: \\u975e\\u6c38\\u4e45\\u4f1a\\u5458 1\\uff1a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":\"1667183402200\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"overdue_time\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u5230\\u671f\\u65f6\\u95f4\",\"id\":\"1667183402384\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uniqid\",\"type\":\"string\",\"trip\":\"\\u767b\\u5f55CODE\",\"id\":\"1667183402576\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u6761\\u5f62\\u7801\\u503c\",\"id\":\"1667183402760\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"rand_code\",\"type\":\"string\",\"trip\":\"\\u968f\\u673acode\\uff0c\\u7528\\u4e8e\\u786e\\u8ba4\\u4f59\\u989d\\u652f\\u4ed8\",\"id\":\"1667183402933\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sex\",\"type\":\"string\",\"trip\":\"\\u6027\\u522b\\uff1a0:\\u5176\\u4ed6\\uff0c1:\\u7537,2:\\u5973\",\"id\":\"1667183403110\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"provincials\",\"type\":\"string\",\"trip\":\"\\u7701\\u5e02\\u533a\",\"id\":\"1667183403301\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"province\",\"type\":\"string\",\"trip\":\"\\u7701ID\",\"id\":\"1667183403486\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"city\",\"type\":\"string\",\"trip\":\"\\u5e02ID\",\"id\":\"1667183403696\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"area\",\"type\":\"string\",\"trip\":\"\\u533aID\",\"id\":\"1667183403906\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"street\",\"type\":\"number\",\"trip\":\"\\u8857\\u9053ID\",\"id\":\"1667183404108\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":\"1667183404335\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extend_info\",\"type\":\"array\",\"trip\":\"\\u7528\\u6237\\u8865\\u5145\\u4fe1\\u606f\",\"id\":\"1667183404536\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667183879446,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667183879688,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667183879892,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667183880680,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667183881126,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667183881397,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667183882149,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667183929461,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667183929687,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667183929875,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667183930082,\"parentId\":1667183404536,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":\"1667183879446\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":\"1667183879688\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":\"1667183879892\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":\"1667183880680\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":\"1667183881126\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"number\",\"trip\":\"\\u5fc5\\u586b\",\"id\":\"1667183881397\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":\"1667183882149\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":\"1667183929461\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":\"1667183929687\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1667183929875\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":\"1667183930082\",\"parentId\":\"1667183404536\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_status\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\\u662f\\u5426\\u6fc0\\u6d3b\",\"id\":\"1667183404728\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"level_extend_info\",\"type\":\"array\",\"trip\":\"\\u6fc0\\u6d3b\\u4f1a\\u5458\\u5361\\u8865\\u5145\\u4fe1\\u606f\",\"id\":\"1667183404913\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":1667184795817,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":1667184796342,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":1667184796884,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":1667184797093,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":1667184797304,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":1667184797497,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":1667184797689,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":1667184797881,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":1667184798083,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":1667184798297,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667184859562,\"parentId\":1667183404913,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"info\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\",\"id\":\"1667184795817\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"format\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\",\"id\":\"1667184796342\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tip\",\"type\":\"string\",\"trip\":\"\\u63d0\\u793a\\u4fe1\\u606f\",\"id\":\"1667184796884\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"single\",\"type\":\"string\",\"trip\":\"\\u9009\\u9879\",\"id\":\"1667184797093\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"singlearr\",\"type\":\"array\",\"trip\":\"\\u9009\\u9879\\u5185\\u5bb9\\u6570\\u7ec4\",\"id\":\"1667184797304\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"required\",\"type\":\"boolean\",\"trip\":\"\\u5fc5\\u586b\",\"id\":\"1667184797497\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\",\"id\":\"1667184797689\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_show\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u7aef\\u5c55\\u793a\",\"id\":\"1667184797881\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u683c\\u5f0f\\u8bf4\\u660e\",\"id\":\"1667184798083\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5185\\u5bb9\",\"id\":\"1667184798297\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1667184859562\",\"parentId\":\"1667183404913\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_first_order\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70\\u9996\\u5355\\u4f18\\u60e0\\uff1a0\\uff1a\\u672a\\u8d2d\\u4e701\\u5df2\\u8d2d\\u4e70\",\"id\":\"1667183405104\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_newcomer\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9886\\u53d6\\u65b0\\u4eba\\u793c\\uff1a0\\uff1a\\u672a\\u9886\\u53d61\\u5df2\\u9886\\u53d6\",\"id\":\"1667183405278\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"country\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u56fd\\u5bb6\",\"id\":\"1667183405490\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"id\",\"type\":\"string\",\"trip\":\"\\u53ea\\u6709\\u5728\\u7528\\u6237\\u5c06\\u516c\\u4f17\\u53f7\\u7ed1\\u5b9a\\u5230\\u5fae\\u4fe1\\u5f00\\u653e\\u5e73\\u53f0\\u5e10\\u53f7\\u540e\\uff0c\\u624d\\u4f1a\\u51fa\\u73b0\\u8be5\\u5b57\\u6bb5\",\"id\":\"1667183405681\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"openid\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7684\\u6807\\u8bc6\\uff0c\\u5bf9\\u5f53\\u524d\\u516c\\u4f17\\u53f7\\u552f\\u4e00\",\"id\":\"1667183405865\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"w_user_type\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7c7b\\u578b\",\"id\":\"1667183406067\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"groupid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u6240\\u5728\\u7684\\u5206\\u7ec4ID\\uff08\\u517c\\u5bb9\\u65e7\\u7684\\u7528\\u6237\\u5206\\u7ec4\\u63a5\\u53e3\\uff09\",\"id\":\"1667183406268\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tagid_list\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u88ab\\u6253\\u4e0a\\u7684\\u6807\\u7b7eID\\u5217\\u8868\",\"id\":\"1667183406461\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u8ba2\\u9605\\u8be5\\u516c\\u4f17\\u53f7\\u6807\\u8bc6\",\"id\":\"1667183406634\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"subscribe_time\",\"type\":\"number\",\"trip\":\"\\u5173\\u6ce8\\u516c\\u4f17\\u53f7\\u65f6\\u95f4\",\"id\":\"1667183406829\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"extract_count_price\",\"type\":\"number\",\"trip\":\"\\u7d2f\\u8ba1\\u63d0\\u73b0\",\"id\":\"1667183406994\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid_nickname\",\"type\":\"string\",\"trip\":\"\\u63a8\\u5e7f\\u4eba\\u6635\\u79f0\",\"id\":\"1667183407168\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7b49\\u7ea7\",\"id\":\"1667183407362\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"labels\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":\"1667183407563\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"isMember\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u83b7\\u53d6\\u4f1a\\u5458\",\"id\":\"1667183407755\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"follow_list\",\"type\":\"array\",\"trip\":\"\\u5173\\u6ce8\\u5217\\u8868\",\"id\":\"1667183407956\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_extend_info\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u8865\\u5145\\u4fe1\\u606f\",\"id\":\"1667183408212\",\"parentId\":\"1667182975118\",\"_X_CHILD\":[],\"children\":[]}]', '/user/list?page=1&limit=20', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"list\": [\n {\n \"uid\": 2,\n \"real_name\": \"喜羊羊\",\n \"mark\": \"\",\n \"nickname\": \"130****0001\",\n \"avatar\": \"https://v4.wuht.net/statics/system_images/default_avatar.jpeg\",\n \"phone\": \"13000000001\",\n \"now_money\": \"97892.39\",\n \"brokerage_price\": \"1.00\",\n \"integral\": 1008,\n \"exp\": \"1008.90\",\n \"sign_num\": 0,\n \"user_type\": \"H5\",\n \"status\": 1,\n \"level\": 2,\n \"agent_level\": 0,\n \"spread_open\": 1,\n \"spread_uid\": 0,\n \"spread_time\": 0,\n \"is_promoter\": 1,\n \"pay_count\": 5,\n \"is_ever_level\": 0,\n \"is_money_level\": 0,\n \"overdue_time\": 0,\n \"add_time\": 1658214778,\n \"spread_uid_nickname\": \"\",\n \"level_name\": \"V2\"\n },\n {\n \"uid\": 1,\n \"real_name\": \"哒答\",\n \"mark\": \"\",\n \"nickname\": \"momo\",\n \"avatar\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/Q3auHgzwzM6XbXMe12oINNuq9uEaxLDWpQxShj4FrLP9vicJRxaP36eLoxIu60pqPfXL6RibvYsGzE4RpXTjgZiag/132\",\n \"phone\": \"13000000000\",\n \"now_money\": \"97982.00\",\n \"brokerage_price\": \"0.00\",\n \"integral\": 0,\n \"exp\": \"0.00\",\n \"sign_num\": 0,\n \"user_type\": \"小程序\",\n \"status\": 1,\n \"level\": 0,\n \"agent_level\": 0,\n \"spread_open\": 1,\n \"spread_uid\": 0,\n \"spread_time\": 0,\n \"is_promoter\": 1,\n \"pay_count\": 3,\n \"is_ever_level\": 0,\n \"is_money_level\": 0,\n \"overdue_time\": 0,\n \"add_time\": 1658214670,\n \"spread_uid_nickname\": \"\",\n \"level_name\": \"\"\n }\n ],\n \"count\": 2\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(7, 4, 1, '等级列表', '用户等级列表', 'get', '/user_level/list', '[{\"attribute\":\"title\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u7b49\\u7ea7\\u540d\\u79f0\",\"id\":\"row_740\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_747\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_754\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_761\",\"_X_ROW_CHILD\":[],\"children\":[{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":1667187590252,\"parentId\":\"row_761\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1667187590663,\"parentId\":\"row_761\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":1667187620056,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":1667187620317,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":1667187620519,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":1667187620720,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667187620904,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":1667187621096,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":1667187621289,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":1667187621472,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":1667187621647,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":1667187621840,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":1667187622032,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1667187622233,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667187622426,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":1667187622628,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":1667187622812,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":1667187620056,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":1667187620317,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":1667187620519,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":1667187620720,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667187620904,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":1667187621096,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":1667187621289,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":1667187621472,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":1667187621647,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":1667187621840,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":1667187622032,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1667187622233,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667187622426,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":1667187622628,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":1667187622812,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":1667187590252,\"parentId\":\"row_761\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1667187590663,\"parentId\":\"row_761\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":1667187620056,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":1667187620317,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":1667187620519,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":1667187620720,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667187620904,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":1667187621096,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":1667187621289,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":1667187621472,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":1667187621647,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":1667187621840,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":1667187622032,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1667187622233,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667187622426,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":1667187622628,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":1667187622812,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":1667187620056,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":1667187620317,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":1667187620519,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":1667187620720,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667187620904,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":1667187621096,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":1667187621289,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":1667187621472,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":1667187621647,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":1667187621840,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":1667187622032,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1667187622233,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667187622426,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":1667187622628,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":1667187622812,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":\"1667187590252\",\"parentId\":\"row_761\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":\"1667187590663\",\"parentId\":\"row_761\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":1667187620056,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":1667187620317,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":1667187620519,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":1667187620720,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667187620904,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":1667187621096,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":1667187621289,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":1667187621472,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":1667187621647,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":1667187621840,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":1667187622032,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1667187622233,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667187622426,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":1667187622628,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":1667187622812,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":1667187620056,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":1667187620317,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":1667187620519,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":1667187620720,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":1667187620904,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":1667187621096,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":1667187621289,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":1667187621472,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":1667187621647,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":1667187621840,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":1667187622032,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":1667187622233,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667187622426,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":1667187622628,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":1667187622812,\"parentId\":1667187590663,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u7b49\\u7ea7ID\",\"id\":\"1667187620056\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237id\",\"id\":\"1667187620317\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u540d\\u79f0\",\"id\":\"1667187620519\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"valid_date\",\"type\":\"number\",\"trip\":\"\\u6709\\u6548\\u65f6\\u95f4\",\"id\":\"1667187620720\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_forever\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4e3a\\u6c38\\u4e45\\u4f1a\\u5458\",\"id\":\"1667187620904\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u8d2d\\u4e70,1=\\u8d2d\\u4e70,0=\\u4e0d\\u8d2d\\u4e70\",\"id\":\"1667187621096\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u663e\\u793a 1=\\u663e\\u793a,0=\\u9690\\u85cf\",\"id\":\"1667187621289\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"grade\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u7b49\\u7ea7\",\"id\":\"1667187621472\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount\",\"type\":\"number\",\"trip\":\"\\u4eab\\u53d7\\u6298\\u6263\",\"id\":\"1667187621647\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5361\\u80cc\\u666f\",\"id\":\"1667187621840\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"icon\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u56fe\\u6807\",\"id\":\"1667187622032\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"explain\",\"type\":\"string\",\"trip\":\"\\u8bf4\\u660e\",\"id\":\"1667187622233\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667187622426\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664.1=\\u5220\\u9664,0=\\u672a\\u5220\\u9664\",\"id\":\"1667187622628\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"exp_num\",\"type\":\"number\",\"trip\":\"\\u5347\\u7ea7\\u7ecf\\u9a8c\",\"id\":\"1667187622812\",\"parentId\":\"1667187590663\",\"_X_CHILD\":[],\"children\":[]}]', '/user_level/list?title=等级1', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"list\": [\n {\n \"id\": 1,\n \"name\": \"V1\",\n \"grade\": 1,\n \"discount\": 99,\n \"image\": \"https://v4.wuht.net/statics/system_images/user_level_1_bgimg.jpeg\",\n \"icon\": \"https://v4.wuht.net/statics/system_images/user_level_1_icon.jpeg\",\n \"explain\": \"V1\",\n \"exp_num\": 500,\n \"is_show\": 1,\n \"add_time\": \"2019-03-29 09:57:19\"\n },\n {\n \"id\": 2,\n \"name\": \"V2\",\n \"grade\": 2,\n \"discount\": 97,\n \"image\": \"https://v4.wuht.net/statics/system_images/user_level_2_bgimg.jpeg\",\n \"icon\": \"https://v4.wuht.net/statics/system_images/user_level_2_icon.jpeg\",\n \"explain\": \"V2\",\n \"exp_num\": 1000,\n \"is_show\": 1,\n \"add_time\": \"2019-03-29 09:59:02\"\n },\n {\n \"id\": 3,\n \"name\": \"V3\",\n \"grade\": 3,\n \"discount\": 95,\n \"image\": \"https://v4.wuht.net/statics/system_images/user_level_3_bgimg.jpeg\",\n \"icon\": \"https://v4.wuht.net/statics/system_images/user_level_3_icon.jpeg\",\n \"explain\": \"V3\",\n \"exp_num\": 3000,\n \"is_show\": 1,\n \"add_time\": \"2019-03-29 09:59:57\"\n },\n {\n \"id\": 4,\n \"name\": \"V4\",\n \"grade\": 4,\n \"discount\": 93,\n \"image\": \"https://v4.wuht.net/statics/system_images/user_level_4_bgimg.jpeg\",\n \"icon\": \"https://v4.wuht.net/statics/system_images/user_level_4_icon.jpeg\",\n \"explain\": \"V4\",\n \"exp_num\": 8000,\n \"is_show\": 1,\n \"add_time\": \"2019-03-29 10:00:37\"\n },\n {\n \"id\": 5,\n \"name\": \"V5\",\n \"grade\": 5,\n \"discount\": 70,\n \"image\": \"https://v4.wuht.net/statics/system_images/user_level_5_bgimg.jpeg\",\n \"icon\": \"https://v4.wuht.net/statics/system_images/user_level_5_icon.jpeg\",\n \"explain\": \"V5\",\n \"exp_num\": 15000,\n \"is_show\": 1,\n \"add_time\": \"2019-03-29 10:01:11\"\n }\n ],\n \"count\": 5\n }\n}', '[]', 0),
(8, 4, 1, '更新用户', '更新一条用户信息', 'put', '/user/{uid}', '[{\"attribute\":\"real_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u771f\\u5b9e\\u59d3\\u540d\",\"id\":\"row_247\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":\"row_254\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"row_261\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pwd\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5bc6\\u7801\\uff0c\\u7559\\u7a7a\\u4e0d\\u66f4\\u65b0\",\"id\":\"row_268\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"level\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u7b49\\u7ea7ID\\uff0c\\u4ece\\u7b49\\u7ea7\\u5217\\u8868\\u83b7\\u53d6\",\"id\":\"row_275\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_open\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u63a8\\u5e7f\\u8d44\\u683c 1\\u5f00\\u542f 0\\u5173\\u95ed(\\u9ed8\\u8ba4)\",\"id\":\"row_282\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_promoter\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u63a8\\u5e7f\\u6743\\u9650 1\\u5f00\\u542f 0\\u5173\\u95ed(\\u9ed8\\u8ba4)\",\"id\":\"row_289\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u7528\\u6237\\u72b6\\u6001 1\\u542f\\u7528 0\\u7981\\u7528\",\"id\":\"row_296\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_210\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_217\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/user/1\n{\n \"real_name\": \"张某\",\n \"phone\": \"15289381077\",\n \"mark\": \"重要客户\",\n \"pwd\": \"123123\",\n \"level\": 4,\n \"spread_open\": 1,\n \"is_promoter\": 1,\n \"status\": 1\n}', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0),
(9, 4, 1, '赠送积分余额优惠券会员', '赠送积分,余额,优惠券,付费会员时长', 'put', '/user/give/{uid}', '[{\"attribute\":\"money_status\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f59\\u989d\\u4fee\\u6539\\u7c7b\\u578b 1\\u589e\\u52a0 2\\u51cf\\u5c11\",\"id\":\"row_290\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"money\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u4f59\\u989d 0\\u4e0d\\u66f4\\u65b0\",\"id\":\"row_297\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"integration_status\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u79ef\\u5206\\u4fee\\u6539\\u7c7b\\u578b 1\\u589e\\u52a0 2\\u51cf\\u5c11\",\"id\":\"row_304\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"integration\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u79ef\\u5206 0\\u4e0d\\u66f4\\u65b0\",\"id\":\"row_311\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_332\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_339\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/user/give/1\n{\n \"money_status\": 1,\n \"money\": \"9.02\",\n \"integration_status\": 1,\n \"integration\": 50,\n \"days\": 1,\n \"coupon\": 0\n}', '{\n \"status\": 200,\n \"msg\": \"操作成功\"\n}', '[]', 0),
(10, 0, 0, '优惠券相关', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0),
(11, 10, 1, '新增优惠券', '新增优惠券', 'post', '/coupon', '[{\"attribute\":\"coupon_title\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"row_349\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":\"row_356\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"use_min_price\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u91d1\\u989d \\u4e3a0\\u5219\\u6ca1\\u6709\\u9650\\u5236\",\"id\":\"row_363\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570 \\u5929\\u6570\\u4f5c\\u4e3a\\u5355\\u4f4d,\\u9886\\u53d6\\u540e\\u591a\\u5c11\\u5929\\u5185\\u6709\\u6548\",\"id\":\"row_370\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a\\u96f6\\u5219\\u6309\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570\\u8ba1\\u7b97\",\"id\":\"row_377\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"row_384\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9886\\u53d6\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a0\\u5219\\u4e0d\\u9650\\u65f6\",\"id\":\"row_391\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"row_398\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9886\\u53d6\\u65b9\\u5f0f 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238\",\"id\":\"row_405\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"row_412\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9886\\u53d6\\u9650\\u91cf\\u6570 0\\u4e3a\\u4e0d\\u9650\\u91cf\",\"id\":\"row_419\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"row_1500\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":\"row_1507\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":\"row_1514\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"row_1521\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_426\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_433\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_440\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":1665989997981,\"parentId\":\"row_440\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665989997981\",\"parentId\":\"row_440\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665989997981\",\"parentId\":\"row_440\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665989997981\",\"parentId\":\"row_440\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '{\n \"coupon_title\": \"不限量优惠券\",\n \"coupon_price\": \"25.05\",\n \"use_min_price\": \"50.00\",\n \"coupon_time\": 3,\n \"start_use_time\": 0,\n \"end_use_time\": 0,\n \"start_time\": 0,\n \"end_time\": 0,\n \"receive_type\": 1,\n \"total_count\": 0,\n \"status\": 0\n}', '{\n \"status\": 200,\n \"msg\": \"保存成功\",\n \"data\": {\n \"id\": 15\n }\n}', '[]', 0),
(12, 10, 1, '修改优惠券状态', '修改优惠券状态', 'put', '/coupon/status/{id}/{status}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"row_1543\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f 1\\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"row_1550\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_456\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_463\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/coupon/status/1/1', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0),
(13, 10, 1, '删除优惠券', '根据id删除优惠券', 'delete', '/coupon/{id}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"row_1572\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_456\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_463\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/coupon/1', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(14, 10, 1, '优惠券列表', '获取优惠券列表', 'get', '/coupon/list', '[{\"attribute\":\"status\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u5f00\\u542f\\u72b6\\u6001 1\\u5f00\\u542f 0\\u672a\\u5f00\\u542f\",\"id\":\"row_1702\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b \\u9ed8\\u8ba4\\u4e3a\\u5168\\u90e8 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238 5\\u8d2d\\u4e70\\u5238\",\"id\":\"row_1709\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"row_1716\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"page\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u5206\\u9875\",\"id\":\"row_1723\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u6761\\u6570\",\"id\":\"row_1730\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_855\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_862\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_869\",\"_X_ROW_CHILD\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1665990627957,\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":1665990643050,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1665990652448,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b 0\\u901a\\u7528\\u5238 1\\u54c1\\u7c7b\\u5238 2\\u5546\\u54c1\\u5238\",\"id\":1665990653531,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u9762\\u503c\",\"id\":1665990653876,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"string\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u91d1\\u989d\",\"id\":1665990654198,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u65b9\\u5f0f 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238\",\"id\":1665990654608,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9650\\u91cf 1\\u4e0d\\u9650\\u91cf 0\\u9650\\u91cf\",\"id\":1665990655435,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u5f00\\u59cb\\u65f6\\u95f4 0\\u4e0d\\u9650\\u65f6\",\"id\":1665990655996,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990656396,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a\\u96f6\\u5219\\u6309\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570\\u8ba1\\u7b97\",\"id\":1665990656772,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990657172,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570 \\u5929\\u6570\\u4f5c\\u4e3a\\u5355\\u4f4d,\\u9886\\u53d6\\u540e\\u591a\\u5c11\\u5929\\u5185\\u6709\\u6548\",\"id\":1665990657541,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":1665990657944,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u6570\\u91cf \\u9886\\u53d6\\u9650\\u91cf\\u6570 0\\u4e3a\\u4e0d\\u9650\\u91cf\",\"id\":1665990658331,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":1665990658728,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":1665990643050,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1665990652448,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b 0\\u901a\\u7528\\u5238 1\\u54c1\\u7c7b\\u5238 2\\u5546\\u54c1\\u5238\",\"id\":1665990653531,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u9762\\u503c\",\"id\":1665990653876,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"string\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u91d1\\u989d\",\"id\":1665990654198,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u65b9\\u5f0f 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238\",\"id\":1665990654608,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9650\\u91cf 1\\u4e0d\\u9650\\u91cf 0\\u9650\\u91cf\",\"id\":1665990655435,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u5f00\\u59cb\\u65f6\\u95f4 0\\u4e0d\\u9650\\u65f6\",\"id\":1665990655996,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990656396,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a\\u96f6\\u5219\\u6309\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570\\u8ba1\\u7b97\",\"id\":1665990656772,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990657172,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570 \\u5929\\u6570\\u4f5c\\u4e3a\\u5355\\u4f4d,\\u9886\\u53d6\\u540e\\u591a\\u5c11\\u5929\\u5185\\u6709\\u6548\",\"id\":1665990657541,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":1665990657944,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u6570\\u91cf \\u9886\\u53d6\\u9650\\u91cf\\u6570 0\\u4e3a\\u4e0d\\u9650\\u91cf\",\"id\":1665990658331,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":1665990658728,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":1665990629369,\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":\"1665990627957\",\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":1665990643050,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1665990652448,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b 0\\u901a\\u7528\\u5238 1\\u54c1\\u7c7b\\u5238 2\\u5546\\u54c1\\u5238\",\"id\":1665990653531,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u9762\\u503c\",\"id\":1665990653876,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"string\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u91d1\\u989d\",\"id\":1665990654198,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u65b9\\u5f0f 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238\",\"id\":1665990654608,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9650\\u91cf 1\\u4e0d\\u9650\\u91cf 0\\u9650\\u91cf\",\"id\":1665990655435,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u5f00\\u59cb\\u65f6\\u95f4 0\\u4e0d\\u9650\\u65f6\",\"id\":1665990655996,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990656396,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a\\u96f6\\u5219\\u6309\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570\\u8ba1\\u7b97\",\"id\":1665990656772,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990657172,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570 \\u5929\\u6570\\u4f5c\\u4e3a\\u5355\\u4f4d,\\u9886\\u53d6\\u540e\\u591a\\u5c11\\u5929\\u5185\\u6709\\u6548\",\"id\":1665990657541,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":1665990657944,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u6570\\u91cf \\u9886\\u53d6\\u9650\\u91cf\\u6570 0\\u4e3a\\u4e0d\\u9650\\u91cf\",\"id\":1665990658331,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":1665990658728,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":1667190406826,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":1667190407255,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667190407710,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667190454655,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1667190454870,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":1667190455048,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":1667190455241,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":1667190455424,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":1667190455608,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":1667190455818,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667190456011,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667190456195,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667190456387,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667190456589,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":1667190406826,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":1667190407255,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667190407710,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667190454655,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1667190454870,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":1667190455048,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":1667190455241,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":1667190455424,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":1667190455608,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":1667190455818,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667190456011,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667190456195,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667190456387,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667190456589,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1665990629369\",\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":\"1665990627957\",\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":1665990643050,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1665990652448,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b 0\\u901a\\u7528\\u5238 1\\u54c1\\u7c7b\\u5238 2\\u5546\\u54c1\\u5238\",\"id\":1665990653531,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u9762\\u503c\",\"id\":1665990653876,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"string\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u91d1\\u989d\",\"id\":1665990654198,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u65b9\\u5f0f 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238\",\"id\":1665990654608,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9650\\u91cf 1\\u4e0d\\u9650\\u91cf 0\\u9650\\u91cf\",\"id\":1665990655435,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u5f00\\u59cb\\u65f6\\u95f4 0\\u4e0d\\u9650\\u65f6\",\"id\":1665990655996,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990656396,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a\\u96f6\\u5219\\u6309\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570\\u8ba1\\u7b97\",\"id\":1665990656772,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990657172,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570 \\u5929\\u6570\\u4f5c\\u4e3a\\u5355\\u4f4d,\\u9886\\u53d6\\u540e\\u591a\\u5c11\\u5929\\u5185\\u6709\\u6548\",\"id\":1665990657541,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":1665990657944,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u6570\\u91cf \\u9886\\u53d6\\u9650\\u91cf\\u6570 0\\u4e3a\\u4e0d\\u9650\\u91cf\",\"id\":1665990658331,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":1665990658728,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":1667190406826,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":1667190407255,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667190407710,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667190454655,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1667190454870,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":1667190455048,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":1667190455241,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":1667190455424,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":1667190455608,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":1667190455818,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667190456011,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667190456195,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667190456387,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667190456589,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":1667190406826,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":1667190407255,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667190407710,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667190454655,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1667190454870,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":1667190455048,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":1667190455241,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":1667190455424,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":1667190455608,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":1667190455818,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667190456011,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667190456195,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667190456387,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667190456589,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1665990629369\",\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":\"1665990627957\",\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":1665990643050,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1665990652448,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b 0\\u901a\\u7528\\u5238 1\\u54c1\\u7c7b\\u5238 2\\u5546\\u54c1\\u5238\",\"id\":1665990653531,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u9762\\u503c\",\"id\":1665990653876,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"string\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u91d1\\u989d\",\"id\":1665990654198,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u65b9\\u5f0f 1\\u624b\\u52a8\\u9886\\u53d6 2\\u65b0\\u4eba\\u5238 3\\u8d60\\u9001\\u5238 4\\u4f1a\\u5458\\u5238\",\"id\":1665990654608,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9650\\u91cf 1\\u4e0d\\u9650\\u91cf 0\\u9650\\u91cf\",\"id\":1665990655435,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u5f00\\u59cb\\u65f6\\u95f4 0\\u4e0d\\u9650\\u65f6\",\"id\":1665990655996,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990656396,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4 \\u4e3a\\u96f6\\u5219\\u6309\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570\\u8ba1\\u7b97\",\"id\":1665990656772,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1665990657172,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u65f6\\u95f4\\u5929\\u6570 \\u5929\\u6570\\u4f5c\\u4e3a\\u5355\\u4f4d,\\u9886\\u53d6\\u540e\\u591a\\u5c11\\u5929\\u5185\\u6709\\u6548\",\"id\":1665990657541,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":1665990657944,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u6570\\u91cf \\u9886\\u53d6\\u9650\\u91cf\\u6570 0\\u4e3a\\u4e0d\\u9650\\u91cf\",\"id\":1665990658331,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":1665990658728,\"parentId\":1665990627957,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":1667190406826,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":1667190407255,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667190407710,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667190454655,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1667190454870,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":1667190455048,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":1667190455241,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":1667190455424,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":1667190455608,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":1667190455818,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667190456011,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667190456195,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667190456387,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667190456589,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":1667190406826,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":1667190407255,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667190407710,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667190454655,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":1667190454870,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":1667190455048,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":1667190455241,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":1667190455424,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":1667190455608,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":1667190455818,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667190456011,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667190456195,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667190456387,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667190456589,\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238ID\",\"id\":\"1665990643050\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cid\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5206\\u7c7bID\",\"id\":\"1665990652448\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u7c7b\\u578b\",\"id\":\"1665990653531\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"receive_type\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u7c7b\\u578b\",\"id\":\"1665990653876\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_type\",\"type\":\"number\",\"trip\":\"1:\\u6ee1\\u51cf\\u52382:\\u6298\\u6263\\u5238\",\"id\":\"1665990654198\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1665990654608\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"start_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u5f00\\u542f\\u65f6\\u95f4\",\"id\":\"1665990655435\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"end_time\",\"type\":\"number\",\"trip\":\"\\u9886\\u53d6\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1665990656396\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990656772\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remain_count\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u5269\\u4f59\\u9886\\u53d6\\u6570\\u91cf\",\"id\":\"1665990657172\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_permanent\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65e0\\u9650\\u5f20\\u6570\",\"id\":\"1665990657541\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001 1 \\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"1665990657944\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_give_subscribe\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9996\\u6b21\\u5173\\u6ce8\\u8d60\\u9001 0-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1665990658728\",\"parentId\":\"1665990627957\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_full_give\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6ee1\\u8d600-\\u5426(\\u9ed8\\u8ba4) 1-\\u662f\",\"id\":\"1667190406826\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"full_reduction\",\"type\":\"string\",\"trip\":\"\\u6d88\\u8d39\\u6ee1\\u591a\\u5c11\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":\"1667190407255\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667190407710\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667190454655\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"title\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u540d\\u79f0\",\"id\":\"1667190454870\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u6d88\\u8017\\u79ef\\u5206\\u503c\",\"id\":\"1667190455048\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"number\",\"trip\":\"\\u5151\\u6362\\u7684\\u4f18\\u60e0\\u5238\\u9762\\u503c\",\"id\":\"1667190455241\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_min_price\",\"type\":\"number\",\"trip\":\"\\u6700\\u4f4e\\u6d88\\u8d39\\u591a\\u5c11\\u91d1\\u989d\\u53ef\\u7528\\u4f18\\u60e0\\u5238\",\"id\":\"1667190455424\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u6709\\u6548\\u671f\\u9650\\uff08\\u5355\\u4f4d\\uff1a\\u5929\\uff09\",\"id\":\"1667190455608\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"string\",\"trip\":\"\\u6240\\u5c5e\\u5546\\u54c1id\",\"id\":\"1667190455818\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"category_id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":\"1667190456011\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"start_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":\"1667190456195\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"end_use_time\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u4f7f\\u7528\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1667190456387\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1667190456589\",\"parentId\":\"1665990627957\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1665990629369\",\"parentId\":\"row_869\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/coupon/list?status=1&receive_type=1&coupon_title=新人券&page=1&limit=20', '{\n \"status\": 200,\n \"msg\": \"ok\",\n \"data\": {\n \"list\": [\n {\n \"id\": 18,\n \"cid\": 0,\n \"type\": 0,\n \"receive_type\": 1,\n \"coupon_type\": 1,\n \"coupon_title\": \"123123\",\n \"start_time\": 0,\n \"end_time\": 0,\n \"total_count\": 0,\n \"remain_count\": 0,\n \"is_permanent\": 1,\n \"status\": 1,\n \"is_give_subscribe\": 0,\n \"is_full_give\": 0,\n \"full_reduction\": \"0.00\",\n \"is_del\": 0,\n \"add_time\": 1666334927,\n \"title\": \"123123\",\n \"integral\": 0,\n \"coupon_price\": \"12.00\",\n \"use_min_price\": \"0.00\",\n \"coupon_time\": 1,\n \"product_id\": \"\",\n \"category_id\": 0,\n \"start_use_time\": 0,\n \"end_use_time\": 0,\n \"sort\": 0\n },\n {\n \"id\": 17,\n \"cid\": 0,\n \"type\": 0,\n \"receive_type\": 3,\n \"coupon_type\": 1,\n \"coupon_title\": \"赠送满减券\",\n \"start_time\": 0,\n \"end_time\": 0,\n \"total_count\": 0,\n \"remain_count\": 0,\n \"is_permanent\": 1,\n \"status\": 1,\n \"is_give_subscribe\": 0,\n \"is_full_give\": 0,\n \"full_reduction\": \"0.00\",\n \"is_del\": 0,\n \"add_time\": 1666146031,\n \"title\": \"赠送满减券\",\n \"integral\": 0,\n \"coupon_price\": \"5.00\",\n \"use_min_price\": \"0.00\",\n \"coupon_time\": 1,\n \"product_id\": \"\",\n \"category_id\": 0,\n \"start_use_time\": 0,\n \"end_use_time\": 0,\n \"sort\": 0\n },\n {\n \"id\": 16,\n \"cid\": 0,\n \"type\": 0,\n \"receive_type\": 1,\n \"coupon_type\": 1,\n \"coupon_title\": \"赠送满减券\",\n \"start_time\": 0,\n \"end_time\": 0,\n \"total_count\": 0,\n \"remain_count\": 0,\n \"is_permanent\": 1,\n \"status\": 1,\n \"is_give_subscribe\": 0,\n \"is_full_give\": 0,\n \"full_reduction\": \"0.00\",\n \"is_del\": 0,\n \"add_time\": 1666146024,\n \"title\": \"赠送满减券\",\n \"integral\": 0,\n \"coupon_price\": \"5.00\",\n \"use_min_price\": \"0.00\",\n \"coupon_time\": 1,\n \"product_id\": \"\",\n \"category_id\": 0,\n \"start_use_time\": 0,\n \"end_use_time\": 0,\n \"sort\": 0\n },\n {\n \"id\": 15,\n \"cid\": 0,\n \"type\": 0,\n \"receive_type\": 3,\n \"coupon_type\": 2,\n \"coupon_title\": \"赠送折扣券\",\n \"start_time\": 0,\n \"end_time\": 0,\n \"total_count\": 0,\n \"remain_count\": 0,\n \"is_permanent\": 1,\n \"status\": 1,\n \"is_give_subscribe\": 0,\n \"is_full_give\": 0,\n \"full_reduction\": \"0.00\",\n \"is_del\": 0,\n \"add_time\": 1666143854,\n \"title\": \"赠送折扣券\",\n \"integral\": 0,\n \"coupon_price\": \"60.00\",\n \"use_min_price\": \"0.00\",\n \"coupon_time\": 1,\n \"product_id\": \"\",\n \"category_id\": 0,\n \"start_use_time\": 0,\n \"end_use_time\": 0,\n \"sort\": 0\n },\n {\n \"id\": 14,\n \"cid\": 0,\n \"type\": 0,\n \"receive_type\": 1,\n \"coupon_type\": 1,\n \"coupon_title\": \"满88元减10元\",\n \"start_time\": 0,\n \"end_time\": 0,\n \"total_count\": 0,\n \"remain_count\": 0,\n \"is_permanent\": 1,\n \"status\": 1,\n \"is_give_subscribe\": 0,\n \"is_full_give\": 0,\n \"full_reduction\": \"0.00\",\n \"is_del\": 0,\n \"add_time\": 1663839971,\n \"title\": \"满88元减10元\",\n \"integral\": 0,\n \"coupon_price\": \"10.00\",\n \"use_min_price\": \"88.00\",\n \"coupon_time\": 1,\n \"product_id\": \"\",\n \"category_id\": 0,\n \"start_use_time\": 0,\n \"end_use_time\": 0,\n \"sort\": 0\n }\n ],\n \"count\": 5\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(15, 0, 0, '商品相关', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0),
(16, 15, 1, '新增分类', '新增一条商品分类', 'post', '/category', '[{\"attribute\":\"pid\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u7236ID\",\"id\":\"row_981\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"row_988\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807 \\u5efa\\u8bae\\u5206\\u8fa8\\u7387(180*180)\",\"id\":\"row_995\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe \\u5efa\\u8bae\\u5206\\u8fa8\\u7387(468*340)\",\"id\":\"row_1002\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6392\\u5e8f \\u9ed8\\u8ba4\\u4e3a0\",\"id\":\"row_1009\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001 0\\u9690\\u85cf 1\\u663e\\u793a\",\"id\":\"row_1016\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_1023\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_1030\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_1037\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1665992074114,\"parentId\":\"row_1037\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1665992074114,\"parentId\":\"row_1037\",\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"1665992074114\",\"parentId\":\"row_1037\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '{\n \"pid\": 0,\n \"cate_name\": \"家用电器\",\n \"pic\": \"https://data44.wuht.net/uploads/attach/2022/01/15/fa4271dd28f5230084515d2a99c76276.jpg\",\n \"big_pic\": \"http://demo26.crmeb.net/uploads/attach/2020/10/20201013/ac3afff89b11579477fec875f215422a.png\",\n \"sort\": 0,\n \"is_show\": 1\n}', '{\n \"status\": 200,\n \"msg\": \"保存成功\",\n \"data\": {\n \"id\": 11\n }\n}', '[]', 0),
(17, 15, 1, '更新分类', '根据id更新分类信息', 'put', '/category/{id}', '[{\"attribute\":\"pid\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u7236ID\",\"id\":\"row_981\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"row_988\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807 \\u5efa\\u8bae\\u5206\\u8fa8\\u7387(180*180)\",\"id\":\"row_995\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe \\u5efa\\u8bae\\u5206\\u8fa8\\u7387(468*340)\",\"id\":\"row_1002\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6392\\u5e8f \\u9ed8\\u8ba4\\u4e3a0\",\"id\":\"row_1009\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001 0\\u9690\\u85cf 1\\u663e\\u793a\",\"id\":\"row_1016\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_1092\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_1099\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/category/1\n{\n \"pid\": 0,\n \"cate_name\": \"数码电器\",\n \"pic\": \"http://dummyimage.com/180x180.png\",\n \"big_pic\": \"http://dummyimage.com/468x340.png\",\n \"sort\": 100,\n \"is_show\": 1\n}', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0),
(18, 15, 1, '更新分类状态', '根据ID更新分类状态', 'put', '/category/set_show/{id}/{is_show}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"row_160\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7b\\u72b6\\u6001 1\\u5c55\\u793a 0\\u9690\\u85cf\",\"id\":\"row_167\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_456\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_463\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/category/set_show/1/1', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0),
(19, 15, 1, '删除分类', '根据ID删除分类', 'delete', '/category/{id}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"row_189\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_456\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_463\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/category/1', '{\n \"status\": 200,\n \"msg\": \"删除成功\"\n}', '[]', 0),
(20, 15, 1, '分类列表', '获取分类列表', 'get', '/category/list', '[]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_1127\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_1134\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_1141\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1665992375920,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1665992376190,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":1665992376496,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":1665992376925,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":1665992377307,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1665992377668,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001 1\\u663e\\u793a 0\\u9690\\u85cf\",\"id\":1665992412031,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1665992443242,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1665992375920,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1665992376190,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":1665992376496,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":1665992376925,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":1665992377307,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1665992377668,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001 1\\u663e\\u793a 0\\u9690\\u85cf\",\"id\":1665992412031,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1665992443242,\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"1665992375920\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"1665992376190\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":\"1665992376496\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":\"1665992376925\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":\"1665992377307\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1665992377668\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001 1\\u663e\\u793a 0\\u9690\\u85cf\",\"id\":\"1665992412031\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1665992443242\",\"parentId\":\"row_1141\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/category/list', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": [\n {\n \"id\": 11,\n \"cate_name\": \"分类12\",\n \"pid\": 9,\n \"pic\": \"http://dummyimage.com/400x400\",\n \"big_pic\": \"http://dummyimage.com/400x400\",\n \"sort\": 54,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 14:24:14\"\n },\n {\n \"id\": 4,\n \"cate_name\": \"分类2\",\n \"pid\": 0,\n \"pic\": \"\",\n \"big_pic\": \"\",\n \"sort\": 6,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 10:46:45\"\n },\n {\n \"id\": 5,\n \"cate_name\": \"分类1\",\n \"pid\": 0,\n \"pic\": \"\",\n \"big_pic\": \"\",\n \"sort\": 6,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 10:59:26\"\n },\n {\n \"id\": 6,\n \"cate_name\": \"分类3\",\n \"pid\": 0,\n \"pic\": \"\",\n \"big_pic\": \"\",\n \"sort\": 6,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 11:01:34\"\n },\n {\n \"id\": 7,\n \"cate_name\": \"分类4\",\n \"pid\": 0,\n \"pic\": \"\",\n \"big_pic\": \"\",\n \"sort\": 6,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 11:05:10\"\n },\n {\n \"id\": 9,\n \"cate_name\": \"分类12342\",\n \"pid\": 0,\n \"pic\": \"\",\n \"big_pic\": \"\",\n \"sort\": 6,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 14:15:48\"\n },\n {\n \"id\": 10,\n \"cate_name\": \"分类10\",\n \"pid\": 0,\n \"pic\": \"https://v4.wuht.net/uploads/attach/2022/07/20220719/023a0538d05fe3694767bd80dc5c8433.jpeg\",\n \"big_pic\": \"https://v4.wuht.net/uploads/attach/2022/07/20220719/023a0538d05fe3694767bd80dc5c8433.jpeg\",\n \"sort\": 1,\n \"is_show\": 1,\n \"add_time\": \"2022-07-20 14:23:09\"\n },\n {\n \"id\": 1,\n \"cate_name\": \"办公用品\",\n \"pid\": 0,\n \"pic\": \"https://v4.wuht.net/uploads/attach/2022/07/20220719/94c08b45581c695f1f76fcc25a0271ec.jpg\",\n \"big_pic\": \"https://v4.wuht.net/uploads/attach/2022/07/20220719/94c08b45581c695f1f76fcc25a0271ec.jpg\",\n \"sort\": 0,\n \"is_show\": 1,\n \"add_time\": \"2022-07-19 15:15:01\"\n },\n {\n \"id\": 2,\n \"cate_name\": \"办公用品1\",\n \"pid\": 1,\n \"pic\": \"https://v4.wuht.net/uploads/attach/2022/07/20220719/94c08b45581c695f1f76fcc25a0271ec.jpg\",\n \"big_pic\": \"https://v4.wuht.net/uploads/attach/2022/07/20220719/94c08b45581c695f1f76fcc25a0271ec.jpg\",\n \"sort\": 0,\n \"is_show\": 1,\n \"add_time\": \"2022-07-19 15:15:51\"\n },\n {\n \"id\": 3,\n \"cate_name\": \"测试\",\n \"pid\": 0,\n \"pic\": \"\",\n \"big_pic\": \"\",\n \"sort\": 0,\n \"is_show\": 1,\n \"add_time\": \"2022-07-19 17:44:47\"\n }\n ]\n}', '[]', 0),
(21, 15, 1, '分类详情', '使用分类id获取分类详情', 'get', '/category/{id}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"row_217\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_1199\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_1206\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_1213\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1665992589941,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1665992590125,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":1665992590473,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":1665992590634,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":1665992590791,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":1665992590969,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001\",\"id\":1665992591140,\"parentId\":\"row_1213\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1666857123244,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1666857154430,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":1666857173095,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":1666857194182,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":1666857213573,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1666857233952,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001\",\"id\":1666857264236,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1666857123244,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1666857154430,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":1666857173095,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":1666857194182,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":1666857213573,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1666857233952,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001\",\"id\":1666857264236,\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"1666857123244\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"1666857154430\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236ID\",\"id\":\"1666857173095\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u56fe\\u6807\",\"id\":\"1666857194182\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"big_pic\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u5927\\u56fe\",\"id\":\"1666857213573\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1666857233952\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u663e\\u793a\\u72b6\\u6001\",\"id\":\"1666857264236\",\"parentId\":\"row_1213\",\"_X_CHILD\":[],\"children\":[]}]', '/category/1', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"id\": 2,\n \"cate_name\": \"厨房电器\",\n \"pid\": 0,\n \"pic\": \"http://dummyimage.com/180x180.png\",\n \"big_pic\": \"http://dummyimage.com/486x340.png\",\n \"sort\": 6,\n \"is_show\": 0\n }\n}', '[]', 0),
(22, 15, 1, '新增商品', '新增商品', 'post', '/product', '[{\"attribute\":\"cate_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7bID \\u81f3\\u5c11\\u62e5\\u6709\\u4e00\\u4e2a\\u5206\\u7c7b\",\"id\":\"row_1268\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":\"row_1275\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u5173\\u952e\\u5b57\",\"id\":\"row_1282\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5355\\u4f4d\\u540d\\u79f0\",\"id\":\"row_1289\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":\"row_1296\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"postage\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u90ae\\u8d39 0\\u5143\\u5219\\u5305\\u90ae\",\"id\":\"row_1303\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":\"row_1310\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"description\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u8be6\\u60c5\",\"id\":\"row_1317\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c\\u7c7b\\u578b 0\\u5355\\u89c4\\u683c 1\\u591a\\u89c4\\u683c\",\"id\":\"row_1324\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_limit\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d 1\\u5f00\\u542f 0\\u5173\\u95ed \\u9ed8\\u8ba4\\u4e3a0\",\"id\":\"row_1331\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b 1\\u5355\\u6b21\\u9650\\u8d2d 2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":\"row_1338\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":\"row_1345\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"vip_product\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c 1\\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"row_1352\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e0a\\u67b6\\u72b6\\u6001 1\\u4e0a\\u67b6 0\\u4e0b\\u67b6\",\"id\":\"row_1359\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"presale\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u5546\\u54c1\\u5f00\\u5173 1\\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"row_1366\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u53d1\\u8d27\\u65e5 \\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\\u5355\\u4f4d\\u4e3a\\u5929\",\"id\":\"row_1373\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"presale_time\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u65f6\\u95f4\\u6bb5 [ \\\"2022-07-20 00:00\\\", \\\"2022-08-20 00:00\\\" ]\",\"id\":\"row_1380\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"row_1387\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u6d3b\\u52a8\\u4f18\\u5148\\u7ea7\",\"id\":\"row_1394\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"recommend\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u63a8\\u8350 is_best:\\u7cbe\\u54c1 is_new:\\u65b0\\u54c1 is_hot:\\u70ed\\u5356 is_good:\\u4f18\\u54c1 is_benefit:\\u4fc3\\u9500\",\"id\":\"row_1401\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"video_open\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u89c6\\u9891 1\\u5f00\\u542f 0\\u5173\\u95ed\",\"id\":\"row_1408\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u89c6\\u9891\\u94fe\\u63a5\\u5730\\u5740\",\"id\":\"row_1415\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":\"row_1422\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8d60\\u9001\\u79ef\\u5206\",\"id\":\"row_1429\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u4f63\\u91d1\\u662f\\u5355\\u72ec\\u8fd8\\u662f\\u9ed8\\u8ba4\",\"id\":\"row_1436\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"attrs\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c\",\"id\":\"row_1443\",\"_X_ROW_CHILD\":[{\"attribute\":\"value1\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u7b2c\\u4e00\\u4e2a\\u89c4\\u683c\\u540d\\u79f0 \\u591a\\u89c4\\u683c\\u5fc5\\u586b \\u548citems\\u91cc\\u9762\\u7684\\u591a\\u4e2avalue\\u987a\\u5e8f\\u4e00\\u81f4\",\"id\":1665995124366,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"value2\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u7b2c\\u4e8c\\u4e2a\\u89c4\\u683c\\u540d\\u79f0\",\"id\":1665995125715,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c\\u503c\\u7ec4\\u5408 \\u53c2\\u8003\\u793a\\u4f8b\\u503c {\\\"\\u9505\\u578b\\\":\\\"\\u706b\\u9505\\u5fc5\\u5907\\\",\\\"\\u5c3a\\u5bf8\\\":\\\"33\\u5bf8\\\"}\",\"id\":1665995125872,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5c5e\\u6027\\u56fe\\u7247\",\"id\":1665995126032,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665995126219,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1665995126379,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1665995126550,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u4ea7\\u54c1\\u7f16\\u53f7\",\"id\":1665995126726,\"parentId\":\"row_1443\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value1\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666921090334,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"values\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666922856287,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\",\"id\":1666922869562,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666922899950,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666922920268,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1666922933271,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1666922955592,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1666922969697,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1666922976313,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1666922996814,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1666923008381,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u91cd\\u91cf\\uff08KG\\uff09\",\"id\":1666923022293,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1666923040948,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1666923054179,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1666923066577,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":\"1\",\"trip\":\"\",\"id\":1666923079431,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]}],\"_X_CHILD\":[{\"attribute\":\"value1\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666921090334,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"values\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666922856287,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\",\"id\":1666922869562,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666922899950,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666922920268,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1666922933271,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1666922955592,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1666922969697,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1666922976313,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1666922996814,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1666923008381,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u91cd\\u91cf\\uff08KG\\uff09\",\"id\":1666923022293,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1666923040948,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1666923054179,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1666923066577,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":\"1\",\"trip\":\"\",\"id\":1666923079431,\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"value1\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666921090334\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"values\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666922856287\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666922869562\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u56fe\\u7247\",\"id\":\"1666922899950\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u552e\\u4ef7\",\"id\":\"1666922920268\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1666922933271\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u539f\\u4ef7\",\"id\":\"1666922955592\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":\"1666922969697\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1666922976313\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":\"1666922996814\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":\"1666923008381\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u91cd\\u91cf\\uff08KG\\uff09\",\"id\":\"1666923022293\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":\"1666923040948\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1666923054179\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1666923066577\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"\",\"type\":\"boolean\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666923079431\",\"parentId\":\"row_1443\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c \\u591a\\u89c4\\u683c\\u5fc5\\u586b \\u5355\\u89c4\\u683c\\u4e3a\\u7a7a\\u6570\\u7ec4\",\"id\":\"row_1498\",\"_X_ROW_CHILD\":[{\"attribute\":\"value\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c\\u540d\\u79f0\",\"id\":1665995227812,\"parentId\":\"row_1498\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c\\u503c\",\"id\":1665995227981,\"parentId\":\"row_1498\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"string\",\"must\":0,\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1666923093736,\"parentId\":\"row_1498\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":0,\"trip\":\"\\u5c5e\\u6027\\u540d\\u79f0\",\"id\":1666923112715,\"parentId\":\"row_1498\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"details\",\"type\":\"array\",\"must\":0,\"trip\":\"\",\"id\":1666923117633,\"parentId\":\"row_1498\",\"_X_CHILD\":[{\"attribute\":\"name\",\"type\":\"string\",\"must\":0,\"trip\":\"\",\"id\":1666923138011,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":0,\"trip\":\"\",\"id\":1666923152161,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"name\",\"type\":\"string\",\"must\":0,\"trip\":\"\",\"id\":1666923138011,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":0,\"trip\":\"\",\"id\":1666923152161,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"string\",\"must\":0,\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1666923093736,\"parentId\":\"row_1498\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":0,\"trip\":\"\\u5c5e\\u6027\\u540d\\u79f0\",\"id\":1666923112715,\"parentId\":\"row_1498\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"details\",\"type\":\"array\",\"must\":0,\"trip\":\"\",\"id\":1666923117633,\"parentId\":\"row_1498\",\"_X_CHILD\":[{\"attribute\":\"name\",\"type\":\"string\",\"must\":0,\"trip\":\"\",\"id\":1666923138011,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":0,\"trip\":\"\",\"id\":1666923152161,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"name\",\"type\":\"string\",\"must\":0,\"trip\":\"\",\"id\":1666923138011,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":0,\"trip\":\"\",\"id\":1666923152161,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"value\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":\"1666923093736\",\"parentId\":\"row_1498\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"must\":\"0\",\"trip\":\"\\u5c5e\\u6027\\u540d\\u79f0\",\"id\":\"1666923112715\",\"parentId\":\"row_1498\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"details\",\"type\":\"array\",\"must\":\"0\",\"trip\":\"\",\"id\":\"1666923117633\",\"parentId\":\"row_1498\",\"_X_CHILD\":[{\"attribute\":\"name\",\"type\":\"string\",\"must\":0,\"trip\":\"\",\"id\":1666923138011,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":0,\"trip\":\"\",\"id\":1666923152161,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"name\",\"type\":\"string\",\"must\":0,\"trip\":\"\",\"id\":1666923138011,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"select\",\"type\":\"boolean\",\"must\":0,\"trip\":\"\",\"id\":1666923152161,\"parentId\":1666923117633,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"name\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\",\"id\":\"1666923138011\",\"parentId\":\"1666923117633\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"\",\"type\":\"boolean\",\"must\":\"0\",\"trip\":\"\",\"id\":\"1666923152161\",\"parentId\":\"1666923117633\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":\"row_483\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"row_496\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\",\"id\":\"row_503\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426svip\\u5546\\u54c1\",\"id\":\"row_510\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":\"row_517\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":\"row_524\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":\"row_531\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8fd0\\u8d39\\u7c7b\\u578b\",\"id\":\"row_538\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"row_545\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u7528\\u6237\\u6807\\u7b7e\",\"id\":\"row_552\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1\\u533a\",\"id\":\"row_559\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570ID\",\"id\":\"row_566\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":\"row_573\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":\"row_580\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u4e3b\\u56fe\",\"id\":\"row_587\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u63a8\\u8350\\u56fe\",\"id\":\"row_594\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u70ed\\u95e8\\u5546\\u54c1\",\"id\":\"row_601\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u4fc3\\u9500\\u5355\\u54c1\",\"id\":\"row_608\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\\u63a8\\u8350\",\"id\":\"row_615\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u9996\\u53d1\\u65b0\\u54c1\",\"id\":\"row_622\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u597d\\u7269\\u63a8\\u8350\",\"id\":\"row_629\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":\"row_636\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1id\",\"id\":\"row_643\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u7248ID\",\"id\":\"row_650\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"couponName\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":\"row_717\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"header\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\",\"id\":\"row_724\",\"_X_CHILD\":[{\"attribute\":\"title\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926036397,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"align\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926051526,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"minWidth\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926063322,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slot\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926068711,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"__id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926079098,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"title\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926036397,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"align\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926051526,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"minWidth\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926063322,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slot\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926068711,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"__id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\",\"id\":1666926079098,\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"title\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666926036397\",\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"align\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666926051526\",\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"minWidth\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666926063322\",\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slot\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666926068711\",\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"__id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\",\"id\":\"1666926079098\",\"parentId\":\"row_724\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"Rule\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c\\u6a21\\u677f\",\"id\":\"row_761\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_ids\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5173\\u8054\\u4f18\\u60e0\\u5238\",\"id\":\"row_768\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":\"row_775\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":\"row_782\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":\"row_789\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":\"row_796\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u54c1\\u724cID\",\"id\":\"row_803\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":\"row_810\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"row_817\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":\"row_824\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_1517\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_1524\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '{\n\"postage\":\"9.90\",\n\"recommend\":[...],\n\"presale\":1,\n\"presale_day\":1,\n\"presale_time\":[...],\n\"is_limit\":0,\n\"limit_type\":0,\n\"limit_num\":0,\n\"video_open\":0,\n\"video_link\":\"\",\n\"vip_product\":0,\n\"store_name\":\"美的Midea电磁炉 旋控调节火力 C22-RX22H0107\",\n\"cate_id\":[...],\n\"keyword\":\"电磁炉 美的\",\n\"unit_name\":\"件\",\n\"store_info\":\"美的xxxxx\",\n\"slider_image\":[...],\n\"description\":\"<p>详情</p>\",\n\"ficti\":0,\n\"give_integral\":0,\n\"sort\":10,\n\"is_show\":1,\n\"spec_type\":1,\n\"attrs\":[...],\n\"items\":[...],\n\"type\":0\n}', '{\n \"status\": 200,\n \"msg\": \"保存成功\"\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(23, 15, 1, '更新商品', '根据id更新商品', 'put', '/product/{id}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"row_1498\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":\"row_3425\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"row_3432\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":\"row_3439\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":\"row_3482\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":\"row_3489\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":\"row_3496\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":\"row_3503\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":\"row_3510\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":\"row_3517\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":\"row_3524\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":\"row_3531\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":\"row_3538\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":\"row_3545\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":\"row_3552\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"row_3559\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":\"row_3566\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"row_3573\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":\"row_3580\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":\"row_3587\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":\"row_3594\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"row_3601\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"row_3608\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"row_3615\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\\t\",\"id\":\"row_3622\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":\"row_3629\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":\"row_3636\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":\"row_3643\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":\"row_3650\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"row_3657\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":\"row_3664\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":\"row_3671\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"row_3678\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":\"row_3685\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8d60\\u9001\\u79ef\\u5206\",\"id\":\"row_3692\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"row_3699\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":\"row_3706\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":\"row_3713\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":\"row_3720\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":\"row_3727\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"row_3734\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":\"row_3741\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":\"row_3748\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":\"row_3755\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":\"row_3762\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":\"row_3769\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":\"row_3776\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":\"row_3783\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":\"row_3790\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":\"row_3797\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":\"row_3804\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":\"row_3811\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":\"row_3818\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u54c1\\u724cid\",\"id\":\"row_3825\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":\"row_3832\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":\"row_3839\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":\"row_3846\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":\"row_3853\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":\"row_3860\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"row_3867\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":\"row_3874\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":\"row_3881\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":\"row_3888\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"row_3895\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":\"row_3902\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":\"row_3909\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":\"row_3916\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":\"row_3923\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":\"row_3930\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":\"row_3937\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":\"row_3944\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":\"row_3951\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":\"row_3958\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupons\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u8d60\\u9001\\u4f18\\u60e0\\u5238\",\"id\":\"row_3965\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u63a8\\u8350 is_best:\\u7cbe\\u54c1 is_new:\\u65b0\\u54c1 is_hot:\\u70ed\\u5356 is_good:\\u4f18\\u54c1 is_benefit:\\u4fc3\\u9500\",\"id\":\"row_3972\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_open\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u89c6\\u9891\",\"id\":\"row_3979\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_time\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u9884\\u552e\\u65f6\\u95f4\",\"id\":\"row_3986\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"description\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1\\u8be6\\u60c5\",\"id\":\"row_3993\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u89c4\\u5219\",\"id\":\"row_4000\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrs\",\"type\":\"array\",\"must\":\"0\",\"trip\":\"\\u89c4\\u683c\",\"id\":\"row_4037\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attr\",\"type\":\"array\",\"must\":\"0\",\"trip\":\"\\u89c4\\u683c\",\"id\":\"row_4146\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4f9b\\u5e94\\u5546\",\"id\":\"row_4231\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_ids\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5173\\u8054\\u4f18\\u60e0\\u5238\",\"id\":\"row_4238\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"header\",\"type\":\"array\",\"must\":\"0\",\"trip\":\"\",\"id\":\"row_4245\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_456\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_463\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/product/1\n{\n \"postage\": \"9.90\",\n \"recommend\": [\n \"is_hot\",\n \"is_best\"\n ],\n \"presale\": 1,\n \"presale_day\": 1,\n \"presale_time\": [\n \"2022-07-20 00:00\",\n \"2022-08-20 00:00\"\n ],\n \"is_limit\": 0,\n \"limit_type\": 0,\n \"limit_num\": 0,\n \"video_open\": 0,\n \"video_link\": \"\",\n \"vip_product\": 0,\n \"store_name\": \"美的Midea电磁炉 旋控调节火力 C22-RX22H0107\",\n \"cate_id\": [\n 2\n ],\n \"keyword\": \"电磁炉 美的\",\n \"unit_name\": \"件\",\n \"store_info\": \"美的xxxxx\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/6fc4a434065f9b20da5d68e2b7915069.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1d6a58df8f136925bffa326b22a59d1a.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/80475fb57727e34049b902efa8bcdf4f.jpg\"\n ],\n \"description\": \"<p>详情</p>\",\n \"ficti\": 0,\n \"give_integral\": 0,\n \"sort\": 10,\n \"is_show\": 1,\n \"spec_type\": 1,\n \"attrs\": [\n {\n \"value1\": \"大面版\",\n \"value2\": \"30寸\",\n \"detail\": {\n \"锅型\": \"大面版\",\n \"尺寸\": \"30寸\"\n },\n \"pic\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"bar_code\": \"MD-01\",\n \"weight\": \"21.00\",\n \"volume\": \"3.00\"\n },\n {\n \"value1\": \"大面版\",\n \"value2\": \"33寸\",\n \"detail\": {\n \"锅型\": \"大面版\",\n \"尺寸\": \"33寸\"\n },\n \"pic\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"bar_code\": \"MD-02\",\n \"weight\": \"22.00\",\n \"volume\": \"3.00\"\n },\n {\n \"value1\": \"火锅必备\",\n \"value2\": \"30寸\",\n \"detail\": {\n \"锅型\": \"火锅必备\",\n \"尺寸\": \"30寸\"\n },\n \"pic\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"bar_code\": \"MD-03\",\n \"weight\": \"21.00\",\n \"volume\": \"3.00\"\n },\n {\n \"value1\": \"火锅必备\",\n \"value2\": \"33寸\",\n \"detail\": {\n \"锅型\": \"火锅必备\",\n \"尺寸\": \"33寸\"\n },\n \"pic\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"bar_code\": \"MD-04\",\n \"weight\": \"22.00\",\n \"volume\": \"3.00\"\n }\n ],\n \"items\": [\n {\n \"value\": \"锅型\",\n \"detail\": [\n \"大面版\",\n \"火锅必备\"\n ]\n },\n {\n \"value\": \"尺寸\",\n \"detail\": [\n \"30寸\",\n \"33寸\"\n ]\n }\n ],\n \"type\": 0\n}', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0),
(24, 15, 1, '更新商品状态', '根据id修改商品状态', 'put', '/product/set_show/{id}/{is_show}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"row_4304\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u4e0a\\u67b6\\u72b6\\u6001 1\\u5c55\\u793a 0\\u9690\\u85cf\",\"id\":\"row_4311\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_456\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_463\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/product/set_show/1/1', '{\n \"status\": 200,\n \"msg\": \"显示成功\"\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(25, 15, 1, '商品列表', '获取商品列表', 'get', '/product/list', '[{\"attribute\":\"page\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u5206\\u9875\",\"id\":\"row_1734\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"limit\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u6761\\u6570\",\"id\":\"row_1741\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cate_id\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"row_1748\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"must\":\"0\",\"trip\":\" \\u5546\\u54c1\\u540d\\u79f0|\\u7b80\\u4ecb|\\u5173\\u952e\\u5b57\",\"id\":\"row_1755\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u5546\\u54c1\\u72b6\\u6001 1\\u51fa\\u552e\\u4e2d(\\u9ed8\\u8ba4) 2\\u4ed3\\u5e93\\u4e2d 4\\u5df2\\u552e\\u7f44 5\\u5e93\\u5b58\\u8b66\\u6212 6\\u56de\\u6536\\u7ad9\",\"id\":\"row_1762\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_80\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u8fd4\\u56de\\u4fe1\\u606f\",\"id\":\"row_87\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_94\",\"_X_CHILD\":[{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":1667015537497,\"parentId\":\"row_94\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1667015553203,\"parentId\":\"row_94\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667015567159,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667015586698,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667015586907,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667015587092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667015587276,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667015587451,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667015587826,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667015588028,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667015588229,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667015588422,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667015588597,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667015589148,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667015589358,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667015589551,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667015589725,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667015589936,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667015590146,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667015590329,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667015590522,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667015590732,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667015590924,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667015591117,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667015591318,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667015591484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667015591686,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667015591870,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667015592062,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667015592237,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667015592438,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667015592613,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667015592815,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667015592998,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667015593208,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667015593410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667015593602,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667015593838,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667016280342,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667016280570,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667016280763,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667016280956,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667016281130,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667016281306,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667016281488,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667016281839,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667016282033,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667016282252,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667016282410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667016282595,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667016282768,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667016282950,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667016283119,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667016283320,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667016283504,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667016283706,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667016283890,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667016284092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667016284311,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667016284493,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667016284696,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667016285081,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667016285292,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667016285484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667016285860,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667016286106,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667016286281,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667016286464,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667016286648,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667016287017,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667016287209,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667017085593,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017085792,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667017085987,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":1667017086161,\"parentId\":1667015553203,\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667017086345,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":1667017086510,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667015567159,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667015586698,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667015586907,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667015587092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667015587276,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667015587451,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667015587826,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667015588028,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667015588229,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667015588422,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667015588597,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667015589148,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667015589358,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667015589551,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667015589725,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667015589936,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667015590146,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667015590329,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667015590522,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667015590732,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667015590924,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667015591117,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667015591318,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667015591484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667015591686,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667015591870,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667015592062,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667015592237,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667015592438,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667015592613,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667015592815,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667015592998,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667015593208,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667015593410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667015593602,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667015593838,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667016280342,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667016280570,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667016280763,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667016280956,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667016281130,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667016281306,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667016281488,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667016281839,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667016282033,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667016282252,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667016282410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667016282595,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667016282768,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667016282950,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667016283119,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667016283320,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667016283504,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667016283706,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667016283890,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667016284092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667016284311,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667016284493,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667016284696,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667016285081,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667016285292,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667016285484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667016285860,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667016286106,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667016286281,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667016286464,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667016286648,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667016287017,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667016287209,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667017085593,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017085792,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667017085987,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":1667017086161,\"parentId\":1667015553203,\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667017086345,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":1667017086510,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":1667015537497,\"parentId\":\"row_94\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":1667015553203,\"parentId\":\"row_94\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667015567159,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667015586698,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667015586907,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667015587092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667015587276,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667015587451,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667015587826,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667015588028,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667015588229,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667015588422,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667015588597,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667015589148,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667015589358,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667015589551,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667015589725,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667015589936,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667015590146,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667015590329,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667015590522,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667015590732,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667015590924,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667015591117,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667015591318,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667015591484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667015591686,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667015591870,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667015592062,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667015592237,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667015592438,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667015592613,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667015592815,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667015592998,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667015593208,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667015593410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667015593602,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667015593838,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667016280342,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667016280570,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667016280763,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667016280956,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667016281130,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667016281306,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667016281488,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667016281839,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667016282033,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667016282252,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667016282410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667016282595,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667016282768,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667016282950,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667016283119,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667016283320,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667016283504,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667016283706,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667016283890,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667016284092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667016284311,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667016284493,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667016284696,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667016285081,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667016285292,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667016285484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667016285860,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667016286106,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667016286281,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667016286464,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667016286648,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667016287017,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667016287209,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667017085593,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017085792,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667017085987,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":1667017086161,\"parentId\":1667015553203,\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667017086345,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":1667017086510,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667015567159,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667015586698,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667015586907,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667015587092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667015587276,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667015587451,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667015587826,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667015588028,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667015588229,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667015588422,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667015588597,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667015589148,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667015589358,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667015589551,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667015589725,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667015589936,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667015590146,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667015590329,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667015590522,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667015590732,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667015590924,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667015591117,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667015591318,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667015591484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667015591686,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667015591870,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667015592062,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667015592237,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667015592438,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667015592613,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667015592815,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667015592998,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667015593208,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667015593410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667015593602,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667015593838,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667016280342,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667016280570,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667016280763,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667016280956,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667016281130,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667016281306,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667016281488,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667016281839,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667016282033,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667016282252,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667016282410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667016282595,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667016282768,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667016282950,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667016283119,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667016283320,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667016283504,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667016283706,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667016283890,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667016284092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667016284311,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667016284493,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667016284696,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667016285081,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667016285292,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667016285484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667016285860,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667016286106,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667016286281,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667016286464,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667016286648,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667016287017,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667016287209,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667017085593,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017085792,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667017085987,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":1667017086161,\"parentId\":1667015553203,\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667017086345,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":1667017086510,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6570\",\"id\":\"1667015537497\",\"parentId\":\"row_94\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u5217\\u8868\",\"id\":\"1667015553203\",\"parentId\":\"row_94\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667015567159,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667015586698,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667015586907,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667015587092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667015587276,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667015587451,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667015587826,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667015588028,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667015588229,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667015588422,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667015588597,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667015589148,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667015589358,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667015589551,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667015589725,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667015589936,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667015590146,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667015590329,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667015590522,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667015590732,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667015590924,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667015591117,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667015591318,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667015591484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667015591686,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667015591870,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667015592062,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667015592237,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667015592438,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667015592613,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667015592815,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667015592998,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667015593208,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667015593410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667015593602,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667015593838,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667016280342,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667016280570,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667016280763,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667016280956,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667016281130,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667016281306,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667016281488,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667016281839,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667016282033,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667016282252,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667016282410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667016282595,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667016282768,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667016282950,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667016283119,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667016283320,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667016283504,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667016283706,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667016283890,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667016284092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667016284311,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667016284493,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667016284696,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667016285081,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667016285292,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667016285484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667016285860,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667016286106,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667016286281,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667016286464,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667016286648,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667016287017,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667016287209,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667017085593,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017085792,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667017085987,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":1667017086161,\"parentId\":1667015553203,\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667017086345,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":1667017086510,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667015567159,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667015586698,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667015586907,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667015587092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667015587276,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667015587451,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667015587826,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667015588028,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667015588229,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667015588422,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667015588597,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667015589148,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667015589358,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667015589551,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667015589725,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667015589936,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667015590146,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667015590329,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667015590522,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667015590732,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667015590924,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667015591117,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667015591318,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667015591484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667015591686,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667015591870,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667015592062,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667015592237,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667015592438,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667015592613,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667015592815,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667015592998,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667015593208,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667015593410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667015593602,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667015593838,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667016280342,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667016280570,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667016280763,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667016280956,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667016281130,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667016281306,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667016281488,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667016281839,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667016282033,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667016282252,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667016282410,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667016282595,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667016282768,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667016282950,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667016283119,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667016283320,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667016283504,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667016283706,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667016283890,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667016284092,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667016284311,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667016284493,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667016284696,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667016285081,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667016285292,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667016285484,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667016285860,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667016286106,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667016286281,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667016286464,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667016286648,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667016287017,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667016287209,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667017085593,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017085792,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667017085987,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":1667017086161,\"parentId\":1667015553203,\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667017086345,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":1667017086510,\"parentId\":1667015553203,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667015567159\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":\"1667015586698\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667015586907\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":\"1667015587092\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1667015587276\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":\"1667015587451\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":\"1667015587826\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":\"1667015588028\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":\"1667015588229\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":\"1667015588422\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":\"1667015588597\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":\"1667015589148\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":\"1667015589358\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":\"1667015589551\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667015589725\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":\"1667015589936\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1667015590146\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":\"1667015590329\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":\"1667015590522\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":\"1667015590732\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1667015590924\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667015591117\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667015591318\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":\"1667015591484\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":\"1667015591686\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":\"1667015591870\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":\"1667015592062\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":\"1667015592237\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667015592438\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":\"1667015592613\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":\"1667015592815\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667015592998\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":\"1667015593208\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":\"1667015593410\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667015593602\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":\"1667015593838\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":\"1667016280342\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":\"1667016280570\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":\"1667016280763\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667016280956\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":\"1667016281130\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":\"1667016281306\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":\"1667016281488\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":\"1667016281839\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":\"1667016282033\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":\"1667016282252\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":\"1667016282410\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":\"1667016282595\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":\"1667016282768\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":\"1667016282950\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":\"1667016283119\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":\"1667016283320\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":\"1667016283504\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":\"1667016283706\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":\"1667016283890\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":\"1667016284092\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":\"1667016284311\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":\"1667016284493\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1667016284696\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":\"1667016285081\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":\"1667016285292\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"number\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":\"1667016285484\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"string\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667016285860\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":\"1667016286106\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":\"1667016286281\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":\"1667016286464\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":\"1667016286648\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":\"1667016287017\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":\"1667016287209\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":\"1667017085593\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":\"1667017085792\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":\"1667017085987\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrValue\",\"type\":\"array\",\"trip\":\"\",\"id\":\"1667017086161\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":1667017169454,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667017186151,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667017186388,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":1667017186589,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":1667017186790,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":1667017186992,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667017187175,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667017187377,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667017187587,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":1667017187796,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667017188015,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":1667017188452,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667017188680,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667017191585,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":1667017191847,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":1667017192407,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404453,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667017404698,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667017405109,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667017405304,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667017405501,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":1667017405873,\"parentId\":1667017086161,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027ID\",\"id\":\"1667017169454\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667017186151\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667017186388\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\\u7d22\\u5f15\\u503c (attr_value|attr_value[|....])\",\"id\":\"1667017186589\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u5bf9\\u5e94\\u7684\\u5e93\\u5b58\",\"id\":\"1667017186790\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_stock\",\"type\":\"number\",\"trip\":\"\\u603b\\u5e93\\u5b58\",\"id\":\"1667017186992\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667017187175\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667017187377\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":\"1667017187587\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unique\",\"type\":\"string\",\"trip\":\"\\u552f\\u4e00\\u503c\",\"id\":\"1667017187796\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667017188015\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\",\"id\":\"1667017188452\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":\"1667017188680\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":\"1667017191585\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\",\"id\":\"1667017191847\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef\",\"id\":\"1667017192407\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1667017404453\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1667017404698\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u7c7b\\u578b 0=\\u5546\\u54c1\\uff0c1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":\"1667017405109\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"quota\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":\"1667017405304\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":\"1667017405501\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disk_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u4fe1\\u606f\\u5185\\u5bb9\",\"id\":\"1667017405873\",\"parentId\":\"1667017086161\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_name\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"1667017086345\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7e\",\"id\":\"1667017086510\",\"parentId\":\"1667015553203\",\"_X_CHILD\":[],\"children\":[]}]', '/product/list?cate_id=1&store_name=iphone&type=1&page=1&limit=20', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"count\": 8,\n \"list\": [\n {\n \"id\": 78,\n \"image\": \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/6fc4a434065f9b20da5d68e2b7915069.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1d6a58df8f136925bffa326b22a59d1a.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/80475fb57727e34049b902efa8bcdf4f.jpg\"\n ],\n \"store_name\": \"美的Midea电磁炉 旋控调节火力 C22-RX22H0107\",\n \"store_info\": \"美的xxxxx\",\n \"keyword\": \"电磁炉 美的\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 4,\n 8\n ],\n \"price\": \"100.00\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"80.00\",\n \"postage\": \"9.90\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"90.00\",\n \"spec_type\": 1,\n \"spu\": \"9752575478640\",\n \"freight\": 2,\n \"description\": \"<p>详情</p>\",\n \"cate_name\": \"精品发卡,品牌电脑\"\n },\n {\n \"id\": 38,\n \"image\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"slider_image\": [\n \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\"\n ],\n \"store_name\": \"MacBook\",\n \"store_info\": \"简介\",\n \"keyword\": \"关键字\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 8,\n 6\n ],\n \"price\": \"100.00\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"80.00\",\n \"postage\": \"9.90\",\n \"unit_name\": \"试试\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"90.00\",\n \"spec_type\": 1,\n \"spu\": \"1005310218287\",\n \"freight\": 2,\n \"description\": \"<p>详情</p>\",\n \"cate_name\": \"复古汉风,品牌电脑\"\n },\n {\n \"id\": 6,\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/4aed387bf4eead2237150c9d4b747ae5.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/4aed387bf4eead2237150c9d4b747ae5.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1233ae4abe69c7786bb925770957da97.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/83d99e262ff101949c923ce11ed8caff.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/12df3f2ff9a0e17b63bf385cd3afbe21.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/5ba6532cba9c88bba37ef95cfc1768bf.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/c815678a906c85ecd7f6535c8e5a29d3.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/63eae522f862cb46837716813aa30a57.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1d380c63e9f262c44baf384327dbd2fd.jpg\"\n ],\n \"store_name\": \"联想笔记本电脑 拯救者R9000P 16英寸高性能电竞游戏本(标压 8核 R7-5800H 16G 512G RTX3060 2.5k屏 165Hz)\",\n \"store_info\": \"联想笔记本电脑 拯救者R9000P 16英寸高性能电竞游戏本(标压 8核 R7-5800H 16G 512G RTX3060 2.5k屏 165Hz)\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 8\n ],\n \"price\": \"7499.00\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"0.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"7999.00\",\n \"spec_type\": 1,\n \"spu\": \"5052575330086\",\n \"freight\": 3,\n \"description\": \"<p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/98abb7d4978f5eaaf6a0f8d5d3d4e4b0.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/bd0e0b5bd41757e67253c77db1ecc77b.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/d1742d71ce3d2762c05bc009fe962424.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/ca668dce1a88f2575dc699a465b43ae8.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/c393933ade163e18bb39d06353f7c2db.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/6e4a0e6324887dca6d113140d7c6aa9d.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/0be2a700a82db28077b711246fb4bee0.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/29bb8accab6457845d54d08fd6a31ffe.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/53930c8b0ffd39fe88ef6569ae1bff12.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/79960a5470ac3c973a16f6d6ff0fa89d.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/3b672655a314f28d3032bf8e4c6784af.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/22d39121539091304bdd79b9db21662b.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/60d04e5257edfac095c2415d1581467d.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/5d75c49c01f10e1ed1ef9f741c51e373.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/06789f9c5e17aeb10a4e4c682dd0aa17.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/6cb7e67725adfc232e4b6c6b16a33923.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/1795b26cc66ea2ca5cdd29bdf6d01a87.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/05b9c4a48082a14e2338ec6de96cb672.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/17adc7995c38d1eaae3d4f435d700e8c.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/7ab62c00dc84ba6538785173efab5956.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/a0c6656a8b7207f61356fbbeeed96d9b.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/f7fff34cc80be421680cabe415389f5d.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/e820d8d73c00e8495034e4d63e0a99d5.jpg\\\"/></p>\",\n \"cate_name\": \"品牌电脑\"\n },\n {\n \"id\": 5,\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/a061b1ff8e005f298afe8dcfd2f5a3ae.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/a061b1ff8e005f298afe8dcfd2f5a3ae.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/2143b371732f78da6a663a9abfca1800.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/32e1279282bbfa7907e872cf98ef8483.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/0b1b5b8848bb695201bfd8b540ba8106.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/5accda17811a26ad0f5321a95e51af45.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/9be7d08e152e5d645b7574e648550674.jpg\"\n ],\n \"store_name\": \"Apple MacBook Air 13.3 新款8核M1芯片(7核图形处理器) 8G 256G SSD 银色 笔记本电脑 MGN93CH/A\",\n \"store_info\": \"Apple MacBook Air 13.3 新款8核M1芯片(7核图形处理器) 8G 256G SSD 银色 笔记本电脑 MGN93CH/A\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 8\n ],\n \"price\": \"7999.00\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"0.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"9999.00\",\n \"spec_type\": 1,\n \"spu\": \"5798545545444\",\n \"freight\": 3,\n \"description\": \"<div cssurl=\\\"//sku-market-gw.jd.com/css/pc/100016616050.css?t=1631679648805\\\"></div><div skucode=\\\"100010\\\"></div><div style=\\\"max-max-width:100%;margin:0 auto;\\\">\\n<img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/233184340694921322657ab08c26dbc4.jpg\\\"/> <img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/30d890a4fe41cb41d4c68cd95673c003.jpg\\\"/> <img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/ca9a49eeece35d262af059877fa5934a.jpg\\\"/> <img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/cb0267f8f13a7ce6b062878223d794d3.jpg\\\"/> \\n</div>\",\n \"cate_name\": \"品牌电脑\"\n },\n {\n \"id\": 4,\n \"image\": \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/6fc4a434065f9b20da5d68e2b7915069.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1d6a58df8f136925bffa326b22a59d1a.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/80475fb57727e34049b902efa8bcdf4f.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/82d606341f7694541ccd786c5f4ef461.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/6485b464e22a33656bd9151bfe998534.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/11f022643e408b60fbe421961524820f.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/88eaa3d846d509b9243bbf1afc0720e0.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/ced54cb7408288814927a4145fafb00d.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/2d4b098c4f91599e986039531303b737.jpg\"\n ],\n \"store_name\": \"美的Midea电磁炉 家用2200W大功率 电磁灶 恒匀火 智能断电 旋控调节火力 C22-RX22H0107\",\n \"store_info\": \"美的Midea电磁炉 家用2200W大功率 电磁灶 恒匀火 智能断电 旋控调节火力 C22-RX22H0107\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 2\n ],\n \"price\": \"139.00\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"0.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"169.00\",\n \"spec_type\": 1,\n \"spu\": \"5451519904291\",\n \"freight\": 3,\n \"description\": \"<p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/ee901a62b7e06fed20ff82f9ce4a36cb.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/3fd08c0e8f163bc495383db405393be9.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/5e36c7099b0dca400ae68694d1bc828c.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/ed6d96841055b1c710d9fc6e1a8cbc42.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/2efdcff6b9a70596933c011464a2d92d.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/5e65a9c23649825dde5dfeb9dd1a87f1.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/d6dce96d64c9d4d94e4951bb6a723039.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/389d36bc44d8e14cb52342114f458ddb.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/b0ac23c2b2fee54a9aa921415ab998c1.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/7d9217259bce4a13a26a8d9add68c844.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/74e6104a13718e94e95a6c25966441df.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/bd0a275809a28126efadde08ecb19e38.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/f52b225023912b5b2c856c61db23ad7f.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/be43757c611cb7f262f809f3b5c2fa0b.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/f758bba9892f5c663a518072ace46791.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/a18f14dfbd7e58378f52191ce467a5ff.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/d53b161afea73ea3bc2369f3f9d0a5e7.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/19aa1702fd261ff8f74cb20f74522cb4.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/7f918179f259f96fb7af5dfa06abe0cd.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/87420e8fb04c5f22f4194a3b192e291e.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/414826cbbc8dd240f9e4c8f89c61db74.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/a55422aa3f22e886c5f3793799162abb.jpg\\\"/></p>\",\n \"cate_name\": \"厨房电器\"\n },\n {\n \"id\": 3,\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/fa4271dd28f5230084515d2a99c76276.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/fa4271dd28f5230084515d2a99c76276.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/e390d8846c06a3a937474e9343cb3032.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/8640ba9d650c956144a7bc39ab7f8b41.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/809a070832b8281ef98954ec8289ef04.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/db34423e965a9c2d41e9deb9d0f44f0c.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/ed4f0c94d5080a68ce06eb6d0f6e49bb.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/becfc1764f4bfbef21481aed09f4eaa4.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/78b906305a6f97328c92e7e7fca38aa0.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/b9aea3319f5879ab57085845ffd6dd3a.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/66bbb7c46f6958db0c92c4bd5799e18f.jpg\"\n ],\n \"store_name\": \"美的Midea变频微波炉家用 微烤一体机 光波烧烤炉 智能解冻 平板易清洁 一机多用 20升 M1-L201B\",\n \"store_info\": \"美的Midea变频微波炉家用 微烤一体机 光波烧烤炉 智能解冻 平板易清洁 一机多用 20升 M1-L201B\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 2\n ],\n \"price\": \"479.00\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"0.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"549.00\",\n \"spec_type\": 1,\n \"spu\": \"9951100508910\",\n \"freight\": 3,\n \"description\": \"<p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/6bfacf1453de258821970ac2f0906bc6.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/b6c91ad9bfcf3bcdb68c5b0ce90ea288.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/6609020dcf7064c0d9e6fc0cb909a5d7.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/e80d0598fcf8d8e0d06272f18a6fb21c.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/be210c925c7bb8ed0d5b90efae2160e9.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/6fc51fecba39fb47ea95c043e77273c2.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/c9c581bd105e83b0c5c3dc5f81a236a7.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/1445b2657a77dfd78bcc7b8b209e2379.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/809eb8b5cf7d01447b1e8f44fd3d3933.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/44f772b314cc7134aaa849dd9a0c0b66.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/f910f7145a804c28549869ac1ca9a894.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/05ab3be9c19ccb24f6b561e8e889f526.jpg\\\"/></p>\",\n \"cate_name\": \"厨房电器\"\n },\n {\n \"id\": 2,\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/12888ac8a6901d99590bd2db242826fc.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/69178316173099ba7b2ba7d4782af528.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/3d58de867a3495dcf59c9941637edf63.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/d90625932b9ed63e504a1fc0b3a4dcaf.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/5c68577bea8716c6fa564f25337a7d2a.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/2977f308ef0a7b5c649c1bf9047772d1.jpg\"\n ],\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"store_info\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 4\n ],\n \"price\": \"22.90\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"0.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"35.00\",\n \"spec_type\": 1,\n \"spu\": \"4956485689296\",\n \"freight\": 3,\n \"description\": \"<p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/60b7e94e4e6cde85cb6b582fd3c47f38.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/5f3d7e8c0c29b7cec03bfcdc218b9436.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/f8fa99d0d42b2cf70a1f378d74011869.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/c9d134aebb40418f99534d87c1b817ae.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/ee49ab3566b13efba1acded4df55bede.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/e14c70a2f713f40397399268a6949cc6.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/3504c8e5a0e5ec0a246b936e1bce00d0.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/7ea0ec464661cd82f77742e6108a14a3.jpg\\\"/></p><p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/475449a5cb0aae7b787374edc3cc6810.jpg\\\"/></p>\",\n \"cate_name\": \"精品发卡\"\n },\n {\n \"id\": 1,\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/8a2d668e1b8fde3ed9422c242eedbb32.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/8a2d668e1b8fde3ed9422c242eedbb32.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/b4dc68ca453c74fda4ffcf385b0d4414.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/76559ec8017c8ac68ea5ecac8145b56c.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/409219640e8cd3b347c306b566785f2d.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/742ec1ba074a8cc3a95839bb230c4244.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/680b6fb7bbbcba59bb8fd015b63413c0.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1294869126a770d8519686eec84c9734.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/c3936b8d5ff3195edda9c3427c18a7d3.jpg\"\n ],\n \"store_name\": \"优家UPLUS ins风简约无痕发夹金属一字夹4个装金色+银色 刘海边夹前额一字发卡碎发夹卡子夹子分发夹)\",\n \"store_info\": \"优家UPLUS ins风简约无痕发夹金属一字夹4个装金色+银色 刘海边夹前额一字发卡碎发夹卡子夹子分发夹)\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 4\n ],\n \"price\": \"15.90\",\n \"is_vip\": 0,\n \"vip_price\": \"0.00\",\n \"ot_price\": \"0.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"15.90\",\n \"spec_type\": 1,\n \"spu\": \"1025349510439\",\n \"freight\": 3,\n \"description\": \"<p><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/c3936b8d5ff3195edda9c3427c18a7d3.jpg\\\" /><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/1294869126a770d8519686eec84c9734.jpg\\\" /><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/680b6fb7bbbcba59bb8fd015b63413c0.jpg\\\" /><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/742ec1ba074a8cc3a95839bb230c4244.jpg\\\" /><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/409219640e8cd3b347c306b566785f2d.jpg\\\" /><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/76559ec8017c8ac68ea5ecac8145b56c.jpg\\\" /><img style=\\\"max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;\\\" src=\\\"https://data44.wuht.net/uploads/attach/2022/01/15/b4dc68ca453c74fda4ffcf385b0d4414.jpg\\\" /></p>\",\n \"cate_name\": \"精品发卡\"\n }\n ]\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(26, 15, 1, '商品详情', '根据id获取商品详情', 'get', '/product/{id}', '[{\"attribute\":\"id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"row_2918\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_774\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_781\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"tempList\",\"type\":\"array\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u7248\",\"id\":1667025309640,\"parentId\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":1667025367304,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":1667025379817,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":1667025367304,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":1667025379817,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cateList\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u5206\\u7c7b\",\"id\":1667025393335,\"parentId\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025408430,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025424941,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025441217,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":1667025455278,\"parentId\":1667025393335,\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":1667025510431,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025408430,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025424941,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025441217,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":1667025455278,\"parentId\":1667025393335,\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":1667025510431,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"tempList\",\"type\":\"array\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u7248\",\"id\":1667025309640,\"parentId\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":1667025367304,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":1667025379817,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":1667025367304,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":1667025379817,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cateList\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u5206\\u7c7b\",\"id\":1667025393335,\"parentId\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025408430,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025424941,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025441217,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":1667025455278,\"parentId\":1667025393335,\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":1667025510431,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025408430,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025424941,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025441217,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":1667025455278,\"parentId\":1667025393335,\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":1667025510431,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"tempList\",\"type\":\"array\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u7248\",\"id\":\"1667025309640\",\"parentId\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":1667025367304,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":1667025379817,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":1667025367304,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":1667025379817,\"parentId\":1667025309640,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u6a21\\u7248ID\",\"id\":\"1667025367304\",\"parentId\":\"1667025309640\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u6a21\\u7248\\u540d\\u79f0\",\"id\":\"1667025379817\",\"parentId\":\"1667025309640\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cateList\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u5206\\u7c7b\",\"id\":\"1667025393335\",\"parentId\":\"row_788\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025408430,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025424941,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025441217,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":1667025455278,\"parentId\":1667025393335,\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":1667025510431,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025408430,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025424941,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025441217,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":1667025455278,\"parentId\":1667025393335,\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":1667025510431,\"parentId\":1667025393335,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"1667025408430\",\"parentId\":\"1667025393335\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"1667025424941\",\"parentId\":\"1667025393335\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":\"1667025441217\",\"parentId\":\"1667025393335\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"children\",\"type\":\"array\",\"trip\":\"\\u4e0b\\u7ea7\\u5206\\u7c7b\",\"id\":\"1667025455278\",\"parentId\":\"1667025393335\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":1667025468946,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":1667025483051,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":1667025494479,\"parentId\":1667025455278,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"value\",\"type\":\"number\",\"trip\":\"\\u5206\\u7c7bID\",\"id\":\"1667025468946\",\"parentId\":\"1667025455278\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label\",\"type\":\"string\",\"trip\":\"\\u5206\\u7c7b\\u540d\\u79f0\",\"id\":\"1667025483051\",\"parentId\":\"1667025455278\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236id\",\"id\":\"1667025494479\",\"parentId\":\"1667025455278\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"disabled\",\"type\":\"boolean\",\"trip\":\"\",\"id\":\"1667025510431\",\"parentId\":\"1667025393335\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667025720671,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667025747702,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667025759601,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667025777172,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667025790892,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667025791558,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667025791759,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667025791933,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667025792109,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1667025792284,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667025792449,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667025792634,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667025792817,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667025793001,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667025793185,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667025793360,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667025793544,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667025793736,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667025793929,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667025794112,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667025794296,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667025794480,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667025794690,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667025794874,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667025795067,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667025795267,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667025795460,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667025795652,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667025795845,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667025796300,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667026158049,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667026158242,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667026158435,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667026158610,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667026158788,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667026158969,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667026159152,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667026159336,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667026159504,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667026159888,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667026160097,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667026160282,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667026160473,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667026160832,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667026161024,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667026161217,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667026161419,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667026161602,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667026161794,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667026161970,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667026162153,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667026162328,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"array\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667026162531,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667026162712,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667026162889,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667026163229,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667026163439,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667026761018,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667026761211,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667026761393,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667026761578,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"string\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667026761762,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"string\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667026761936,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667026762102,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667026762278,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667026762451,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667026762628,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667026762795,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667026762970,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667026763144,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667026763318,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667026763484,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667026763661,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupons\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4f18\\u60e0\\u5377\",\"id\":1667026763817,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u63a8\\u8350 is_best:\\u7cbe\\u54c1 is_new:\\u65b0\\u54c1 is_hot:\\u70ed\\u5356 is_good:\\u4f18\\u54c1 is_benefit:\\u4fc3\\u9500\",\"id\":1667026763992,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_open\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u89c6\\u9891\",\"id\":1667026764185,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_time\",\"type\":\"array\",\"trip\":\"\\u9884\\u552e\\u65f6\\u95f4\",\"id\":1667027040708,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"description\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u8be6\\u60c5\",\"id\":1667027040899,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u89c4\\u5219\",\"id\":1667027041145,\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1667027123870,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027138736,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027139026,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027139384,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1667027123870,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027138736,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027139026,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027139384,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"attrs\",\"type\":\"array\",\"trip\":\"\\u591a\\u89c4\\u683c\",\"id\":1667027079306,\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027162415,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027162892,\"parentId\":1667027079306,\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027163396,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027163760,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027165276,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027165680,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027166224,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027166618,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027263943,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027264398,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027264937,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027307291,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308211,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308919,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027162415,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027162892,\"parentId\":1667027079306,\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027163396,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027163760,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027165276,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027165680,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027166224,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027166618,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027263943,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027264398,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027264937,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027307291,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308211,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308919,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"attr\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\",\"id\":1667027079621,\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027347306,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027348268,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027348700,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027349301,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027349899,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027350474,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027351048,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027438806,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027439498,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027439952,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027440574,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027494388,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027347306,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027348268,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027348700,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027349301,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027349899,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027350474,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027351048,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027438806,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027439498,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027439952,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027440574,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027494388,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667025720671,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":1667025747702,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667025759601,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":1667025777172,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":1667025790892,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":1667025791558,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":1667025791759,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":1667025791933,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":1667025792109,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1667025792284,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":1667025792449,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":1667025792634,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":1667025792817,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":1667025793001,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":1667025793185,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667025793360,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":1667025793544,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1667025793736,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":1667025793929,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":1667025794112,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":1667025794296,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":1667025794480,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667025794690,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667025794874,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":1667025795067,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":1667025795267,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":1667025795460,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":1667025795652,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":1667025795845,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":1667025796300,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":1667026158049,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":1667026158242,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":1667026158435,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":1667026158610,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":1667026158788,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667026158969,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":1667026159152,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":1667026159336,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":1667026159504,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":1667026159888,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":1667026160097,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":1667026160282,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":1667026160473,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":1667026160832,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":1667026161024,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":1667026161217,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":1667026161419,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":1667026161602,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":1667026161794,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":1667026161970,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":1667026162153,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":1667026162328,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"array\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":1667026162531,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":1667026162712,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":1667026162889,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":1667026163229,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":1667026163439,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":1667026761018,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":1667026761211,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":1667026761393,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":1667026761578,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"string\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":1667026761762,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"string\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":1667026761936,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":1667026762102,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":1667026762278,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":1667026762451,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":1667026762628,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":1667026762795,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":1667026762970,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":1667026763144,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":1667026763318,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":1667026763484,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":1667026763661,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupons\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4f18\\u60e0\\u5377\",\"id\":1667026763817,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u63a8\\u8350 is_best:\\u7cbe\\u54c1 is_new:\\u65b0\\u54c1 is_hot:\\u70ed\\u5356 is_good:\\u4f18\\u54c1 is_benefit:\\u4fc3\\u9500\",\"id\":1667026763992,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_open\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u89c6\\u9891\",\"id\":1667026764185,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_time\",\"type\":\"array\",\"trip\":\"\\u9884\\u552e\\u65f6\\u95f4\",\"id\":1667027040708,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"description\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u8be6\\u60c5\",\"id\":1667027040899,\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u89c4\\u5219\",\"id\":1667027041145,\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1667027123870,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027138736,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027139026,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027139384,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1667027123870,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027138736,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027139026,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027139384,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"attrs\",\"type\":\"array\",\"trip\":\"\\u591a\\u89c4\\u683c\",\"id\":1667027079306,\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027162415,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027162892,\"parentId\":1667027079306,\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027163396,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027163760,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027165276,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027165680,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027166224,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027166618,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027263943,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027264398,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027264937,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027307291,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308211,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308919,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027162415,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027162892,\"parentId\":1667027079306,\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027163396,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027163760,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027165276,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027165680,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027166224,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027166618,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027263943,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027264398,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027264937,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027307291,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308211,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308919,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"attr\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\",\"id\":1667027079621,\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027347306,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027348268,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027348700,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027349301,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027349899,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027350474,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027351048,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027438806,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027439498,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027439952,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027440574,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027494388,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027347306,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027348268,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027348700,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027349301,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027349899,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027350474,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027351048,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027438806,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027439498,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027439952,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027440574,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027494388,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667025720671\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u5e73\\u53f0\\u5546\\u54c1ID\",\"id\":\"1667025747702\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667025759601\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b0:\\u666e\\u901a\\u5546\\u54c1\\uff0c1\\uff1a\\u5361\\u5bc6\\uff0c2\\uff1a\\u4f18\\u60e0\\u5238\\uff0c3\\uff1a\\u865a\\u62df\\u5546\\u54c1\",\"id\":\"1667025777172\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"relation_id\",\"type\":\"number\",\"trip\":\"\\u5173\\u8054\\u95e8\\u5e97\\u3001\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1667025790892\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237Id(0\\u4e3a\\u603b\\u540e\\u53f0\\u7ba1\\u7406\\u5458\\u521b\\u5efa,\\u4e0d\\u4e3a0\\u7684\\u65f6\\u5019\\u662f\\u5546\\u6237\\u540e\\u53f0\\u521b\\u5efa)\",\"id\":\"1667025791558\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u56fe\\u7247\",\"id\":\"1667025791759\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_image\",\"type\":\"string\",\"trip\":\"\\u63a8\\u8350\\u56fe\",\"id\":\"1667025791933\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"slider_image\",\"type\":\"array\",\"trip\":\"\\u8f6e\\u64ad\\u56fe\",\"id\":\"1667025792109\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":\"1667025792284\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_info\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7b80\\u4ecb\",\"id\":\"1667025792449\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"keyword\",\"type\":\"string\",\"trip\":\"\\u5173\\u952e\\u5b57\",\"id\":\"1667025792634\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u7801\\uff08\\u4e00\\u7ef4\\u7801\\uff09\",\"id\":\"1667025792817\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cate_id\",\"type\":\"array\",\"trip\":\"\\u5206\\u7c7bid\",\"id\":\"1667025793001\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u4ef7\\u683c\",\"id\":\"1667025793185\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667025793360\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u5e02\\u573a\\u4ef7\",\"id\":\"1667025793544\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1667025793736\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u914d\\u9001\\u65b9\\u5f0f\",\"id\":\"1667025793929\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"freight\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u8bbe\\u7f6e\",\"id\":\"1667025794112\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"unit_name\",\"type\":\"string\",\"trip\":\"\\u5355\\u4f4d\\u540d\",\"id\":\"1667025794296\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sort\",\"type\":\"number\",\"trip\":\"\\u6392\\u5e8f\",\"id\":\"1667025794480\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667025794690\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667025794874\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_show\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\uff080\\uff1a\\u672a\\u4e0a\\u67b6\\uff0c1\\uff1a\\u4e0a\\u67b6\\uff09\",\"id\":\"1667025795067\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_hot\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u70ed\\u5356\",\"id\":\"1667025795267\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_benefit\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u60e0\",\"id\":\"1667025795460\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_best\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u7cbe\\u54c1\",\"id\":\"1667025795652\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_new\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u65b0\\u54c1\",\"id\":\"1667025795845\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667025796300\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_postage\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5305\\u90ae\",\"id\":\"1667026158049\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_verify\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5ba1\\u6838\\uff1a0\\u672a\\u5ba1\\u6838-1\\u672a\\u901a\\u8fc71:\\u901a\\u8fc7\",\"id\":\"1667026158242\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667026158435\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mer_use\",\"type\":\"number\",\"trip\":\"\\u5546\\u6237\\u662f\\u5426\\u4ee3\\u7406 0\\u4e0d\\u53ef\\u4ee3\\u74061\\u53ef\\u4ee3\\u7406\",\"id\":\"1667026158610\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"give_integral\",\"type\":\"number\",\"trip\":\"\\u83b7\\u5f97\\u79ef\\u5206\",\"id\":\"1667026158788\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667026158969\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_seckill\",\"type\":\"number\",\"trip\":\"\\u79d2\\u6740\\u72b6\\u6001 0 \\u672a\\u5f00\\u542f 1\\u5df2\\u5f00\\u542f\",\"id\":\"1667026159152\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_bargain\",\"type\":\"number\",\"trip\":\"\\u780d\\u4ef7\\u72b6\\u6001 0\\u672a\\u5f00\\u542f 1\\u5f00\\u542f\",\"id\":\"1667026159336\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_good\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f18\\u54c1\\u63a8\\u8350\",\"id\":\"1667026159504\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_sub\",\"type\":\"array\",\"trip\":\"\\u662f\\u5426\\u5355\\u72ec\\u5206\\u4f63\",\"id\":\"1667026159888\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667026160097\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ficti\",\"type\":\"number\",\"trip\":\"\\u865a\\u62df\\u9500\\u91cf\",\"id\":\"1667026160282\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"browse\",\"type\":\"number\",\"trip\":\"\\u6d4f\\u89c8\\u91cf\",\"id\":\"1667026160473\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code_path\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u4e8c\\u7ef4\\u7801\\u5730\\u5740(\\u7528\\u6237\\u5c0f\\u7a0b\\u5e8f\\u6d77\\u62a5)\",\"id\":\"1667026160832\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"soure_link\",\"type\":\"string\",\"trip\":\"\\u6dd8\\u5b9d\\u4eac\\u4e1c1688\\u7c7b\\u578b\",\"id\":\"1667026161024\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_link\",\"type\":\"string\",\"trip\":\"\\u4e3b\\u56fe\\u89c6\\u9891\\u94fe\\u63a5\",\"id\":\"1667026161217\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"temp_id\",\"type\":\"number\",\"trip\":\"\\u8fd0\\u8d39\\u6a21\\u677fID\",\"id\":\"1667026161419\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spec_type\",\"type\":\"number\",\"trip\":\"\\u89c4\\u683c 0\\u5355 1\\u591a\",\"id\":\"1667026161602\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity\",\"type\":\"array\",\"trip\":\"\\u6d3b\\u52a8\\u663e\\u793a\\u6392\\u5e8f1=\\u79d2\\u6740\\uff0c2=\\u780d\\u4ef7\\uff0c3=\\u62fc\\u56e2\",\"id\":\"1667026161794\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spu\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1SPU\",\"id\":\"1667026161970\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"label_id\",\"type\":\"array\",\"trip\":\"\\u6807\\u7b7eID\",\"id\":\"1667026162153\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"command_word\",\"type\":\"string\",\"trip\":\"\\u590d\\u5236\\u53e3\\u4ee4\",\"id\":\"1667026162328\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend_list\",\"type\":\"array\",\"trip\":\"\\u63a8\\u8350\\u4ea7\\u54c1\",\"id\":\"1667026162531\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_id\",\"type\":\"array\",\"trip\":\"\\u54c1\\u724cid\",\"id\":\"1667026162712\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brand_com\",\"type\":\"string\",\"trip\":\"\\u54c1\\u724c\\u7ec4\\u5408\",\"id\":\"1667026162889\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u7801\",\"id\":\"1667026163229\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_vip_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u4f1a\\u5458\\u4e13\\u5c5e\\u5546\\u54c1\",\"id\":\"1667026163439\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_presale_product\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9884\\u552e\\u5546\\u54c1\",\"id\":\"1667026761018\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_start_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u5f00\\u59cb\\u65f6\\u95f4\",\"id\":\"1667026761211\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_end_time\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u65f6\\u95f4\",\"id\":\"1667026761393\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_day\",\"type\":\"number\",\"trip\":\"\\u9884\\u552e\\u7ed3\\u675f\\u540e\\u51e0\\u5929\\u5185\\u53d1\\u8d27\",\"id\":\"1667026761578\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_on_time\",\"type\":\"string\",\"trip\":\"\\u81ea\\u52a8\\u4e0a\\u67b6\\u65f6\\u95f4\",\"id\":\"1667026761762\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"auto_off_time\",\"type\":\"string\",\"trip\":\"\\u81ea\\u52a8\\u4e0b\\u67b6\\u65f6\\u95f4\",\"id\":\"1667026761936\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667026762102\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_support_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u6301\\u9000\\u6b3e\",\"id\":\"1667026762278\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_label_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6807\\u7b7eiDS\",\"id\":\"1667026762451\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ensure_id\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4fdd\\u969c\\u670d\\u52a1ids\",\"id\":\"1667026762628\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u53c2\\u6570\",\"id\":\"1667026762795\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"specs_id\",\"type\":\"number\",\"trip\":\"\\u53c2\\u6570\\u6a21\\u7248ID\",\"id\":\"1667026762970\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_limit\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u9650\\u8d2d\",\"id\":\"1667026763144\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_type\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u7c7b\\u578b1\\u5355\\u6b21\\u9650\\u8d2d2\\u6c38\\u4e45\\u9650\\u8d2d\",\"id\":\"1667026763318\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"limit_num\",\"type\":\"number\",\"trip\":\"\\u9650\\u8d2d\\u6570\\u91cf\",\"id\":\"1667026763484\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refusal\",\"type\":\"string\",\"trip\":\"\\u5ba1\\u6838\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":\"1667026763661\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupons\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u4f18\\u60e0\\u5377\",\"id\":\"1667026763817\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"recommend\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u63a8\\u8350 is_best:\\u7cbe\\u54c1 is_new:\\u65b0\\u54c1 is_hot:\\u70ed\\u5356 is_good:\\u4f18\\u54c1 is_benefit:\\u4fc3\\u9500\",\"id\":\"1667026763992\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"video_open\",\"type\":\"boolean\",\"trip\":\"\\u662f\\u5426\\u5f00\\u542f\\u89c6\\u9891\",\"id\":\"1667026764185\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"presale_time\",\"type\":\"array\",\"trip\":\"\\u9884\\u552e\\u65f6\\u95f4\",\"id\":\"1667027040708\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"description\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u8be6\\u60c5\",\"id\":\"1667027040899\",\"parentId\":\"row_885\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u89c4\\u5219\",\"id\":\"1667027041145\",\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1667027123870,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027138736,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027139026,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027139384,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":1667027123870,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027138736,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027139026,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027139384,\"parentId\":1667027041145,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u89c4\\u5219\\u540d\\u79f0\",\"id\":\"1667027123870\",\"parentId\":\"1667027041145\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detailValue\",\"type\":\"string\",\"trip\":\"\",\"id\":\"1667027138736\",\"parentId\":\"1667027041145\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrHidden\",\"type\":\"string\",\"trip\":\"\",\"id\":\"1667027139026\",\"parentId\":\"1667027041145\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":\"1667027139384\",\"parentId\":\"1667027041145\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrs\",\"type\":\"array\",\"trip\":\"\\u591a\\u89c4\\u683c\",\"id\":\"1667027079306\",\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027162415,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027162892,\"parentId\":1667027079306,\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027163396,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027163760,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027165276,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027165680,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027166224,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027166618,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027263943,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027264398,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027264937,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027307291,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308211,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308919,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027162415,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":1667027162892,\"parentId\":1667027079306,\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027163396,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027163760,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027165276,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027165680,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027166224,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027166618,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027263943,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027264398,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027264937,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027307291,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308211,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027308919,\"parentId\":1667027079306,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"value1\",\"type\":\"string\",\"trip\":\"\",\"id\":\"1667027162415\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"detail\",\"type\":\"array\",\"trip\":\"\",\"id\":\"1667027162892\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":1667027184885,\"parentId\":1667027162892,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"\\u89c4\\u683c\",\"type\":\"string\",\"trip\":\"\",\"id\":\"1667027184885\",\"parentId\":\"1667027162892\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":\"1667027163396\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":\"1667027163760\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667027165276\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":\"1667027165680\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":\"1667027166224\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667027166618\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":\"1667027263943\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":\"1667027264398\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":\"1667027264937\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":\"1667027307291\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1667027308211\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1667027308919\",\"parentId\":\"1667027079306\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attr\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\",\"id\":\"1667027079621\",\"parentId\":\"row_885\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027347306,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027348268,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027348700,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027349301,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027349899,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027350474,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027351048,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027438806,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027439498,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027439952,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027440574,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027494388,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1667027347306,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1667027348268,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667027348700,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":1667027349301,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":1667027349899,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667027350474,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":1667027351048,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":1667027438806,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":1667027439498,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027439952,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":1667027440574,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":1667027494388,\"parentId\":1667027079621,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":\"1667027347306\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"number\",\"trip\":\"\\u552e\\u4ef7\",\"id\":\"1667027348268\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cost\",\"type\":\"number\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667027348700\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ot_price\",\"type\":\"number\",\"trip\":\"\\u539f\\u4ef7\",\"id\":\"1667027349301\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4e13\\u4eab\\u4ef7\",\"id\":\"1667027349899\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667027350474\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"bar_code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u6761\\u5f62\\u7801\",\"id\":\"1667027351048\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"weight\",\"type\":\"number\",\"trip\":\"\\u91cd\\u91cf\\uff08KG)\",\"id\":\"1667027438806\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"volume\",\"type\":\"number\",\"trip\":\"\\u4f53\\u79ef(m\\u00b3)\",\"id\":\"1667027439498\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage\",\"type\":\"number\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1667027439952\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"brokerage_two\",\"type\":\"number\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\",\"id\":\"1667027440574\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u7f16\\u53f7\",\"id\":\"1667027494388\",\"parentId\":\"1667027079621\",\"_X_CHILD\":[],\"children\":[]}]', '/product/1', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"id\": 78,\n \"image\": \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"slider_image\": [\n \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/6fc4a434065f9b20da5d68e2b7915069.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/1d6a58df8f136925bffa326b22a59d1a.jpg\",\n \"https://data44.wuht.net//uploads/attach/2022/01/15/80475fb57727e34049b902efa8bcdf4f.jpg\"\n ],\n \"store_name\": \"美的Midea电磁炉 旋控调节火力 C22-RX22H0107\",\n \"store_info\": \"美的xxxxx\",\n \"keyword\": \"电磁炉 美的\",\n \"bar_code\": \"\",\n \"cate_id\": [\n 4,\n 8\n ],\n \"price\": \"100.00\",\n \"ot_price\": \"80.00\",\n \"postage\": \"0.00\",\n \"unit_name\": \"件\",\n \"sort\": 0,\n \"is_show\": 1,\n \"cost\": \"90.00\",\n \"spec_type\": 1,\n \"spu\": \"9752575478640\",\n \"freight\": 3,\n \"is_vip\": 0,\n \"vip_price\": \"9.00\",\n \"is_limit\": 0,\n \"limit_type\": 0,\n \"limit_num\": 0,\n \"give_integral\": 0,\n \"cate_name\": \"精品发卡,品牌电脑\",\n \"description\": \"<p>详情</p>\",\n \"items\": [\n {\n \"value\": \"锅型\",\n \"detail\": [\n \"大面版\",\n \"火锅必备\"\n ]\n },\n {\n \"value\": \"尺寸\",\n \"detail\": [\n \"30寸\",\n \"33寸\"\n ]\n }\n ],\n \"attrs\": [\n {\n \"value1\": \"大面版\",\n \"value2\": \"30寸\",\n \"detail\": {\n \"锅型\": \"大面版\",\n \"尺寸\": \"30寸\"\n },\n \"pic\": \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"vip_price\": \"9.00\",\n \"bar_code\": \"MD-01\",\n \"weight\": \"21.00\",\n \"volume\": \"3.00\",\n \"brokerage\": \"0.00\",\n \"brokerage_two\": \"0.00\"\n },\n {\n \"value1\": \"大面版\",\n \"value2\": \"33寸\",\n \"detail\": {\n \"锅型\": \"大面版\",\n \"尺寸\": \"33寸\"\n },\n \"pic\": \"https://data44.wuht.net//uploads/attach/2022/01/15/f391b023d240b73f13fe0f5d08250884.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"vip_price\": \"11.00\",\n \"bar_code\": \"MD-02\",\n \"weight\": \"22.00\",\n \"volume\": \"3.00\",\n \"brokerage\": \"0.00\",\n \"brokerage_two\": \"0.00\"\n },\n {\n \"value1\": \"火锅必备\",\n \"value2\": \"30寸\",\n \"detail\": {\n \"锅型\": \"火锅必备\",\n \"尺寸\": \"30寸\"\n },\n \"pic\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"vip_price\": \"12.00\",\n \"bar_code\": \"MD-03\",\n \"weight\": \"23.00\",\n \"volume\": \"3.00\",\n \"brokerage\": \"0.00\",\n \"brokerage_two\": \"0.00\"\n },\n {\n \"value1\": \"火锅必备\",\n \"value2\": \"33寸\",\n \"detail\": {\n \"锅型\": \"火锅必备\",\n \"尺寸\": \"33寸\"\n },\n \"pic\": \"http://www.crmebstd450.test/uploads/attach/2022/06/20220625/b4d26d8fa71a7b35ad9dfe94b7956a58.jpg\",\n \"price\": \"100.00\",\n \"cost\": \"90.00\",\n \"ot_price\": \"80.00\",\n \"vip_price\": \"13.00\",\n \"bar_code\": \"MD-04\",\n \"weight\": \"24.00\",\n \"volume\": \"3.00\",\n \"brokerage\": \"0.00\",\n \"brokerage_two\": \"0.00\"\n }\n ]\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(28, 0, 0, '订单相关', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(29, 28, 1, '订单列表', '获取订单列表', 'get', '/order/list', '[{\"attribute\":\"page\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u5206\\u9875\",\"id\":\"row_2964\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"limit\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u6761\\u6570\",\"id\":\"row_2971\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001: 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"row_2978\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355ID|\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"row_2985\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f: 1\\u5fae\\u4fe1 2\\u4f59\\u989d 3\\u7ebf\\u4e0b 4\\u652f\\u4ed8\\u5b9d\",\"id\":\"row_2992\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4 2022\\/07\\/12 00:00:00-2022\\/08\\/17 00:00:00\",\"id\":\"row_2999\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8:1\\u5df2\\u652f\\u4ed8 0\\u672a\\u652f\\u4ed8\",\"id\":\"row_3006\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"field_key\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\",\"id\":\"row_2271\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\",\"id\":\"row_2278\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"plat_type\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\",\"id\":\"row_2285\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\",\"id\":\"row_2292\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\",\"id\":\"row_2299\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_3013\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_3020\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_3027\",\"_X_ROW_CHILD\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u6570\\u636e\",\"id\":1665998356462,\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665998387231,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665998387347,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665998387507,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":1665998387641,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665998387801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665998387989,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665998388135,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665998388311,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665998388469,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665998388614,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665998388788,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665998388948,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665998389121,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665998389281,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665998389455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":1665998389615,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665998389801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":1665998389962,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665998390163,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":1665998390322,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1665998390455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1665998390642,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1665998390815,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1665998390975,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1665998391190,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665998387231,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665998387347,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665998387507,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":1665998387641,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665998387801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665998387989,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665998388135,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665998388311,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665998388469,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665998388614,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665998388788,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665998388948,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665998389121,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665998389281,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665998389455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":1665998389615,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665998389801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":1665998389962,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665998390163,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":1665998390322,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1665998390455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1665998390642,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1665998390815,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1665998390975,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1665998391190,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":1665998358704,\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u6570\\u636e\",\"id\":\"1665998356462\",\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665998387231,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665998387347,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665998387507,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":1665998387641,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665998387801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665998387989,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665998388135,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665998388311,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665998388469,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665998388614,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665998388788,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665998388948,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665998389121,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665998389281,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665998389455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":1665998389615,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665998389801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":1665998389962,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665998390163,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":1665998390322,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1665998390455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1665998390642,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1665998390815,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1665998390975,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1665998391190,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1665998358704\",\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u6570\\u636e\",\"id\":\"1665998356462\",\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665998387231,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665998387347,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665998387507,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":1665998387641,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665998387801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665998387989,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665998388135,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665998388311,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665998388469,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665998388614,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665998388788,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665998388948,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665998389121,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665998389281,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665998389455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":1665998389615,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665998389801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":1665998389962,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665998390163,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":1665998390322,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1665998390455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1665998390642,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1665998390815,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1665998390975,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1665998391190,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1665998358704\",\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u6570\\u636e\",\"id\":\"1665998356462\",\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665998387231,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665998387347,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665998387507,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":1665998387641,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665998387801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665998387989,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665998388135,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665998388311,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665998388469,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665998388614,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665998388788,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665998388948,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665998389121,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665998389281,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665998389455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":1665998389615,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665998389801,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":1665998389962,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665998390163,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":1665998390322,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1665998390455,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1665998390642,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1665998390815,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1665998390975,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1665998391190,\"parentId\":1665998356462,\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665998387231\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665998387347\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665998387507\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u6d41\\u6c34\\u53f7\",\"id\":\"1665998387641\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665998387801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665998387989\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665998388135\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665998388311\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665998388469\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665998388614\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665998388788\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665998388948\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665998389121\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665998389281\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665998389455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1665998389615\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665998389801\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\",\"id\":\"1665998389962\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665998390163\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u53d1\\u8d27 1\\u5df2\\u53d1\\u8d27 2\\u5df2\\u6536\\u8d27 3\\u5df2\\u5b8c\\u6210 -2\\u5df2\\u9000\\u6b3e\",\"id\":\"1665998390322\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1665998390455\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1665998390642\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1665998390815\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1665998390975\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1665998391190\",\"parentId\":\"1665998356462\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1665998623612,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1665998623796,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1665998623995,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1665998624155,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1665998624329,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1665998624515,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1665998628959,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1665998629128,\"parentId\":1665998391190,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1665998358704\",\"parentId\":\"row_3027\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/order/list?status=1&real_name=张三&pay_type=1&data=2022/07/12 00:00:00-2022/08/17 00:00:00&paid=1&page=1&limit=20', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"list\": [\n {\n \"id\": 30,\n \"pid\": 0,\n \"order_id\": \"wx273504055794335744\",\n \"trade_no\": \"\",\n \"uid\": 2,\n \"freight_price\": \"0.00\",\n \"real_name\": \"张三\",\n \"user_phone\": \"18354876351\",\n \"user_address\": \"福建省 宁德市 福安市 测试\",\n \"total_num\": 1,\n \"total_price\": \"25.90\",\n \"total_postage\": \"0.00\",\n \"pay_price\": \"25.90\",\n \"coupon_price\": \"0.00\",\n \"deduction_price\": \"0.00\",\n \"paid\": 1,\n \"pay_time\": 1656494848,\n \"pay_type\": \"yue\",\n \"add_time\": 1656494848,\n \"status\": -2,\n \"delivery_name\": \"\",\n \"delivery_code\": \"\",\n \"delivery_id\": \"\",\n \"pay_type_name\": \"余额支付\",\n \"items\": [\n {\n \"cart_id\": 2273504044117393400,\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"suk\": \"卡通布艺\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"price\": \"25.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 1\n }\n ]\n },\n {\n \"id\": 29,\n \"pid\": 20,\n \"order_id\": \"wx273477746087165952\",\n \"trade_no\": \"\",\n \"uid\": 2,\n \"freight_price\": \"0.00\",\n \"real_name\": \"张三\",\n \"user_phone\": \"18354876351\",\n \"user_address\": \"福建省 宁德市 福安市 测试\",\n \"total_num\": 3,\n \"total_price\": \"77.70\",\n \"total_postage\": \"0.00\",\n \"pay_price\": \"77.70\",\n \"coupon_price\": \"0.00\",\n \"deduction_price\": \"0.00\",\n \"paid\": 1,\n \"pay_time\": 1656407739,\n \"pay_type\": \"yue\",\n \"add_time\": 1656488575,\n \"status\": 0,\n \"delivery_name\": \"\",\n \"delivery_code\": \"\",\n \"delivery_id\": \"\",\n \"pay_type_name\": \"余额支付\",\n \"items\": [\n {\n \"cart_id\": 273477746112331780,\n \"store_name\": \"优家UPLUS ins风简约无痕发夹金属一字夹4个装金色+银色 刘海边夹前额一字发卡碎发夹卡子夹子分发夹)\",\n \"suk\": \"无痕金属发夹 4个装\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/8a2d668e1b8fde3ed9422c242eedbb32.jpg\",\n \"price\": \"29.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 0\n },\n {\n \"cart_id\": 273477746108137470,\n \"store_name\": \"优家UPLUS ins风简约无痕发夹金属一字夹4个装金色+银色 刘海边夹前额一字发卡碎发夹卡子夹子分发夹)\",\n \"suk\": \"水钻一字夹6件套 银色\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/8a2d668e1b8fde3ed9422c242eedbb32.jpg\",\n \"price\": \"23.90\",\n \"cart_num\": 2,\n \"surplus_num\": 0,\n \"refund_num\": 0\n }\n ]\n },\n {\n \"id\": 28,\n \"pid\": 20,\n \"order_id\": \"wx273477745973919744\",\n \"trade_no\": \"\",\n \"uid\": 2,\n \"freight_price\": \"0.00\",\n \"real_name\": \"张三\",\n \"user_phone\": \"18354876351\",\n \"user_address\": \"福建省 宁德市 福安市 测试\",\n \"total_num\": 1,\n \"total_price\": \"29.90\",\n \"total_postage\": \"0.00\",\n \"pay_price\": \"29.90\",\n \"coupon_price\": \"0.00\",\n \"deduction_price\": \"0.00\",\n \"paid\": 1,\n \"pay_time\": 1656407739,\n \"pay_type\": \"yue\",\n \"add_time\": 1656488575,\n \"status\": 1,\n \"delivery_name\": \"泰捷达国际物流\",\n \"delivery_code\": \"ztjieda\",\n \"delivery_id\": \"TJ444\",\n \"pay_type_name\": \"余额支付\",\n \"items\": [\n {\n \"cart_id\": 273477746041028600,\n \"store_name\": \"优家UPLUS ins风简约无痕发夹金属一字夹4个装金色+银色 刘海边夹前额一字发卡碎发夹卡子夹子分发夹)\",\n \"suk\": \"无痕金属发夹 4个装\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/8a2d668e1b8fde3ed9422c242eedbb32.jpg\",\n \"price\": \"29.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 0\n }\n ]\n },\n {\n \"id\": 26,\n \"pid\": 14,\n \"order_id\": \"wx273423259360296960\",\n \"trade_no\": \"\",\n \"uid\": 2,\n \"freight_price\": \"0.00\",\n \"real_name\": \"张三\",\n \"user_phone\": \"18354876351\",\n \"user_address\": \"福建省 宁德市 福安市 测试\",\n \"total_num\": 1,\n \"total_price\": \"22.90\",\n \"total_postage\": \"0.00\",\n \"pay_price\": \"22.90\",\n \"coupon_price\": \"0.00\",\n \"deduction_price\": \"0.00\",\n \"paid\": 1,\n \"pay_time\": 1656404021,\n \"pay_type\": \"yue\",\n \"add_time\": 1656475584,\n \"status\": 1,\n \"delivery_name\": \"顺丰快运\",\n \"delivery_code\": \"shunfengkuaiyun\",\n \"delivery_id\": \"SF555\",\n \"pay_type_name\": \"余额支付\",\n \"items\": [\n {\n \"cart_id\": 273423259398045700,\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"suk\": \"水果+雏菊\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"price\": \"22.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 1\n }\n ]\n }\n ],\n \"count\": 25\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(30, 28, 1, '订单详情', '根据订单id获取订单详情', 'get', '/order/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_3700\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_3716\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_3723\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665999858022,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665999858179,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665999858338,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u4ea4\\u6613\\u6d41\\u6c34\\u53f7\",\"id\":1665999858500,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665999858660,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665999858808,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665999858953,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665999859114,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665999859273,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665999859405,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665999859565,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665999859741,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665999859885,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665999860060,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665999860219,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001 1\\u652f\\u4ed8 0\\u672a\\u652f\\u4ed8\",\"id\":1665999860393,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665999860525,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f 1\\u5fae\\u4fe1 2\\u4f59\\u989d 3\\u7ebf\\u4e0b 4\\u652f\\u4ed8\\u5b9d\",\"id\":1665999860699,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665999860859,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1\\u5feb\\u9012 2\\u95e8\\u5e97\",\"id\":1665999861027,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u652f\\u4ed8 1\\u672a\\u53d1\\u8d27 2\\u5f85\\u6536\\u8d27 3\\u5f85\\u8bc4\\u4ef7 4\\u4ea4\\u6613\\u5b8c\\u6210\",\"id\":1665999861345,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001 0\\u672a\\u9000\\u6b3e 1\\u7533\\u8bf7\\u4e2d 2\\u5df2\\u9000\\u6b3e\",\"id\":1666001289583,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1666001289787,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1666001289934,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1666001290095,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"string\",\"trip\":\"\\u53d1\\u8d27\\u7c7b\\u578b\",\"id\":1666001290241,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4f7f\\u7528\",\"id\":1666001290388,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"back_integral\",\"type\":\"string\",\"trip\":\"\\u56de\\u9000\\u79ef\\u5206\",\"id\":1666001290696,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1666001290868,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1666001291196,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5546\\u54c1\\u4f18\\u60e0\",\"id\":1666001296656,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"array\",\"trip\":\"\\u53d1\\u7968\",\"id\":1666001296788,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":1666001412405,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":1666001412576,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":1666001412749,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":1666001412910,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":1666001413096,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":1666001413270,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":1666001413430,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":1666001413590,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":1666001413760,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":1666001413923,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":1666001496165,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1666001496379,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":1666001496524,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":1666001496684,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":1666001556276,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":1666001556459,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":1666001613687,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":1666001412405,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":1666001412576,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":1666001412749,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":1666001412910,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":1666001413096,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":1666001413270,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":1666001413430,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":1666001413590,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":1666001413760,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":1666001413923,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":1666001496165,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1666001496379,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":1666001496524,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":1666001496684,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":1666001556276,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":1666001556459,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":1666001613687,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666001296961,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001645821,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001646007,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001646172,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001646327,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001646487,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001646647,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001646794,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001646972,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001645821,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001646007,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001646172,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001646327,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001646487,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001646647,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001646794,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001646972,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1665999858022,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":1665999858179,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":1665999858338,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u4ea4\\u6613\\u6d41\\u6c34\\u53f7\",\"id\":1665999858500,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1665999858660,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":1665999858808,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1665999858953,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1665999859114,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1665999859273,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1665999859405,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":1665999859565,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":1665999859741,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1665999859885,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1665999860060,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":1665999860219,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001 1\\u652f\\u4ed8 0\\u672a\\u652f\\u4ed8\",\"id\":1665999860393,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1665999860525,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f 1\\u5fae\\u4fe1 2\\u4f59\\u989d 3\\u7ebf\\u4e0b 4\\u652f\\u4ed8\\u5b9d\",\"id\":1665999860699,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":1665999860859,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1\\u5feb\\u9012 2\\u95e8\\u5e97\",\"id\":1665999861027,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u652f\\u4ed8 1\\u672a\\u53d1\\u8d27 2\\u5f85\\u6536\\u8d27 3\\u5f85\\u8bc4\\u4ef7 4\\u4ea4\\u6613\\u5b8c\\u6210\",\"id\":1665999861345,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001 0\\u672a\\u9000\\u6b3e 1\\u7533\\u8bf7\\u4e2d 2\\u5df2\\u9000\\u6b3e\",\"id\":1666001289583,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":1666001289787,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1666001289934,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":1666001290095,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"string\",\"trip\":\"\\u53d1\\u8d27\\u7c7b\\u578b\",\"id\":1666001290241,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4f7f\\u7528\",\"id\":1666001290388,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"back_integral\",\"type\":\"string\",\"trip\":\"\\u56de\\u9000\\u79ef\\u5206\",\"id\":1666001290696,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1666001290868,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1666001291196,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5546\\u54c1\\u4f18\\u60e0\",\"id\":1666001296656,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"array\",\"trip\":\"\\u53d1\\u7968\",\"id\":1666001296788,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":1666001412405,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":1666001412576,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":1666001412749,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":1666001412910,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":1666001413096,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":1666001413270,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":1666001413430,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":1666001413590,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":1666001413760,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":1666001413923,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":1666001496165,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1666001496379,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":1666001496524,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":1666001496684,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":1666001556276,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":1666001556459,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":1666001613687,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":1666001412405,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":1666001412576,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":1666001412749,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":1666001412910,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":1666001413096,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":1666001413270,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":1666001413430,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":1666001413590,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":1666001413760,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":1666001413923,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":1666001496165,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1666001496379,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":1666001496524,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":1666001496684,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":1666001556276,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":1666001556459,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":1666001613687,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666001296961,\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001645821,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001646007,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001646172,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001646327,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001646487,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001646647,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001646794,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001646972,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001645821,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001646007,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001646172,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001646327,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001646487,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001646647,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001646794,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001646972,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1665999858022\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pid\",\"type\":\"number\",\"trip\":\"\\u7236\\u7c7b\\u8ba2\\u5355ID\",\"id\":\"1665999858179\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u53f7\",\"id\":\"1665999858338\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"trade_no\",\"type\":\"string\",\"trip\":\"\\u4ea4\\u6613\\u6d41\\u6c34\\u53f7\",\"id\":\"1665999858500\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1665999858660\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"freight_price\",\"type\":\"string\",\"trip\":\"\\u8fd0\\u8d39\\u91d1\\u989d\",\"id\":\"1665999858808\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1665999858953\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1665999859114\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1665999859273\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1665999859405\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1665999859565\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_postage\",\"type\":\"string\",\"trip\":\"\\u90ae\\u8d39\",\"id\":\"1665999859741\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1665999859885\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1665999860060\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1665999860219\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001 1\\u652f\\u4ed8 0\\u672a\\u652f\\u4ed8\",\"id\":\"1665999860393\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1665999860525\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f 1\\u5fae\\u4fe1 2\\u4f59\\u989d 3\\u7ebf\\u4e0b 4\\u652f\\u4ed8\\u5b9d\",\"id\":\"1665999860699\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u4e0b\\u5355\\u65f6\\u95f4\",\"id\":\"1665999860859\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1\\u5feb\\u9012 2\\u95e8\\u5e97\",\"id\":\"1665999861027\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001 0\\u672a\\u652f\\u4ed8 1\\u672a\\u53d1\\u8d27 2\\u5f85\\u6536\\u8d27 3\\u5f85\\u8bc4\\u4ef7 4\\u4ea4\\u6613\\u5b8c\\u6210\",\"id\":\"1665999861345\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001 0\\u672a\\u9000\\u6b3e 1\\u7533\\u8bf7\\u4e2d 2\\u5df2\\u9000\\u6b3e\",\"id\":\"1666001289583\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u540d\\u79f0\\/\\u9001\\u8d27\\u4eba\\u59d3\\u540d\",\"id\":\"1666001289787\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1666001289934\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\\/\\u624b\\u673a\\u53f7\",\"id\":\"1666001290095\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_type\",\"type\":\"string\",\"trip\":\"\\u53d1\\u8d27\\u7c7b\\u578b\",\"id\":\"1666001290241\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4f7f\\u7528\",\"id\":\"1666001290388\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"back_integral\",\"type\":\"string\",\"trip\":\"\\u56de\\u9000\\u79ef\\u5206\",\"id\":\"1666001290696\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":\"1666001290868\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\\u540d\\u79f0\",\"id\":\"1666001291196\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5546\\u54c1\\u4f18\\u60e0\",\"id\":\"1666001296656\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"array\",\"trip\":\"\\u53d1\\u7968\",\"id\":\"1666001296788\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":1666001412405,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":1666001412576,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":1666001412749,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":1666001412910,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":1666001413096,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":1666001413270,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":1666001413430,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":1666001413590,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":1666001413760,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":1666001413923,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":1666001496165,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1666001496379,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":1666001496524,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":1666001496684,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":1666001556276,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":1666001556459,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":1666001613687,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":1666001412405,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":1666001412576,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":1666001412749,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":1666001412910,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":1666001413096,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":1666001413270,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":1666001413430,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":1666001413590,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":1666001413760,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":1666001413923,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":1666001496165,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1666001496379,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":1666001496524,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":1666001496684,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":1666001556276,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":1666001556459,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":1666001613687,\"parentId\":1666001296788,\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"invoice_id\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968ID\",\"id\":\"1666001412405\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":\"1666001412576\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":\"1666001412749\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":\"1666001412910\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":\"1666001413096\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":\"1666001413270\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":\"1666001413430\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":\"1666001413590\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":\"1666001413760\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":\"1666001413923\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":\"1666001496165\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pay\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":\"1666001496379\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u9000\\u6b3e\",\"id\":\"1666001496524\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968\",\"id\":\"1666001496684\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":\"1666001556276\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1666001556459\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_time\",\"type\":\"number\",\"trip\":\"\\u5f00\\u7968\\u65f6\\u95f4\",\"id\":\"1666001613687\",\"parentId\":\"1666001296788\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1666001296961\",\"parentId\":\"row_3730\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001645821,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001646007,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001646172,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001646327,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001646487,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001646647,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001646794,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001646972,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001645821,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001646007,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001646172,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001646327,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001646487,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001646647,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001646794,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001646972,\"parentId\":1666001296961,\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":\"1666001645821\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":\"1666001646007\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":\"1666001646172\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":\"1666001646327\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":\"1666001646487\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":\"1666001646647\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":\"1666001646794\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":\"1666001646972\",\"parentId\":\"1666001296961\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/wx273866852013178880', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"id\": 25,\n \"pid\": 0,\n \"order_id\": \"wx273148789135507456\",\n \"trade_no\": \"\",\n \"uid\": 2,\n \"freight_price\": \"0.00\",\n \"real_name\": \"张三\",\n \"user_phone\": \"18354876351\",\n \"user_address\": \"福建省 宁德市 福安市 测试\",\n \"total_num\": 1,\n \"total_price\": \"25.90\",\n \"total_postage\": \"0.00\",\n \"pay_price\": \"25.90\",\n \"coupon_price\": \"0.00\",\n \"deduction_price\": \"0.00\",\n \"paid\": 1,\n \"pay_time\": 1656410146,\n \"pay_type\": \"yue\",\n \"add_time\": 1656410146,\n \"shipping_type\": 1,\n \"status\": 1,\n \"refund_status\": 0,\n \"delivery_name\": \"泰捷达国际物流\",\n \"delivery_code\": \"ztjieda\",\n \"delivery_id\": \"28\",\n \"delivery_type\": \"express\",\n \"use_integral\": \"0.00\",\n \"back_integral\": \"0.00\",\n \"invoice\": {\n \"invoice_id\": 1,\n \"header_type\": 1,\n \"type\": 1,\n \"name\": \"西巴尔\",\n \"duty_number\": \"ssdh\",\n \"drawer_phone\": \"15289381074\",\n \"email\": \"123@qq.com\",\n \"tell\": \"4001162626\",\n \"address\": \"注册地址\",\n \"bank\": \"开户行\",\n \"card_number\": \"62242419955121501\",\n \"is_pay\": 1,\n \"is_refund\": 0,\n \"is_invoice\": 1,\n \"invoice_number\": \"33333333\",\n \"remark\": \"remark222\",\n \"invoice_time\": 1656476718\n },\n \"items\": [\n {\n \"cart_id\": 2273148592808525800,\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"suk\": \"卡通布艺\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"price\": \"25.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 0\n }\n ],\n \"pay_type_name\": \"余额支付\",\n \"status_name\": \"待收货\",\n \"vip_true_price\": \"0.00\"\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(31, 28, 1, '订单未发货商品列表', '获取订单可拆分商品列表', 'get', '/order/split_cart_info/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx275230594223308800\",\"id\":\"row_4124\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4131\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4138\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_4145\",\"_X_ROW_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001805091,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001805597,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001805930,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001806238,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001806681,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001807023,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001807356,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001807703,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1666001805091,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666001805597,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666001805930,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666001806238,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666001806681,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":1666001807023,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":1666001807356,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":1666001807703,\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cart_id\",\"type\":\"string\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":\"1666001805091\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":\"1666001805597\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":\"1666001805930\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":\"1666001806238\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":\"1666001806681\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u8d2d\\u4e70\\u6570\\u91cf\",\"id\":\"1666001807023\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"surplus_num\",\"type\":\"number\",\"trip\":\"\\u62c6\\u5206\\u540e\\u5269\\u4f59\\u6570\\u91cf\",\"id\":\"1666001807356\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u6570\\u91cf\",\"id\":\"1666001807703\",\"parentId\":\"row_4145\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/split_cart_info/wx275230594223308800', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": [\n {\n \"cart_id\": 12,\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"suk\": \"水果+雏菊\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"price\": \"22.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 0\n },\n {\n \"cart_id\": 13,\n \"store_name\": \"优家UPLUS ins风简约无痕发夹金属一字夹4个装金色+银色 刘海边夹前额一字发卡碎发夹卡子夹子分发夹)\",\n \"suk\": \"无痕金属发夹 4个装\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/8a2d668e1b8fde3ed9422c242eedbb32.jpg\",\n \"price\": \"29.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 0\n },\n {\n \"cart_id\": 11,\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"suk\": \"卡通布艺\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"price\": \"25.90\",\n \"cart_num\": 1,\n \"surplus_num\": 0,\n \"refund_num\": 0\n }\n ]\n}', '[]', 0),
(32, 28, 1, '快递公司', '发货获取快递公司', 'get', '/order/express_list', '[]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4203\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4210\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_4217\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666001939800,\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u540d\\u79f0\",\"id\":1666001939958,\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1666001940148,\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666001939800,\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u540d\\u79f0\",\"id\":1666001939958,\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":1666001940148,\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666001939800\",\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"value\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u540d\\u79f0\",\"id\":\"1666001939958\",\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"code\",\"type\":\"string\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"1666001940148\",\"parentId\":\"row_4217\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/express_list', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": [\n {\n \"id\": 14,\n \"value\": \"宅急送\",\n \"code\": \"zhaijisong\"\n },\n {\n \"id\": 85,\n \"value\": \"顺丰快运\",\n \"code\": \"shunfengkuaiyun\"\n }\n ]\n}', '[]', 0),
(33, 28, 1, '订单收货', '根据订单号收货', 'put', '/order/receive/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_4245\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4252\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4259\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/receive/wx273866852013178880', '{\n \"status\": 200,\n \"msg\": \"收货成功\"\n}', '[]', 0),
(34, 28, 1, '订单发货', '根据订单id发货', 'put', '/order/delivery/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_4245\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u540d\\u79f0\",\"id\":\"row_4275\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"row_4282\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"row_4289\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4296\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4303\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/delivery/wx273866852013178880\n{\n \"delivery_name\": \"顺丰快运\",\n \"delivery_id\": \"SF5555:2356\",\n \"delivery_code\": \"shunfengkuaiyun\"\n}', '{\n \"status\": 200,\n \"msg\": \"收货成功\"\n}', '[]', 0),
(35, 28, 1, '订单拆单发货', '订单拆单发货', 'put', '/order/split_delivery/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_4245\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u540d\\u79f0\",\"id\":\"row_4275\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"row_4282\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"row_4289\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"cart_ids\",\"type\":\"array\",\"must\":\"1\",\"trip\":\"\\u53d1\\u8d27\\u5546\\u54c1\",\"id\":\"row_4349\",\"_X_ROW_CHILD\":[],\"children\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1667197495743,\"parentId\":\"row_4349\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6570\\u91cf\",\"id\":1667197496793,\"parentId\":\"row_4349\",\"_X_CHILD\":[],\"children\":[]}],\"_X_CHILD\":[{\"attribute\":\"cart_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":1667197495743,\"parentId\":\"row_4349\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6570\\u91cf\",\"id\":1667197496793,\"parentId\":\"row_4349\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"cart_id\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u8d2d\\u7269\\u8f66ID\",\"id\":\"1667197495743\",\"parentId\":\"row_4349\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"must\":\"1\",\"trip\":\"\\u6570\\u91cf\",\"id\":\"1667197496793\",\"parentId\":\"row_4349\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4296\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4303\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/order/split_delivery/wx273866852013178880\n{\n \"delivery_name\": \"顺丰快运\",\n \"delivery_id\": \"SF123123\",\n \"delivery_code\": \"shunfengkuaiyun\",\n \"cart_ids\": [\n {\n \"cart_id\": 14,\n \"cart_num\": 1\n }\n ]\n}', '{\n \"status\": 200,\n \"msg\": \"收货成功\"\n}', '[]', 0),
(36, 28, 1, '修改订单备注', '', 'put', '/order/remark/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_4245\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"row_4453\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4296\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4303\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/remark/wx273866852013178880\n{\n \"remark\": \"请尽快发货\"\n}', '{\n \"status\": 200,\n \"msg\": \"收货成功\"\n}', '[]', 0),
(37, 28, 1, '修改订单配送信息', '修改订单配送信息', 'put', '/order/distribution/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_4245\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_code\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u7f16\\u7801\",\"id\":\"row_4453\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_id\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"row_4514\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"delivery_name\",\"type\":\"string\",\"must\":\"1\",\"trip\":\"\\u5feb\\u9012\\u516c\\u53f8\\u540d\\u79f0\",\"id\":\"row_2409\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4296\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4303\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/order/distribution/wx273866852013178880\n{\n \"delivery_code\": \"shunfengkuaiyun\",\n \"delivery_id\": \"SF123123\"\n}', '{\n \"status\": 200,\n \"msg\": \"操作成功\"\n}', '[]', 0),
(38, 28, 1, '修改订单发票', '修改订单发票', 'put', '/order/invoice/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u8ba2\\u5355\\u53f7 wx273866852013178880\",\"id\":\"row_4551\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"header_type\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u62ac\\u5934\\u7c7b\\u578b 1\\u4e2a\\u4eba 2\\u4f01\\u4e1a\",\"id\":\"row_4558\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u53d1\\u7968\\u7c7b\\u578b 1\\u666e\\u901a 2\\u4e13\\u7528\",\"id\":\"row_4565\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"drawer_phone\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u624b\\u673a\\u53f7\",\"id\":\"row_4572\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"email\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5f00\\u7968\\u4eba\\u90ae\\u7bb1\",\"id\":\"row_4579\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"name\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u53d1\\u7968\\u62ac\\u5934\",\"id\":\"row_4586\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"duty_number\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u7a0e\\u53f7\",\"id\":\"row_4593\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"tell\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u6ce8\\u518c\\u7535\\u8bdd\",\"id\":\"row_4600\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"address\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u6ce8\\u518c\\u5730\\u5740\",\"id\":\"row_4607\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"bank\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5f00\\u6237\\u884c\",\"id\":\"row_4614\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"card_number\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u94f6\\u884c\\u5361\\u53f7\",\"id\":\"row_4621\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"row_4628\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4635\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4642\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/invoice/wx273866852013178880\n{\n \"header_type\": 1,\n \"type\": 1,\n \"drawer_phone\": \"152xxxxxx32\",\n \"email\": \"123@qq.com\",\n \"name\": \"测试发票\",\n \"duty_number\": \"\",\n \"tell\": \"4001162626\",\n \"address\": \"注册地址\",\n \"bank\": \"开户行\",\n \"card_number\": \"62242419955121501\",\n \"remark\": \"备注\"\n}', '{\n \"status\": 200,\n \"msg\": \"修改成功\"\n}', '[]', 0),
(39, 28, 1, '修改订单发票状态', '修改订单发票状态', 'put', '/order/invoice_status/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\" \\u8ba2\\u5355\\u53f7 wx272691290527760384\",\"id\":\"row_4652\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_invoice\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u662f\\u5426\\u5f00\\u7968 1\\u662f 0\\u5426\",\"id\":\"row_4659\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice_number\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5f00\\u7968\\u7968\\u53f7\",\"id\":\"row_4666\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"row_4673\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4680\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4687\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/order/invoice_status/wx272691290527760384\n{\n \"is_invoice\": 1,\n \"invoice_number\": \"33333333\",\n \"remark\": \"开票备注\"\n}', '{\n \"status\": 200,\n \"msg\": \"设置成功\"\n}', '[]', 0),
(40, 0, 0, '售后服务', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(41, 40, 1, '售后订单列表', '售后订单列表', 'GET', '/refund/list', '[{\"attribute\":\"page\",\"type\":\"number\",\"must\":\"0\",\"trip\":\" \\u5206\\u9875\",\"id\":\"row_4697\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"limit\",\"type\":\"number\",\"must\":\"0\",\"trip\":\" \\u6761\\u6570\",\"id\":\"row_4704\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u552e\\u540e\\u5355\\u53f7\",\"id\":\"row_4711\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"time\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4 2022\\/06\\/01-2022\\/06\\/29\",\"id\":\"row_4718\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u9000\\u6b3e\\u7c7b\\u578b 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"row_4725\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4732\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4739\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u6570\\u636e\",\"id\":1666002876034,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666002894953,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1666002895180,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1666002895312,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":1666002895489,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":1666002895632,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":1666002895792,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666002895941,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":1666002896115,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":1666002896286,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":1666002896432,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1666002896592,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":1666002896752,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002896926,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002897098,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":1666002897245,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":1666002897423,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":1666002897565,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":1666002897725,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pink_cancel\",\"type\":\"number\",\"trip\":\"\\u5426\\u62fc\\u56e2\\u81ea\\u52a8\\u53d6\\u6d88\",\"id\":1666002897885,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":1666003054800,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1666003054960,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1666003055133,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1666003055308,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1666003055507,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666003055803,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666002894953,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1666002895180,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1666002895312,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":1666002895489,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":1666002895632,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":1666002895792,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666002895941,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":1666002896115,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":1666002896286,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":1666002896432,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1666002896592,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":1666002896752,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002896926,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002897098,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":1666002897245,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":1666002897423,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":1666002897565,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":1666002897725,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pink_cancel\",\"type\":\"number\",\"trip\":\"\\u5426\\u62fc\\u56e2\\u81ea\\u52a8\\u53d6\\u6d88\",\"id\":1666002897885,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":1666003054800,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1666003054960,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1666003055133,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1666003055308,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1666003055507,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666003055803,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":1666002876686,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u6570\\u636e\",\"id\":\"1666002876034\",\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666002894953,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1666002895180,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1666002895312,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":1666002895489,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":1666002895632,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":1666002895792,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666002895941,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":1666002896115,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":1666002896286,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":1666002896432,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1666002896592,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":1666002896752,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002896926,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002897098,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":1666002897245,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":1666002897423,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":1666002897565,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":1666002897725,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pink_cancel\",\"type\":\"number\",\"trip\":\"\\u5426\\u62fc\\u56e2\\u81ea\\u52a8\\u53d6\\u6d88\",\"id\":1666002897885,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":1666003054800,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1666003054960,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1666003055133,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1666003055308,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1666003055507,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666003055803,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1667288047311,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1667288047660,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1667288047942,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":1667288048266,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":1667288048555,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667288048852,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":1667288049211,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":1667288049500,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":1667288049770,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1667288050086,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":1667288050445,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":1667288050952,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288051301,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1667288051731,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1667288052326,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":1667288052658,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288052997,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288053288,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1667288047311,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1667288047660,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1667288047942,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":1667288048266,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":1667288048555,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667288048852,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":1667288049211,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":1667288049500,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":1667288049770,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1667288050086,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":1667288050445,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":1667288050952,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288051301,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1667288051731,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1667288052326,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":1667288052658,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288052997,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288053288,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1666002876686\",\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}],\"_X_CHILD\":[{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u6570\\u636e\",\"id\":\"1666002876034\",\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666002894953,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1666002895180,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1666002895312,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":1666002895489,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":1666002895632,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":1666002895792,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666002895941,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":1666002896115,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":1666002896286,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":1666002896432,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1666002896592,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":1666002896752,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002896926,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002897098,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":1666002897245,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":1666002897423,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":1666002897565,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":1666002897725,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pink_cancel\",\"type\":\"number\",\"trip\":\"\\u5426\\u62fc\\u56e2\\u81ea\\u52a8\\u53d6\\u6d88\",\"id\":1666002897885,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":1666003054800,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1666003054960,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1666003055133,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1666003055308,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1666003055507,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666003055803,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1667288047311,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1667288047660,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1667288047942,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":1667288048266,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":1667288048555,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667288048852,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":1667288049211,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":1667288049500,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":1667288049770,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1667288050086,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":1667288050445,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":1667288050952,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288051301,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1667288051731,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1667288052326,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":1667288052658,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288052997,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288053288,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1667288047311,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1667288047660,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1667288047942,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":1667288048266,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":1667288048555,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667288048852,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":1667288049211,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":1667288049500,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":1667288049770,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1667288050086,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":1667288050445,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":1667288050952,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288051301,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1667288051731,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1667288052326,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":1667288052658,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288052997,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288053288,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1666002876686\",\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]},{\"attribute\":\"list\",\"type\":\"array\",\"trip\":\"\\u6570\\u636e\",\"id\":\"1666002876034\",\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":1666002894953,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1666002895180,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1666002895312,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":1666002895489,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":1666002895632,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":1666002895792,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666002895941,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":1666002896115,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":1666002896286,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":1666002896432,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1666002896592,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":1666002896752,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002896926,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666002897098,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":1666002897245,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":1666002897423,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":1666002897565,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":1666002897725,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pink_cancel\",\"type\":\"number\",\"trip\":\"\\u5426\\u62fc\\u56e2\\u81ea\\u52a8\\u53d6\\u6d88\",\"id\":1666002897885,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":1666003054800,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1666003054960,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1666003055133,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1666003055308,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1666003055507,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666003055803,\"parentId\":1666002876034,\"_X_ROW_CHILD\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003104961,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003105147,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003105297,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003105481,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003105600,\"parentId\":1666003055803,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1667288047311,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1667288047660,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1667288047942,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":1667288048266,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":1667288048555,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667288048852,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":1667288049211,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":1667288049500,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":1667288049770,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1667288050086,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":1667288050445,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":1667288050952,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288051301,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1667288051731,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1667288052326,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":1667288052658,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288052997,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288053288,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":1667288047311,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":1667288047660,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":1667288047942,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":1667288048266,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":1667288048555,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":1667288048852,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":1667288049211,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":1667288049500,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":1667288049770,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":1667288050086,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":1667288050445,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":1667288050952,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288051301,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":1667288051731,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":1667288052326,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":1667288052658,\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288052997,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":1667288053288,\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"id\",\"id\":\"1666002894953\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1666002895180\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1666002895312\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1666002895489\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1666002895632\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546ID\",\"id\":\"1666002895792\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1666002895941\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1666002896115\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896286\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1666002896432\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002896592\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1666002896752\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1666002896926\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1666002897098\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1666002897245\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1666002897423\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"number\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1666002897565\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1666002897725\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1666002897885\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1666003054800\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1666003054960\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1666003055133\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1666003055308\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1666003055507\",\"parentId\":\"1666002876034\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"avatar\",\"type\":\"string\",\"trip\":\"\\u5934\\u50cf\",\"id\":\"1667288047311\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u6635\\u79f0\",\"id\":\"1667288047660\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"phone\",\"type\":\"string\",\"trip\":\"\\u624b\\u673a\\u53f7\",\"id\":\"1667288047942\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"now_money\",\"type\":\"string\",\"trip\":\"\\u4f59\\u989d\",\"id\":\"1667288048266\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\",\"id\":\"1667288048555\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"delete_time\",\"type\":\"null\",\"trip\":\"\\u5220\\u9664\\u65f6\\u95f4\",\"id\":\"1667288048852\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"shipping_type\",\"type\":\"number\",\"trip\":\"\\u914d\\u9001\\u65b9\\u5f0f 1=\\u5feb\\u9012 \\uff0c2=\\u5230\\u5e97\\u81ea\\u63d0,3=\\u95e8\\u5e97\\u914d\\u9001\",\"id\":\"1667288049211\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\",\"id\":\"1667288049500\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_all_refund\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5168\\u90e8\\u9000\\u6b3e\",\"id\":\"1667288049770\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u652f\\u4ed8\",\"id\":\"1667288050086\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cartInfo\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667288050445\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1667288875032,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":1667288900801,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":1667288901063,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":1667288901282,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":1667288901483,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":1667288901693,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":1667288901894,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":1667288902095,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":1667288902306,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":1667288902542,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1667288902743,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":1667288902979,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":1667288903173,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":1667288903381,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288905710,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":1667288905920,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":1667288906112,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":1667288906305,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":1667288906514,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":1667288906691,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":1667289266910,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":1667289267356,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":1667289267584,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":1667289267977,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":1667289268196,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":1667289268398,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268598,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":1667289268818,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":1667289269019,\"parentId\":1667288050445,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667288875032\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667288900801\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667288901063\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667288901282\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667288901483\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667288901693\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667288901894\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667288902095\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667288902306\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667288902542\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667288902743\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667288902979\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667288903173\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667288903381\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667288905710\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667288905920\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667288906112\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667288906305\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667288906514\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667288906691\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667289266910\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667289267356\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667289267584\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667289267977\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667289268196\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667289268398\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667289268598\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667289268818\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667289269019\",\"parentId\":\"1667288050445\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u72b6\\u6001\",\"id\":\"1667288050952\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_info\",\"type\":\"array\",\"trip\":\"\",\"id\":\"1667288051301\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667288051731\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667288052326\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667288052658\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667288052997\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":1667288293035,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288293586,\"parentId\":1667288052997,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"pic\",\"type\":\"array\",\"trip\":\"\\u72b6\\u6001\\u56fe\\u7247\",\"id\":\"1667288293035\",\"parentId\":\"1667288052997\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"status_name\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":\"1667288293586\",\"parentId\":\"1667288052997\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\",\"id\":\"1667288053288\",\"parentId\":\"1666002876034\",\"_X_CHILD\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":1667288314989,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1667288315602,\"parentId\":1667288053288,\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"_type\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667288314989\",\"parentId\":\"1667288053288\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_title\",\"type\":\"string\",\"trip\":\"\\u72b6\\u6001\\u540d\\u79f0\",\"id\":\"1667288315602\",\"parentId\":\"1667288053288\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"count\",\"type\":\"number\",\"trip\":\"\\u603b\\u6761\\u6570\",\"id\":\"1666002876686\",\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/refund/list?page=1&limit=20&order_id=xxx&time=2022/06/01-2022/06/29&refund_type=1', '{\n \"status\": 200,\n \"msg\": \"success\",\n \"data\": {\n \"list\": [\n {\n \"id\": 2,\n \"store_order_id\": 10,\n \"uid\": 2,\n \"order_id\": \"272753574860029952\",\n \"refund_type\": 6,\n \"refund_num\": 1,\n \"refunded_price\": \"25.90\",\n \"refund_phone\": \"\",\n \"refund_express\": \"\",\n \"refund_express_name\": \"\",\n \"refund_explain\": \"1111\",\n \"refund_img\": [],\n \"refund_reason\": \"收货地址填错了\",\n \"refuse_reason\": \"\",\n \"remark\": \"culpa sint nulla reprehenderit amet\",\n \"refunded_time\": 1656315941,\n \"is_cancel\": 0,\n \"is_del\": 0,\n \"is_pink_cancel\": 0,\n \"add_time\": 1656315919,\n \"avatar\": \"http://www.crmebstd450.test/statics/system_images/default_avatar.jpeg\",\n \"nickname\": \"demo\",\n \"phone\": \"18354876351\",\n \"pay_price\": \"25.90\",\n \"items\": [\n {\n \"store_name\": \"欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461\",\n \"suk\": \"卡通布艺\",\n \"image\": \"https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg\",\n \"price\": \"25.90\",\n \"cart_num\": 1\n }\n ]\n }\n ],\n \"count\": 1\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(42, 40, 1, '售后订单详情', '售后订单详情', 'get', '/refund/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u552e\\u540e\\u5355\\u53f7 272753574860029952\",\"id\":\"row_4948\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_4732\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_4739\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"data\",\"type\":\"array\",\"trip\":\"\\u8fd4\\u56de\\u503c\",\"id\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":1666003289819,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":1666003289991,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":1666003290155,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":1666003290286,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":1666003290448,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":1666003290590,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666003290754,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"string\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":1666003290898,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":1666003291073,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":1666003291234,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":1666003291391,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":1666003291566,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":1666003291765,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666003291911,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":1666003292090,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":1666003292259,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":1666003292417,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":1666003292591,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_pink_cancel\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u62fc\\u56e2\\u81ea\\u52a8\\u53d6\\u6d88\",\"id\":1666003292764,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u5220\\u9664\",\"id\":1666003292938,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u7533\\u8bf7\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":1666003293111,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u5355\\u53f7\",\"id\":1666003293284,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f weixin:\\u5fae\\u4fe1 yue:\\u4f59\\u989d offline:\\u7ebf\\u4e0b alipay:\\u652f\\u4ed8\\u5b9d\",\"id\":1666003293457,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001 1\\u5df2\\u652f\\u4ed8 0\\u672a\\u652f\\u4ed8\",\"id\":1666003293604,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":1666003293787,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":1666003416393,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":1666003416579,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_uid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u7528\\u6237ID\",\"id\":1666003416739,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":1666003416913,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u5546\\u54c1\\u4f18\\u60e0\",\"id\":1666003417064,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4f7f\\u7528\",\"id\":1666003417219,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":1666003417366,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u62b5\\u6263\",\"id\":1666003417539,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u539f\\u59cb\\u90ae\\u8d39\",\"id\":1666003417699,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u603b\\u4ef7\",\"id\":1666003417846,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type_name\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001\\u540d\\u79f0\",\"id\":1666003417993,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_type_name\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u65b9\\u5f0f\\u540d\\u79f0\",\"id\":1666003418153,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"items\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":1666003418285,\"parentId\":\"row_4746\",\"_X_ROW_CHILD\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003536316,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003541917,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003542115,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003542341,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003542608,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"store_name\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u540d\\u79f0\",\"id\":1666003536316,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"suk\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u89c4\\u683c\",\"id\":1666003541917,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"image\",\"type\":\"string\",\"trip\":\"\\u56fe\\u7247\",\"id\":1666003542115,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"price\",\"type\":\"string\",\"trip\":\"\\u552e\\u4ef7\",\"id\":1666003542341,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u6570\\u91cf\",\"id\":1666003542608,\"parentId\":1666003418285,\"_X_ROW_CHILD\":[],\"children\":[]}]}],\"children\":[{\"attribute\":\"orderInfo\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u4fe1\\u606f\",\"id\":\"1667272177801\",\"parentId\":\"row_4746\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}]}],\"_X_CHILD\":[{\"attribute\":\"orderInfo\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u4fe1\\u606f\",\"id\":\"1667272177801\",\"parentId\":\"row_4746\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}]}]},{\"attribute\":\"orderInfo\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u4fe1\\u606f\",\"id\":\"1667272177801\",\"parentId\":\"row_4746\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667272204935\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_id\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355ID\",\"id\":\"1667272205154\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667272205347\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"order_id\",\"type\":\"string\",\"trip\":\"\\u9000\\u5355\\u53f7\",\"id\":\"1667272205548\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"uid\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237ID\",\"id\":\"1667272205731\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplier_id\",\"type\":\"number\",\"trip\":\"\\u4f9b\\u5e94\\u5546id\",\"id\":\"1667272205933\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_type\",\"type\":\"number\",\"trip\":\"\\u552e\\u540e\\u5355\\u72b6\\u6001 1\\u4ec5\\u9000\\u6b3e 2\\u9000\\u8d27\\u9000\\u6b3e 3\\u62d2\\u7edd\\u9000\\u6b3e 4\\u5546\\u54c1\\u5f85\\u9000\\u8d27 5\\u9000\\u8d27\\u5f85\\u6536\\u8d27 6\\u5df2\\u9000\\u6b3e\",\"id\":\"1667272206125\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_num\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u6570\\u91cf\",\"id\":\"1667272206310\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_price\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206519\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_price\",\"type\":\"number\",\"trip\":\"\\u5df2\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"1667272206712\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272206904\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_phone\",\"type\":\"string\",\"trip\":\"\\u9000\\u6b3e\\u7535\\u8bdd\",\"id\":\"1667272207106\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u5355\\u53f7\",\"id\":\"1667272207307\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_express_name\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u5feb\\u9012\\u540d\\u79f0\",\"id\":\"1667272207499\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_explain\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u5907\\u6ce8\",\"id\":\"1667272207701\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u6b3e\\u56fe\\u7247\",\"id\":\"1667272207910\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_explain\",\"type\":\"string\",\"trip\":\"\\u9000\\u8d27\\u8bf4\\u660e\",\"id\":\"1667272208094\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_goods_img\",\"type\":\"array\",\"trip\":\"\\u9000\\u8d27\\u51ed\\u8bc1\",\"id\":\"1667272208305\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refuse_reason\",\"type\":\"string\",\"trip\":\"\\u62d2\\u7edd\\u9000\\u6b3e\\u539f\\u56e0\",\"id\":\"1667272208488\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u5907\\u6ce8\",\"id\":\"1667272208707\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refunded_time\",\"type\":\"number\",\"trip\":\"\\u5904\\u7406\\u65f6\\u95f4\",\"id\":\"1667272208909\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_info\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u8d2d\\u7269\\u4fe1\\u606f\",\"id\":\"1667272209092\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}],\"children\":[{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]}]},{\"attribute\":\"id\",\"type\":\"number\",\"trip\":\"ID\",\"id\":\"1667284161108\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6240\\u5c5e\\uff1a0\\uff1a\\u5e73\\u53f01:\\u95e8\\u5e972:\\u4f9b\\u5e94\\u5546\",\"id\":\"1667284162674\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_id\",\"type\":\"number\",\"trip\":\"\\u95e8\\u5e97ID\",\"id\":\"1667284163155\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"tourist_uid\",\"type\":\"string\",\"trip\":\"\\u6e38\\u5ba2id\",\"id\":\"1667284163505\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667284163872\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"activity_id\",\"type\":\"number\",\"trip\":\"\\u6d3b\\u52a8\\u5546\\u54c1ID\",\"id\":\"1667284182117\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"discount_product_id\",\"type\":\"number\",\"trip\":\"\\u5957\\u9910\\u5546\\u54c1id\",\"id\":\"1667284182441\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_id\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1ID\",\"id\":\"1667284182684\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_attr_unique\",\"type\":\"string\",\"trip\":\"\\u5546\\u54c1\\u5c5e\\u6027\",\"id\":\"1667284182922\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"cart_num\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u6570\\u91cf\",\"id\":\"1667284183158\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"productInfo\",\"type\":\"array\",\"trip\":\"\\u5546\\u54c1\\u6570\\u636e\",\"id\":\"1667284183394\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrInfo\",\"type\":\"array\",\"trip\":\"\\u89c4\\u683c\\u4fe1\\u606f\",\"id\":\"1667284183630\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_price\",\"type\":\"string\",\"trip\":\"\\u5c5e\\u6027\\u91d1\\u989d\",\"id\":\"1667284183911\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"truePrice\",\"type\":\"number\",\"trip\":\"\\u91d1\\u989d\",\"id\":\"1667284184182\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"trueStock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284184524\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"costPrice\",\"type\":\"string\",\"trip\":\"\\u6210\\u672c\\u4ef7\",\"id\":\"1667284353776\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_gift\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u662f\\u8d60\\u54c11:\\u662f0:\\u5426\",\"id\":\"1667284354134\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"attrStatus\",\"type\":\"boolean\",\"trip\":\"\\u5e93\\u5b58\\u72b6\\u6001\",\"id\":\"1667284354378\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_truePrice\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\",\"id\":\"1667284354634\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_stock\",\"type\":\"number\",\"trip\":\"\\u5e93\\u5b58\",\"id\":\"1667284354886\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"branch_sales\",\"type\":\"number\",\"trip\":\"\\u9500\\u91cf\",\"id\":\"1667284355140\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"price_type\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u652f\\u4ed8\\u7c7b\\u578b\",\"id\":\"1667284355359\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_valid\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u6709\\u6548\",\"id\":\"1667284355705\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_id\",\"type\":\"array\",\"trip\":\"\\u4f18\\u60e0\\u6d3b\\u52a8ID\",\"id\":\"1667284356198\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"number\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667284356532\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"number\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667284356889\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"one_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e00\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357228\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"two_brokerage\",\"type\":\"string\",\"trip\":\"\\u4e8c\\u7ea7\\u8fd4\\u4f63\\u91d1\\u989d\",\"id\":\"1667284357574\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"sum_true_price\",\"type\":\"string\",\"trip\":\"\\u603b\\u4ef7\\u683c\",\"id\":\"1667284358068\",\"parentId\":\"1667272209092\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_cancel\",\"type\":\"number\",\"trip\":\"\\u7528\\u6237\\u662f\\u5426\\u53d6\\u6d88\",\"id\":\"1667272209285\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"is_del\",\"type\":\"number\",\"trip\":\"\\u662f\\u5426\\u5220\\u9664\",\"id\":\"1667272209503\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time\",\"type\":\"number\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272209722\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mapKey\",\"type\":\"string\",\"trip\":\"\\u817e\\u8baf\\u5730\\u56feKEY\",\"id\":\"1667272209914\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"yue_pay_status\",\"type\":\"number\",\"trip\":\"\\u4f59\\u989d\\u652f\\u4ed8 1 \\u5f00\\u542f 2 \\u5173\\u95ed\",\"id\":\"1667272210098\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_weixin_open\",\"type\":\"number\",\"trip\":\"\\u5fae\\u4fe1\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210300\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"ali_pay_status\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u5305\\u652f\\u4ed8 1 \\u5f00\\u542f 0 \\u5173\\u95ed\",\"id\":\"1667272210493\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"store_order_sn\",\"type\":\"string\",\"trip\":\"\\u552e\\u540e\\u8ba2\\u5355\\u53f7\",\"id\":\"1667272210694\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"product_type\",\"type\":\"number\",\"trip\":\"\\u5546\\u54c1\\u7c7b\\u578b\",\"id\":\"1667272210886\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"supplierInfo\",\"type\":\"null\",\"trip\":\"\\u4f9b\\u5e94\\u5546\\u4fe1\\u606f\",\"id\":\"1667272211079\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"invoice\",\"type\":\"null\",\"trip\":\"\\u8ba2\\u5355\\u53d1\\u7968\",\"id\":\"1667272211271\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual\",\"type\":\"array\",\"trip\":\"\\u8d2d\\u4e70\\u8ba2\\u5355\\u7c7b\\u578b\\uff1a1:order 2:\\u79ef\\u5206\\u8ba2\\u5355\",\"id\":\"1667272211446\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"virtual_info\",\"type\":\"string\",\"trip\":\"\\u865a\\u62df\\u5546\\u54c1\\u4fe1\\u606f\",\"id\":\"1667272211691\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"custom_form\",\"type\":\"array\",\"trip\":\"\\u81ea\\u5b9a\\u4e49\\u8868\\u5355\",\"id\":\"1667272211901\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"promotions_detail\",\"type\":\"array\",\"trip\":\"\\u4fc3\\u9500\\u4fe1\\u606f\",\"id\":\"1667272212093\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"use_integral\",\"type\":\"string\",\"trip\":\"\\u4f7f\\u7528\\u79ef\\u5206\",\"id\":\"1667272212286\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"integral_price\",\"type\":\"string\",\"trip\":\"\\u79ef\\u5206\\u4ef7\\u683c\",\"id\":\"1667272779827\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_id\",\"type\":\"number\",\"trip\":\"\\u4f18\\u60e0\\u5238id\",\"id\":\"1667272780043\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"coupon_price\",\"type\":\"string\",\"trip\":\"\\u4f18\\u60e0\\u5238\\u91d1\\u989d\",\"id\":\"1667272780239\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"deduction_price\",\"type\":\"string\",\"trip\":\"\\u62b5\\u6263\\u91d1\\u989d\",\"id\":\"1667272780431\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"vip_true_price\",\"type\":\"string\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272780615\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"postage_price\",\"type\":\"number\",\"trip\":\"\\u90ae\\u8d39\\u4ef7\\u683c\",\"id\":\"1667272780799\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_postage\",\"type\":\"string\",\"trip\":\"\\u652f\\u4ed8\\u90ae\\u8d39\",\"id\":\"1667272780991\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"member_price\",\"type\":\"number\",\"trip\":\"\\u4f1a\\u5458\\u4ef7\\u683c\",\"id\":\"1667272781175\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"routine_contact_type\",\"type\":\"string\",\"trip\":\"\\u5c0f\\u7a0b\\u5e8f\\u5ba2\\u670d\\u7c7b\\u578b\",\"id\":\"1667272781394\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_add_time\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"id\":\"1667272781595\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_y\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u5e74-\\u6708-\\u65e5\\uff09\",\"id\":\"1667272781795\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"add_time_h\",\"type\":\"string\",\"trip\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\\uff08\\u65f6-\\u5206-\\u79d2\\uff09\",\"id\":\"1667272781980\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_status\",\"type\":\"array\",\"trip\":\"\\u8ba2\\u5355\\u72b6\\u6001\",\"id\":\"1667272782163\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"real_name\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u59d3\\u540d\",\"id\":\"1667272782383\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_phone\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u7535\\u8bdd\",\"id\":\"1667272782574\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"user_address\",\"type\":\"string\",\"trip\":\"\\u8be6\\u7ec6\\u5730\\u5740\",\"id\":\"1667272782741\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_pay_time\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u65f6\\u95f4\",\"id\":\"1667272782960\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"_refund_time\",\"type\":\"number\",\"trip\":\"\\u9000\\u6b3e\\u65f6\\u95f4\",\"id\":\"1667273008922\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"nickname\",\"type\":\"string\",\"trip\":\"\\u7528\\u6237\\u6635\\u79f0\",\"id\":\"1667273009120\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_num\",\"type\":\"number\",\"trip\":\"\\u8ba2\\u5355\\u5546\\u54c1\\u603b\\u6570\",\"id\":\"1667273009306\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"pay_price\",\"type\":\"string\",\"trip\":\"\\u5b9e\\u9645\\u652f\\u4ed8\\u91d1\\u989d\",\"id\":\"1667273009473\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_status\",\"type\":\"number\",\"trip\":\"0 \\u672a\\u9000\\u6b3e 1 \\u7533\\u8bf7\\u4e2d 2 \\u5df2\\u9000\\u6b3e\",\"id\":\"1667273009673\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"total_price\",\"type\":\"string\",\"trip\":\"\\u8ba2\\u5355\\u603b\\u4ef7\",\"id\":\"1667273009848\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"paid\",\"type\":\"number\",\"trip\":\"\\u652f\\u4ed8\\u72b6\\u6001\",\"id\":\"1667273010033\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"mark\",\"type\":\"string\",\"trip\":\"\\u5907\\u6ce8\",\"id\":\"1667273010217\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"express_list\",\"type\":\"array\",\"trip\":\"\\u7269\\u6d41\\u516c\\u53f8\\u5217\\u8868\",\"id\":\"1667273010401\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]},{\"attribute\":\"spread_uid\",\"type\":\"number\",\"trip\":\"\\u63a8\\u5e7fuid\",\"id\":\"1667273010593\",\"parentId\":\"1667272177801\",\"_X_CHILD\":[],\"children\":[]}]', '/refund/272753574860029952', '{\n \"status\": 200,\n \"msg\": \"ok\",\n \"data\": {\n \"orderInfo\": {\n \"id\": 2,\n \"store_order_id\": 28,\n \"store_id\": 0,\n \"order_id\": \"314816230772965376\",\n \"uid\": 485,\n \"supplier_id\": 1,\n \"refund_type\": 6,\n \"refund_num\": 1,\n \"refund_price\": \"90.00\",\n \"refunded_price\": 90,\n \"refund_reason\": \"收货地址填错了\",\n \"refund_phone\": \"\",\n \"refund_express\": \"\",\n \"refund_express_name\": \"\",\n \"refund_explain\": \"退退退\",\n \"refund_img\": [],\n \"refund_goods_explain\": \"\",\n \"refund_goods_img\": [],\n \"refuse_reason\": \"\",\n \"remark\": \"\",\n \"refunded_time\": 1666344448,\n \"cart_info\": [\n {\n \"id\": \"485314815712419905536\",\n \"type\": 0,\n \"store_id\": 0,\n \"tourist_uid\": \"\",\n \"product_type\": 0,\n \"activity_id\": 0,\n \"discount_product_id\": 0,\n \"product_id\": 272,\n \"product_attr_unique\": \"808fa52f\",\n \"cart_num\": 1,\n \"productInfo\": {\n \"id\": 272,\n \"pid\": 0,\n \"type\": 0,\n \"product_type\": 0,\n \"relation_id\": 1,\n \"mer_id\": 0,\n \"image\": \"https://s-pro.wuht.net/uploads/thumb_water/d16fffa3c8d326c100b9222c1a874bf1.png\",\n \"recommend_image\": \"\",\n \"slider_image\": [\n \"https://test.pro.wuht.net/uploads/attach/2022/06/20220610/9e81a669ccf302686d31165a21563761.png\"\n ],\n \"store_name\": \"供应商3\",\n \"store_info\": \"\",\n \"keyword\": \"\",\n \"bar_code\": \"\",\n \"cate_id\": \"65,4,3,2\",\n \"price\": \"100.00\",\n \"vip_price\": \"0.00\",\n \"ot_price\": \"150.00\",\n \"postage\": \"0.00\",\n \"delivery_type\": [\n \"1\",\n \"3\",\n \"2\"\n ],\n \"freight\": 1,\n \"unit_name\": \"件1\",\n \"sort\": 0,\n \"sales\": 2,\n \"stock\": 998,\n \"is_show\": 1,\n \"is_hot\": 0,\n \"is_benefit\": 0,\n \"is_best\": 0,\n \"is_new\": 0,\n \"add_time\": 1655170560,\n \"is_postage\": 0,\n \"is_verify\": 1,\n \"is_del\": 0,\n \"mer_use\": 0,\n \"give_integral\": \"0.00\",\n \"cost\": \"10.00\",\n \"is_seckill\": 0,\n \"is_bargain\": 0,\n \"is_good\": 0,\n \"is_sub\": 0,\n \"is_vip\": 0,\n \"ficti\": 0,\n \"browse\": 0,\n \"code_path\": \"\",\n \"soure_link\": \"\",\n \"video_link\": \"\",\n \"temp_id\": 1,\n \"spec_type\": 0,\n \"activity\": \"0,1,2,3\",\n \"spu\": \"4849541020289\",\n \"label_id\": [],\n \"command_word\": \"\",\n \"recommend_list\": \"\",\n \"brand_id\": 128,\n \"brand_com\": \"128\",\n \"code\": \"\",\n \"is_vip_product\": 0,\n \"is_presale_product\": 0,\n \"presale_start_time\": 0,\n \"presale_end_time\": 0,\n \"presale_day\": 1,\n \"auto_on_time\": 0,\n \"auto_off_time\": 0,\n \"custom_form\": [],\n \"is_support_refund\": 1,\n \"store_label_id\": [],\n \"ensure_id\": [],\n \"specs\": [],\n \"specs_id\": 0,\n \"is_limit\": 0,\n \"limit_type\": 0,\n \"limit_num\": 0,\n \"refusal\": \"\",\n \"attrInfo\": {\n \"id\": 6855,\n \"product_id\": 272,\n \"product_type\": 0,\n \"suk\": \"默认\",\n \"stock\": 998,\n \"sum_stock\": 0,\n \"sales\": 0,\n \"price\": \"100.00\",\n \"image\": \"https://s-pro.wuht.net/uploads/thumb_water/d16fffa3c8d326c100b9222c1a874bf1.png\",\n \"unique\": \"808fa52f\",\n \"cost\": \"10.00\",\n \"bar_code\": \"\",\n \"ot_price\": \"150.00\",\n \"vip_price\": \"0.00\",\n \"weight\": \"0.00\",\n \"volume\": \"0.00\",\n \"brokerage\": \"0.00\",\n \"brokerage_two\": \"0.00\",\n \"type\": 0,\n \"quota\": 0,\n \"quota_show\": 0,\n \"code\": \"\",\n \"disk_info\": \"\"\n },\n \"express_delivery\": true,\n \"store_mention\": true,\n \"store_delivery\": true\n },\n \"attrInfo\": {\n \"id\": 6855,\n \"product_id\": 272,\n \"product_type\": 0,\n \"suk\": \"默认\",\n \"stock\": 998,\n \"sum_stock\": 0,\n \"sales\": 0,\n \"price\": \"100.00\",\n \"image\": \"https://test.pro.wuht.net/uploads/attach/2022/06/20220610/9e81a669ccf302686d31165a21563761.png\",\n \"unique\": \"808fa52f\",\n \"cost\": \"10.00\",\n \"bar_code\": \"\",\n \"ot_price\": \"150.00\",\n \"vip_price\": \"0.00\",\n \"weight\": \"0.00\",\n \"volume\": \"0.00\",\n \"brokerage\": \"0.00\",\n \"brokerage_two\": \"0.00\",\n \"type\": 0,\n \"quota\": 0,\n \"quota_show\": 0,\n \"code\": \"\",\n \"disk_info\": \"\"\n },\n \"sum_price\": \"100.00\",\n \"truePrice\": 90,\n \"trueStock\": 998,\n \"costPrice\": \"10.00\",\n \"is_gift\": 0,\n \"attrStatus\": true,\n \"vip_truePrice\": 10,\n \"branch_stock\": 998,\n \"branch_sales\": 0,\n \"price_type\": \"level\",\n \"is_valid\": 1,\n \"promotions_id\": [],\n \"use_integral\": 0,\n \"integral_price\": 0,\n \"one_brokerage\": \"11.00\",\n \"two_brokerage\": \"5.00\",\n \"sum_true_price\": \"90.00\"\n }\n ],\n \"is_cancel\": 0,\n \"is_del\": 0,\n \"add_time\": 1666344438,\n \"mapKey\": \"SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7\",\n \"yue_pay_status\": 1,\n \"pay_weixin_open\": 1,\n \"ali_pay_status\": true,\n \"store_order_sn\": \"wx314815750386745344\",\n \"product_type\": 0,\n \"supplierInfo\": null,\n \"invoice\": null,\n \"virtual\": [],\n \"virtual_info\": \"\",\n \"custom_form\": [],\n \"promotions_detail\": [\n {\n \"name\": \"优惠活动\",\n \"title\": \"优惠活动\",\n \"promotions_price\": \"0.00\"\n }\n ],\n \"use_integral\": \"0.00\",\n \"integral_price\": \"0.00\",\n \"coupon_id\": 0,\n \"coupon_price\": \"0.00\",\n \"deduction_price\": \"0.00\",\n \"vip_true_price\": \"10.00\",\n \"postage_price\": 0,\n \"pay_postage\": \"0.00\",\n \"member_price\": 0,\n \"routine_contact_type\": \"0\",\n \"_add_time\": \"2022-10-21 17:25:23\",\n \"add_time_y\": \"2022-10-21\",\n \"add_time_h\": \"17:27:18\",\n \"_status\": {\n \"_type\": -2,\n \"_title\": \"已退款\",\n \"_msg\": \"已为您退款,感谢您的支持\",\n \"_payType\": \"余额支付\",\n \"refund_name\": \"赵先生\",\n \"refund_phone\": \"13572879919\",\n \"refund_address\": \"陕西省西安市未央区张家堡街道CityOn熙地港(西安)购物中心\"\n },\n \"real_name\": \"王多鱼\",\n \"user_phone\": \"18800000000\",\n \"user_address\": \"陕西 西安市 莲湖区 北关街道 龙首原高端CDB黄金商圈8楼\",\n \"_pay_time\": \"2022-10-21 17:25:23\",\n \"_refund_time\": \"2022-10-21 17:27:18\",\n \"nickname\": \"王多鱼\",\n \"total_num\": 1,\n \"pay_price\": \"90.00\",\n \"refund_status\": 2,\n \"total_price\": \"100.00\",\n \"paid\": 1,\n \"mark\": \"\",\n \"express_list\": [],\n \"spread_uid\": 485\n }\n }\n}', '[]', 0);
INSERT INTO `eb_out_interface` (`id`, `pid`, `type`, `name`, `describe`, `method`, `url`, `request_params`, `return_params`, `request_example`, `return_example`, `error_code`, `is_del`) VALUES
(43, 40, 1, '修改售后订单备注', '修改售后订单备注', 'put', '/refund/remark/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\" \\u552e\\u540e\\u5355\\u53f7\",\"id\":\"row_5417\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"remark\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u5907\\u6ce8\\u5185\\u5bb9\",\"id\":\"row_5424\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_5431\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_5438\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/refund/remark/272753574860029952\n{\n \"remark\": \"备注内容\"\n}', '{\n \"status\": 200,\n \"msg\": \"备注成功\"\n}', '[]', 0),
(44, 40, 1, '同意退款', '同意退款', 'put', '/refund/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u552e\\u540e\\u5355\\u53f7\",\"id\":\"row_5448\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"refund_price\",\"type\":\"number\",\"must\":\"0\",\"trip\":\"\\u9000\\u6b3e\\u91d1\\u989d\",\"id\":\"row_2437\",\"_X_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_5455\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_5462\",\"_X_ROW_CHILD\":[],\"children\":[],\"_X_CHILD\":[]}]', '/refund/275306677517942784', '{\n \"status\": 200,\n \"msg\": \"操作成功\"\n}', '[]', 0),
(45, 40, 1, '拒绝退款', '拒绝退款', 'put', '/refund/refuse/{order_id}', '[{\"attribute\":\"order_id\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u552e\\u540e\\u5355\\u53f7\",\"id\":\"row_5448\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"refund_reason\",\"type\":\"string\",\"must\":\"0\",\"trip\":\"\\u62d2\\u7edd\\u539f\\u56e0\",\"id\":\"row_5518\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '[{\"attribute\":\"status\",\"type\":\"number\",\"trip\":\"\\u72b6\\u6001\\u7801\",\"id\":\"row_5455\",\"_X_ROW_CHILD\":[],\"children\":[]},{\"attribute\":\"msg\",\"type\":\"string\",\"trip\":\"\\u4fe1\\u606f\\u63cf\\u8ff0\",\"id\":\"row_5462\",\"_X_ROW_CHILD\":[],\"children\":[]}]', '/refund/refuse/275306677517942784\n{\n \"refund_reason\": \"该商品不支持退款\"\n}', '{\n \"status\": 200,\n \"msg\": \"操作成功\"\n}', '[]', 0);
--
-- 转储表的索引
--
--
-- 表的索引 `eb_out_interface`
--
ALTER TABLE `eb_out_interface`
ADD PRIMARY KEY (`id`);
--
-- 在导出的表使用AUTO_INCREMENT
--
--
-- 使用表AUTO_INCREMENT `eb_out_interface`
--
ALTER TABLE `eb_out_interface`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id', AUTO_INCREMENT=46;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;