'service_version' => '1.0', //接口版本号 默认1.0
'input_charset' => 'UTF-8', //系统编码 'GBK'
'sign_key_index' => '1', //密钥序号
//业务可选参数
'attach' => $attach, //附加数据 原样返回 默认为空
'product_fee' => '', //商品费用
'transport_fee' => '0', //物流费用
'time_start' => date("YmdHis"), //订单生成时间 date("YmdHis")
'time_expire' => '', //订单失效时间
'buyer_id' => '', //买方财付通帐号
'goods_tag' => '', //商品标记
'trade_mode' => $trade_mode, //交易模式(1.即时到帐模式,2.中介担保模式,3.后台选择(卖家进入支付中心列表选择))
'transport_desc' => '', //物流说明
'trans_type' => $trans_type, //交易类型
'agentid' => '', //平台ID
'agent_type' => '', //代理模式(0.无代理,1.表示卡易售模式,2.表示网店模式)