var shopUserDims = [ "id", "shop_uid", "role", "user_uid", "shop_pic", "shop_name", "user_name", "user_pic", "apply_time", "review_state", "review_time", "owner_uid", "owner_name", "owner_pic", "private_shop", "shop_state", "inner_trade", "collected", "recommender_uid", "recommender_name", "recommender_pic" ]; var orderTemplateDims = [ "id", "sid", "template",'owner_uid','shop_uid' ]; var shopDims = [ 'id', 'uid', //店铺唯一标识 'name', //店铺名 'picture', //头像 'create_time', //下单时间 'private', //是否私有店铺 'owner_uid', //店主uid 'owner_name', //店主名称 'owner_pic', //店主名称 'fee_type', //平台费用付费方式:年费-1,订单提成-2,佣金提成-3 'state', //店铺状态 'banned', //被禁时间 'ban_start_date', //被禁时间 'ban_expire_date', //被禁时长:天 'inner_trade', //是否支持顾客之间交易 'shop_commission_percent', //是否按照比例付费 'shop_commission_threshold', //店主收取佣金的订单金额门槛 'shop_commission_pricing', //店主收取客户间交易佣金设置 'owner_pay_platform_fee', //店主支付平台佣金。如果为false,则表示由顾客间交易的卖家支付 'address', //店铺地址 'mobile', //联系电话 'introduction', //店铺介绍 'hide_members', 'notice', 'longitude', 'latitude', 'auto_address', 'province', 'city', 'county' ]; var userDims = [ "id", "uid", "mobile", "name", "picture", "register_time", "verify_time", "ban_time", "remove_time", "state", "last_login", "balance", "alipay_account", "wx_openid", "wx_name", "wx_picture" ]; var orderDims = [ 'id', 'uid', 'uuid', 'commodity_id', 'commodity_count', 'hash', 'shop_uid', 'shop_name', 'shop_pic', 'seller_uid', 'seller_pic', 'seller_name', 'buyer_uid', 'buyer_pic', 'buyer_name', 'create_time', 'amount', 'state', 'payer_uid', 'payer_name', 'payer_pic', 'pay_time', 'type', 'commodity_title', 'commodity_cover' ]; var commodityDims = [ 'id', 'shop_uid', 'shop_pic', 'shop_name', 'user_uid', 'user_name', 'user_pic', 'title', 'cover_path', 'description', 'original_price', 'price', 'on_sale', 'stock', 'create_time', 'pictures', 'category', 'public', 'longitude', 'latitude', 'auto_address', 'province', 'city', 'county' ]; var flowDims = [ 'id', 'type', 'user_uid', 'user_name', 'user_pic', 'trader_id', 'trader_uid', 'trader_name', 'trader_pic', 'pay_time', 'pay_way', 'paid_amount', 'user_balance', 'order_uid', 'peer_flow_id', 'usage', 'recommended_uid', 'shop_uid' ]; var couponDims = [ 'id', 'user_uid', 'amount', 'threshold', 'shop_uid', 'start_time', 'expire_date', 'used', 'use_time', 'type', 'expired' ]; var complainDims = [ 'id', 'uid', 'shop_uid', 'shop_name', 'shop_pic', 'owner_uid', 'content', 'snapshots', 'complain_time', 'handled', 'handle_time', 'handle_result' ]; var withdrawPricingDims = [ 'percent_fee', 'id', 'extra_fee', 'threshold', 'max_per_hand', 'min_per_hand' ]; var vpPricingDims = [ 'id', 'key', //关键字 'title', //名称 'type', //收费类型:暂时保留 'pricing', //定价 'introduction' //道具介绍 ]; var userVpDims = ['id', 'user_uid', 'vp_key', 'type']; var adDims = [ "id", "type", "create_time", "start_date", "days", "user_uid", "user_name", "user_pic", "title", "description", "cover_path", "pictures", "link_type", "on_show", "paid", "mobile", "renewed", "link_id" ]; var couponDistributeDims = [ 'id', 'max', 'type', 'distribute_from_date', //开始发放时间 'distribute_end_date', //停止发放时间 'coupon_expire_date', //优惠券过期时间 'valid' //活动是否有效 ]; var payWayDims = [ "way", "name", "pay", "withdraw" ];