data = [ 'character_string7'=>['value'=> $this->checkDataLength($this->order->order_sn,32)],//订单号 'amount9'=>['value'=> $this->order['price']],// 订单金额 'thing5'=>['value'=> $this->checkDataLength($this->packageGoodsTitle,20)],//商品信息 'date6'=>['value'=> $this->timeData['package_send_time']?:$this->timeData['send_time']],//发货时间 'character_string3'=>['value'=> $this->checkDataLength($this->order['expressmany']->last()['express_sn']?: "",32)],//快递单号 ]; } }