{"apiData":{"batchApiOrder":0,"responseParamList":"\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/orderStr\\",\\"uniqueKey\\":\\"O.orderStr\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"获取签名后的业务数据具体使用方法请参考 [接入指南](\\\"https://opendocs.alipay.com/open/01dcc0?pathHash=cf89b2be\\\") \\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":0,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"请参考响应示例\\",\\"fieldName\\":\\"orderStr\\",\\"fieldType\\":\\"BASETYPE\\",\\"id\\":25120414505841,\\"infoId\\":25120414505755,\\"listType\\":false,\\"maxLength\\":16384,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"签名字符串\\"}}\]","headerMap":{},"description":"外部商户APP唤起快捷SDK创建订单并支付","inputRequiredConfig":\[\],"categoryName":"支付API","phpSample":"setBizContent(json_encode($model,JSON_UNESCAPED_UNICODE));\\n// 如果是第三方代调用模式,请设置app_auth_token(应用授权令牌)\\n$orderStr = $alipayClient-\>sdkExecute($request, \\"\<-- 请填写应用授权令牌 --\>\\");\\necho $orderStr;\\n\\nfunction getAlipayConfig()\\n{\\n $privateKey = '\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>';\\n $alipayPublicKey = '\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>';\\n $alipayConfig = new AlipayConfig();\\n $alipayConfig-\>setServerUrl('https://openapi.alipay.com/gateway.do');\\n $alipayConfig-\>setAppId('\<-- 请填写您的AppId,例如:2019091767145019 --\>');\\n $alipayConfig-\>setPrivateKey($privateKey);\\n $alipayConfig-\>setFormat('json');\\n $alipayConfig-\>setAlipayPublicKey($alipayPublicKey);\\n $alipayConfig-\>setCharset('UTF-8');\\n $alipayConfig-\>setSignType('RSA2');\\n return $alipayConfig;\\n}","responseClass":"com.alipay.superapires.core.model.taobao.response.TopAlipayapiSaveResponse","apiTags":\["SDK_EXECUTE_API_TAG"\],"outputRequiredConfig":\[\],"sceneList":"\[{\\"apiId\\":25120414505755,\\"commonParams\\":\\"\[{\\\\\\"cn_name\\\\\\":\\\\\\"开发者的AppId\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"2014072300007148\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"支付宝分配给开发者的应用ID\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":32,\\\\\\"name\\\\\\":\\\\\\"app_id\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"方法\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"alipay.trade.app.pay\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"接口名称\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":128,\\\\\\"name\\\\\\":\\\\\\"method\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"格式\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"JSON\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"仅支持JSON\\\\\\",\\\\\\"is_required\\\\\\":0,\\\\\\"max_length\\\\\\":40,\\\\\\"name\\\\\\":\\\\\\"format\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"参数字符编码\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"utf-8\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"请求使用的编码格式,如utf-8,gbk,gb2312等\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":10,\\\\\\"name\\\\\\":\\\\\\"charset\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"签名类型\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"RSA2\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"商户生成签名字符串所使用的签名算法类型,目前支持RSA2和RSA,推荐使用RSA2\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":10,\\\\\\"name\\\\\\":\\\\\\"sign_type\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"签名\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"详见示例\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"商户请求参数的签名串,详见[签名\<\\\\\\\\/a\>\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":344,\\\\\\"name\\\\\\":\\\\\\"sign\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"时间戳\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"2014-07-24 03:07:50\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"发送请求的时间,格式\\\\\\\\\\\\\\"yyyy-MM-dd HH:mm:ss\\\\\\\\\\\\\\"\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":19,\\\\\\"name\\\\\\":\\\\\\"timestamp\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"接口版本号\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"1.0\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"调用的接口版本,固定为:1.0\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":3,\\\\\\"name\\\\\\":\\\\\\"version\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"接口异步通知url\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"http:\\\\\\\\/\\\\\\\\/api.test.alipay.net\\\\\\\\/atinterface\\\\\\\\/receive_notify.htm\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"支付宝服务器主动通知商户服务器里指定的页面http\\\\\\\\/https路径。\\\\\\",\\\\\\"is_required\\\\\\":0,\\\\\\"max_length\\\\\\":256,\\\\\\"name\\\\\\":\\\\\\"notify_url\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"应用授权令牌\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"详见](\\\\\\\"https:\\\\/\\\\/opendocs.alipay.com\\\\/common\\\\/02khjm\\\\\\\")[应用授权概述\<\\\\\\\\/a\>\\\\\\",\\\\\\"is_required\\\\\\":0,\\\\\\"max_length\\\\\\":40,\\\\\\"name\\\\\\":\\\\\\"app_auth_token\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"业务参数集合\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"请求参数的集合,最大长度不限,除公共参数外所有请求参数都必须放在这个参数中传递,具体参照各产品快速接入文档\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"name\\\\\\":\\\\\\"biz_content\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"}\]\\",\\"customDemos\\":\[\],\\"description\\":\\"外部商户APP唤起快捷SDK创建订单并支付\\",\\"docOrder\\":1,\\"dotnetSample\\":\\"using System;\\\\nusing System.Collections.Generic;\\\\nusing Aop.Api;\\\\nusing Aop.Api.Request;\\\\nusing Aop.Api.Response;\\\\nusing Aop.Api.Domain;\\\\nusing Aop.Api.Util;\\\\nnamespace SdkDemoTest\\\\n{\\\\n public class AlipayTradeAppPay\\\\n {\\\\n public static void Main(string\[\] args) \\\\n {\\\\n // 初始化SDK\\\\n IAopClient alipayClient = new DefaultAopClient(GetAlipayConfig());\\\\n // 构造请求参数以调用接口\\\\n AlipayTradeAppPayRequest request = new AlipayTradeAppPayRequest();\\\\n AlipayTradeAppPayModel model = new AlipayTradeAppPayModel();\\\\n \\\\n // 设置商户订单号\\\\n model.OutTradeNo = \\\\\\"70501111111S001111119\\\\\\";\\\\n \\\\n // 设置订单总金额\\\\n model.TotalAmount = \\\\\\"9.00\\\\\\";\\\\n \\\\n // 设置订单标题\\\\n model.Subject = \\\\\\"大乐透\\\\\\";\\\\n \\\\n // 设置产品码\\\\n model.ProductCode = \\\\\\"QUICK_MSECURITY_PAY\\\\\\";\\\\n \\\\n // 设置订单包含的商品列表信息\\\\n List goodsDetail = new List();\\\\n GoodsDetail goodsDetail0 = new GoodsDetail();\\\\n goodsDetail0.GoodsName = \\\\\\"ipad\\\\\\";\\\\n goodsDetail0.AlipayGoodsId = \\\\\\"20010001\\\\\\";\\\\n goodsDetail0.Quantity = 1;\\\\n goodsDetail0.Price = \\\\\\"2000\\\\\\";\\\\n goodsDetail0.GoodsId = \\\\\\"apple-01\\\\\\";\\\\n goodsDetail0.GoodsCategory = \\\\\\"34543238\\\\\\";\\\\n goodsDetail0.CategoriesTree = \\\\\\"124868003\|126232002\|126252004\\\\\\";\\\\n goodsDetail0.ShowUrl = \\\\\\"http://www.alipay.com/xxx.jpg\\\\\\";\\\\n goodsDetail.Add(goodsDetail0);\\\\n model.GoodsDetail = goodsDetail;\\\\n \\\\n // 设置订单绝对超时时间\\\\n model.TimeExpire = \\\\\\"2016-12-31 10:05:00\\\\\\";\\\\n \\\\n // 设置业务扩展参数\\\\n ExtendParams extendParams = new ExtendParams();\\\\n extendParams.SysServiceProviderId = \\\\\\"2088511833207846\\\\\\";\\\\n extendParams.HbFqSellerPercent = \\\\\\"100\\\\\\";\\\\n extendParams.HbFqNum = \\\\\\"3\\\\\\";\\\\n extendParams.IndustryRefluxInfo = \\\\\\"{\\\\\\\\\\\\\\"scene_code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"metro_tradeorder\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"channel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"scene_data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"asset_name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ALIPAY\\\\\\\\\\\\\\"}}\\\\\\";\\\\n extendParams.RoyaltyFreeze = \\\\\\"true\\\\\\";\\\\n extendParams.CardType = \\\\\\"S0JP0000\\\\\\";\\\\n model.ExtendParams = extendParams;\\\\n \\\\n // 设置公用回传参数\\\\n model.PassbackParams = \\\\\\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\\\\\";\\\\n \\\\n // 设置商户的原始订单号\\\\n model.MerchantOrderNo = \\\\\\"20161008001\\\\\\";\\\\n \\\\n // 设置外部指定买家\\\\n ExtUserInfo extUserInfo = new ExtUserInfo();\\\\n extUserInfo.CertType = \\\\\\"IDENTITY_CARD\\\\\\";\\\\n extUserInfo.CertNo = \\\\\\"362334768769238881\\\\\\";\\\\n extUserInfo.Mobile = \\\\\\"16587658765\\\\\\";\\\\n extUserInfo.Name = \\\\\\"李明\\\\\\";\\\\n extUserInfo.MinAge = \\\\\\"18\\\\\\";\\\\n extUserInfo.NeedCheckInfo = \\\\\\"F\\\\\\";\\\\n extUserInfo.IdentityHash = \\\\\\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\\\\\";\\\\n model.ExtUserInfo = extUserInfo;\\\\n \\\\n // 设置通知参数选项\\\\n List queryOptions = new List();\\\\n queryOptions.Add(\\\\\\"hyb_amount\\\\\\");\\\\n queryOptions.Add(\\\\\\"enterprise_pay_info\\\\\\");\\\\n model.QueryOptions = queryOptions;\\\\n \\\\n request.SetBizModel(model);\\\\n // 第三方代调用模式下请设置app_auth_token\\\\n // request.PutOtherTextParam(\\\\\\"app_auth_token\\\\\\", \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\");\\\\n\\\\n AlipayTradeAppPayResponse response = alipayClient.SdkExecute(request);\\\\n string orderStr = response.Body;\\\\n Console.WriteLine(orderStr);\\\\n\\\\n if(!response.IsError)\\\\n {\\\\n Console.WriteLine(\\\\\\"调用成功\\\\\\");\\\\n }\\\\n else\\\\n {\\\\n Console.WriteLine(\\\\\\"调用失败\\\\\\");\\\\n }\\\\n }\\\\n\\\\n private static AlipayConfig GetAlipayConfig()\\\\n {\\\\n string privateKey = \\\\\\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\\\\\";\\\\n string alipayPublicKey = \\\\\\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\\\\\";\\\\n AlipayConfig alipayConfig = new AlipayConfig();\\\\n alipayConfig.ServerUrl = \\\\\\"https://openapi.alipay.com/gateway.do\\\\\\";\\\\n alipayConfig.AppId = \\\\\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\\\\\";\\\\n alipayConfig.PrivateKey = privateKey;\\\\n alipayConfig.Format = \\\\\\"json\\\\\\";\\\\n alipayConfig.AlipayPublicKey = alipayPublicKey;\\\\n alipayConfig.Charset = \\\\\\"UTF-8\\\\\\";\\\\n alipayConfig.SignType = \\\\\\"RSA2\\\\\\";\\\\n return alipayConfig;\\\\n }\\\\n }\\\\n}\\",\\"errorCodeList\\":\[{\\"apiId\\":4900004,\\"description\\":\\"无权限使用接口\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.ACCESS_FORBIDDEN\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500166,\\"showFlag\\":true,\\"solution\\":\\"联系支付宝小二签约\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"买家状态非法\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.BUYER_ENABLE_STATUS_FORBID\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500171,\\"showFlag\\":true,\\"solution\\":\\"用户联系支付宝小二,确认买家状态为什么非法\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"买卖家不能相同\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.BUYER_SELLER_EQUAL\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500170,\\"showFlag\\":true,\\"solution\\":\\"更换买家重新付款\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"交易信息被篡改\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.CONTEXT_INCONSISTENT\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500175,\\"showFlag\\":true,\\"solution\\":\\"确认该笔交易信息是否为当前买家的已存订单,如果是则认为本次请求参数与已存交易不一致,如果不是则更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"订单信息中包含违禁词\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.EXIST_FORBIDDEN_WORD\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500167,\\"showFlag\\":true,\\"solution\\":\\"修改订单信息后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"参数无效\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.INVALID_PARAMETER\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500173,\\"showFlag\\":true,\\"solution\\":\\"若存在参数无效具体错误信息描述,请参考描述检查请求参数后,重新发起\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"应用APP_ID填写错误\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.PARTNER_ERROR\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500168,\\"showFlag\\":true,\\"solution\\":\\"联系支付宝小二,确认APP_ID的状态\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"当前交易未传入IP信息,创单失败,请传入IP后再发起支付\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.RISK_MERCHANT_IP_NOT_EXIST\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500178,\\"showFlag\\":true,\\"solution\\":\\"检查请求参数是否已经传入用户IP信息\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"商家账号被冻结\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.SELLER_BEEN_BLOCKED\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500172,\\"showFlag\\":true,\\"solution\\":\\"联系支付宝小二,解冻账号\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"接口返回错误\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.SYSTEM_ERROR\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500165,\\"showFlag\\":true,\\"solution\\":\\"请立即调用查询订单API,查询当前订单的状态,并根据订单状态决定下一步的操作\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"订单总金额不在允许范围内\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TOTAL_FEE_EXCEED\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500169,\\"showFlag\\":true,\\"solution\\":\\"修改订单金额再发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"交易买家不匹配\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TRADE_BUYER_NOT_MATCH\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500176,\\"showFlag\\":true,\\"solution\\":\\"该笔交易已经在支付宝端创建,但请求买家与已存交易中的买家不一致。请商户确认本次请求是否与已存交易有关,若为同一笔交易,则只能用原始买家付款,若无关更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"交易已经关闭\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TRADE_HAS_CLOSE\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500174,\\"showFlag\\":true,\\"solution\\":\\"确认该笔交易信息是否为当前买家的已存订单,如果是则认为交易已经关闭,如果不是则更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900004,\\"description\\":\\"交易已被支付\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TRADE_HAS_SUCCESS\\",\\"gmtCreate\\":1764832636000,\\"gmtModified\\":1764832636000,\\"httpState\\":\\"400\\",\\"id\\":5500177,\\"showFlag\\":true,\\"solution\\":\\"确认该笔交易信息是否为当前买家的,如果是则认为交易付款成功,如果不是则更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false}\],\\"frontProductCode\\":\\"QUICK_MSECURITY_PAY\\",\\"id\\":4900004,\\"inParamsList\\":\[{\\"children\\":\[\],\\"path\\":\\"#/out_trade_no\\",\\"uniqueKey\\":\\"I.out_trade_no\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"商户网站唯一订单号。
由商家自定义,64个字符以内,仅支持字母、数字、下划线且需保证在商户端不重复。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"70501111111S001111119\\",\\"fieldName\\":\\"out_trade_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505760,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/total_amount\\",\\"uniqueKey\\":\\"I.total_amount\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单总金额,单位为元,精确到小数点后两位,取值范围\[0.01,100000000\],金额不能为0\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"9.00\\",\\"fieldName\\":\\"total_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505761,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":9,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/subject\\",\\"uniqueKey\\":\\"I.subject\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单标题。
注意:不可使用特殊字符,如 /,=,\& 等。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"大乐透\\",\\"fieldName\\":\\"subject\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505762,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":256,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/product_code\\",\\"uniqueKey\\":\\"I.product_code\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"销售产品码,商家和支付宝签约的产品码\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"QUICK_MSECURITY_PAY\\",\\"fieldName\\":\\"product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505763,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"apiId\\":25120414505755,\\"children\\":\[{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/goods_id\\",\\"uniqueKey\\":\\"I.goods_detail.goods_id\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品的编号\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"apple-01\\",\\"fieldName\\":\\"goods_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505768,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":true,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":32}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/alipay_goods_id\\",\\"uniqueKey\\":\\"I.goods_detail.alipay_goods_id\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"支付宝定义的统一商品编号\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"20010001\\",\\"fieldName\\":\\"alipay_goods_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505769,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/goods_name\\",\\"uniqueKey\\":\\"I.goods_detail.goods_name\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品名称\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"ipad\\",\\"fieldName\\":\\"goods_name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505770,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":256,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/quantity\\",\\"uniqueKey\\":\\"I.goods_detail.quantity\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品数量\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Number\\",\\"example\\":\\"1\\",\\"fieldName\\":\\"quantity\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505771,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Number\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"maximum\\\\\\":10000000,\\\\\\"must\\\\\\":true,\\\\\\"type\\\\\\":\\\\\\"integer\\\\\\",\\\\\\"minimum\\\\\\":1}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/price\\",\\"uniqueKey\\":\\"I.goods_detail.price\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品单价,单位为元\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Price\\",\\"example\\":\\"2000\\",\\"fieldName\\":\\"price\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505772,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":9,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Price\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/goods_category\\",\\"uniqueKey\\":\\"I.goods_detail.goods_category\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品类目\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"34543238\\",\\"fieldName\\":\\"goods_category\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505773,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":24,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/categories_tree\\",\\"uniqueKey\\":\\"I.goods_detail.categories_tree\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品类目树,从商品类目根节点到叶子节点的类目id组成,类目id值使用\|分割\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":7,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"124868003\|126232002\|126252004\\",\\"fieldName\\":\\"categories_tree\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505774,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/goods_detail/show_url\\",\\"uniqueKey\\":\\"I.goods_detail.show_url\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品的展示地址\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":9,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"http://www.alipay.com/xxx.jpg\\",\\"fieldName\\":\\"show_url\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505776,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":400,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}}\],\\"description\\":\\"商品列表信息\\",\\"enName\\":\\"GoodsDetail\\",\\"path\\":\\"#/goods_detail\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.goods_detail\\",\\"value\\":{\\"apiDsInfoId\\":25120414505767,\\"deprecated\\":false,\\"description\\":\\"订单包含的商品列表信息,json格式,其它说明详见商品明细说明\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":10,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"GoodsDetail\\",\\"example\\":\\"\\",\\"fieldName\\":\\"goods_detail\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505779,\\"infoId\\":25120414505759,\\"listType\\":true,\\"mustType\\":\\"CHOICE\\",\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"GoodsDetail\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true},\\"version\\":\\"13.0\\"},{\\"children\\":\[\],\\"path\\":\\"#/time_expire\\",\\"uniqueKey\\":\\"I.time_expire\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"绝对超时时间,格式为yyyy-MM-dd HH:mm:ss\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":11,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2016-12-31 10:05:00\\",\\"fieldName\\":\\"time_expire\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505780,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[{\\"children\\":\[\],\\"path\\":\\"#/extend_params/sys_service_provider_id\\",\\"uniqueKey\\":\\"I.extend_params.sys_service_provider_id\\",\\"value\\":{\\"assetType\\":\\"PID\\",\\"deprecated\\":false,\\"description\\":\\"系统商编号\\\\r
该参数作为系统商返佣数据提取的依据,请填写系统商签约协议的PID\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2088511833207846\\",\\"fieldName\\":\\"sys_service_provider_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287159,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/extend_params/hb_fq_num\\",\\"uniqueKey\\":\\"I.extend_params.hb_fq_num\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"使用花呗分期要进行的分期数\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"3\\",\\"fieldName\\":\\"hb_fq_num\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287160,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":5,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/extend_params/hb_fq_seller_percent\\",\\"uniqueKey\\":\\"I.extend_params.hb_fq_seller_percent\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"使用花呗分期需要卖家承担的手续费比例的百分值,传入100代表100%\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"100\\",\\"fieldName\\":\\"hb_fq_seller_percent\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287161,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":3,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/extend_params/industry_reflux_info\\",\\"uniqueKey\\":\\"I.extend_params.industry_reflux_info\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"行业数据回流信息, 详见:地铁支付接口参数补充说明\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"{\\\\\\\\\\\\\\"scene_code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"metro_tradeorder\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"channel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"scene_data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"asset_name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ALIPAY\\\\\\\\\\\\\\"}}\\",\\"fieldName\\":\\"industry_reflux_info\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287162,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":512,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/extend_params/card_type\\",\\"uniqueKey\\":\\"I.extend_params.card_type\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"卡类型\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"name\\\\\\":\\\\\\"S0JP0000\\\\\\",\\\\\\"value\\\\\\":\\\\\\"S0JP0000\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"S0JP0000\\",\\"fieldName\\":\\"card_type\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287164,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":64,\\\\\\"enum\\\\\\":\[\\\\\\"S0JP0000\\\\\\"\]}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/extend_params/royalty_freeze\\",\\"uniqueKey\\":\\"I.extend_params.royalty_freeze\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"是否进行资金冻结,用于后续分账,true表示资金冻结,false或不传表示资金不冻结\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":7,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"true\\",\\"fieldName\\":\\"royalty_freeze\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287165,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":16,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}}\],\\"description\\":\\"业务扩展参数\\",\\"enName\\":\\"ExtendParams\\",\\"path\\":\\"#/extend_params\\",\\"refStructureName\\":\\"ExtendParams\\",\\"requiredConfig\\":\[\],\\"scope\\":\\"PUBLIC\\",\\"uniqueKey\\":\\"I.extend_params\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"业务扩展参数\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":14,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"ExtendParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"extend_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505785,\\"infoId\\":25120414505759,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"ExtendParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/passback_params\\",\\"uniqueKey\\":\\"I.passback_params\\",\\"value\\":{\\"assetType\\":\\"\\",\\"deprecated\\":false,\\"description\\":\\"公用回传参数。如果请求时传递了该参数,则会在支付结果异步通知中将该参数原样返回。本参数必须进行UrlEncode之后才可以发送给支付宝。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":17,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\",\\"fieldName\\":\\"passback_params\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505788,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":512,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":512}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/merchant_order_no\\",\\"uniqueKey\\":\\"I.merchant_order_no\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"商户原始订单号,最大长度限制32位\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":29,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"20161008001\\",\\"fieldName\\":\\"merchant_order_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505828,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"apiId\\":25120414505755,\\"children\\":\[{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/cert_no\\",\\"uniqueKey\\":\\"I.ext_user_info.cert_no\\",\\"value\\":{\\"bindingType\\":\\"UNBOUND\\",\\"deprecated\\":false,\\"description\\":\\"买家证件号。
注:need_check_info=T时该参数才有效,支付宝会比较买家在支付宝留存的证件号码与该参数传入的值是否匹配。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"362334768769238881\\",\\"fieldName\\":\\"cert_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505830,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/cert_type\\",\\"uniqueKey\\":\\"I.ext_user_info.cert_type\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"UNBOUND\\",\\"deprecated\\":false,\\"description\\":\\"指定买家证件类型。
枚举值:
IDENTITY_CARD:身份证;
PASSPORT:护照;
OFFICER_CARD:军官证;
SOLDIER_CARD:士兵证;
HOKOU:户口本; PERMANENT_RESIDENCE_FOREIGNER:外国人永久居留身份证。 如有其它类型需要支持,请与支付宝工作人员联系。
注: need_check_info=T时该参数才有效,支付宝会比较买家在支付宝留存的证件类型与该参数传入的值是否匹配。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"value\\\\\\": \\\\\\"IDENTITY_CARD\\\\\\",\\\\\\"name\\\\\\": \\\\\\"IDENTITY_CARD\\\\\\"},{\\\\\\"value\\\\\\": \\\\\\"PASSPORT\\\\\\",\\\\\\"name\\\\\\": \\\\\\"PASSPORT\\\\\\"}\\\\n,{\\\\\\"value\\\\\\": \\\\\\"OFFICER_CARD\\\\\\",\\\\\\"name\\\\\\": \\\\\\"OFFICER_CARD\\\\\\"},{\\\\\\"value\\\\\\": \\\\\\"SOLDIER_CARD\\\\\\",\\\\\\"name\\\\\\": \\\\\\"SOLDIER_CARD\\\\\\"}\\\\n,{\\\\\\"value\\\\\\": \\\\\\"HOKOU\\\\\\",\\\\\\"name\\\\\\": \\\\\\"HOKOU\\\\\\"},{\\\\\\"value\\\\\\":\\\\\\"PERMANENT_RESIDENCE_FOREIGNER\\\\\\",\\\\\\"name\\\\\\":\\\\\\"外国人永久居留身份证\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"IDENTITY_CARD\\",\\"fieldName\\":\\"cert_type\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505831,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":128,\\\\\\"enum\\\\\\":\[\\\\\\"IDENTITY_CARD\\\\\\",\\\\\\"PASSPORT\\\\\\",\\\\\\"OFFICER_CARD\\\\\\",\\\\\\"SOLDIER_CARD\\\\\\",\\\\\\"HOKOU\\\\\\",\\\\\\"PERMANENT_RESIDENCE_FOREIGNER\\\\\\"\]}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/min_age\\",\\"uniqueKey\\":\\"I.ext_user_info.min_age\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"允许的最小买家年龄。
买家年龄必须大于等于所传数值
注:
1. need_check_info=T时该参数才有效
2. min_age为整数,必须大于等于0\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"18\\",\\"fieldName\\":\\"min_age\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505832,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":3,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/mobile\\",\\"uniqueKey\\":\\"I.ext_user_info.mobile\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"指定买家手机号。
注:该参数暂不校验\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"16587658765\\",\\"fieldName\\":\\"mobile\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505833,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":20,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/name\\",\\"uniqueKey\\":\\"I.ext_user_info.name\\",\\"value\\":{\\"bindingType\\":\\"UNBOUND\\",\\"deprecated\\":false,\\"description\\":\\"指定买家姓名。
注: need_check_info=T时该参数才有效\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"李明\\",\\"fieldName\\":\\"name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505834,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":16,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/need_check_info\\",\\"uniqueKey\\":\\"I.ext_user_info.need_check_info\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"是否强制校验买家信息;
需要强制校验传:T;
不需要强制校验传:F或者不传;
当传T时,支付宝会校验支付买家的信息与接口上传递的cert_type、cert_no、name或age是否匹配,只有接口传递了信息才会进行对应项的校验;只要有任何一项信息校验不匹配交易都会失败。如果传递了need_check_info,但是没有传任何校验项,则不进行任何校验。
默认为不校验。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"F\\",\\"fieldName\\":\\"need_check_info\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505836,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":1,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/ext_user_info/identity_hash\\",\\"uniqueKey\\":\\"I.ext_user_info.identity_hash\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"买家加密身份信息。当指定了此参数且指定need_check_info=T时,支付宝会对买家身份进行校验,校验逻辑为买家姓名、买家证件号拼接后的字符串,以sha256算法utf-8编码计算hash,若与传入的值不匹配则会拦截本次支付。注意:如果同时指定了用户明文身份信息(name,cert_type,cert_no中任意一个),则忽略identity_hash以明文参数校验。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":8,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\",\\"fieldName\\":\\"identity_hash\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505837,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}}\],\\"description\\":\\"外部指定买家\\",\\"enName\\":\\"ExtUserInfo\\",\\"path\\":\\"#/ext_user_info\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.ext_user_info\\",\\"value\\":{\\"apiDsInfoId\\":25120414505829,\\"deprecated\\":false,\\"description\\":\\"外部指定买家\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":30,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"ExtUserInfo\\",\\"example\\":\\"\\",\\"fieldName\\":\\"ext_user_info\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505838,\\"infoId\\":25120414505759,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"ExtUserInfo\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true},\\"version\\":\\"8.0\\"},{\\"children\\":\[\],\\"path\\":\\"#/query_options\\",\\"uniqueKey\\":\\"I.query_options\\",\\"value\\":{\\"assetType\\":\\"\\",\\"deprecated\\":false,\\"description\\":\\"返回参数选项。 商户通过传递该参数来定制同步需要额外返回的信息字段,数组格式。包括但不限于:\[\\\\\\"hyb_amount\\\\\\",\\\\\\"enterprise_pay_info\\\\\\"\]\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":32,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"value\\\\\\": \\\\\\"hyb_amount\\\\\\",\\\\\\"name\\\\\\": \\\\\\"惠营宝回票金额\\\\\\"},{\\\\\\"value\\\\\\": \\\\\\"enterprise_pay_info\\\\\\",\\\\\\"name\\\\\\": \\\\\\"因公付支付信息\\\\\\"},{\\\\\\"value\\\\\\": \\\\\\"medical_insurance_info\\\\\\",\\\\\\"name\\\\\\": \\\\\\"医保信息\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"\[\\\\\\"hyb_amount\\\\\\",\\\\\\"enterprise_pay_info\\\\\\"\]\\",\\"fieldName\\":\\"query_options\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505840,\\"infoId\\":25120414505759,\\"listType\\":true,\\"maxLength\\":256,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minItems\\\\\\":0,\\\\\\"maxItems\\\\\\":10,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"array\\\\\\",\\\\\\"items\\\\\\":{\\\\\\"minLength\\\\\\":0,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":256,\\\\\\"enum\\\\\\":\[\\\\\\"hyb_amount\\\\\\",\\\\\\"enterprise_pay_info\\\\\\",\\\\\\"medical_insurance_info\\\\\\",\\\\\\"credit_pay_mode\\\\\\",\\\\\\"cashier_type\\\\\\"\]}}\\",\\"zhName\\":\\"\\"}}\],\\"inputRequiredConfig\\":\[\],\\"javaSample\\":\\"package com.java.sdk.demo;\\\\n\\\\nimport com.alipay.api.AlipayApiException;\\\\nimport com.alipay.api.AlipayClient;\\\\nimport com.alipay.api.DefaultAlipayClient;\\\\nimport com.alipay.api.AlipayConfig;\\\\nimport com.alipay.api.request.AlipayTradeAppPayRequest;\\\\nimport com.alipay.api.domain.ExtUserInfo;\\\\nimport com.alipay.api.domain.AlipayTradeAppPayModel;\\\\nimport com.alipay.api.response.AlipayTradeAppPayResponse;\\\\nimport com.alipay.api.domain.ExtendParams;\\\\nimport com.alipay.api.domain.GoodsDetail;\\\\n\\\\nimport com.alipay.api.FileItem;\\\\nimport java.util.Base64;\\\\nimport java.util.ArrayList;\\\\nimport java.util.List;\\\\n\\\\npublic class AlipayTradeAppPay {\\\\n\\\\n public static void main(String\[\] args) throws AlipayApiException {\\\\n // 初始化SDK\\\\n AlipayClient alipayClient = new DefaultAlipayClient(getAlipayConfig());\\\\n\\\\n // 构造请求参数以调用接口\\\\n AlipayTradeAppPayRequest request = new AlipayTradeAppPayRequest();\\\\n AlipayTradeAppPayModel model = new AlipayTradeAppPayModel();\\\\n \\\\n // 设置商户订单号\\\\n model.setOutTradeNo(\\\\\\"70501111111S001111119\\\\\\");\\\\n \\\\n // 设置订单总金额\\\\n model.setTotalAmount(\\\\\\"9.00\\\\\\");\\\\n \\\\n // 设置订单标题\\\\n model.setSubject(\\\\\\"大乐透\\\\\\");\\\\n \\\\n // 设置产品码\\\\n model.setProductCode(\\\\\\"QUICK_MSECURITY_PAY\\\\\\");\\\\n \\\\n // 设置订单包含的商品列表信息\\\\n List goodsDetail = new ArrayList();\\\\n GoodsDetail goodsDetail0 = new GoodsDetail();\\\\n goodsDetail0.setGoodsName(\\\\\\"ipad\\\\\\");\\\\n goodsDetail0.setAlipayGoodsId(\\\\\\"20010001\\\\\\");\\\\n goodsDetail0.setQuantity(1L);\\\\n goodsDetail0.setPrice(\\\\\\"2000\\\\\\");\\\\n goodsDetail0.setGoodsId(\\\\\\"apple-01\\\\\\");\\\\n goodsDetail0.setGoodsCategory(\\\\\\"34543238\\\\\\");\\\\n goodsDetail0.setCategoriesTree(\\\\\\"124868003\|126232002\|126252004\\\\\\");\\\\n goodsDetail0.setShowUrl(\\\\\\"http://www.alipay.com/xxx.jpg\\\\\\");\\\\n goodsDetail.add(goodsDetail0);\\\\n model.setGoodsDetail(goodsDetail);\\\\n \\\\n // 设置订单绝对超时时间\\\\n model.setTimeExpire(\\\\\\"2016-12-31 10:05:00\\\\\\");\\\\n \\\\n // 设置业务扩展参数\\\\n ExtendParams extendParams = new ExtendParams();\\\\n extendParams.setSysServiceProviderId(\\\\\\"2088511833207846\\\\\\");\\\\n extendParams.setHbFqSellerPercent(\\\\\\"100\\\\\\");\\\\n extendParams.setHbFqNum(\\\\\\"3\\\\\\");\\\\n extendParams.setIndustryRefluxInfo(\\\\\\"{\\\\\\\\\\\\\\"scene_code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"metro_tradeorder\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"channel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"scene_data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"asset_name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ALIPAY\\\\\\\\\\\\\\"}}\\\\\\");\\\\n extendParams.setRoyaltyFreeze(\\\\\\"true\\\\\\");\\\\n extendParams.setCardType(\\\\\\"S0JP0000\\\\\\");\\\\n model.setExtendParams(extendParams);\\\\n \\\\n // 设置公用回传参数\\\\n model.setPassbackParams(\\\\\\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\\\\\");\\\\n \\\\n // 设置商户的原始订单号\\\\n model.setMerchantOrderNo(\\\\\\"20161008001\\\\\\");\\\\n \\\\n // 设置外部指定买家\\\\n ExtUserInfo extUserInfo = new ExtUserInfo();\\\\n extUserInfo.setCertType(\\\\\\"IDENTITY_CARD\\\\\\");\\\\n extUserInfo.setCertNo(\\\\\\"362334768769238881\\\\\\");\\\\n extUserInfo.setMobile(\\\\\\"16587658765\\\\\\");\\\\n extUserInfo.setName(\\\\\\"李明\\\\\\");\\\\n extUserInfo.setMinAge(\\\\\\"18\\\\\\");\\\\n extUserInfo.setNeedCheckInfo(\\\\\\"F\\\\\\");\\\\n extUserInfo.setIdentityHash(\\\\\\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\\\\\");\\\\n model.setExtUserInfo(extUserInfo);\\\\n \\\\n // 设置通知参数选项\\\\n List queryOptions = new ArrayList();\\\\n queryOptions.add(\\\\\\"hyb_amount\\\\\\");\\\\n queryOptions.add(\\\\\\"enterprise_pay_info\\\\\\");\\\\n model.setQueryOptions(queryOptions);\\\\n \\\\n request.setBizModel(model);\\\\n // 第三方代调用模式下请设置app_auth_token\\\\n // request.putOtherTextParam(\\\\\\"app_auth_token\\\\\\", \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\");\\\\n\\\\n AlipayTradeAppPayResponse response = alipayClient.sdkExecute(request);\\\\n String orderStr = response.getBody();\\\\n System.out.println(orderStr);\\\\n\\\\n if (response.isSuccess()) {\\\\n System.out.println(\\\\\\"调用成功\\\\\\");\\\\n } else {\\\\n System.out.println(\\\\\\"调用失败\\\\\\");\\\\n // sdk版本是\\\\\\"4.38.0.ALL\\\\\\"及以上,可以参考下面的示例获取诊断链接\\\\n // String diagnosisUrl = DiagnosisUtils.getDiagnosisUrl(response);\\\\n // System.out.println(diagnosisUrl);\\\\n }\\\\n }\\\\n\\\\n private static AlipayConfig getAlipayConfig() {\\\\n String privateKey = \\\\\\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\\\\\";\\\\n String alipayPublicKey = \\\\\\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\\\\\";\\\\n AlipayConfig alipayConfig = new AlipayConfig();\\\\n alipayConfig.setServerUrl(\\\\\\"https://openapi.alipay.com/gateway.do\\\\\\");\\\\n alipayConfig.setAppId(\\\\\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\\\\\");\\\\n alipayConfig.setPrivateKey(privateKey);\\\\n alipayConfig.setFormat(\\\\\\"json\\\\\\");\\\\n alipayConfig.setAlipayPublicKey(alipayPublicKey);\\\\n alipayConfig.setCharset(\\\\\\"UTF-8\\\\\\");\\\\n alipayConfig.setSignType(\\\\\\"RSA2\\\\\\");\\\\n return alipayConfig;\\\\n }\\\\n}\\",\\"name\\":\\"APP支付\\",\\"nodeSample\\":\\"const { AlipaySdk } = require(\\\\\\"alipay-sdk\\\\\\");\\\\n\\\\nconst alipaySdk = new AlipaySdk({\\\\n appId: \\\\\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\\\\\",\\\\n privateKey: \\\\\\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\\\\\",\\\\n alipayPublicKey: \\\\\\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\\\\\",\\\\n gateway: \\\\\\"https://openapi.alipay.com/gateway.do\\\\\\",\\\\n appAuthToken: \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\",\\\\n});\\\\nconst result = await alipaySdk.sdkExec(\\\\\\"alipay.trade.app.pay\\\\\\", {\\\\n bizContent: {\\\\n out_trade_no: \\\\\\"70501111111S001111119\\\\\\",\\\\n total_amount: \\\\\\"9.00\\\\\\",\\\\n subject: \\\\\\"大乐透\\\\\\",\\\\n product_code: \\\\\\"QUICK_MSECURITY_PAY\\\\\\",\\\\n goods_detail: \[\\\\n {\\\\n goods_name: \\\\\\"ipad\\\\\\",\\\\n alipay_goods_id: \\\\\\"20010001\\\\\\",\\\\n quantity: 1,\\\\n price: \\\\\\"2000\\\\\\",\\\\n goods_id: \\\\\\"apple-01\\\\\\",\\\\n goods_category: \\\\\\"34543238\\\\\\",\\\\n categories_tree: \\\\\\"124868003\|126232002\|126252004\\\\\\",\\\\n show_url: \\\\\\"http://www.alipay.com/xxx.jpg\\\\\\",\\\\n },\\\\n \],\\\\n time_expire: \\\\\\"2016-12-31+10:05:00\\\\\\",\\\\n extend_params: {\\\\n sys_service_provider_id: \\\\\\"2088511833207846\\\\\\",\\\\n hb_fq_seller_percent: \\\\\\"100\\\\\\",\\\\n hb_fq_num: \\\\\\"3\\\\\\",\\\\n industry_reflux_info:\\\\n '{\\\\\\\\\\\\\\\\\\\\\\"scene_code\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\"metro_tradeorder\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\"channel\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\"xxxx\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\"scene_data\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\"asset_name\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\"ALIPAY\\\\\\\\\\\\\\\\\\\\\\"}}',\\\\n royalty_freeze: \\\\\\"true\\\\\\",\\\\n card_type: \\\\\\"S0JP0000\\\\\\",\\\\n },\\\\n passback_params: \\\\\\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\\\\\",\\\\n merchant_order_no: \\\\\\"20161008001\\\\\\",\\\\n ext_user_info: {\\\\n cert_type: \\\\\\"IDENTITY_CARD\\\\\\",\\\\n cert_no: \\\\\\"362334768769238881\\\\\\",\\\\n mobile: \\\\\\"16587658765\\\\\\",\\\\n name: \\\\\\"李明\\\\\\",\\\\n min_age: \\\\\\"18\\\\\\",\\\\n need_check_info: \\\\\\"F\\\\\\",\\\\n identity_hash:\\\\n \\\\\\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\\\\\",\\\\n },\\\\n query_options: \[\\\\\\"hyb_amount\\\\\\", \\\\\\"enterprise_pay_info\\\\\\"\],\\\\n },\\\\n});\\\\n\\",\\"notice\\":\\"\\",\\"notifyResponseStr\\":\\"\[{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"回传参数\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"回传参数\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"passback_params\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商品描述\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商品描述\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"body\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"订单标题\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"订单标题\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"subject\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"退款金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"退款金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"refund_fee\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"订单金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"订单金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"total_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易状态\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易状态\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"trade_status\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"卖家支付宝用户号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"卖家支付宝用户号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"seller_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户订单号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户订单号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"out_trade_no\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付宝分配给开发者的应用Id\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付宝分配给开发者的应用Id\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"app_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付宝交易号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付宝交易号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"trade_no\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家支付宝用户唯一标识\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家支付宝用户唯一标识\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":128,\\\\\\"name\\\\\\":\\\\\\"buyer_open_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付渠道\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付渠道\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"out_channel_type\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易付款时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易付款时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_payment\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易创建时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易创建时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_create\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易结束时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易结束时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_close\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易退款时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易退款时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_refund\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"2088102146225135\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户的应用Id\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"2088102146225135\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户的应用Id\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"merchant_app_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户业务号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户业务号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"out_biz_no\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"卖家支付宝账号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"卖家支付宝账号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"seller_email\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家支付宝账号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家支付宝账号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"buyer_logon_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本交易支付时所使用的所有优惠券信息\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本交易支付时所使用的所有优惠券信息\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"voucher_detail_list\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"使用积分宝支付的金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"使用积分宝支付的金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"point_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"用户在交易中支付的金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"用户在交易中支付的金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"buyer_pay_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"用户在交易中支付的可开具发票的金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"用户在交易中支付的可开具发票的金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"invoice_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商家在交易中实际收到的款项,单位为元\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商家在交易中实际收到的款项,单位为元\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"receipt_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\[{\\\\\\\\\\\\\\"amount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"50.00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fundChannel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ALIPAYACCOUNT\\\\\\\\\\\\\\"}\]\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付金额信息\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"\[{"amount":"50.00","fundChannel":"ALIPAYACCOUNT"}\]\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付金额信息\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":256,\\\\\\"name\\\\\\":\\\\\\"fund_bill_list\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家的支付宝用户Uid\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家的支付宝用户Uid\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"buyer_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\\\\\\",\\\\\\"description\\\\\\":\\\\\\"通知动作类型\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"通知动作类型\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":50,\\\\\\"name\\\\\\":\\\\\\"notify_action_type\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户本次收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户本次收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"current_seller_received_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户累计收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户累计收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"seller_received_total_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"订单退款从卖家退回总额度(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"订单退款从卖家退回总额度(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"total_from_seller_fee\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"1\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本次打款期数(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"1\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本次打款期数(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":8,\\\\\\"name\\\\\\":\\\\\\"ff_current_period\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"平台优惠金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"平台优惠金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"discount_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"8.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"该笔交易针对收款方的收费金额; 默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"8.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"该笔交易针对收款方的收费金额; 默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"charge_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"bluesea_1\\\\\\",\\\\\\"description\\\\\\":\\\\\\"费率活动标识。
当交易享受特殊行业或活动费率时,返回该场景的标识。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"bluesea_1\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"费率活动标识。\
当交易享受特殊行业或活动费率时,返回该场景的标识。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"charge_flags\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"2018101610032004620239146945\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付清算编号,用于清算对账使用; 只在银行间联交易场景下返回该信息;\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"2018101610032004620239146945\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付清算编号,用于清算对账使用; 只在银行间联交易场景下返回该信息;\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"settlement_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"registration_order_pay\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"brlx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"cblx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\"}}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"行业特殊信息(例如在医保卡支付业务中,返回医疗信息)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"行业特殊信息(例如在医保卡支付业务中,返回医疗信息)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":4096,\\\\\\"name\\\\\\":\\\\\\"industry_sepc_detail\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"registration_order_pay\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"brlx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"cblx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\"}}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"行业特殊信息-个账相关\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"行业特殊信息-个账相关\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":4096,\\\\\\"name\\\\\\":\\\\\\"industry_sepc_detail_acc\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"registration_order_pay\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"brlx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"cblx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\"}}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"行业特殊信息-统筹相关\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"行业特殊信息-统筹相关\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":4096,\\\\\\"name\\\\\\":\\\\\\"industry_sepc_detail_gov\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\\\\\\\\\\\\\\"\[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\]\\\\\\\\\\\\\\"\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本次交易支付所使用的单品券优惠的商品优惠信息。 默认不返回改字段,默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\""\[{\\\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\\\"}\]"\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本次交易支付所使用的单品券优惠的商品优惠信息。 默认不返回改字段,默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":1024,\\\\\\"name\\\\\\":\\\\\\"discount_goods_detail\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户优惠金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户优惠金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"mdiscount_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"USER_INSTALL_NUM\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"若用户使用花呗分期支付,且商家开通返回此通知参数,则会返回花呗分期数。json的Map格式,key和value都为String字符串格式。目前提供的key有:USER_INSTALL_NUM,表示花呗分期数,value为用户使用花呗分期支付的分期数。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"USER_INSTALL_NUM":"3"}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"若用户使用花呗分期支付,且商家开通返回此通知参数,则会返回花呗分期数。json的Map\格式,key和value都为String字符串格式。目前提供的key有:USER_INSTALL_NUM,表示花呗分期数,value为用户使用花呗分期支付的分期数。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":512,\\\\\\"name\\\\\\":\\\\\\"hb_fq_pay_info\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"DC\\\\\\",\\\\\\"description\\\\\\":\\\\\\"收款资金类型,当交易收款资金为数字人民币时返回值为"DC",否则不返回该字段。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"DC\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"收款资金类型,当交易收款资金为数字人民币时返回值为"DC",否则不返回该字段。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":8,\\\\\\"name\\\\\\":\\\\\\"receipt_currency_type\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"invoice_amount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"28.00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"is_use_enterprise_pay\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"true\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"因公付信息,只有入参的query_options中指定时才通知该字段信息\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"invoice_amount":"28.00","is_use_enterprise_pay":"true"}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"因公付信息,只有入参的query_options中指定时才通知该字段信息\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":512,\\\\\\"name\\\\\\":\\\\\\"enterprise_pay_info\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"description\\\\\\":\\\\\\"惠营宝回票金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"惠营宝回票金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"hyb_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\[{\\\\\\\\\\\\\\"charge_fee\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.01\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"original_charge_fee\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.02\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"switch_fee_rate\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.03\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"is_rating_on_trade_receiver\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"is_rating_on_switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\"}\]\\\\\\",\\\\\\"description\\\\\\":\\\\\\"计费信息列表\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"\[{"charge_fee":"0.01","original_charge_fee":"0.02","switch_fee_rate":"0.03","is_rating_on_trade_receiver":"Y","is_rating_on_switch":"Y"}\]\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"计费信息列表\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":10000,\\\\\\"name\\\\\\":\\\\\\"charge_info_list\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"medicareCardType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"medicareCardHolderHiddenName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\*\*专\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"医保信息。入参的query_options中指定时才返回该字段信息。medicareCardType:医保卡类型,\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"亲情支付\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"本人支付\\\\\\\\\\\\\\",为空默认为本人支付;medicareCardHolderHiddenName:医保卡持卡人姓名。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"medicareCardType":"1","medicareCardHolderHiddenName":"\*\*专"}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"医保信息。入参的query_options中指定时才返回该字段信息。medicareCardType:医保卡类型,"1":"亲情支付","0":"本人支付",为空默认为本人支付;medicareCardHolderHiddenName:医保卡持卡人姓名。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":128,\\\\\\"name\\\\\\":\\\\\\"medical_insurance_info\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"creditAdvanceV2\\\\\\",\\\\\\"description\\\\\\":\\\\\\"信用支付模式\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"creditAdvanceV2\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"信用支付模式\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":32,\\\\\\"name\\\\\\":\\\\\\"credit_pay_mode\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"1.00\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家业务收费金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"1.00\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家业务收费金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"buyer_charge_amt\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"description\\\\\\":\\\\\\"履约金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"履约金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"fulfillment_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"APP\\\\\\",\\\\\\"description\\\\\\":\\\\\\"收银台类型。
用户支付的收银台类型,取值如下:
APP:支付宝APP收银台支付;
WAP:支付H5收银台支付;
注:只有在无线产品支付接口请求中query_options指定cashier_type才返回该字段。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"APP\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"收银台类型。 \
用户支付的收银台类型,取值如下: \
APP:支付宝APP收银台支付; \
WAP:支付H5收银台支付; \
注:只有在无线产品支付接口请求中query_options指定cashier_type才返回该字段。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"cashier_type\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\[{\\\\\\\\\\\\\\"amount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"merchantContribute\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"工具立减_固定金额\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"otherContribute\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DISCOUNT\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"voucherId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"20241207000730027708000CRGZP\\\\\\\\\\\\\\"}\]\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本次退款涉及的券明细\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"\[{"amount":"0.10","merchantContribute":"0.00","name":"工具立减_固定金额","otherContribute":"0.10","type":"DISCOUNT","voucherId":"20241207000730027708000CRGZP"}\]\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本次退款涉及的券明细\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":256,\\\\\\"name\\\\\\":\\\\\\"refund_voucher_detail_list\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"}\]\\",\\"notifySample\\":\\"https://www.merchant.com/receive_notify.htm?notify_type=trade_status_sync\¬ify_id=91722adff935e8cfa58b3aabf4dead6ibe\¬ify_time=2017-02-16 21:46:15\&sign_type=RSA2\&sign=WcO+t3D8Kg71dTlKwN7r9PzUOXeaBJwp8/FOuSxcuSkXsoVYxBpsAidprySCjHCjmaglNcjoKJQLJ28/Asl93joTW39FX6i07lXhnbPknezAlwmvPdnQuI01HZsZF9V1i6ggZjBiAd5lG8bZtTxZOJ87ub2i9GuJ3Nr/NUc9VeY=\&passback_params=null\&body=null\&subject=null\&refund_fee=null\&total_amount=null\&trade_status=null\&seller_id=null\&out_trade_no=null\&app_id=null\&trade_no=null\&buyer_open_id=074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\&out_channel_type=null\&gmt_payment=null\&gmt_create=null\&gmt_close=null\&gmt_refund=null\&merchant_app_id=2088102146225135\&out_biz_no=null\&seller_email=null\&buyer_logon_id=null\&voucher_detail_list=null\&point_amount=null\&buyer_pay_amount=null\&invoice_amount=null\&receipt_amount=null\&fund_bill_list=\[{\\\\\\"amount\\\\\\":\\\\\\"50.00\\\\\\",\\\\\\"fundChannel\\\\\\":\\\\\\"ALIPAYACCOUNT\\\\\\"}\]\&buyer_id=null\¬ify_action_type=payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\¤t_seller_received_amount=88.88\&seller_received_total_amount=88.88\&total_from_seller_fee=88.88\&ff_current_period=1\&discount_amount=88.88\&charge_amount=8.88\&charge_flags=bluesea_1\&settlement_id=2018101610032004620239146945\&industry_sepc_detail={\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\&industry_sepc_detail_acc={\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\&industry_sepc_detail_gov={\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\&discount_goods_detail=\\\\\\"\[{\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\"}\]\\\\\\"\&mdiscount_amount=88.88\&hb_fq_pay_info={\\\\\\"USER_INSTALL_NUM\\\\\\":\\\\\\"3\\\\\\"}\&receipt_currency_type=DC\&enterprise_pay_info={\\\\\\"invoice_amount\\\\\\":\\\\\\"28.00\\\\\\",\\\\\\"is_use_enterprise_pay\\\\\\":\\\\\\"true\\\\\\"}\&hyb_amount=10.24\&charge_info_list=\[{\\\\\\"charge_fee\\\\\\":\\\\\\"0.01\\\\\\",\\\\\\"original_charge_fee\\\\\\":\\\\\\"0.02\\\\\\",\\\\\\"switch_fee_rate\\\\\\":\\\\\\"0.03\\\\\\",\\\\\\"is_rating_on_trade_receiver\\\\\\":\\\\\\"Y\\\\\\",\\\\\\"is_rating_on_switch\\\\\\":\\\\\\"Y\\\\\\"}\]\&medical_insurance_info={\\\\\\"medicareCardType\\\\\\":\\\\\\"1\\\\\\",\\\\\\"medicareCardHolderHiddenName\\\\\\":\\\\\\"\*\*专\\\\\\"}\&credit_pay_mode=creditAdvanceV2\&buyer_charge_amt=1.00\&fulfillment_amount=10.24\&cashier_type=APP\&refund_voucher_detail_list=\[{\\\\\\"amount\\\\\\":\\\\\\"0.10\\\\\\",\\\\\\"merchantContribute\\\\\\":\\\\\\"0.00\\\\\\",\\\\\\"name\\\\\\":\\\\\\"工具立减_固定金额\\\\\\",\\\\\\"otherContribute\\\\\\":\\\\\\"0.10\\\\\\",\\\\\\"type\\\\\\":\\\\\\"DISCOUNT\\\\\\",\\\\\\"voucherId\\\\\\":\\\\\\"20241207000730027708000CRGZP\\\\\\"}\]\\",\\"notifyTypeList\\":\\"\[{\\\\\\"default_value\\\\\\":\\\\\\"1\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"交易关闭\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.TRADE_CLOSED\\\\\\"},{\\\\\\"default_value\\\\\\":\\\\\\"1\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"交易完结\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.TRADE_FINISHED\\\\\\"},{\\\\\\"default_value\\\\\\":\\\\\\"1\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"支付成功\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.TRADE_SUCCESS\\\\\\"},{\\\\\\"default_value\\\\\\":\\\\\\"0\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"交易创建\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.WAIT_BUYER_PAY\\\\\\"}\]\\",\\"openRange\\":1,\\"outParamsList\\":\[{\\"children\\":\[\],\\"path\\":\\"#/orderStr\\",\\"uniqueKey\\":\\"O.orderStr\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"获取签名后的业务数据具体使用方法请参考](\\\\\\\"https:\\\\/\\\\/opendocs.alipay.com\\\\/isv\\\\/10467\\\\/xldcyq\\\\\\\")[接入指南](\\\"https://opendocs.alipay.com/open/01dcc0?pathHash=cf89b2be\\\") \\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":0,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"请参考响应示例\\",\\"fieldName\\":\\"orderStr\\",\\"fieldType\\":\\"BASETYPE\\",\\"id\\":25120414505841,\\"infoId\\":25120414505755,\\"listType\\":false,\\"maxLength\\":16384,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"签名字符串\\"}}\],\\"outputRequiredConfig\\":\[\],\\"phpSample\\":\\"setBizContent(json_encode($model,JSON_UNESCAPED_UNICODE));\\\\n// 如果是第三方代调用模式,请设置app_auth_token(应用授权令牌)\\\\n$orderStr = $alipayClient-\>sdkExecute($request, \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\");\\\\necho $orderStr;\\\\n\\\\nfunction getAlipayConfig()\\\\n{\\\\n $privateKey = '\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>';\\\\n $alipayPublicKey = '\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>';\\\\n $alipayConfig = new AlipayConfig();\\\\n $alipayConfig-\>setServerUrl('https://openapi.alipay.com/gateway.do');\\\\n $alipayConfig-\>setAppId('\<-- 请填写您的AppId,例如:2019091767145019 --\>');\\\\n $alipayConfig-\>setPrivateKey($privateKey);\\\\n $alipayConfig-\>setFormat('json');\\\\n $alipayConfig-\>setAlipayPublicKey($alipayPublicKey);\\\\n $alipayConfig-\>setCharset('UTF-8');\\\\n $alipayConfig-\>setSignType('RSA2');\\\\n return $alipayConfig;\\\\n}\\",\\"productSceneFlag\\":true,\\"rspSampleJson\\":\\"app_id=2017060101317939\&biz_content=%7B%22time_expire%22%3A%222016-12-31+10%3A05%3A00%22%2C%22extend_params%22%3A%22%22%2C%22query_options%22%3A%22%5B%5C%22hyb_amount%5C%22%2C%5C%22enterprise_pay_info%5C%22%5D%22%2C%22subject%22%3A%22%E5%A4%A7%E4%B9%90%E9%80%8F%22%2C%22product_code%22%3A%22QUICK_MSECURITY_PAY%22%2C%22body%22%3A%22Iphone6+16G%22%2C%22passback_params%22%3A%22merchantBizType%253d3C%2526merchantBizNo%253d2016010101111%22%2C%22specified_channel%22%3A%22pcredit%22%2C%22goods_detail%22%3A%22%22%2C%22merchant_order_no%22%3A%2220161008001%22%2C%22enable_pay_channels%22%3A%22pcredit%2CmoneyFund%2CdebitCardExpress%22%2C%22out_trade_no%22%3A%2270501111111S001111119%22%2C%22ext_user_info%22%3A%22%22%2C%22total_amount%22%3A%229.00%22%2C%22timeout_express%22%3A%2290m%22%2C%22disable_pay_channels%22%3A%22pcredit%2CmoneyFund%2CdebitCardExpress%22%2C%22agreement_sign_params%22%3A%22%22%7D\&charset=UTF-8\&format=json\&method=alipay.trade.app.pay\&sign=ERITJKEIJKJHKKKKKKKHJEREEEEEEEEEEE\&sign_type=RSA2\×tamp=2014-07-24+03%3A07%3A50\&version=1.0\\",\\"sceneCode\\":\\"20\\",\\"showFlag\\":true},{\\"apiId\\":25120414505755,\\"commonParams\\":\\"\[{\\\\\\"cn_name\\\\\\":\\\\\\"开发者的AppId\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"2014072300007148\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"支付宝分配给开发者的应用ID\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":32,\\\\\\"name\\\\\\":\\\\\\"app_id\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"方法\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"alipay.trade.app.pay\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"接口名称\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":128,\\\\\\"name\\\\\\":\\\\\\"method\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"格式\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"JSON\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"仅支持JSON\\\\\\",\\\\\\"is_required\\\\\\":0,\\\\\\"max_length\\\\\\":40,\\\\\\"name\\\\\\":\\\\\\"format\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"参数字符编码\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"utf-8\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"请求使用的编码格式,如utf-8,gbk,gb2312等\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":10,\\\\\\"name\\\\\\":\\\\\\"charset\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"签名类型\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"RSA2\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"商户生成签名字符串所使用的签名算法类型,目前支持RSA2和RSA,推荐使用RSA2\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":10,\\\\\\"name\\\\\\":\\\\\\"sign_type\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"签名\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"详见示例\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"商户请求参数的签名串,详见[签名\<\\\\\\\\/a\>\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":344,\\\\\\"name\\\\\\":\\\\\\"sign\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"时间戳\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"2014-07-24 03:07:50\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"发送请求的时间,格式\\\\\\\\\\\\\\"yyyy-MM-dd HH:mm:ss\\\\\\\\\\\\\\"\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":19,\\\\\\"name\\\\\\":\\\\\\"timestamp\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"接口版本号\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"1.0\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"调用的接口版本,固定为:1.0\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"max_length\\\\\\":3,\\\\\\"name\\\\\\":\\\\\\"version\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"接口异步通知url\\\\\\",\\\\\\"demo_value\\\\\\":\\\\\\"http:\\\\\\\\/\\\\\\\\/api.test.alipay.net\\\\\\\\/atinterface\\\\\\\\/receive_notify.htm\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"支付宝服务器主动通知商户服务器里指定的页面http\\\\\\\\/https路径。\\\\\\",\\\\\\"is_required\\\\\\":0,\\\\\\"max_length\\\\\\":256,\\\\\\"name\\\\\\":\\\\\\"notify_url\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"应用授权令牌\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"详见](\\\\\\\"https:\\\\/\\\\/opendocs.alipay.com\\\\/common\\\\/02khjm\\\\\\\")[应用授权概述\<\\\\\\\\/a\>\\\\\\",\\\\\\"is_required\\\\\\":0,\\\\\\"max_length\\\\\\":40,\\\\\\"name\\\\\\":\\\\\\"app_auth_token\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"},{\\\\\\"cn_name\\\\\\":\\\\\\"业务参数集合\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"请求参数的集合,最大长度不限,除公共参数外所有请求参数都必须放在这个参数中传递,具体参照各产品快速接入文档\\\\\\",\\\\\\"is_required\\\\\\":1,\\\\\\"name\\\\\\":\\\\\\"biz_content\\\\\\",\\\\\\"type\\\\\\":\\\\\\"String\\\\\\"}\]\\",\\"customDemos\\":\[\],\\"description\\":\\"外部商户APP唤起快捷SDK传入用户支付信息及商家扣款信息,创建商家扣款支付并签约订单。\\",\\"docOrder\\":2,\\"dotnetSample\\":\\"using System;\\\\nusing System.Collections.Generic;\\\\nusing Aop.Api;\\\\nusing Aop.Api.Request;\\\\nusing Aop.Api.Response;\\\\nusing Aop.Api.Domain;\\\\nusing Aop.Api.Util;\\\\nnamespace SdkDemoTest\\\\n{\\\\n public class AlipayTradeAppPay\\\\n {\\\\n public static void Main(string\[\] args) \\\\n {\\\\n // 初始化SDK\\\\n IAopClient alipayClient = new DefaultAopClient(GetAlipayConfig());\\\\n // 构造请求参数以调用接口\\\\n AlipayTradeAppPayRequest request = new AlipayTradeAppPayRequest();\\\\n AlipayTradeAppPayModel model = new AlipayTradeAppPayModel();\\\\n \\\\n // 设置商户订单号\\\\n model.OutTradeNo = \\\\\\"70501111111S001111119\\\\\\";\\\\n \\\\n // 设置订单总金额\\\\n model.TotalAmount = \\\\\\"9.00\\\\\\";\\\\n \\\\n // 设置订单标题\\\\n model.Subject = \\\\\\"大乐透\\\\\\";\\\\n \\\\n // 设置产品码\\\\n model.ProductCode = \\\\\\"QUICK_MSECURITY_PAY\\\\\\";\\\\n \\\\n // 设置订单绝对超时时间\\\\n model.TimeExpire = \\\\\\"2016-12-31 10:05:00\\\\\\";\\\\n \\\\n // 设置签约参数\\\\n SignParams agreementSignParams = new SignParams();\\\\n AccessParams accessParams = new AccessParams();\\\\n accessParams.Channel = \\\\\\"ALIPAYAPP\\\\\\";\\\\n agreementSignParams.AccessParams = accessParams;\\\\n PeriodRuleParams periodRuleParams = new PeriodRuleParams();\\\\n periodRuleParams.Period = 3;\\\\n periodRuleParams.TotalAmount = \\\\\\"600\\\\\\";\\\\n periodRuleParams.ExecuteTime = \\\\\\"2019-01-23\\\\\\";\\\\n periodRuleParams.SingleAmount = \\\\\\"10.99\\\\\\";\\\\n periodRuleParams.TotalPayments = 12;\\\\n periodRuleParams.PeriodType = \\\\\\"DAY\\\\\\";\\\\n agreementSignParams.PeriodRuleParams = periodRuleParams;\\\\n agreementSignParams.SignNotifyUrl = \\\\\\"http://www.merchant.com/receiveSignNotify\\\\\\";\\\\n agreementSignParams.ExternalLogonId = \\\\\\"13888888888\\\\\\";\\\\n agreementSignParams.PersonalProductCode = \\\\\\"CYCLE_PAY_AUTH_P\\\\\\";\\\\n agreementSignParams.ExternalAgreementNo = \\\\\\"test20190701\\\\\\";\\\\n agreementSignParams.ProductCode = \\\\\\"GENERAL_WITHHOLDING\\\\\\";\\\\n agreementSignParams.SignScene = \\\\\\"INDUSTRY\|DIGITAL_MEDIA\\\\\\";\\\\n agreementSignParams.EffectTime = \\\\\\"600\\\\\\";\\\\n model.AgreementSignParams = agreementSignParams;\\\\n \\\\n request.SetBizModel(model);\\\\n // 第三方代调用模式下请设置app_auth_token\\\\n // request.PutOtherTextParam(\\\\\\"app_auth_token\\\\\\", \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\");\\\\n\\\\n AlipayTradeAppPayResponse response = alipayClient.SdkExecute(request);\\\\n string orderStr = response.Body;\\\\n Console.WriteLine(orderStr);\\\\n\\\\n if(!response.IsError)\\\\n {\\\\n Console.WriteLine(\\\\\\"调用成功\\\\\\");\\\\n }\\\\n else\\\\n {\\\\n Console.WriteLine(\\\\\\"调用失败\\\\\\");\\\\n }\\\\n }\\\\n\\\\n private static AlipayConfig GetAlipayConfig()\\\\n {\\\\n string privateKey = \\\\\\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\\\\\";\\\\n string alipayPublicKey = \\\\\\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\\\\\";\\\\n AlipayConfig alipayConfig = new AlipayConfig();\\\\n alipayConfig.ServerUrl = \\\\\\"https://openapi.alipay.com/gateway.do\\\\\\";\\\\n alipayConfig.AppId = \\\\\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\\\\\";\\\\n alipayConfig.PrivateKey = privateKey;\\\\n alipayConfig.Format = \\\\\\"json\\\\\\";\\\\n alipayConfig.AlipayPublicKey = alipayPublicKey;\\\\n alipayConfig.Charset = \\\\\\"UTF-8\\\\\\";\\\\n alipayConfig.SignType = \\\\\\"RSA2\\\\\\";\\\\n return alipayConfig;\\\\n }\\\\n }\\\\n}\\",\\"errorCodeList\\":\[{\\"apiId\\":4900005,\\"description\\":\\"无权限使用接口\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.ACCESS_FORBIDDEN\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500151,\\"showFlag\\":true,\\"solution\\":\\"联系支付宝小二签约\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"买家状态非法\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.BUYER_ENABLE_STATUS_FORBID\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500152,\\"showFlag\\":true,\\"solution\\":\\"用户联系支付宝小二,确认买家状态为什么非法\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"买卖家不能相同\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.BUYER_SELLER_EQUAL\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500153,\\"showFlag\\":true,\\"solution\\":\\"更换买家重新付款\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"交易信息被篡改\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.CONTEXT_INCONSISTENT\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500154,\\"showFlag\\":true,\\"solution\\":\\"确认该笔交易信息是否为当前买家的已存订单,如果是则认为本次请求参数与已存交易不一致,如果不是则更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"订单信息中包含违禁词\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.EXIST_FORBIDDEN_WORD\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500155,\\"showFlag\\":true,\\"solution\\":\\"修改订单信息后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"参数无效\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.INVALID_PARAMETER\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500156,\\"showFlag\\":true,\\"solution\\":\\"若存在参数无效具体错误信息描述,请参考描述检查请求参数后,重新发起\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"应用APP_ID填写错误\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.PARTNER_ERROR\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500157,\\"showFlag\\":true,\\"solution\\":\\"联系支付宝小二,确认APP_ID的状态\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"当前交易未传入IP信息,创单失败,请传入IP后再发起支付\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.RISK_MERCHANT_IP_NOT_EXIST\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500158,\\"showFlag\\":true,\\"solution\\":\\"检查请求参数是否已经传入用户IP信息\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"商家账号被冻结\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.SELLER_BEEN_BLOCKED\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500159,\\"showFlag\\":true,\\"solution\\":\\"联系支付宝小二,解冻账号\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"接口返回错误\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.SYSTEM_ERROR\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500160,\\"showFlag\\":true,\\"solution\\":\\"请立即调用查询订单API,查询当前订单的状态,并根据订单状态决定下一步的操作\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"订单总金额不在允许范围内\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TOTAL_FEE_EXCEED\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500161,\\"showFlag\\":true,\\"solution\\":\\"修改订单金额再发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"交易买家不匹配\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TRADE_BUYER_NOT_MATCH\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500162,\\"showFlag\\":true,\\"solution\\":\\"该笔交易已经在支付宝端创建,但请求买家与已存交易中的买家不一致。请商户确认本次请求是否与已存交易有关,若为同一笔交易,则只能用原始买家付款,若无关更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"交易已经关闭\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TRADE_HAS_CLOSE\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500163,\\"showFlag\\":true,\\"solution\\":\\"确认该笔交易信息是否为当前买家的已存订单,如果是则认为交易已经关闭,如果不是则更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false},{\\"apiId\\":4900005,\\"description\\":\\"交易已被支付\\",\\"display\\":true,\\"errorCode\\":\\"ACQ.TRADE_HAS_SUCCESS\\",\\"gmtCreate\\":1764832530000,\\"gmtModified\\":1764832530000,\\"httpState\\":\\"400\\",\\"id\\":5500164,\\"showFlag\\":true,\\"solution\\":\\"确认该笔交易信息是否为当前买家的,如果是则认为交易付款成功,如果不是则更换商家订单号后,重新发起请求\\",\\"unifyCode\\":\\"\\",\\"upgrade\\":false}\],\\"frontProductCode\\":\\"I1080300001000066811\\",\\"id\\":4900005,\\"inParamsList\\":\[{\\"children\\":\[\],\\"path\\":\\"#/out_trade_no\\",\\"uniqueKey\\":\\"I.out_trade_no\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"商户订单号。
由商家自定义,64个字符以内,仅支持字母、数字、下划线且需保证在商户端不重复。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"70501111111S001111119\\",\\"fieldName\\":\\"out_trade_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505760,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/total_amount\\",\\"uniqueKey\\":\\"I.total_amount\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单总金额。
单位为元,精确到小数点后两位,取值范围:\[0.01,100000000\] 。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"9.00\\",\\"fieldName\\":\\"total_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505761,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":9,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/subject\\",\\"uniqueKey\\":\\"I.subject\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单标题。
注意:不可使用特殊字符,如 /,=,\& 等。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"大乐透\\",\\"fieldName\\":\\"subject\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505762,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":256,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/product_code\\",\\"uniqueKey\\":\\"I.product_code\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"商家和支付宝签约的产品码。
无线快捷支付产品,传入固定值:QUICK_MSECURITY_PAY\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"QUICK_MSECURITY_PAY\\",\\"fieldName\\":\\"product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505763,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"path\\":\\"#/time_expire\\",\\"uniqueKey\\":\\"I.time_expire\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单绝对超时时间。
格式为yyyy-MM-dd HH:mm:ss。
注:time_expire和timeout_express两者只需传入一个或者都不传,如果两者都传,优先使用time_expire。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":11,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2016-12-31 10:05:00\\",\\"fieldName\\":\\"time_expire\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505780,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"apiId\\":25120414505755,\\"children\\":\[{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/product_code\\",\\"uniqueKey\\":\\"I.agreement_sign_params.product_code\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商家和支付宝签约的产品码。 商家扣款产品传入固定值:GENERAL_WITHHOLDING\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"GENERAL_WITHHOLDING\\",\\"fieldName\\":\\"product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505790,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":true,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":64}\\",\\"zhName\\":\\"收单产品码\\"}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/personal_product_code\\",\\"uniqueKey\\":\\"I.agreement_sign_params.personal_product_code\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"个人签约产品码,商户和支付宝签约时确定。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"CYCLE_PAY_AUTH_P\\",\\"fieldName\\":\\"personal_product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505791,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/sign_scene\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sign_scene\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"协议签约场景,商户和支付宝签约时确定,商户可咨询技术支持。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"INDUSTRY\|DIGITAL_MEDIA\\",\\"fieldName\\":\\"sign_scene\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505792,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/effect_time\\",\\"uniqueKey\\":\\"I.agreement_sign_params.effect_time\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"设置签约请求的有效时间,单位为秒。如传入600,商户发起签约请求到用户进入支付宝签约页面的时间差不能超过10分钟。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"600\\",\\"fieldName\\":\\"effect_time\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505793,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":10,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":10}\\",\\"zhName\\":\\"签约请求有效时间\\"}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/external_agreement_no\\",\\"uniqueKey\\":\\"I.agreement_sign_params.external_agreement_no\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商户签约号,代扣协议中标示用户的唯一签约号(确保在商户系统中唯一)。 格式规则:支持大写小写字母和数字,最长32位。 商户系统按需传入,如果同一用户在同一产品码、同一签约场景下,签订了多份代扣协议,那么需要指定并传入该值。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"test20190701\\",\\"fieldName\\":\\"external_agreement_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505794,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/external_logon_id\\",\\"uniqueKey\\":\\"I.agreement_sign_params.external_logon_id\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"用户在商户网站的登录账号,用于在签约页面展示,如果为空,则不展示\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":8,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"13888888888\\",\\"fieldName\\":\\"external_logon_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505795,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":100,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/access_params/channel\\",\\"uniqueKey\\":\\"I.agreement_sign_params.access_params.channel\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"目前支持以下值:\\\\r
1. ALIPAYAPP (钱包h5页面签约)\\\\r
2. QRCODE(扫码签约)\\\\r
3. QRCODEORSMS(扫码签约或者短信签约)\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"ALIPAYAPP\\",\\"fieldName\\":\\"channel\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505797,\\"infoId\\":25120414505796,\\"listType\\":false,\\"maxLength\\":20,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}}\],\\"description\\":\\"签约接入信息\\",\\"enName\\":\\"AccessParams\\",\\"path\\":\\"#/agreement_sign_params/access_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.access_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505796,\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"请按当前接入的方式进行填充,且输入值必须为文档中的参数取值范围。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":10,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"AccessParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"access_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505798,\\"infoId\\":25120414505789,\\"listType\\":false,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"AccessParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false},\\"version\\":\\"1.0\\"},{\\"children\\":\[{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/period_rule_params/period_type\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.period_type\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期类型period_type是周期扣款产品必填,枚举值为DAY和MONTH。
DAY即扣款周期按天计,MONTH代表扣款周期按自然月。
与另一参数period组合使用确定扣款周期,例如period_type为DAY,period=30,则扣款周期为30天;period_type为MONTH,period=3,则扣款周期为3个自然月。
自然月是指,不论这个月有多少天,周期都计算到月份中的同一日期。例如1月3日到2月3日为一个自然月,1月3日到4月3日为三个自然月。注意周期类型使用MONTH的时候,计划扣款时间execute_time不允许传28日之后的日期(可以传28日),以此避免有些月份可能不存在对应日期的情况。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"value\\\\\\": \\\\\\"DAY\\\\\\",\\\\\\"name\\\\\\": \\\\\\"扣款周期按天计\\\\\\"},{\\\\\\"value\\\\\\": \\\\\\"MONTH\\\\\\",\\\\\\"name\\\\\\": \\\\\\"扣款周期按自然月\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"DAY\\",\\"fieldName\\":\\"period_type\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505806,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":10000,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":10000,\\\\\\"enum\\\\\\":\[\\\\\\"DAY\\\\\\",\\\\\\"MONTH\\\\\\"\]}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/period_rule_params/period\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.period\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期数period是周期扣款产品必填。与另一参数period_type组合使用确定扣款周期,例如period_type为DAY,period=90,则扣款周期为90天。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Number\\",\\"example\\":\\"3\\",\\"fieldName\\":\\"period\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505807,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Number\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"maximum\\\\\\":10000,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"integer\\\\\\",\\\\\\"minimum\\\\\\":0}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/period_rule_params/execute_time\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.execute_time\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"首次执行时间execute_time是周期扣款产品必填,即商户发起首次扣款的时间。精确到日,格式为yyyy-MM-dd
结合其他必填的扣款周期参数,会确定商户以后的扣款计划。发起扣款的时间需符合这里的扣款计划。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2019-01-23\\",\\"fieldName\\":\\"execute_time\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505808,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":10000,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":10000}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/period_rule_params/single_amount\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.single_amount\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"单次扣款最大金额single_amount是周期扣款产品必填,即每次发起扣款时限制的最大金额,单位为元。商户每次发起扣款都不允许大于此金额。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Price\\",\\"example\\":\\"10.99\\",\\"fieldName\\":\\"single_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505809,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Price\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/period_rule_params/total_amount\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.total_amount\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"总金额限制,单位为元。如果传入此参数,商户多次扣款的累计金额不允许超过此金额。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Price\\",\\"example\\":\\"600\\",\\"fieldName\\":\\"total_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505810,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":16,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Price\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"alipayPriceMinimum\\\\\\":\\\\\\"0\\\\\\",\\\\\\"alipayPriceMaximum\\\\\\":\\\\\\"9999999999.99\\\\\\",\\\\\\"format\\\\\\":\\\\\\" 精确到小数点后两位\\\\\\",\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\"}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/period_rule_params/total_payments\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.total_payments\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"总扣款次数。如果传入此参数,则商户成功扣款的次数不能超过此次数限制(扣款失败不计入)。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Number\\",\\"example\\":\\"12\\",\\"fieldName\\":\\"total_payments\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505811,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":8,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Number\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}}\],\\"description\\":\\"周期扣款规则参数。使用周期扣款产品时需要传入,限定了发起扣款的周期、金额等。\\",\\"enName\\":\\"PeriodRuleParams\\",\\"path\\":\\"#/agreement_sign_params/period_rule_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505805,\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期管控规则参数period_rule_params, 商家扣款产品,会按照这里传入的参数提示用户,并对发起扣款的时间、金额、次数等做相应限制。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":14,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"PeriodRuleParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"period_rule_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505816,\\"infoId\\":25120414505789,\\"listType\\":false,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"PeriodRuleParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false},\\"version\\":\\"6.0\\"},{\\"children\\":\[\],\\"path\\":\\"#/agreement_sign_params/sign_notify_url\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sign_notify_url\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"签约成功后商户用于接收异步通知的地址。如果不传入,签约与支付的异步通知都会发到外层notify_url参数传入的地址;如果外层也未传入,签约与支付的异步通知都会发到商户appid配置的网关地址。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":16,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"http://www.merchant.com/receiveSignNotify\\",\\"fieldName\\":\\"sign_notify_url\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505818,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":3000,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}}\],\\"description\\":\\"签约参数。用于sdk支付并签约中传入签约信息。\\",\\"enName\\":\\"SignParams\\",\\"path\\":\\"#/agreement_sign_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505789,\\"deprecated\\":false,\\"description\\":\\"签约参数。如果希望在sdk中支付并签约,需要在这里传入签约信息。
周期扣款场景 product_code 为 CYCLE_PAY_AUTH 时必填。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":18,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"SignParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"agreement_sign_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505823,\\"infoId\\":25120414505759,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"SignParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"},\\"version\\":\\"11.0\\"}\],\\"inputRequiredConfig\\":\[\],\\"javaSample\\":\\"package com.java.sdk.demo;\\\\n\\\\nimport com.alipay.api.AlipayApiException;\\\\nimport com.alipay.api.AlipayClient;\\\\nimport com.alipay.api.DefaultAlipayClient;\\\\nimport com.alipay.api.AlipayConfig;\\\\nimport com.alipay.api.request.AlipayTradeAppPayRequest;\\\\nimport com.alipay.api.domain.SignParams;\\\\nimport com.alipay.api.domain.PeriodRuleParams;\\\\nimport com.alipay.api.domain.AccessParams;\\\\nimport com.alipay.api.domain.AlipayTradeAppPayModel;\\\\nimport com.alipay.api.response.AlipayTradeAppPayResponse;\\\\n\\\\nimport com.alipay.api.FileItem;\\\\nimport java.util.Base64;\\\\nimport java.util.ArrayList;\\\\nimport java.util.List;\\\\n\\\\npublic class AlipayTradeAppPay {\\\\n\\\\n public static void main(String\[\] args) throws AlipayApiException {\\\\n // 初始化SDK\\\\n AlipayClient alipayClient = new DefaultAlipayClient(getAlipayConfig());\\\\n\\\\n // 构造请求参数以调用接口\\\\n AlipayTradeAppPayRequest request = new AlipayTradeAppPayRequest();\\\\n AlipayTradeAppPayModel model = new AlipayTradeAppPayModel();\\\\n \\\\n // 设置商户订单号\\\\n model.setOutTradeNo(\\\\\\"70501111111S001111119\\\\\\");\\\\n \\\\n // 设置订单总金额\\\\n model.setTotalAmount(\\\\\\"9.00\\\\\\");\\\\n \\\\n // 设置订单标题\\\\n model.setSubject(\\\\\\"大乐透\\\\\\");\\\\n \\\\n // 设置产品码\\\\n model.setProductCode(\\\\\\"QUICK_MSECURITY_PAY\\\\\\");\\\\n \\\\n // 设置订单绝对超时时间\\\\n model.setTimeExpire(\\\\\\"2016-12-31 10:05:00\\\\\\");\\\\n \\\\n // 设置签约参数\\\\n SignParams agreementSignParams = new SignParams();\\\\n AccessParams accessParams = new AccessParams();\\\\n accessParams.setChannel(\\\\\\"ALIPAYAPP\\\\\\");\\\\n agreementSignParams.setAccessParams(accessParams);\\\\n PeriodRuleParams periodRuleParams = new PeriodRuleParams();\\\\n periodRuleParams.setPeriod(3L);\\\\n periodRuleParams.setTotalAmount(\\\\\\"600\\\\\\");\\\\n periodRuleParams.setExecuteTime(\\\\\\"2019-01-23\\\\\\");\\\\n periodRuleParams.setSingleAmount(\\\\\\"10.99\\\\\\");\\\\n periodRuleParams.setTotalPayments(12L);\\\\n periodRuleParams.setPeriodType(\\\\\\"DAY\\\\\\");\\\\n agreementSignParams.setPeriodRuleParams(periodRuleParams);\\\\n agreementSignParams.setSignNotifyUrl(\\\\\\"http://www.merchant.com/receiveSignNotify\\\\\\");\\\\n agreementSignParams.setExternalLogonId(\\\\\\"13888888888\\\\\\");\\\\n agreementSignParams.setPersonalProductCode(\\\\\\"CYCLE_PAY_AUTH_P\\\\\\");\\\\n agreementSignParams.setExternalAgreementNo(\\\\\\"test20190701\\\\\\");\\\\n agreementSignParams.setProductCode(\\\\\\"GENERAL_WITHHOLDING\\\\\\");\\\\n agreementSignParams.setSignScene(\\\\\\"INDUSTRY\|DIGITAL_MEDIA\\\\\\");\\\\n agreementSignParams.setEffectTime(\\\\\\"600\\\\\\");\\\\n model.setAgreementSignParams(agreementSignParams);\\\\n \\\\n request.setBizModel(model);\\\\n // 第三方代调用模式下请设置app_auth_token\\\\n // request.putOtherTextParam(\\\\\\"app_auth_token\\\\\\", \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\");\\\\n\\\\n AlipayTradeAppPayResponse response = alipayClient.sdkExecute(request);\\\\n String orderStr = response.getBody();\\\\n System.out.println(orderStr);\\\\n\\\\n if (response.isSuccess()) {\\\\n System.out.println(\\\\\\"调用成功\\\\\\");\\\\n } else {\\\\n System.out.println(\\\\\\"调用失败\\\\\\");\\\\n // sdk版本是\\\\\\"4.38.0.ALL\\\\\\"及以上,可以参考下面的示例获取诊断链接\\\\n // String diagnosisUrl = DiagnosisUtils.getDiagnosisUrl(response);\\\\n // System.out.println(diagnosisUrl);\\\\n }\\\\n }\\\\n\\\\n private static AlipayConfig getAlipayConfig() {\\\\n String privateKey = \\\\\\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\\\\\";\\\\n String alipayPublicKey = \\\\\\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\\\\\";\\\\n AlipayConfig alipayConfig = new AlipayConfig();\\\\n alipayConfig.setServerUrl(\\\\\\"https://openapi.alipay.com/gateway.do\\\\\\");\\\\n alipayConfig.setAppId(\\\\\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\\\\\");\\\\n alipayConfig.setPrivateKey(privateKey);\\\\n alipayConfig.setFormat(\\\\\\"json\\\\\\");\\\\n alipayConfig.setAlipayPublicKey(alipayPublicKey);\\\\n alipayConfig.setCharset(\\\\\\"UTF-8\\\\\\");\\\\n alipayConfig.setSignType(\\\\\\"RSA2\\\\\\");\\\\n return alipayConfig;\\\\n }\\\\n}\\",\\"name\\":\\"商家扣款\\",\\"nodeSample\\":\\"const { AlipaySdk } = require(\\\\\\"alipay-sdk\\\\\\");\\\\n\\\\nconst alipaySdk = new AlipaySdk({\\\\n appId: \\\\\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\\\\\",\\\\n privateKey: \\\\\\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\\\\\",\\\\n alipayPublicKey: \\\\\\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\\\\\",\\\\n gateway: \\\\\\"https://openapi.alipay.com/gateway.do\\\\\\",\\\\n appAuthToken: \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\",\\\\n});\\\\nconst result = await alipaySdk.sdkExec(\\\\\\"alipay.trade.app.pay\\\\\\", {\\\\n bizContent: {\\\\n out_trade_no: \\\\\\"70501111111S001111119\\\\\\",\\\\n total_amount: \\\\\\"9.00\\\\\\",\\\\n subject: \\\\\\"大乐透\\\\\\",\\\\n product_code: \\\\\\"QUICK_MSECURITY_PAY\\\\\\",\\\\n time_expire: \\\\\\"2016-12-31+10:05:00\\\\\\",\\\\n agreement_sign_params: {\\\\n access_params: {\\\\n channel: \\\\\\"ALIPAYAPP\\\\\\",\\\\n },\\\\n period_rule_params: {\\\\n period: 3,\\\\n total_amount: \\\\\\"600\\\\\\",\\\\n execute_time: \\\\\\"2019-01-23\\\\\\",\\\\n single_amount: \\\\\\"10.99\\\\\\",\\\\n total_payments: 12,\\\\n period_type: \\\\\\"DAY\\\\\\",\\\\n },\\\\n sign_notify_url: \\\\\\"http://www.merchant.com/receiveSignNotify\\\\\\",\\\\n external_logon_id: \\\\\\"13888888888\\\\\\",\\\\n personal_product_code: \\\\\\"CYCLE_PAY_AUTH_P\\\\\\",\\\\n external_agreement_no: \\\\\\"test20190701\\\\\\",\\\\n product_code: \\\\\\"GENERAL_WITHHOLDING\\\\\\",\\\\n sign_scene: \\\\\\"INDUSTRY\|DIGITAL_MEDIA\\\\\\",\\\\n effect_time: \\\\\\"600\\\\\\",\\\\n },\\\\n },\\\\n});\\\\n\\",\\"notice\\":\\"\\",\\"notifyResponseStr\\":\\"\[{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"回传参数\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"回传参数\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"passback_params\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商品描述\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商品描述\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"body\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"订单标题\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"订单标题\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"subject\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"退款金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"退款金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"refund_fee\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"订单金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"订单金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"total_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易状态\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易状态\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"trade_status\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"卖家支付宝用户号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"卖家支付宝用户号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"seller_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户订单号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户订单号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"out_trade_no\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付宝分配给开发者的应用Id\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付宝分配给开发者的应用Id\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"app_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付宝交易号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付宝交易号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"trade_no\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家支付宝用户唯一标识\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家支付宝用户唯一标识\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":128,\\\\\\"name\\\\\\":\\\\\\"buyer_open_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付渠道\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付渠道\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"out_channel_type\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易付款时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易付款时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_payment\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易创建时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易创建时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_create\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易结束时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易结束时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_close\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"交易退款时间\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"交易退款时间\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"gmt_refund\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"2088102146225135\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户的应用Id\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"2088102146225135\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户的应用Id\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"merchant_app_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户业务号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户业务号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"out_biz_no\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"卖家支付宝账号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"卖家支付宝账号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"seller_email\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家支付宝账号\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家支付宝账号\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"buyer_logon_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本交易支付时所使用的所有优惠券信息\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本交易支付时所使用的所有优惠券信息\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"voucher_detail_list\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"使用积分宝支付的金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"使用积分宝支付的金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"point_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"用户在交易中支付的金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"用户在交易中支付的金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"buyer_pay_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"用户在交易中支付的可开具发票的金额\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"用户在交易中支付的可开具发票的金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"invoice_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商家在交易中实际收到的款项,单位为元\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商家在交易中实际收到的款项,单位为元\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"receipt_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\[{\\\\\\\\\\\\\\"amount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"50.00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fundChannel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ALIPAYACCOUNT\\\\\\\\\\\\\\"}\]\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付金额信息\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"\[{"amount":"50.00","fundChannel":"ALIPAYACCOUNT"}\]\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付金额信息\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":256,\\\\\\"name\\\\\\":\\\\\\"fund_bill_list\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家的支付宝用户Uid\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家的支付宝用户Uid\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"buyer_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\\\\\\",\\\\\\"description\\\\\\":\\\\\\"通知动作类型\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"通知动作类型\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":50,\\\\\\"name\\\\\\":\\\\\\"notify_action_type\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户本次收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户本次收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"current_seller_received_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户累计收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户累计收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"seller_received_total_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"订单退款从卖家退回总额度(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"订单退款从卖家退回总额度(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"total_from_seller_fee\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"1\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本次打款期数(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"1\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本次打款期数(该字段信息只在月月付等商户延迟收款场景下提供)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":8,\\\\\\"name\\\\\\":\\\\\\"ff_current_period\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"平台优惠金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"平台优惠金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"discount_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"8.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"该笔交易针对收款方的收费金额; 默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"8.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"该笔交易针对收款方的收费金额; 默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"charge_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"bluesea_1\\\\\\",\\\\\\"description\\\\\\":\\\\\\"费率活动标识。
当交易享受特殊行业或活动费率时,返回该场景的标识。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"bluesea_1\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"费率活动标识。\
当交易享受特殊行业或活动费率时,返回该场景的标识。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"charge_flags\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"2018101610032004620239146945\\\\\\",\\\\\\"description\\\\\\":\\\\\\"支付清算编号,用于清算对账使用; 只在银行间联交易场景下返回该信息;\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"2018101610032004620239146945\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"支付清算编号,用于清算对账使用; 只在银行间联交易场景下返回该信息;\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"settlement_id\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"registration_order_pay\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"brlx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"cblx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\"}}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"行业特殊信息(例如在医保卡支付业务中,返回医疗信息)\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"行业特殊信息(例如在医保卡支付业务中,返回医疗信息)\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":4096,\\\\\\"name\\\\\\":\\\\\\"industry_sepc_detail\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"registration_order_pay\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"brlx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"cblx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\"}}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"行业特殊信息-个账相关\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"行业特殊信息-个账相关\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":4096,\\\\\\"name\\\\\\":\\\\\\"industry_sepc_detail_acc\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"registration_order_pay\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"brlx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"cblx\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\"}}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"行业特殊信息-统筹相关\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"行业特殊信息-统筹相关\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":4096,\\\\\\"name\\\\\\":\\\\\\"industry_sepc_detail_gov\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\\\\\\\\\\\\\\"\[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\]\\\\\\\\\\\\\\"\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本次交易支付所使用的单品券优惠的商品优惠信息。 默认不返回改字段,默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\""\[{\\\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\\\"}\]"\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本次交易支付所使用的单品券优惠的商品优惠信息。 默认不返回改字段,默认不返回该信息,需与支付宝约定后配置返回;\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":1024,\\\\\\"name\\\\\\":\\\\\\"discount_goods_detail\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"description\\\\\\":\\\\\\"商户优惠金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"88.88\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"商户优惠金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"mdiscount_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"USER_INSTALL_NUM\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"若用户使用花呗分期支付,且商家开通返回此通知参数,则会返回花呗分期数。json的Map格式,key和value都为String字符串格式。目前提供的key有:USER_INSTALL_NUM,表示花呗分期数,value为用户使用花呗分期支付的分期数。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"USER_INSTALL_NUM":"3"}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"若用户使用花呗分期支付,且商家开通返回此通知参数,则会返回花呗分期数。json的Map\格式,key和value都为String字符串格式。目前提供的key有:USER_INSTALL_NUM,表示花呗分期数,value为用户使用花呗分期支付的分期数。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":512,\\\\\\"name\\\\\\":\\\\\\"hb_fq_pay_info\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"DC\\\\\\",\\\\\\"description\\\\\\":\\\\\\"收款资金类型,当交易收款资金为数字人民币时返回值为"DC",否则不返回该字段。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"DC\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"收款资金类型,当交易收款资金为数字人民币时返回值为"DC",否则不返回该字段。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":8,\\\\\\"name\\\\\\":\\\\\\"receipt_currency_type\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"invoice_amount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"28.00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"is_use_enterprise_pay\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"true\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"因公付信息,只有入参的query_options中指定时才通知该字段信息\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"invoice_amount":"28.00","is_use_enterprise_pay":"true"}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"因公付信息,只有入参的query_options中指定时才通知该字段信息\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":512,\\\\\\"name\\\\\\":\\\\\\"enterprise_pay_info\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"description\\\\\\":\\\\\\"惠营宝回票金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"惠营宝回票金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"hyb_amount\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\[{\\\\\\\\\\\\\\"charge_fee\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.01\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"original_charge_fee\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.02\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"switch_fee_rate\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.03\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"is_rating_on_trade_receiver\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"is_rating_on_switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\"}\]\\\\\\",\\\\\\"description\\\\\\":\\\\\\"计费信息列表\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"\[{"charge_fee":"0.01","original_charge_fee":"0.02","switch_fee_rate":"0.03","is_rating_on_trade_receiver":"Y","is_rating_on_switch":"Y"}\]\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"计费信息列表\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":10000,\\\\\\"name\\\\\\":\\\\\\"charge_info_list\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"medicareCardType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"medicareCardHolderHiddenName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\*\*专\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"description\\\\\\":\\\\\\"医保信息。入参的query_options中指定时才返回该字段信息。medicareCardType:医保卡类型,\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"亲情支付\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"本人支付\\\\\\\\\\\\\\",为空默认为本人支付;medicareCardHolderHiddenName:医保卡持卡人姓名。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"{"medicareCardType":"1","medicareCardHolderHiddenName":"\*\*专"}\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"医保信息。入参的query_options中指定时才返回该字段信息。medicareCardType:医保卡类型,"1":"亲情支付","0":"本人支付",为空默认为本人支付;medicareCardHolderHiddenName:医保卡持卡人姓名。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":128,\\\\\\"name\\\\\\":\\\\\\"medical_insurance_info\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"creditAdvanceV2\\\\\\",\\\\\\"description\\\\\\":\\\\\\"信用支付模式\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"creditAdvanceV2\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"信用支付模式\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":32,\\\\\\"name\\\\\\":\\\\\\"credit_pay_mode\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"1.00\\\\\\",\\\\\\"description\\\\\\":\\\\\\"买家业务收费金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"1.00\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"买家业务收费金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"buyer_charge_amt\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"description\\\\\\":\\\\\\"履约金额\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"10.24\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"履约金额\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":11,\\\\\\"name\\\\\\":\\\\\\"fulfillment_amount\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"APP\\\\\\",\\\\\\"description\\\\\\":\\\\\\"收银台类型。
用户支付的收银台类型,取值如下:
APP:支付宝APP收银台支付;
WAP:支付H5收银台支付;
注:只有在无线产品支付接口请求中query_options指定cashier_type才返回该字段。\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"APP\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"收银台类型。 \
用户支付的收银台类型,取值如下: \
APP:支付宝APP收银台支付; \
WAP:支付H5收银台支付; \
注:只有在无线产品支付接口请求中query_options指定cashier_type才返回该字段。\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":64,\\\\\\"name\\\\\\":\\\\\\"cashier_type\\\\\\",\\\\\\"requireType\\\\\\":1,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"},{\\\\\\"basicType\\\\\\":false,\\\\\\"basicTypeEnum\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"demoValue\\\\\\":\\\\\\"\[{\\\\\\\\\\\\\\"amount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"merchantContribute\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"工具立减_固定金额\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"otherContribute\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0.10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DISCOUNT\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"voucherId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"20241207000730027708000CRGZP\\\\\\\\\\\\\\"}\]\\\\\\",\\\\\\"description\\\\\\":\\\\\\"本次退款涉及的券明细\\\\\\",\\\\\\"htmlDemoValue\\\\\\":\\\\\\"\[{"amount":"0.10","merchantContribute":"0.00","name":"工具立减_固定金额","otherContribute":"0.10","type":"DISCOUNT","voucherId":"20241207000730027708000CRGZP"}\]\\\\\\",\\\\\\"htmlDescription\\\\\\":\\\\\\"本次退款涉及的券明细\\\\\\",\\\\\\"listType\\\\\\":false,\\\\\\"maxLength\\\\\\":256,\\\\\\"name\\\\\\":\\\\\\"refund_voucher_detail_list\\\\\\",\\\\\\"requireType\\\\\\":2,\\\\\\"typeName\\\\\\":\\\\\\"1\\\\\\"}\]\\",\\"notifySample\\":\\"https://www.merchant.com/receive_notify.htm?notify_type=trade_status_sync\¬ify_id=91722adff935e8cfa58b3aabf4dead6ibe\¬ify_time=2017-02-16 21:46:15\&sign_type=RSA2\&sign=WcO+t3D8Kg71dTlKwN7r9PzUOXeaBJwp8/FOuSxcuSkXsoVYxBpsAidprySCjHCjmaglNcjoKJQLJ28/Asl93joTW39FX6i07lXhnbPknezAlwmvPdnQuI01HZsZF9V1i6ggZjBiAd5lG8bZtTxZOJ87ub2i9GuJ3Nr/NUc9VeY=\&passback_params=null\&body=null\&subject=null\&refund_fee=null\&total_amount=null\&trade_status=null\&seller_id=null\&out_trade_no=null\&app_id=null\&trade_no=null\&buyer_open_id=074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\&out_channel_type=null\&gmt_payment=null\&gmt_create=null\&gmt_close=null\&gmt_refund=null\&merchant_app_id=2088102146225135\&out_biz_no=null\&seller_email=null\&buyer_logon_id=null\&voucher_detail_list=null\&point_amount=null\&buyer_pay_amount=null\&invoice_amount=null\&receipt_amount=null\&fund_bill_list=\[{\\\\\\"amount\\\\\\":\\\\\\"50.00\\\\\\",\\\\\\"fundChannel\\\\\\":\\\\\\"ALIPAYACCOUNT\\\\\\"}\]\&buyer_id=null\¬ify_action_type=payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\¤t_seller_received_amount=88.88\&seller_received_total_amount=88.88\&total_from_seller_fee=88.88\&ff_current_period=1\&discount_amount=88.88\&charge_amount=8.88\&charge_flags=bluesea_1\&settlement_id=2018101610032004620239146945\&industry_sepc_detail={\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\&industry_sepc_detail_acc={\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\&industry_sepc_detail_gov={\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\&discount_goods_detail=\\\\\\"\[{\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\"}\]\\\\\\"\&mdiscount_amount=88.88\&hb_fq_pay_info={\\\\\\"USER_INSTALL_NUM\\\\\\":\\\\\\"3\\\\\\"}\&receipt_currency_type=DC\&enterprise_pay_info={\\\\\\"invoice_amount\\\\\\":\\\\\\"28.00\\\\\\",\\\\\\"is_use_enterprise_pay\\\\\\":\\\\\\"true\\\\\\"}\&hyb_amount=10.24\&charge_info_list=\[{\\\\\\"charge_fee\\\\\\":\\\\\\"0.01\\\\\\",\\\\\\"original_charge_fee\\\\\\":\\\\\\"0.02\\\\\\",\\\\\\"switch_fee_rate\\\\\\":\\\\\\"0.03\\\\\\",\\\\\\"is_rating_on_trade_receiver\\\\\\":\\\\\\"Y\\\\\\",\\\\\\"is_rating_on_switch\\\\\\":\\\\\\"Y\\\\\\"}\]\&medical_insurance_info={\\\\\\"medicareCardType\\\\\\":\\\\\\"1\\\\\\",\\\\\\"medicareCardHolderHiddenName\\\\\\":\\\\\\"\*\*专\\\\\\"}\&credit_pay_mode=creditAdvanceV2\&buyer_charge_amt=1.00\&fulfillment_amount=10.24\&cashier_type=APP\&refund_voucher_detail_list=\[{\\\\\\"amount\\\\\\":\\\\\\"0.10\\\\\\",\\\\\\"merchantContribute\\\\\\":\\\\\\"0.00\\\\\\",\\\\\\"name\\\\\\":\\\\\\"工具立减_固定金额\\\\\\",\\\\\\"otherContribute\\\\\\":\\\\\\"0.10\\\\\\",\\\\\\"type\\\\\\":\\\\\\"DISCOUNT\\\\\\",\\\\\\"voucherId\\\\\\":\\\\\\"20241207000730027708000CRGZP\\\\\\"}\]\\",\\"notifyTypeList\\":\\"\[{\\\\\\"default_value\\\\\\":\\\\\\"1\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"交易关闭\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.TRADE_CLOSED\\\\\\"},{\\\\\\"default_value\\\\\\":\\\\\\"1\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"交易完结\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.TRADE_FINISHED\\\\\\"},{\\\\\\"default_value\\\\\\":\\\\\\"1\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"支付成功\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.TRADE_SUCCESS\\\\\\"},{\\\\\\"default_value\\\\\\":\\\\\\"0\\\\\\",\\\\\\"desc\\\\\\":\\\\\\"交易创建\\\\\\",\\\\\\"name\\\\\\":\\\\\\"tradeStatus.WAIT_BUYER_PAY\\\\\\"}\]\\",\\"openRange\\":1,\\"outParamsList\\":\[{\\"children\\":\[\],\\"path\\":\\"#/orderStr\\",\\"uniqueKey\\":\\"O.orderStr\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"获取签名后的业务数据具体使用方法请参考](\\\\\\\"https:\\\\/\\\\/opendocs.alipay.com\\\\/isv\\\\/10467\\\\/xldcyq\\\\\\\")[接入指南](\\\"https://opendocs.alipay.com/open/01dcc0?pathHash=cf89b2be\\\") \\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":0,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"请参考响应示例\\",\\"fieldName\\":\\"orderStr\\",\\"fieldType\\":\\"BASETYPE\\",\\"id\\":25120414505841,\\"infoId\\":25120414505755,\\"listType\\":false,\\"maxLength\\":16384,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"签名字符串\\"}}\],\\"outputRequiredConfig\\":\[\],\\"phpSample\\":\\"setBizContent(json_encode($model,JSON_UNESCAPED_UNICODE));\\\\n// 如果是第三方代调用模式,请设置app_auth_token(应用授权令牌)\\\\n$orderStr = $alipayClient-\>sdkExecute($request, \\\\\\"\<-- 请填写应用授权令牌 --\>\\\\\\");\\\\necho $orderStr;\\\\n\\\\nfunction getAlipayConfig()\\\\n{\\\\n $privateKey = '\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>';\\\\n $alipayPublicKey = '\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>';\\\\n $alipayConfig = new AlipayConfig();\\\\n $alipayConfig-\>setServerUrl('https://openapi.alipay.com/gateway.do');\\\\n $alipayConfig-\>setAppId('\<-- 请填写您的AppId,例如:2019091767145019 --\>');\\\\n $alipayConfig-\>setPrivateKey($privateKey);\\\\n $alipayConfig-\>setFormat('json');\\\\n $alipayConfig-\>setAlipayPublicKey($alipayPublicKey);\\\\n $alipayConfig-\>setCharset('UTF-8');\\\\n $alipayConfig-\>setSignType('RSA2');\\\\n return $alipayConfig;\\\\n}\\",\\"productSceneFlag\\":true,\\"rspSampleJson\\":\\"app_id=2017060101317939\&biz_content=%7B%22time_expire%22%3A%222016-12-31+10%3A05%3A00%22%2C%22extend_params%22%3A%22%22%2C%22query_options%22%3A%22%5B%5C%22hyb_amount%5C%22%2C%5C%22enterprise_pay_info%5C%22%5D%22%2C%22subject%22%3A%22%E5%A4%A7%E4%B9%90%E9%80%8F%22%2C%22product_code%22%3A%22QUICK_MSECURITY_PAY%22%2C%22body%22%3A%22Iphone6+16G%22%2C%22passback_params%22%3A%22merchantBizType%253d3C%2526merchantBizNo%253d2016010101111%22%2C%22specified_channel%22%3A%22pcredit%22%2C%22goods_detail%22%3A%22%22%2C%22merchant_order_no%22%3A%2220161008001%22%2C%22enable_pay_channels%22%3A%22pcredit%2CmoneyFund%2CdebitCardExpress%22%2C%22out_trade_no%22%3A%2270501111111S001111119%22%2C%22ext_user_info%22%3A%22%22%2C%22total_amount%22%3A%229.00%22%2C%22timeout_express%22%3A%2290m%22%2C%22disable_pay_channels%22%3A%22pcredit%2CmoneyFund%2CdebitCardExpress%22%2C%22agreement_sign_params%22%3A%22%22%7D\&charset=UTF-8\&format=json\&method=alipay.trade.app.pay\&sign=ERITJKEIJKJHKKKKKKKHJEREEEEEEEEEEE\&sign_type=RSA2\×tamp=2014-07-24+03%3A07%3A50\&version=1.0\\",\\"sceneCode\\":\\"f235566281d54f96942a44b84640a918\\",\\"showFlag\\":true}\]","showParamVerify":false,"apiId":25120414505755,"notifySample":"https://www.merchant.com/receive_notify.htm?notify_type=trade_status_sync\¬ify_id=91722adff935e8cfa58b3aabf4dead6ibe\¬ify_time=2017-02-16 21:46:15\&sign_type=RSA2\&sign=WcO+t3D8Kg71dTlKwN7r9PzUOXeaBJwp8/FOuSxcuSkXsoVYxBpsAidprySCjHCjmaglNcjoKJQLJ28/Asl93joTW39FX6i07lXhnbPknezAlwmvPdnQuI01HZsZF9V1i6ggZjBiAd5lG8bZtTxZOJ87ub2i9GuJ3Nr/NUc9VeY=\&passback_params=null\&body=null\&subject=null\&refund_fee=null\&total_amount=null\&trade_status=null\&seller_id=null\&out_trade_no=null\&app_id=null\&trade_no=null\&buyer_open_id=074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\&out_channel_type=null\&gmt_payment=null\&gmt_create=null\&gmt_close=null\&gmt_refund=null\&merchant_app_id=2088102146225135\&out_biz_no=null\&seller_email=null\&buyer_logon_id=null\&voucher_detail_list=null\&point_amount=null\&buyer_pay_amount=null\&invoice_amount=null\&receipt_amount=null\&fund_bill_list=\[{\\"amount\\":\\"50.00\\",\\"fundChannel\\":\\"ALIPAYACCOUNT\\"}\]\&buyer_id=null\¬ify_action_type=payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\¤t_seller_received_amount=88.88\&seller_received_total_amount=88.88\&total_from_seller_fee=88.88\&ff_current_period=1\&discount_amount=88.88\&charge_amount=8.88\&charge_flags=bluesea_1\&settlement_id=2018101610032004620239146945\&industry_sepc_detail={\\"registration_order_pay\\":{\\"brlx\\":\\"1\\",\\"cblx\\":\\"1\\"}}\&industry_sepc_detail_acc={\\"registration_order_pay\\":{\\"brlx\\":\\"1\\",\\"cblx\\":\\"1\\"}}\&industry_sepc_detail_gov={\\"registration_order_pay\\":{\\"brlx\\":\\"1\\",\\"cblx\\":\\"1\\"}}\&discount_goods_detail=\\"\[{\\\\\\"goodsId\\\\\\":\\\\\\"STANDARD1026181538\\\\\\",\\\\\\"goodsName\\\\\\":\\\\\\"雪碧\\\\\\",\\\\\\"discountAmount\\\\\\":\\\\\\"10.00\\\\\\"}\]\\"\&mdiscount_amount=88.88\&hb_fq_pay_info={\\"USER_INSTALL_NUM\\":\\"3\\"}\&receipt_currency_type=DC\&enterprise_pay_info={\\"invoice_amount\\":\\"28.00\\",\\"is_use_enterprise_pay\\":\\"true\\"}\&hyb_amount=10.24\&charge_info_list=\[{\\"charge_fee\\":\\"0.01\\",\\"original_charge_fee\\":\\"0.02\\",\\"switch_fee_rate\\":\\"0.03\\",\\"is_rating_on_trade_receiver\\":\\"Y\\",\\"is_rating_on_switch\\":\\"Y\\"}\]\&medical_insurance_info={\\"medicareCardType\\":\\"1\\",\\"medicareCardHolderHiddenName\\":\\"\*\*专\\"}\&credit_pay_mode=creditAdvanceV2\&buyer_charge_amt=1.00\&fulfillment_amount=10.24\&cashier_type=APP\&refund_voucher_detail_list=\[{\\"amount\\":\\"0.10\\",\\"merchantContribute\\":\\"0.00\\",\\"name\\":\\"工具立减_固定金额\\",\\"otherContribute\\":\\"0.10\\",\\"type\\":\\"DISCOUNT\\",\\"voucherId\\":\\"20241207000730027708000CRGZP\\"}\]","paramsUseNewModel":true,"supportNewFormat":false,"openIdFieldGroup":"\[\]","apiMethodName":"taobao.top.alipayapi.save","javaSample":"package com.java.sdk.demo;\\n\\nimport com.alipay.api.AlipayApiException;\\nimport com.alipay.api.AlipayClient;\\nimport com.alipay.api.DefaultAlipayClient;\\nimport com.alipay.api.AlipayConfig;\\nimport com.alipay.api.request.AlipayTradeAppPayRequest;\\nimport com.alipay.api.domain.SignParams;\\nimport com.alipay.api.domain.PeriodRuleParams;\\nimport com.alipay.api.domain.ExtUserInfo;\\nimport com.alipay.api.domain.AccessParams;\\nimport com.alipay.api.domain.SignMerchantParams;\\nimport com.alipay.api.domain.AlipayTradeAppPayModel;\\nimport com.alipay.api.response.AlipayTradeAppPayResponse;\\nimport com.alipay.api.domain.ExtendParams;\\nimport com.alipay.api.domain.GoodsDetail;\\nimport com.alipay.api.domain.SceneRuleParams;\\nimport com.alipay.api.domain.OpenApiSpecifiedChannelParamsPojo;\\n\\nimport com.alipay.api.FileItem;\\nimport java.util.Base64;\\nimport java.util.ArrayList;\\nimport java.util.List;\\n\\npublic class AlipayTradeAppPay {\\n\\n public static void main(String\[\] args) throws AlipayApiException {\\n // 初始化SDK\\n AlipayClient alipayClient = new DefaultAlipayClient(getAlipayConfig());\\n\\n // 构造请求参数以调用接口\\n AlipayTradeAppPayRequest request = new AlipayTradeAppPayRequest();\\n AlipayTradeAppPayModel model = new AlipayTradeAppPayModel();\\n \\n // 设置商户订单号\\n model.setOutTradeNo(\\"70501111111S001111119\\");\\n \\n // 设置订单总金额\\n model.setTotalAmount(\\"9.00\\");\\n \\n // 设置订单标题\\n model.setSubject(\\"大乐透\\");\\n \\n // 设置产品码\\n model.setProductCode(\\"QUICK_MSECURITY_PAY\\");\\n \\n // 设置订单附加信息\\n model.setBody(\\"Iphone6 16G\\");\\n \\n // 设置订单包含的商品列表信息\\n List goodsDetail = new ArrayList();\\n GoodsDetail goodsDetail0 = new GoodsDetail();\\n goodsDetail0.setOutSkuId(\\"outSku_01\\");\\n goodsDetail0.setGoodsName(\\"ipad\\");\\n goodsDetail0.setAlipayGoodsId(\\"20010001\\");\\n goodsDetail0.setQuantity(1L);\\n goodsDetail0.setPrice(\\"2000\\");\\n goodsDetail0.setOutItemId(\\"outItem_01\\");\\n goodsDetail0.setGoodsId(\\"apple-01\\");\\n goodsDetail0.setGoodsCategory(\\"34543238\\");\\n goodsDetail0.setCategoriesTree(\\"124868003\|126232002\|126252004\\");\\n goodsDetail0.setShowUrl(\\"http://www.alipay.com/xxx.jpg\\");\\n goodsDetail.add(goodsDetail0);\\n model.setGoodsDetail(goodsDetail);\\n \\n // 设置订单绝对超时时间\\n model.setTimeExpire(\\"2016-12-31 10:05:00\\");\\n \\n // 设置建议使用time_expire字段\\n model.setTimeoutExpress(\\"90m\\");\\n \\n // 设置业务扩展参数\\n ExtendParams extendParams = new ExtendParams();\\n extendParams.setSysServiceProviderId(\\"2088511833207846\\");\\n extendParams.setHbFqSellerPercent(\\"100\\");\\n extendParams.setHbFqNum(\\"3\\");\\n extendParams.setTcInstallmentOrderId(\\"2015042321001004720200028594\\");\\n extendParams.setIndustryRefluxInfo(\\"{\\\\\\"scene_code\\\\\\":\\\\\\"metro_tradeorder\\\\\\",\\\\\\"channel\\\\\\":\\\\\\"xxxx\\\\\\",\\\\\\"scene_data\\\\\\":{\\\\\\"asset_name\\\\\\":\\\\\\"ALIPAY\\\\\\"}}\\");\\n extendParams.setSpecifiedSellerName(\\"XXX的跨境小铺\\");\\n extendParams.setRoyaltyFreeze(\\"true\\");\\n extendParams.setCardType(\\"S0JP0000\\");\\n extendParams.setCreditExtInfo(\\"{\\\\\\"category\\\\\\":\\\\\\"CHARGE_PILE_CAR\\\\\\",\\\\\\"serviceId\\\\\\":\\\\\\"2020042800000000000001450466\\\\\\"}\\");\\n extendParams.setTradeComponentOrderId(\\"2023060801502300000008810000005657\\");\\n model.setExtendParams(extendParams);\\n \\n // 设置公用回传参数\\n model.setPassbackParams(\\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\");\\n \\n // 设置签约参数\\n SignParams agreementSignParams = new SignParams();\\n SignMerchantParams subMerchant = new SignMerchantParams();\\n subMerchant.setSubMerchantName(\\"滴滴出行\\");\\n subMerchant.setSubMerchantServiceName(\\"滴滴出行免密支付\\");\\n subMerchant.setSubMerchantServiceDescription(\\"免密付车费,单次最高500\\");\\n subMerchant.setSubMerchantId(\\"2088123412341234\\");\\n agreementSignParams.setSubMerchant(subMerchant);\\n AccessParams accessParams = new AccessParams();\\n accessParams.setChannel(\\"ALIPAYAPP\\");\\n agreementSignParams.setAccessParams(accessParams);\\n PeriodRuleParams periodRuleParams = new PeriodRuleParams();\\n periodRuleParams.setPeriod(3L);\\n periodRuleParams.setTotalAmount(\\"600.00\\");\\n periodRuleParams.setExecuteTime(\\"2019-01-23\\");\\n periodRuleParams.setSingleAmount(\\"10.99\\");\\n periodRuleParams.setTotalPayments(12L);\\n SceneRuleParams sceneRuleParams = new SceneRuleParams();\\n sceneRuleParams.setDiscountPeriod(\\"1\\");\\n sceneRuleParams.setLowPricePeriod(\\"2\\");\\n periodRuleParams.setSceneRuleParams(sceneRuleParams);\\n periodRuleParams.setPeriodType(\\"DAY\\");\\n agreementSignParams.setPeriodRuleParams(periodRuleParams);\\n agreementSignParams.setSignNotifyUrl(\\"http://www.merchant.com/receiveSignNotify\\");\\n List recommendSortChannelParams = new ArrayList();\\n OpenApiSpecifiedChannelParamsPojo recommendSortChannelParams0 = new OpenApiSpecifiedChannelParamsPojo();\\n recommendSortChannelParams0.setAssetTypeCode(\\"ALICREDIT\\");\\n recommendSortChannelParams0.setInstId(\\"INST_ALIPAY\\");\\n recommendSortChannelParams.add(recommendSortChannelParams0);\\n agreementSignParams.setRecommendSortChannelParams(recommendSortChannelParams);\\n agreementSignParams.setExternalLogonId(\\"13888888888\\");\\n agreementSignParams.setPersonalProductCode(\\"CYCLE_PAY_AUTH_P\\");\\n agreementSignParams.setExternalAgreementNo(\\"test20190701\\");\\n agreementSignParams.setProductCode(\\"GENERAL_WITHHOLDING\\");\\n agreementSignParams.setSignScene(\\"INDUSTRY\|DIGITAL_MEDIA\\");\\n agreementSignParams.setEffectTime(\\"600\\");\\n model.setAgreementSignParams(agreementSignParams);\\n \\n // 设置指定支付渠道\\n model.setEnablePayChannels(\\"pcredit,moneyFund,debitCardExpress\\");\\n \\n // 设置指定单通道\\n model.setSpecifiedChannel(\\"pcredit\\");\\n \\n // 设置禁用渠道\\n model.setDisablePayChannels(\\"pcredit,moneyFund,debitCardExpress\\");\\n \\n // 设置商户的原始订单号\\n model.setMerchantOrderNo(\\"20161008001\\");\\n \\n // 设置外部指定买家\\n ExtUserInfo extUserInfo = new ExtUserInfo();\\n extUserInfo.setCertType(\\"IDENTITY_CARD\\");\\n extUserInfo.setCertNo(\\"362334768769238881\\");\\n extUserInfo.setMobile(\\"16587658765\\");\\n extUserInfo.setName(\\"李明\\");\\n extUserInfo.setMinAge(\\"18\\");\\n extUserInfo.setNeedCheckInfo(\\"F\\");\\n extUserInfo.setIdentityHash(\\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\");\\n model.setExtUserInfo(extUserInfo);\\n \\n // 设置通知参数选项\\n List queryOptions = new ArrayList();\\n queryOptions.add(\\"hyb_amount\\");\\n queryOptions.add(\\"enterprise_pay_info\\");\\n queryOptions.add(\\"medical_insurance_info\\");\\n queryOptions.add(\\"credit_pay_mode\\");\\n model.setQueryOptions(queryOptions);\\n \\n request.setBizModel(model);\\n // 第三方代调用模式下请设置app_auth_token\\n // request.putOtherTextParam(\\"app_auth_token\\", \\"\<-- 请填写应用授权令牌 --\>\\");\\n\\n AlipayTradeAppPayResponse response = alipayClient.sdkExecute(request);\\n String orderStr = response.getBody();\\n System.out.println(orderStr);\\n\\n if (response.isSuccess()) {\\n System.out.println(\\"调用成功\\");\\n } else {\\n System.out.println(\\"调用失败\\");\\n // sdk版本是\\"4.38.0.ALL\\"及以上,可以参考下面的示例获取诊断链接\\n // String diagnosisUrl = DiagnosisUtils.getDiagnosisUrl(response);\\n // System.out.println(diagnosisUrl);\\n }\\n }\\n\\n private static AlipayConfig getAlipayConfig() {\\n String privateKey = \\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\";\\n String alipayPublicKey = \\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\";\\n AlipayConfig alipayConfig = new AlipayConfig();\\n alipayConfig.setServerUrl(\\"https://openapi.alipay.com/gateway.do\\");\\n alipayConfig.setAppId(\\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\");\\n alipayConfig.setPrivateKey(privateKey);\\n alipayConfig.setFormat(\\"json\\");\\n alipayConfig.setAlipayPublicKey(alipayPublicKey);\\n alipayConfig.setCharset(\\"UTF-8\\");\\n alipayConfig.setSignType(\\"RSA2\\");\\n return alipayConfig;\\n }\\n}","apiExplanation":"该接口是 签名数据准备接口,用于生成可信签名字符串(orderStr)。可信签名串中包含业务参数及商户身份信息,可防止数据被篡改,一般用于打开支付宝客户端。请在服务端执行支付宝SDK中sdkExecute方法,读取响应中的body()结果。具体使用方法请参考 [接入指南](\"https://opendocs.alipay.com/open/01dcc0?pathHash=cf89b2be\") ","notifyTypeList":"\[{\\"default_value\\":\\"1\\",\\"desc\\":\\"交易关闭\\",\\"name\\":\\"tradeStatus.TRADE_CLOSED\\"},{\\"default_value\\":\\"1\\",\\"desc\\":\\"交易完结\\",\\"name\\":\\"tradeStatus.TRADE_FINISHED\\"},{\\"default_value\\":\\"1\\",\\"desc\\":\\"支付成功\\",\\"name\\":\\"tradeStatus.TRADE_SUCCESS\\"},{\\"default_value\\":\\"0\\",\\"desc\\":\\"交易创建\\",\\"name\\":\\"tradeStatus.WAIT_BUYER_PAY\\"}\]","rspSampleJson":"app_id=2017060101317939\&biz_content=%7B%22time_expire%22%3A%222016-12-31+10%3A05%3A00%22%2C%22extend_params%22%3A%22%22%2C%22query_options%22%3A%22%5B%5C%22hyb_amount%5C%22%2C%5C%22enterprise_pay_info%5C%22%2C%5C%22medical_insurance_info%5C%22%2C%5C%22credit_pay_mode%5C%22%5D%22%2C%22subject%22%3A%22%E5%A4%A7%E4%B9%90%E9%80%8F%22%2C%22product_code%22%3A%22QUICK_MSECURITY_PAY%22%2C%22body%22%3A%22Iphone6+16G%22%2C%22passback_params%22%3A%22merchantBizType%253d3C%2526merchantBizNo%253d2016010101111%22%2C%22specified_channel%22%3A%22pcredit%22%2C%22goods_detail%22%3A%22%22%2C%22merchant_order_no%22%3A%2220161008001%22%2C%22enable_pay_channels%22%3A%22pcredit%2CmoneyFund%2CdebitCardExpress%22%2C%22out_trade_no%22%3A%2270501111111S001111119%22%2C%22ext_user_info%22%3A%22%22%2C%22total_amount%22%3A%229.00%22%2C%22timeout_express%22%3A%2290m%22%2C%22disable_pay_channels%22%3A%22pcredit%2CmoneyFund%2CdebitCardExpress%22%2C%22agreement_sign_params%22%3A%22%22%7D\&charset=UTF-8\&format=json\&method=alipay.trade.app.pay\&sign=ERITJKEIJKJHKKKKKKKHJEREEEEEEEEEEE\&sign_type=RSA2\×tamp=2014-07-24+03%3A07%3A50\&version=1.0","dotnetSample":"using System;\\nusing System.Collections.Generic;\\nusing Aop.Api;\\nusing Aop.Api.Request;\\nusing Aop.Api.Response;\\nusing Aop.Api.Domain;\\nusing Aop.Api.Util;\\nnamespace SdkDemoTest\\n{\\n public class AlipayTradeAppPay\\n {\\n public static void Main(string\[\] args) \\n {\\n // 初始化SDK\\n IAopClient alipayClient = new DefaultAopClient(GetAlipayConfig());\\n // 构造请求参数以调用接口\\n AlipayTradeAppPayRequest request = new AlipayTradeAppPayRequest();\\n AlipayTradeAppPayModel model = new AlipayTradeAppPayModel();\\n \\n // 设置商户订单号\\n model.OutTradeNo = \\"70501111111S001111119\\";\\n \\n // 设置订单总金额\\n model.TotalAmount = \\"9.00\\";\\n \\n // 设置订单标题\\n model.Subject = \\"大乐透\\";\\n \\n // 设置产品码\\n model.ProductCode = \\"QUICK_MSECURITY_PAY\\";\\n \\n // 设置订单附加信息\\n model.Body = \\"Iphone6 16G\\";\\n \\n // 设置订单包含的商品列表信息\\n List goodsDetail = new List();\\n GoodsDetail goodsDetail0 = new GoodsDetail();\\n goodsDetail0.OutSkuId = \\"outSku_01\\";\\n goodsDetail0.GoodsName = \\"ipad\\";\\n goodsDetail0.AlipayGoodsId = \\"20010001\\";\\n goodsDetail0.Quantity = 1;\\n goodsDetail0.Price = \\"2000\\";\\n goodsDetail0.OutItemId = \\"outItem_01\\";\\n goodsDetail0.GoodsId = \\"apple-01\\";\\n goodsDetail0.GoodsCategory = \\"34543238\\";\\n goodsDetail0.CategoriesTree = \\"124868003\|126232002\|126252004\\";\\n goodsDetail0.ShowUrl = \\"http://www.alipay.com/xxx.jpg\\";\\n goodsDetail.Add(goodsDetail0);\\n model.GoodsDetail = goodsDetail;\\n \\n // 设置订单绝对超时时间\\n model.TimeExpire = \\"2016-12-31 10:05:00\\";\\n \\n // 设置建议使用time_expire字段\\n model.TimeoutExpress = \\"90m\\";\\n \\n // 设置业务扩展参数\\n ExtendParams extendParams = new ExtendParams();\\n extendParams.SysServiceProviderId = \\"2088511833207846\\";\\n extendParams.HbFqSellerPercent = \\"100\\";\\n extendParams.HbFqNum = \\"3\\";\\n extendParams.TcInstallmentOrderId = \\"2015042321001004720200028594\\";\\n extendParams.IndustryRefluxInfo = \\"{\\\\\\"scene_code\\\\\\":\\\\\\"metro_tradeorder\\\\\\",\\\\\\"channel\\\\\\":\\\\\\"xxxx\\\\\\",\\\\\\"scene_data\\\\\\":{\\\\\\"asset_name\\\\\\":\\\\\\"ALIPAY\\\\\\"}}\\";\\n extendParams.SpecifiedSellerName = \\"XXX的跨境小铺\\";\\n extendParams.RoyaltyFreeze = \\"true\\";\\n extendParams.CardType = \\"S0JP0000\\";\\n extendParams.CreditExtInfo = \\"{\\\\\\"category\\\\\\":\\\\\\"CHARGE_PILE_CAR\\\\\\",\\\\\\"serviceId\\\\\\":\\\\\\"2020042800000000000001450466\\\\\\"}\\";\\n extendParams.TradeComponentOrderId = \\"2023060801502300000008810000005657\\";\\n model.ExtendParams = extendParams;\\n \\n // 设置公用回传参数\\n model.PassbackParams = \\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\";\\n \\n // 设置签约参数\\n SignParams agreementSignParams = new SignParams();\\n SignMerchantParams subMerchant = new SignMerchantParams();\\n subMerchant.SubMerchantName = \\"滴滴出行\\";\\n subMerchant.SubMerchantServiceName = \\"滴滴出行免密支付\\";\\n subMerchant.SubMerchantServiceDescription = \\"免密付车费,单次最高500\\";\\n subMerchant.SubMerchantId = \\"2088123412341234\\";\\n agreementSignParams.SubMerchant = subMerchant;\\n AccessParams accessParams = new AccessParams();\\n accessParams.Channel = \\"ALIPAYAPP\\";\\n agreementSignParams.AccessParams = accessParams;\\n PeriodRuleParams periodRuleParams = new PeriodRuleParams();\\n periodRuleParams.Period = 3;\\n periodRuleParams.TotalAmount = \\"600.00\\";\\n periodRuleParams.ExecuteTime = \\"2019-01-23\\";\\n periodRuleParams.SingleAmount = \\"10.99\\";\\n periodRuleParams.TotalPayments = 12;\\n SceneRuleParams sceneRuleParams = new SceneRuleParams();\\n sceneRuleParams.DiscountPeriod = \\"1\\";\\n sceneRuleParams.LowPricePeriod = \\"2\\";\\n periodRuleParams.SceneRuleParams = sceneRuleParams;\\n periodRuleParams.PeriodType = \\"DAY\\";\\n agreementSignParams.PeriodRuleParams = periodRuleParams;\\n agreementSignParams.SignNotifyUrl = \\"http://www.merchant.com/receiveSignNotify\\";\\n List recommendSortChannelParams = new List();\\n OpenApiSpecifiedChannelParamsPojo recommendSortChannelParams0 = new OpenApiSpecifiedChannelParamsPojo();\\n recommendSortChannelParams0.AssetTypeCode = \\"ALICREDIT\\";\\n recommendSortChannelParams0.InstId = \\"INST_ALIPAY\\";\\n recommendSortChannelParams.Add(recommendSortChannelParams0);\\n agreementSignParams.RecommendSortChannelParams = recommendSortChannelParams;\\n agreementSignParams.ExternalLogonId = \\"13888888888\\";\\n agreementSignParams.PersonalProductCode = \\"CYCLE_PAY_AUTH_P\\";\\n agreementSignParams.ExternalAgreementNo = \\"test20190701\\";\\n agreementSignParams.ProductCode = \\"GENERAL_WITHHOLDING\\";\\n agreementSignParams.SignScene = \\"INDUSTRY\|DIGITAL_MEDIA\\";\\n agreementSignParams.EffectTime = \\"600\\";\\n model.AgreementSignParams = agreementSignParams;\\n \\n // 设置指定支付渠道\\n model.EnablePayChannels = \\"pcredit,moneyFund,debitCardExpress\\";\\n \\n // 设置指定单通道\\n model.SpecifiedChannel = \\"pcredit\\";\\n \\n // 设置禁用渠道\\n model.DisablePayChannels = \\"pcredit,moneyFund,debitCardExpress\\";\\n \\n // 设置商户的原始订单号\\n model.MerchantOrderNo = \\"20161008001\\";\\n \\n // 设置外部指定买家\\n ExtUserInfo extUserInfo = new ExtUserInfo();\\n extUserInfo.CertType = \\"IDENTITY_CARD\\";\\n extUserInfo.CertNo = \\"362334768769238881\\";\\n extUserInfo.Mobile = \\"16587658765\\";\\n extUserInfo.Name = \\"李明\\";\\n extUserInfo.MinAge = \\"18\\";\\n extUserInfo.NeedCheckInfo = \\"F\\";\\n extUserInfo.IdentityHash = \\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\";\\n model.ExtUserInfo = extUserInfo;\\n \\n // 设置通知参数选项\\n List queryOptions = new List();\\n queryOptions.Add(\\"hyb_amount\\");\\n queryOptions.Add(\\"enterprise_pay_info\\");\\n queryOptions.Add(\\"medical_insurance_info\\");\\n queryOptions.Add(\\"credit_pay_mode\\");\\n model.QueryOptions = queryOptions;\\n \\n request.SetBizModel(model);\\n // 第三方代调用模式下请设置app_auth_token\\n // request.PutOtherTextParam(\\"app_auth_token\\", \\"\<-- 请填写应用授权令牌 --\>\\");\\n\\n AlipayTradeAppPayResponse response = alipayClient.SdkExecute(request);\\n string orderStr = response.Body;\\n Console.WriteLine(orderStr);\\n\\n if(!response.IsError)\\n {\\n Console.WriteLine(\\"调用成功\\");\\n }\\n else\\n {\\n Console.WriteLine(\\"调用失败\\");\\n }\\n }\\n\\n private static AlipayConfig GetAlipayConfig()\\n {\\n string privateKey = \\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\";\\n string alipayPublicKey = \\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\";\\n AlipayConfig alipayConfig = new AlipayConfig();\\n alipayConfig.ServerUrl = \\"https://openapi.alipay.com/gateway.do\\";\\n alipayConfig.AppId = \\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\";\\n alipayConfig.PrivateKey = privateKey;\\n alipayConfig.Format = \\"json\\";\\n alipayConfig.AlipayPublicKey = alipayPublicKey;\\n alipayConfig.Charset = \\"UTF-8\\";\\n alipayConfig.SignType = \\"RSA2\\";\\n return alipayConfig;\\n }\\n }\\n}","requestParamList":"\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/out_trade_no\\",\\"uniqueKey\\":\\"I.out_trade_no\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"商户订单号。\\\\n由商家自定义,64个字符以内,仅支持字母、数字、下划线且需保证在商户端不重复。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"70501111111S001111119\\",\\"fieldName\\":\\"out_trade_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505760,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/total_amount\\",\\"uniqueKey\\":\\"I.total_amount\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单总金额。\\\\n单位为元,精确到小数点后两位,取值范围:\[0.01,100000000\] 。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"9.00\\",\\"fieldName\\":\\"total_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505761,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":9,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/subject\\",\\"uniqueKey\\":\\"I.subject\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单标题。\\\\n注意:不可使用特殊字符,如 /,=,\& 等。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"大乐透\\",\\"fieldName\\":\\"subject\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505762,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":256,\\"mustType\\":\\"MUST\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/product_code\\",\\"uniqueKey\\":\\"I.product_code\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"产品码。\\\\n商家和支付宝签约的产品码。 枚举值(点击查看签约情况):\\\\n[QUICK_MSECURITY_PAY](\\\"https://opensupport.alipay.com/support/codelab/detail/694/695\\\"):无线快捷支付产品;\\\\n[CYCLE_PAY_AUTH](\\\"https://opensupport.alipay.com/support/codelab/detail/807/1419\\\"):周期扣款产品。\\\\n默认值为QUICK_MSECURITY_PAY。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"QUICK_MSECURITY_PAY\\",\\"fieldName\\":\\"product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505763,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/body\\",\\"uniqueKey\\":\\"I.body\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单附加信息。\\\\n如果请求时传递了该参数,将在异步通知、对账单中原样返回,同时会在商户和用户的pc账单详情中作为交易描述展示\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":9,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"Iphone6 16G\\",\\"fieldName\\":\\"body\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505765,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"apiId\\":25120414505755,\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/goods_id\\",\\"uniqueKey\\":\\"I.goods_detail.goods_id\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品的编号,该参数传入支付券上绑定商品goods_id,\\\\n倘若无支付券需要消费,该字段传入商品最小粒度的商品ID(如:若商品有sku粒度,则传商户sku粒度的ID)\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"apple-01\\",\\"fieldName\\":\\"goods_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505768,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":true,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":32}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/alipay_goods_id\\",\\"uniqueKey\\":\\"I.goods_detail.alipay_goods_id\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"支付宝定义的统一商品编号\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"20010001\\",\\"fieldName\\":\\"alipay_goods_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505769,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/goods_name\\",\\"uniqueKey\\":\\"I.goods_detail.goods_name\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品名称\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"ipad\\",\\"fieldName\\":\\"goods_name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505770,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":256,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/quantity\\",\\"uniqueKey\\":\\"I.goods_detail.quantity\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品数量\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Number\\",\\"example\\":\\"1\\",\\"fieldName\\":\\"quantity\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505771,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Number\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"maximum\\\\\\":10000000,\\\\\\"must\\\\\\":true,\\\\\\"type\\\\\\":\\\\\\"integer\\\\\\",\\\\\\"minimum\\\\\\":1}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/price\\",\\"uniqueKey\\":\\"I.goods_detail.price\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品单价,单位为元\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Price\\",\\"example\\":\\"2000\\",\\"fieldName\\":\\"price\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505772,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":9,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Price\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/goods_category\\",\\"uniqueKey\\":\\"I.goods_detail.goods_category\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品类目\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"34543238\\",\\"fieldName\\":\\"goods_category\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505773,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":24,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/categories_tree\\",\\"uniqueKey\\":\\"I.goods_detail.categories_tree\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品类目树,从商品类目根节点到叶子节点的类目id组成,类目id值使用\|分割\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":7,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"124868003\|126232002\|126252004\\",\\"fieldName\\":\\"categories_tree\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505774,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/show_url\\",\\"uniqueKey\\":\\"I.goods_detail.show_url\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商品的展示地址\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":9,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"http://www.alipay.com/xxx.jpg\\",\\"fieldName\\":\\"show_url\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505776,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":400,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/out_item_id\\",\\"uniqueKey\\":\\"I.goods_detail.out_item_id\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商家侧小程序商品ID,指商家提报给小程序商品库的商品。当前接口的extend_params.trade_component_order_id字段不为空时该字段必填,且与交易组件订单参数保持一致。了解小程序商品请参考:[https://opendocs.alipay.com/mini/06uila?pathHash=63b6fba7](\\\"https://opendocs.alipay.com/mini/06uila?pathHash=63b6fba7\\\")\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"outItem_01\\",\\"fieldName\\":\\"out_item_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505777,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":100,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":100}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/goods_detail/out_sku_id\\",\\"uniqueKey\\":\\"I.goods_detail.out_sku_id\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商家侧小程序商品ID,指商家提报给小程序商品库的商品。当前接口的extend_params.trade_component_order_id字段不为空时该字段必填,且与交易组件订单参数保持一致。了解小程序商品请参考:[https://opendocs.alipay.com/mini/06uila?pathHash=63b6fba7](\\\"https://opendocs.alipay.com/mini/06uila?pathHash=63b6fba7\\\")\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"outSku_01\\",\\"fieldName\\":\\"out_sku_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505778,\\"infoId\\":25120414505767,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":64}\\",\\"zhName\\":\\"\\"}}\],\\"description\\":\\"商品列表信息\\",\\"display\\":true,\\"enName\\":\\"GoodsDetail\\",\\"path\\":\\"#/goods_detail\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.goods_detail\\",\\"value\\":{\\"apiDsInfoId\\":25120414505767,\\"deprecated\\":false,\\"description\\":\\"订单包含的商品列表信息,json格式,其它说明详见商品明细说明\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":10,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"GoodsDetail\\",\\"example\\":\\"\\",\\"fieldName\\":\\"goods_detail\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505779,\\"infoId\\":25120414505759,\\"listType\\":true,\\"mustType\\":\\"CHOICE\\",\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"GoodsDetail\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true},\\"version\\":\\"13.0\\"},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/time_expire\\",\\"uniqueKey\\":\\"I.time_expire\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"订单绝对超时时间。\\\\n格式为yyyy-MM-dd HH:mm:ss。\\\\n注:time_expire和timeout_express两者只需传入一个或者都不传,如果两者都传,优先使用time_expire。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":11,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2016-12-31 10:05:00\\",\\"fieldName\\":\\"time_expire\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505780,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/timeout_express\\",\\"uniqueKey\\":\\"I.timeout_express\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"建议使用time_expire字段。\\\\n\\\\n订单相对超时时间。从买家确认支付时间开始计算。\\\\n该笔订单允许的最晚付款时间,逾期将关闭交易。取值范围:5m~15d。m-分钟,h-小时,d-天,1c-当天(1c-当天的情况下,无论交易何时创建,都在0点关闭)。 该参数数值不接受小数点, 如 1.5h,可转换为 90m。\\\\n默认值为15d。\\\\n\\\\n注:\\\\n1. 无线支付场景最小值为5m,低于5m支付超时时间按5m计算。\\\\n2. time_expire和timeout_express两者只需传入一个或者都不传,如果两者都传,优先使用time_expire。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":12,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"90m\\",\\"fieldName\\":\\"timeout_express\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505781,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":6,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/sys_service_provider_id\\",\\"uniqueKey\\":\\"I.extend_params.sys_service_provider_id\\",\\"value\\":{\\"assetType\\":\\"PID\\",\\"deprecated\\":false,\\"description\\":\\"系统商编号\\\\r\\\\n该参数作为系统商返佣数据提取的依据,请填写系统商签约协议的PID\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2088511833207846\\",\\"fieldName\\":\\"sys_service_provider_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287159,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/hb_fq_num\\",\\"uniqueKey\\":\\"I.extend_params.hb_fq_num\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"使用花呗分期要进行的分期数\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"3\\",\\"fieldName\\":\\"hb_fq_num\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287160,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":5,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/hb_fq_seller_percent\\",\\"uniqueKey\\":\\"I.extend_params.hb_fq_seller_percent\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"使用花呗分期需要卖家承担的手续费比例的百分值,传入100代表100%\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"100\\",\\"fieldName\\":\\"hb_fq_seller_percent\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287161,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":3,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/industry_reflux_info\\",\\"uniqueKey\\":\\"I.extend_params.industry_reflux_info\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"行业数据回流信息, 详见:地铁支付接口参数补充说明\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"{\\\\\\\\\\\\\\"scene_code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"metro_tradeorder\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"channel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"scene_data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"asset_name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ALIPAY\\\\\\\\\\\\\\"}}\\",\\"fieldName\\":\\"industry_reflux_info\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287162,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":512,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/specified_seller_name\\",\\"uniqueKey\\":\\"I.extend_params.specified_seller_name\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"特殊场景下,允许商户指定交易展示的卖家名称\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"XXX的跨境小铺\\",\\"fieldName\\":\\"specified_seller_name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287163,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/card_type\\",\\"uniqueKey\\":\\"I.extend_params.card_type\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"卡类型\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"name\\\\\\":\\\\\\"S0JP0000\\\\\\",\\\\\\"value\\\\\\":\\\\\\"S0JP0000\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"S0JP0000\\",\\"fieldName\\":\\"card_type\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287164,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":64,\\\\\\"enum\\\\\\":\[\\\\\\"S0JP0000\\\\\\"\]}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/royalty_freeze\\",\\"uniqueKey\\":\\"I.extend_params.royalty_freeze\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"是否进行资金冻结,用于后续分账,true表示资金冻结,false或不传表示资金不冻结\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":7,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"true\\",\\"fieldName\\":\\"royalty_freeze\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287165,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":16,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/trade_component_order_id\\",\\"uniqueKey\\":\\"I.extend_params.trade_component_order_id\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"公域商品交易业务订单ID\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2023060801502300000008810000005657\\",\\"fieldName\\":\\"trade_component_order_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287166,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":128}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/tc_installment_order_id\\",\\"uniqueKey\\":\\"I.extend_params.tc_installment_order_id\\",\\"value\\":{\\"assetType\\":\\"NOT_UID\\",\\"deprecated\\":false,\\"description\\":\\"公域商品交易分期单ID,小程序交易组件订单特殊场景使用,请传入 订单分期接口(alipay.open.mini.order.installment.create)中返回的installment_order_id\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2015042321001004720200028594\\",\\"fieldName\\":\\"tc_installment_order_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287167,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":2,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":128}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/extend_params/credit_ext_info\\",\\"uniqueKey\\":\\"I.extend_params.credit_ext_info\\",\\"value\\":{\\"assetType\\":\\"\\",\\"deprecated\\":false,\\"description\\":\\"信用参数,可选,如有需要请与芝麻约定后传入,信用服务说明见\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"{\\\\\\\\\\\\\\"category\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CHARGE_PILE_CAR\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2020042800000000000001450466\\\\\\\\\\\\\\"}\\",\\"fieldName\\":\\"credit_ext_info\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":287168,\\"infoId\\":44039,\\"listType\\":false,\\"maxLength\\":512,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":512}\\",\\"zhName\\":\\"\\"}}\],\\"description\\":\\"业务扩展参数\\",\\"display\\":true,\\"enName\\":\\"ExtendParams\\",\\"id\\":44039,\\"iterationBase\\":{\\"architect\\":\\"wenguang.zwg\\",\\"description\\":\\"针对无线支付产品,查询接口和异步通知新增返回收银台类型\\",\\"extProperties\\":{\\"confirmedApi\\":\\"42416,42419,42420,42511,42524,42526,42525,42523,42527,42528,42588,42589,42637,42638,42866,42867\\",\\"confirmedApiComplex\\":\\"43352,43504,43922,44039,44040,44041\\"},\\"gmtCreate\\":1726714244000,\\"gmtModified\\":1730772001000,\\"id\\":24091905628816,\\"member\\":\[\\"sungaojie.sgj\\",\\"yihe.zyh\\",\\"lucan.lw\\",\\"lvjinchao.ljc\\",\\"chendongxiao.cdx\\",\\"wenguang.zwg\\",\\"songbingheng.sbh\\"\],\\"name\\":\\"新增返回收银台类型\\",\\"owner\\":\\"wenguang.zwg\\",\\"quality\\":\\"nanjie.cm\\",\\"state\\":\\"completed\\"},\\"path\\":\\"#/extend_params\\",\\"refStructureName\\":\\"ExtendParams\\",\\"refStructureVersion\\":\\"12.0\\",\\"requiredConfig\\":\[\],\\"scope\\":\\"PUBLIC\\",\\"status\\":\\"release\\",\\"uniqueKey\\":\\"I.extend_params\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"业务扩展参数\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":14,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"ExtendParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"extend_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505785,\\"infoId\\":25120414505759,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"ExtendParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true},\\"version\\":\\"12.0\\"},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/passback_params\\",\\"uniqueKey\\":\\"I.passback_params\\",\\"value\\":{\\"assetType\\":\\"\\",\\"deprecated\\":false,\\"description\\":\\"公用回传参数。如果请求时传递了该参数,则会在支付结果异步通知中将该参数原样返回。本参数必须进行UrlEncode之后才可以发送给支付宝。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":17,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\",\\"fieldName\\":\\"passback_params\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505788,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":512,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":512}\\",\\"zhName\\":\\"\\"}},{\\"apiId\\":25120414505755,\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/product_code\\",\\"uniqueKey\\":\\"I.agreement_sign_params.product_code\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商家和支付宝签约的产品码。 商家扣款产品传入固定值:GENERAL_WITHHOLDING\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"GENERAL_WITHHOLDING\\",\\"fieldName\\":\\"product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505790,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":true,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":64}\\",\\"zhName\\":\\"收单产品码\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/personal_product_code\\",\\"uniqueKey\\":\\"I.agreement_sign_params.personal_product_code\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"个人签约产品码,商户和支付宝签约时确定。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"CYCLE_PAY_AUTH_P\\",\\"fieldName\\":\\"personal_product_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505791,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/sign_scene\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sign_scene\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"协议签约场景,商户和支付宝签约时确定,商户可咨询技术支持。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"INDUSTRY\|DIGITAL_MEDIA\\",\\"fieldName\\":\\"sign_scene\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505792,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/effect_time\\",\\"uniqueKey\\":\\"I.agreement_sign_params.effect_time\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"设置签约请求的有效时间,单位为秒。如传入600,商户发起签约请求到用户进入支付宝签约页面的时间差不能超过10分钟。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"600\\",\\"fieldName\\":\\"effect_time\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505793,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":10,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":10}\\",\\"zhName\\":\\"签约请求有效时间\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/external_agreement_no\\",\\"uniqueKey\\":\\"I.agreement_sign_params.external_agreement_no\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商户签约号,代扣协议中标示用户的唯一签约号(确保在商户系统中唯一)。 格式规则:支持大写小写字母和数字,最长32位。 商户系统按需传入,如果同一用户在同一产品码、同一签约场景下,签订了多份代扣协议,那么需要指定并传入该值。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"test20190701\\",\\"fieldName\\":\\"external_agreement_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505794,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/external_logon_id\\",\\"uniqueKey\\":\\"I.agreement_sign_params.external_logon_id\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"用户在商户网站的登录账号,用于在签约页面展示,如果为空,则不展示\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":8,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"13888888888\\",\\"fieldName\\":\\"external_logon_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505795,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":100,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/access_params/channel\\",\\"uniqueKey\\":\\"I.agreement_sign_params.access_params.channel\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"目前支持以下值:\\\\r\\\\n1. ALIPAYAPP (钱包h5页面签约)\\\\r\\\\n2. QRCODE(扫码签约)\\\\r\\\\n3. QRCODEORSMS(扫码签约或者短信签约)\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"ALIPAYAPP\\",\\"fieldName\\":\\"channel\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505797,\\"infoId\\":25120414505796,\\"listType\\":false,\\"maxLength\\":20,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}}\],\\"description\\":\\"签约接入信息\\",\\"display\\":true,\\"enName\\":\\"AccessParams\\",\\"path\\":\\"#/agreement_sign_params/access_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.access_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505796,\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"请按当前接入的方式进行填充,且输入值必须为文档中的参数取值范围。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":10,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"AccessParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"access_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505798,\\"infoId\\":25120414505789,\\"listType\\":false,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"AccessParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false},\\"version\\":\\"1.0\\"},{\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/sub_merchant/sub_merchant_id\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sub_merchant.sub_merchant_id\\",\\"value\\":{\\"assetType\\":\\"SMID\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"子商户的商户id\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2088123412341234\\",\\"fieldName\\":\\"sub_merchant_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505800,\\"infoId\\":25120414505799,\\"listType\\":false,\\"maxLength\\":20,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/sub_merchant/sub_merchant_name\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sub_merchant.sub_merchant_name\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"子商户的商户名称\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"滴滴出行\\",\\"fieldName\\":\\"sub_merchant_name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505801,\\"infoId\\":25120414505799,\\"listType\\":false,\\"maxLength\\":50,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/sub_merchant/sub_merchant_service_name\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sub_merchant.sub_merchant_service_name\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"子商户的服务名称\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"滴滴出行免密支付\\",\\"fieldName\\":\\"sub_merchant_service_name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505802,\\"infoId\\":25120414505799,\\"listType\\":false,\\"maxLength\\":50,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/sub_merchant/sub_merchant_service_description\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sub_merchant.sub_merchant_service_description\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"子商户的服务描述\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":8,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"免密付车费,单次最高500\\",\\"fieldName\\":\\"sub_merchant_service_description\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505803,\\"infoId\\":25120414505799,\\"listType\\":false,\\"maxLength\\":150,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}}\],\\"description\\":\\"在sdk支付并签约中,传入签约相关的商户参数。\\",\\"display\\":true,\\"enName\\":\\"SignMerchantParams\\",\\"path\\":\\"#/agreement_sign_params/sub_merchant\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.sub_merchant\\",\\"value\\":{\\"apiDsInfoId\\":25120414505799,\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"此参数用于传递子商户信息,无特殊需求时不用关注。目前商户代扣、海外代扣、淘旅行信用住产品支持传入该参数(在销售方案中"是否允许自定义子商户信息"需要选是)。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":12,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"SignMerchantParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"sub_merchant\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505804,\\"infoId\\":25120414505789,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"SignMerchantParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false},\\"version\\":\\"2.0\\"},{\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/period_type\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.period_type\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期类型period_type是周期扣款产品必填,枚举值为DAY和MONTH。\\\\nDAY即扣款周期按天计,MONTH代表扣款周期按自然月。\\\\n与另一参数period组合使用确定扣款周期,例如period_type为DAY,period=30,则扣款周期为30天;period_type为MONTH,period=3,则扣款周期为3个自然月。\\\\n自然月是指,不论这个月有多少天,周期都计算到月份中的同一日期。例如1月3日到2月3日为一个自然月,1月3日到4月3日为三个自然月。注意周期类型使用MONTH的时候,计划扣款时间execute_time不允许传28日之后的日期(可以传28日),以此避免有些月份可能不存在对应日期的情况。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"name\\\\\\":\\\\\\"自然日\\\\\\",\\\\\\"value\\\\\\":\\\\\\"DAY\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"自然月\\\\\\",\\\\\\"value\\\\\\":\\\\\\"MONTH\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"DAY\\",\\"fieldName\\":\\"period_type\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505806,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":10000,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":10000,\\\\\\"enum\\\\\\":\[\\\\\\"DAY\\\\\\",\\\\\\"MONTH\\\\\\"\]}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/period\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.period\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期数period是周期扣款产品必填,其单位可变,必须与另一参数period_type组合使用才能确定扣款周期,例如period_type为DAY,period=90,则扣款周期为90天。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":2,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Number\\",\\"example\\":\\"3\\",\\"fieldName\\":\\"period\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505807,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Number\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"maximum\\\\\\":10000,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"integer\\\\\\",\\\\\\"minimum\\\\\\":0}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/execute_time\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.execute_time\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"首次执行时间execute_time是周期扣款产品必填,即商户发起首次扣款的时间。精确到日,格式为yyyy-MM-dd\\\\n结合其他必填的扣款周期参数,会确定商户以后的扣款计划。发起扣款的时间需符合这里的扣款计划。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2019-01-23\\",\\"fieldName\\":\\"execute_time\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505808,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":10000,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":10000}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/single_amount\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.single_amount\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"单次扣款最大金额single_amount是周期扣款产品必填,即每次发起扣款时限制的最大金额,单位为元。商户每次发起扣款都不允许大于此金额。\\",\\"display\\":true,\\"docMustType\\":\\"MUST\\",\\"docOrder\\":4,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Price\\",\\"example\\":\\"10.99\\",\\"fieldName\\":\\"single_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505809,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"MUST\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Price\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/total_amount\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.total_amount\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"总金额限制,单位为元。如果传入此参数,商户多次扣款的累计金额不允许超过此金额。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":5,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Price\\",\\"example\\":\\"600.00\\",\\"fieldName\\":\\"total_amount\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505810,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":16,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Price\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"alipayPriceMinimum\\\\\\":\\\\\\"0\\\\\\",\\\\\\"alipayPriceMaximum\\\\\\":\\\\\\"9999999999.99\\\\\\",\\\\\\"format\\\\\\":\\\\\\" 精确到小数点后两位\\\\\\",\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\"}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/total_payments\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.total_payments\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"总扣款次数。如果传入此参数,则商户成功扣款的次数不能超过此次数限制(扣款失败不计入)。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"Number\\",\\"example\\":\\"12\\",\\"fieldName\\":\\"total_payments\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505811,\\"infoId\\":25120414505805,\\"listType\\":false,\\"maxLength\\":8,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"Number\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/scene_rule_params/discount_period\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.scene_rule_params.discount_period\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"在周期扣场景化模板中配置优惠类型为优惠期玩法时需要该参数,表示后续有多少期扣款可享受优惠,值为自然数代表周期\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"1\\",\\"fieldName\\":\\"discount_period\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505813,\\"infoId\\":25120414505812,\\"listType\\":false,\\"maxLength\\":1000,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":1000}\\",\\"zhName\\":\\"优惠周期\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/period_rule_params/scene_rule_params/low_price_period\\",\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.scene_rule_params.low_price_period\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"在周期扣场景化模板中配置优惠类型为低价玩法时需要该参数,表示代扣低价期持续的时间。单位是天,该值为自然数\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":3,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"2\\",\\"fieldName\\":\\"low_price_period\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505814,\\"infoId\\":25120414505812,\\"listType\\":false,\\"maxLength\\":1000,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":1000}\\",\\"zhName\\":\\"低价时长\\"}}\],\\"description\\":\\"周期扣中场景化规则信息,例如影音会员续费、保险等行业特殊规则字段\\",\\"display\\":true,\\"enName\\":\\"SceneRuleParams\\",\\"extProperty\\":{\\"dataVersion\\":\\"1.0\\"},\\"path\\":\\"#/agreement_sign_params/period_rule_params/scene_rule_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params.scene_rule_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505812,\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期扣中场景化规则信息,例如影音会员续费、保险等场景特殊规则字段\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":7,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"SceneRuleParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"scene_rule_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505815,\\"infoId\\":25120414505805,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"SceneRuleParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"object\\\\\\"}\\",\\"zhName\\":\\"场景化规则\\"},\\"version\\":\\"1.0\\"}\],\\"description\\":\\"周期扣款规则参数。使用周期扣款产品时需要传入,限定了发起扣款的周期、金额等。\\",\\"display\\":true,\\"enName\\":\\"PeriodRuleParams\\",\\"path\\":\\"#/agreement_sign_params/period_rule_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.period_rule_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505805,\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"周期管控规则参数period_rule_params,在签约周期扣款产品(如CYCLE_PAY_AUTH_P)时必传,在签约其他产品时无需传入。 周期扣款产品,会按照这里传入的参数提示用户,并对发起扣款的时间、金额、次数等做相应限制。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":14,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"PeriodRuleParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"period_rule_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505816,\\"infoId\\":25120414505789,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"PeriodRuleParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false},\\"version\\":\\"6.0\\"},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/sign_notify_url\\",\\"uniqueKey\\":\\"I.agreement_sign_params.sign_notify_url\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"签约成功后商户用于接收异步通知的地址。如果不传入,签约与支付的异步通知都会发到外层notify_url参数传入的地址;如果外层也未传入,签约与支付的异步通知都会发到商户appid配置的网关地址。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":16,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"http://www.merchant.com/receiveSignNotify\\",\\"fieldName\\":\\"sign_notify_url\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505818,\\"infoId\\":25120414505789,\\"listType\\":false,\\"maxLength\\":3000,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/recommend_sort_channel_params/asset_type_code\\",\\"uniqueKey\\":\\"I.agreement_sign_params.recommend_sort_channel_params.asset_type_code\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"资产类型编码,具体传参值请联系技术进行分配。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"ALICREDIT\\",\\"fieldName\\":\\"asset_type_code\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505820,\\"infoId\\":25120414505819,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":128}\\",\\"zhName\\":\\"资产类型编码\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/agreement_sign_params/recommend_sort_channel_params/inst_id\\",\\"uniqueKey\\":\\"I.agreement_sign_params.recommend_sort_channel_params.inst_id\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"机构描述\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"INST_ALIPAY\\",\\"fieldName\\":\\"inst_id\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505821,\\"infoId\\":25120414505819,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":0,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":32}\\",\\"zhName\\":\\"机构ID\\"}}\],\\"description\\":\\"商户指定优先渠道扣款参数\\",\\"display\\":true,\\"enName\\":\\"OpenApiSpecifiedChannelParamsPojo\\",\\"extProperty\\":{\\"dataVersion\\":\\"1.0\\"},\\"path\\":\\"#/agreement_sign_params/recommend_sort_channel_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params.recommend_sort_channel_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505819,\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"商户指定优先渠道扣款参数\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":50,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"OpenApiSpecifiedChannelParamsPojo\\",\\"example\\":\\"\\",\\"fieldName\\":\\"recommend_sort_channel_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505822,\\"infoId\\":25120414505789,\\"listType\\":true,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"OpenApiSpecifiedChannelParamsPojo\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"1\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minItems\\\\\\":0,\\\\\\"maxItems\\\\\\":10,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"array\\\\\\",\\\\\\"items\\\\\\":{\\\\\\"type\\\\\\":\\\\\\"object\\\\\\"}}\\",\\"zhName\\":\\"商户指定优先渠道扣款参数\\"},\\"version\\":\\"2.0\\"}\],\\"description\\":\\"签约参数。用于sdk支付并签约中传入签约信息。\\",\\"display\\":true,\\"enName\\":\\"SignParams\\",\\"path\\":\\"#/agreement_sign_params\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.agreement_sign_params\\",\\"value\\":{\\"apiDsInfoId\\":25120414505789,\\"deprecated\\":false,\\"description\\":\\"签约参数。如果希望在sdk中支付并签约,需要在这里传入签约信息。\\\\n周期扣款场景 product_code 为 CYCLE_PAY_AUTH 时必填。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":18,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"SignParams\\",\\"example\\":\\"\\",\\"fieldName\\":\\"agreement_sign_params\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505823,\\"infoId\\":25120414505759,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"SignParams\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"zhName\\":\\"\\"},\\"version\\":\\"11.0\\"},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/enable_pay_channels\\",\\"uniqueKey\\":\\"I.enable_pay_channels\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"指定支付渠道,多个渠道以逗号分割。用户只能使用此处指定渠道进行支付。\\\\n与disable_pay_channels互斥,支持传入的值:[渠道列表](\\\"https://docs.open.alipay.com/common/wifww7\\\")。\\\\n注意:如果传入了指定支付渠道,则用户只能用指定内的渠道支付,包括营销渠道也要指定才能使用。若所有指定渠道用户都不可使用,将导致用户无法支付,慎用。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":28,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"pcredit,moneyFund,debitCardExpress\\",\\"fieldName\\":\\"enable_pay_channels\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505825,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/specified_channel\\",\\"uniqueKey\\":\\"I.specified_channel\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"指定单通道,仅支持传入一个渠道。\\\\n注意:\\\\n目前仅支持传入 pcredit,若由于用户原因指定渠道不可用(不能支付),允许用户选择其他渠道支付。\\\\n该参数不可与花呗分期参数同时传入。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":28,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"pcredit\\",\\"fieldName\\":\\"specified_channel\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505826,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/disable_pay_channels\\",\\"uniqueKey\\":\\"I.disable_pay_channels\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"禁用渠道,用户不可用指定渠道支付,多个渠道以逗号分割\\\\n注,与enable_pay_channels互斥\\\\n[渠道列表](\\\"https://docs.open.alipay.com/common/wifww7\\\")\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":28,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"pcredit,moneyFund,debitCardExpress\\",\\"fieldName\\":\\"disable_pay_channels\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505827,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/merchant_order_no\\",\\"uniqueKey\\":\\"I.merchant_order_no\\",\\"value\\":{\\"deprecated\\":false,\\"description\\":\\"商户的原始订单号\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":29,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"20161008001\\",\\"fieldName\\":\\"merchant_order_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505828,\\"infoId\\":25120414505759,\\"listType\\":false,\\"maxLength\\":32,\\"mustType\\":\\"CHOICE\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true}},{\\"apiId\\":25120414505755,\\"children\\":\[{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/cert_no\\",\\"uniqueKey\\":\\"I.ext_user_info.cert_no\\",\\"value\\":{\\"bindingType\\":\\"UNBOUND\\",\\"deprecated\\":false,\\"description\\":\\"\\\\\\"买家证件号。注:need_check_info=T时该参数才有效,支付宝会比较买家在支付宝留存的证件号码与该参数传入的值是否匹配。\\\\\\"\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"362334768769238881\\",\\"fieldName\\":\\"cert_no\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505830,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":64,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/cert_type\\",\\"uniqueKey\\":\\"I.ext_user_info.cert_type\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"UNBOUND\\",\\"deprecated\\":false,\\"description\\":\\"\\\\\\"指定买家证件类型。枚举值:IDENTITY_CARD:身份证;PASSPORT:护照;OFFICER_CARD:军官证;SOLDIER_CARD:士兵证;HOKOU:户口本;PERMANENT_RESIDENCE_FOREIGNER:外国人永久居留身份证。如有其它类型需要支持,请与蚂蚁金服工作人员联系。注: need_check_info=T时该参数才有效,支付宝会比较买家在支付宝留存的证件类型与该参数传入的值是否匹配。\\\\\\"\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"name\\\\\\":\\\\\\"IDENTITY_CARD\\\\\\",\\\\\\"value\\\\\\":\\\\\\"IDENTITY_CARD\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"PASSPORT\\\\\\",\\\\\\"value\\\\\\":\\\\\\"PASSPORT\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"OFFICER_CARD\\\\\\",\\\\\\"value\\\\\\":\\\\\\"OFFICER_CARD\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"SOLDIER_CARD\\\\\\",\\\\\\"value\\\\\\":\\\\\\"SOLDIER_CARD\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"HOKOU\\\\\\",\\\\\\"value\\\\\\":\\\\\\"HOKOU\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"PERMANENT_RESIDENCE_FOREIGNER\\\\\\",\\\\\\"value\\\\\\":\\\\\\"PERMANENT_RESIDENCE_FOREIGNER\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"IDENTITY_CARD\\",\\"fieldName\\":\\"cert_type\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505831,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"verifyRule\\":\\"{\\\\\\"minLength\\\\\\":1,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":128,\\\\\\"enum\\\\\\":\[\\\\\\"IDENTITY_CARD\\\\\\",\\\\\\"PASSPORT\\\\\\",\\\\\\"OFFICER_CARD\\\\\\",\\\\\\"SOLDIER_CARD\\\\\\",\\\\\\"HOKOU\\\\\\",\\\\\\"PERMANENT_RESIDENCE_FOREIGNER\\\\\\"\]}\\",\\"zhName\\":\\"\\"}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/min_age\\",\\"uniqueKey\\":\\"I.ext_user_info.min_age\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"允许的最小买家年龄。\\\\n买家年龄必须大于等于所传数值 \\\\n注:\\\\n1. need_check_info=T时该参数才有效\\\\n2. min_age为整数,必须大于等于0\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"18\\",\\"fieldName\\":\\"min_age\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505832,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":3,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/mobile\\",\\"uniqueKey\\":\\"I.ext_user_info.mobile\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"指定买家手机号。\\\\n注:该参数暂不校验\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"16587658765\\",\\"fieldName\\":\\"mobile\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505833,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":20,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/name\\",\\"uniqueKey\\":\\"I.ext_user_info.name\\",\\"value\\":{\\"bindingType\\":\\"UNBOUND\\",\\"deprecated\\":false,\\"description\\":\\"\\\\\\"指定买家姓名。注: need_check_info=T时该参数才有效\\\\\\"\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":1,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"李明\\",\\"fieldName\\":\\"name\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505834,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":16,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/need_check_info\\",\\"uniqueKey\\":\\"I.ext_user_info.need_check_info\\",\\"value\\":{\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"是否强制校验买家信息;\\\\n需要强制校验传:T;\\\\n不需要强制校验传:F或者不传;\\\\n当传T时,支付宝会校验支付买家的信息与接口上传递的cert_type、cert_no、name或age是否匹配,只有接口传递了信息才会进行对应项的校验;只要有任何一项信息校验不匹配交易都会失败。如果传递了need_check_info,但是没有传任何校验项,则不进行任何校验。\\\\n默认为不校验。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":6,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"String\\",\\"example\\":\\"F\\",\\"fieldName\\":\\"need_check_info\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505836,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":1,\\"mustType\\":\\"CHOICE\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false}},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/ext_user_info/identity_hash\\",\\"uniqueKey\\":\\"I.ext_user_info.identity_hash\\",\\"value\\":{\\"assetType\\":\\"\\",\\"bindingType\\":\\"BINDED\\",\\"deprecated\\":false,\\"description\\":\\"买家加密身份信息。当指定了此参数且指定need_check_info=T时,支付宝会对买家身份进行校验,校验逻辑为买家姓名、买家证件号拼接后的字符串,以sha256算法utf-8编码计算hash,若与传入的值不匹配则会拦截本次支付。注意:如果同时指定了用户明文身份信息(name,cert_type,cert_no中任意一个),则忽略identity_hash以明文参数校验。\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":8,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\\",\\"exactType\\":\\"String\\",\\"example\\":\\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\",\\"fieldName\\":\\"identity_hash\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505837,\\"infoId\\":25120414505829,\\"listType\\":false,\\"maxLength\\":128,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"parameterType\\":1,\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"type\\":\\"0\\",\\"upgrade\\":false,\\"zhName\\":\\"\\"}}\],\\"description\\":\\"外部指定买家\\",\\"display\\":true,\\"enName\\":\\"ExtUserInfo\\",\\"path\\":\\"#/ext_user_info\\",\\"requiredConfig\\":\[\],\\"status\\":3,\\"type\\":0,\\"uniqueKey\\":\\"I.ext_user_info\\",\\"value\\":{\\"apiDsInfoId\\":25120414505829,\\"deprecated\\":false,\\"description\\":\\"外部指定买家\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":30,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"exactType\\":\\"ExtUserInfo\\",\\"example\\":\\"\\",\\"fieldName\\":\\"ext_user_info\\",\\"fieldType\\":\\"COMPLEXTYPE\\",\\"groupType\\":\\"BODY\\",\\"id\\":25120414505838,\\"infoId\\":25120414505759,\\"listType\\":false,\\"mustType\\":\\"CHOICE\\",\\"refMode\\":\\"FIELD_COPY\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"ExtUserInfo\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true},\\"version\\":\\"8.0\\"},{\\"children\\":\[\],\\"display\\":true,\\"path\\":\\"#/query_options\\",\\"uniqueKey\\":\\"I.query_options\\",\\"value\\":{\\"assetType\\":\\"\\",\\"deprecated\\":false,\\"description\\":\\"通知参数选项。 商户通过传递该参数来定制需要异步通知的额外字段,数组格式。包括但不限于:\[\\\\\\"hyb_amount\\\\\\",\\\\\\"enterprise_pay_info\\\\\\",\\\\\\"medical_insurance_info\\\\\\",\\\\\\"credit_pay_mode\\\\\\"\]\\",\\"display\\":true,\\"docMustType\\":\\"CHOICE\\",\\"docOrder\\":32,\\"docShowRange\\":\\"ALL_VISIBLE\\",\\"enumsValues\\":\\"\[{\\\\\\"name\\\\\\":\\\\\\"惠营宝回票金额\\\\\\",\\\\\\"value\\\\\\":\\\\\\"hyb_amount\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"因公付支付信息\\\\\\",\\\\\\"value\\\\\\":\\\\\\"enterprise_pay_info\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"医保信息\\\\\\",\\\\\\"value\\\\\\":\\\\\\"medical_insurance_info\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"信用支付模式\\\\\\",\\\\\\"value\\\\\\":\\\\\\"credit_pay_mode\\\\\\"},{\\\\\\"name\\\\\\":\\\\\\"收银台类型\\\\\\",\\\\\\"value\\\\\\":\\\\\\"cashier_type\\\\\\"}\]\\",\\"exactType\\":\\"String\\",\\"example\\":\\"\[\\\\\\"hyb_amount\\\\\\",\\\\\\"enterprise_pay_info\\\\\\",\\\\\\"medical_insurance_info\\\\\\",\\\\\\"credit_pay_mode\\\\\\"\]\\",\\"fieldName\\":\\"query_options\\",\\"fieldType\\":\\"BASETYPE\\",\\"groupType\\":\\"DEAFULT\\",\\"id\\":25120414505840,\\"infoId\\":25120414505759,\\"listType\\":true,\\"maxLength\\":256,\\"mustType\\":\\"CHOICE\\",\\"notice\\":\\"\\",\\"resourceFieldId\\":0,\\"sdkClassName\\":\\"String\\",\\"securityLevel\\":\\"R1\\",\\"sensitiveFlag\\":\\"NO\\",\\"sensitiveType\\":\\"DEFAULT\\",\\"showFlag\\":true,\\"upgrade\\":true,\\"verifyRule\\":\\"{\\\\\\"minItems\\\\\\":0,\\\\\\"maxItems\\\\\\":10,\\\\\\"must\\\\\\":false,\\\\\\"type\\\\\\":\\\\\\"array\\\\\\",\\\\\\"items\\\\\\":{\\\\\\"minLength\\\\\\":0,\\\\\\"type\\\\\\":\\\\\\"string\\\\\\",\\\\\\"maxLength\\\\\\":256,\\\\\\"enum\\\\\\":\[\\\\\\"hyb_amount\\\\\\",\\\\\\"enterprise_pay_info\\\\\\",\\\\\\"medical_insurance_info\\\\\\",\\\\\\"credit_pay_mode\\\\\\",\\\\\\"cashier_type\\\\\\"\]}}\\",\\"zhName\\":\\"\\"}}\]","labelList":"\[{\\"description\\":\\"本接口支持第三方开发者代用户发起调用\\",\\"name\\":\\"支持第三方代理调用\\",\\"out_doc_url\\":\\"https:\\\\/\\\\/opendocs.alipay.com\\\\/isv\\\\/01jg7a\\"}\]","notifyResponseStr":"\[{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"回传参数\\",\\"htmlDescription\\":\\"回传参数\\",\\"listType\\":false,\\"name\\":\\"passback_params\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"商品描述\\",\\"htmlDescription\\":\\"商品描述\\",\\"listType\\":false,\\"name\\":\\"body\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"订单标题\\",\\"htmlDescription\\":\\"订单标题\\",\\"listType\\":false,\\"name\\":\\"subject\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"退款金额\\",\\"htmlDescription\\":\\"退款金额\\",\\"listType\\":false,\\"name\\":\\"refund_fee\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"订单金额\\",\\"htmlDescription\\":\\"订单金额\\",\\"listType\\":false,\\"name\\":\\"total_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"交易状态\\",\\"htmlDescription\\":\\"交易状态\\",\\"listType\\":false,\\"name\\":\\"trade_status\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"卖家支付宝用户号\\",\\"htmlDescription\\":\\"卖家支付宝用户号\\",\\"listType\\":false,\\"name\\":\\"seller_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"商户订单号\\",\\"htmlDescription\\":\\"商户订单号\\",\\"listType\\":false,\\"name\\":\\"out_trade_no\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"支付宝分配给开发者的应用Id\\",\\"htmlDescription\\":\\"支付宝分配给开发者的应用Id\\",\\"listType\\":false,\\"name\\":\\"app_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"支付宝交易号\\",\\"htmlDescription\\":\\"支付宝交易号\\",\\"listType\\":false,\\"name\\":\\"trade_no\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\\",\\"description\\":\\"买家支付宝用户唯一标识\\",\\"htmlDemoValue\\":\\"074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5\\",\\"htmlDescription\\":\\"买家支付宝用户唯一标识\\",\\"listType\\":false,\\"maxLength\\":128,\\"name\\":\\"buyer_open_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"支付渠道\\",\\"htmlDescription\\":\\"支付渠道\\",\\"listType\\":false,\\"name\\":\\"out_channel_type\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"交易付款时间\\",\\"htmlDescription\\":\\"交易付款时间\\",\\"listType\\":false,\\"name\\":\\"gmt_payment\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"交易创建时间\\",\\"htmlDescription\\":\\"交易创建时间\\",\\"listType\\":false,\\"name\\":\\"gmt_create\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"交易结束时间\\",\\"htmlDescription\\":\\"交易结束时间\\",\\"listType\\":false,\\"name\\":\\"gmt_close\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"交易退款时间\\",\\"htmlDescription\\":\\"交易退款时间\\",\\"listType\\":false,\\"name\\":\\"gmt_refund\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"2088102146225135\\",\\"description\\":\\"商户的应用Id\\",\\"htmlDemoValue\\":\\"2088102146225135\\",\\"htmlDescription\\":\\"商户的应用Id\\",\\"listType\\":false,\\"maxLength\\":64,\\"name\\":\\"merchant_app_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"商户业务号\\",\\"htmlDescription\\":\\"商户业务号\\",\\"listType\\":false,\\"name\\":\\"out_biz_no\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"卖家支付宝账号\\",\\"htmlDescription\\":\\"卖家支付宝账号\\",\\"listType\\":false,\\"name\\":\\"seller_email\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"买家支付宝账号\\",\\"htmlDescription\\":\\"买家支付宝账号\\",\\"listType\\":false,\\"name\\":\\"buyer_logon_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"本交易支付时所使用的所有优惠券信息\\",\\"htmlDescription\\":\\"本交易支付时所使用的所有优惠券信息\\",\\"listType\\":false,\\"name\\":\\"voucher_detail_list\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"使用积分宝支付的金额\\",\\"htmlDescription\\":\\"使用积分宝支付的金额\\",\\"listType\\":false,\\"name\\":\\"point_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"用户在交易中支付的金额\\",\\"htmlDescription\\":\\"用户在交易中支付的金额\\",\\"listType\\":false,\\"name\\":\\"buyer_pay_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"用户在交易中支付的可开具发票的金额\\",\\"htmlDescription\\":\\"用户在交易中支付的可开具发票的金额\\",\\"listType\\":false,\\"name\\":\\"invoice_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"商家在交易中实际收到的款项,单位为元\\",\\"htmlDescription\\":\\"商家在交易中实际收到的款项,单位为元\\",\\"listType\\":false,\\"name\\":\\"receipt_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"\[{\\\\\\"amount\\\\\\":\\\\\\"50.00\\\\\\",\\\\\\"fundChannel\\\\\\":\\\\\\"ALIPAYACCOUNT\\\\\\"}\]\\",\\"description\\":\\"支付金额信息\\",\\"htmlDemoValue\\":\\"\[{"amount":"50.00","fundChannel":"ALIPAYACCOUNT"}\]\\",\\"htmlDescription\\":\\"支付金额信息\\",\\"listType\\":false,\\"maxLength\\":256,\\"name\\":\\"fund_bill_list\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"description\\":\\"买家的支付宝用户Uid\\",\\"htmlDescription\\":\\"买家的支付宝用户Uid\\",\\"listType\\":false,\\"name\\":\\"buyer_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\\",\\"description\\":\\"通知动作类型\\",\\"htmlDemoValue\\":\\"payByAccountAction/closeTradeAction/reverseAction/finishFPAction/confirmDisburseAction/financingReceiptAction\\",\\"htmlDescription\\":\\"通知动作类型\\",\\"listType\\":false,\\"maxLength\\":50,\\"name\\":\\"notify_action_type\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"88.88\\",\\"description\\":\\"商户本次收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"htmlDemoValue\\":\\"88.88\\",\\"htmlDescription\\":\\"商户本次收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"current_seller_received_amount\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"88.88\\",\\"description\\":\\"商户累计收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"htmlDemoValue\\":\\"88.88\\",\\"htmlDescription\\":\\"商户累计收到的金额(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"seller_received_total_amount\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"88.88\\",\\"description\\":\\"订单退款从卖家退回总额度(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"htmlDemoValue\\":\\"88.88\\",\\"htmlDescription\\":\\"订单退款从卖家退回总额度(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"total_from_seller_fee\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"1\\",\\"description\\":\\"本次打款期数(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"htmlDemoValue\\":\\"1\\",\\"htmlDescription\\":\\"本次打款期数(该字段信息只在月月付等商户延迟收款场景下提供)\\",\\"listType\\":false,\\"maxLength\\":8,\\"name\\":\\"ff_current_period\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"88.88\\",\\"description\\":\\"平台优惠金额\\",\\"htmlDemoValue\\":\\"88.88\\",\\"htmlDescription\\":\\"平台优惠金额\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"discount_amount\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"8.88\\",\\"description\\":\\"该笔交易针对收款方的收费金额; 默认不返回该信息,需与支付宝约定后配置返回;\\",\\"htmlDemoValue\\":\\"8.88\\",\\"htmlDescription\\":\\"该笔交易针对收款方的收费金额; 默认不返回该信息,需与支付宝约定后配置返回;\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"charge_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"bluesea_1\\",\\"description\\":\\"费率活动标识。
当交易享受特殊行业或活动费率时,返回该场景的标识。\\",\\"htmlDemoValue\\":\\"bluesea_1\\",\\"htmlDescription\\":\\"费率活动标识。\
当交易享受特殊行业或活动费率时,返回该场景的标识。\\",\\"listType\\":false,\\"maxLength\\":64,\\"name\\":\\"charge_flags\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"2018101610032004620239146945\\",\\"description\\":\\"支付清算编号,用于清算对账使用; 只在银行间联交易场景下返回该信息;\\",\\"htmlDemoValue\\":\\"2018101610032004620239146945\\",\\"htmlDescription\\":\\"支付清算编号,用于清算对账使用; 只在银行间联交易场景下返回该信息;\\",\\"listType\\":false,\\"maxLength\\":64,\\"name\\":\\"settlement_id\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"{\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\\",\\"description\\":\\"行业特殊信息(例如在医保卡支付业务中,返回医疗信息)\\",\\"htmlDemoValue\\":\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\",\\"htmlDescription\\":\\"行业特殊信息(例如在医保卡支付业务中,返回医疗信息)\\",\\"listType\\":false,\\"maxLength\\":4096,\\"name\\":\\"industry_sepc_detail\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"{\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\\",\\"description\\":\\"行业特殊信息-个账相关\\",\\"htmlDemoValue\\":\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\",\\"htmlDescription\\":\\"行业特殊信息-个账相关\\",\\"listType\\":false,\\"maxLength\\":4096,\\"name\\":\\"industry_sepc_detail_acc\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"{\\\\\\"registration_order_pay\\\\\\":{\\\\\\"brlx\\\\\\":\\\\\\"1\\\\\\",\\\\\\"cblx\\\\\\":\\\\\\"1\\\\\\"}}\\",\\"description\\":\\"行业特殊信息-统筹相关\\",\\"htmlDemoValue\\":\\"{"registration_order_pay":{"brlx":"1","cblx":"1"}}\\",\\"htmlDescription\\":\\"行业特殊信息-统筹相关\\",\\"listType\\":false,\\"maxLength\\":4096,\\"name\\":\\"industry_sepc_detail_gov\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"\\\\\\"\[{\\\\\\\\\\\\\\"goodsId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STANDARD1026181538\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"goodsName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"雪碧\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"discountAmount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10.00\\\\\\\\\\\\\\"}\]\\\\\\"\\",\\"description\\":\\"本次交易支付所使用的单品券优惠的商品优惠信息。 默认不返回改字段,默认不返回该信息,需与支付宝约定后配置返回;\\",\\"htmlDemoValue\\":\\""\[{\\\\\\\\"goodsId\\\\\\\\":\\\\\\\\"STANDARD1026181538\\\\\\\\",\\\\\\\\"goodsName\\\\\\\\":\\\\\\\\"雪碧\\\\\\\\",\\\\\\\\"discountAmount\\\\\\\\":\\\\\\\\"10.00\\\\\\\\"}\]"\\",\\"htmlDescription\\":\\"本次交易支付所使用的单品券优惠的商品优惠信息。 默认不返回改字段,默认不返回该信息,需与支付宝约定后配置返回;\\",\\"listType\\":false,\\"maxLength\\":1024,\\"name\\":\\"discount_goods_detail\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"88.88\\",\\"description\\":\\"商户优惠金额\\",\\"htmlDemoValue\\":\\"88.88\\",\\"htmlDescription\\":\\"商户优惠金额\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"mdiscount_amount\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"{\\\\\\"USER_INSTALL_NUM\\\\\\":\\\\\\"3\\\\\\"}\\",\\"description\\":\\"若用户使用花呗分期支付,且商家开通返回此通知参数,则会返回花呗分期数。json的Map格式,key和value都为String字符串格式。目前提供的key有:USER_INSTALL_NUM,表示花呗分期数,value为用户使用花呗分期支付的分期数。\\",\\"htmlDemoValue\\":\\"{"USER_INSTALL_NUM":"3"}\\",\\"htmlDescription\\":\\"若用户使用花呗分期支付,且商家开通返回此通知参数,则会返回花呗分期数。json的Map\格式,key和value都为String字符串格式。目前提供的key有:USER_INSTALL_NUM,表示花呗分期数,value为用户使用花呗分期支付的分期数。\\",\\"listType\\":false,\\"maxLength\\":512,\\"name\\":\\"hb_fq_pay_info\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"DC\\",\\"description\\":\\"收款资金类型,当交易收款资金为数字人民币时返回值为"DC",否则不返回该字段。\\",\\"htmlDemoValue\\":\\"DC\\",\\"htmlDescription\\":\\"收款资金类型,当交易收款资金为数字人民币时返回值为"DC",否则不返回该字段。\\",\\"listType\\":false,\\"maxLength\\":8,\\"name\\":\\"receipt_currency_type\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"{\\\\\\"invoice_amount\\\\\\":\\\\\\"28.00\\\\\\",\\\\\\"is_use_enterprise_pay\\\\\\":\\\\\\"true\\\\\\"}\\",\\"description\\":\\"因公付信息,只有入参的query_options中指定时才通知该字段信息\\",\\"htmlDemoValue\\":\\"{"invoice_amount":"28.00","is_use_enterprise_pay":"true"}\\",\\"htmlDescription\\":\\"因公付信息,只有入参的query_options中指定时才通知该字段信息\\",\\"listType\\":false,\\"maxLength\\":512,\\"name\\":\\"enterprise_pay_info\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"10.24\\",\\"description\\":\\"惠营宝回票金额\\",\\"htmlDemoValue\\":\\"10.24\\",\\"htmlDescription\\":\\"惠营宝回票金额\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"hyb_amount\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"\[{\\\\\\"charge_fee\\\\\\":\\\\\\"0.01\\\\\\",\\\\\\"original_charge_fee\\\\\\":\\\\\\"0.02\\\\\\",\\\\\\"switch_fee_rate\\\\\\":\\\\\\"0.03\\\\\\",\\\\\\"is_rating_on_trade_receiver\\\\\\":\\\\\\"Y\\\\\\",\\\\\\"is_rating_on_switch\\\\\\":\\\\\\"Y\\\\\\"}\]\\",\\"description\\":\\"计费信息列表\\",\\"htmlDemoValue\\":\\"\[{"charge_fee":"0.01","original_charge_fee":"0.02","switch_fee_rate":"0.03","is_rating_on_trade_receiver":"Y","is_rating_on_switch":"Y"}\]\\",\\"htmlDescription\\":\\"计费信息列表\\",\\"listType\\":false,\\"maxLength\\":10000,\\"name\\":\\"charge_info_list\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"{\\\\\\"medicareCardType\\\\\\":\\\\\\"1\\\\\\",\\\\\\"medicareCardHolderHiddenName\\\\\\":\\\\\\"\*\*专\\\\\\"}\\",\\"description\\":\\"医保信息。入参的query_options中指定时才返回该字段信息。medicareCardType:医保卡类型,\\\\\\"1\\\\\\":\\\\\\"亲情支付\\\\\\",\\\\\\"0\\\\\\":\\\\\\"本人支付\\\\\\",为空默认为本人支付;medicareCardHolderHiddenName:医保卡持卡人姓名。\\",\\"htmlDemoValue\\":\\"{"medicareCardType":"1","medicareCardHolderHiddenName":"\*\*专"}\\",\\"htmlDescription\\":\\"医保信息。入参的query_options中指定时才返回该字段信息。medicareCardType:医保卡类型,"1":"亲情支付","0":"本人支付",为空默认为本人支付;medicareCardHolderHiddenName:医保卡持卡人姓名。\\",\\"listType\\":false,\\"maxLength\\":128,\\"name\\":\\"medical_insurance_info\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"creditAdvanceV2\\",\\"description\\":\\"信用支付模式\\",\\"htmlDemoValue\\":\\"creditAdvanceV2\\",\\"htmlDescription\\":\\"信用支付模式\\",\\"listType\\":false,\\"maxLength\\":32,\\"name\\":\\"credit_pay_mode\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"1.00\\",\\"description\\":\\"买家业务收费金额\\",\\"htmlDemoValue\\":\\"1.00\\",\\"htmlDescription\\":\\"买家业务收费金额\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"buyer_charge_amt\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"10.24\\",\\"description\\":\\"履约金额\\",\\"htmlDemoValue\\":\\"10.24\\",\\"htmlDescription\\":\\"履约金额\\",\\"listType\\":false,\\"maxLength\\":11,\\"name\\":\\"fulfillment_amount\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"APP\\",\\"description\\":\\"收银台类型。
用户支付的收银台类型,取值如下:
APP:支付宝APP收银台支付;
WAP:支付H5收银台支付;
注:只有在无线产品支付接口请求中query_options指定cashier_type才返回该字段。\\",\\"htmlDemoValue\\":\\"APP\\",\\"htmlDescription\\":\\"收银台类型。 \
用户支付的收银台类型,取值如下: \
APP:支付宝APP收银台支付; \
WAP:支付H5收银台支付; \
注:只有在无线产品支付接口请求中query_options指定cashier_type才返回该字段。\\",\\"listType\\":false,\\"maxLength\\":64,\\"name\\":\\"cashier_type\\",\\"requireType\\":1,\\"typeName\\":\\"1\\"},{\\"basicType\\":false,\\"basicTypeEnum\\":\\"STRING\\",\\"demoValue\\":\\"\[{\\\\\\"amount\\\\\\":\\\\\\"0.10\\\\\\",\\\\\\"merchantContribute\\\\\\":\\\\\\"0.00\\\\\\",\\\\\\"name\\\\\\":\\\\\\"工具立减_固定金额\\\\\\",\\\\\\"otherContribute\\\\\\":\\\\\\"0.10\\\\\\",\\\\\\"type\\\\\\":\\\\\\"DISCOUNT\\\\\\",\\\\\\"voucherId\\\\\\":\\\\\\"20241207000730027708000CRGZP\\\\\\"}\]\\",\\"description\\":\\"本次退款涉及的券明细\\",\\"htmlDemoValue\\":\\"\[{"amount":"0.10","merchantContribute":"0.00","name":"工具立减_固定金额","otherContribute":"0.10","type":"DISCOUNT","voucherId":"20241207000730027708000CRGZP"}\]\\",\\"htmlDescription\\":\\"本次退款涉及的券明细\\",\\"listType\\":false,\\"maxLength\\":256,\\"name\\":\\"refund_voucher_detail_list\\",\\"requireType\\":2,\\"typeName\\":\\"1\\"}\]","commonParams":"\[{\\"cn_name\\":\\"开发者的AppId\\",\\"demo_value\\":\\"2014072300007148\\",\\"desc\\":\\"支付宝分配给开发者的应用ID\\",\\"is_required\\":1,\\"max_length\\":32,\\"name\\":\\"app_id\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"方法\\",\\"demo_value\\":\\"alipay.trade.app.pay\\",\\"desc\\":\\"接口名称\\",\\"is_required\\":1,\\"max_length\\":128,\\"name\\":\\"method\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"格式\\",\\"demo_value\\":\\"JSON\\",\\"desc\\":\\"仅支持JSON\\",\\"is_required\\":0,\\"max_length\\":40,\\"name\\":\\"format\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"参数字符编码\\",\\"demo_value\\":\\"utf-8\\",\\"desc\\":\\"请求使用的编码格式,如utf-8,gbk,gb2312等\\",\\"is_required\\":1,\\"max_length\\":10,\\"name\\":\\"charset\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"签名类型\\",\\"demo_value\\":\\"RSA2\\",\\"desc\\":\\"商户生成签名字符串所使用的签名算法类型,目前支持RSA2和RSA,推荐使用RSA2\\",\\"is_required\\":1,\\"max_length\\":10,\\"name\\":\\"sign_type\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"签名\\",\\"demo_value\\":\\"详见示例\\",\\"desc\\":\\"商户请求参数的签名串,详见[签名\<\\\\/a\>\\",\\"is_required\\":1,\\"max_length\\":344,\\"name\\":\\"sign\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"时间戳\\",\\"demo_value\\":\\"2014-07-24 03:07:50\\",\\"desc\\":\\"发送请求的时间,格式\\\\\\"yyyy-MM-dd HH:mm:ss\\\\\\"\\",\\"is_required\\":1,\\"max_length\\":19,\\"name\\":\\"timestamp\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"接口版本号\\",\\"demo_value\\":\\"1.0\\",\\"desc\\":\\"调用的接口版本,固定为:1.0\\",\\"is_required\\":1,\\"max_length\\":3,\\"name\\":\\"version\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"接口异步通知url\\",\\"demo_value\\":\\"http:\\\\/\\\\/api.test.alipay.net\\\\/atinterface\\\\/receive_notify.htm\\",\\"desc\\":\\"支付宝服务器主动通知商户服务器里指定的页面http\\\\/https路径。\\",\\"is_required\\":0,\\"max_length\\":256,\\"name\\":\\"notify_url\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"应用授权令牌\\",\\"desc\\":\\"详见](\\\"https:\\/\\/opendocs.alipay.com\\/common\\/02khjm\\\")[应用授权概述\<\\\\/a\>\\",\\"is_required\\":0,\\"max_length\\":40,\\"name\\":\\"app_auth_token\\",\\"type\\":\\"String\\"},{\\"cn_name\\":\\"业务参数集合\\",\\"desc\\":\\"请求参数的集合,最大长度不限,除公共参数外所有请求参数都必须放在这个参数中传递,具体参照各产品快速接入文档\\",\\"is_required\\":1,\\"name\\":\\"biz_content\\",\\"type\\":\\"String\\"}\]","customDemos":\[\],"chineseName":"app支付接口2.0","name":"alipay.trade.app.pay","mainSceneConfig":{"openRange":1,"showFlag":true},"categoryId":1,"nodeSample":"const { AlipaySdk } = require(\\"alipay-sdk\\");\\n\\nconst alipaySdk = new AlipaySdk({\\n appId: \\"\<-- 请填写您的AppId,例如:2019091767145019 --\>\\",\\n privateKey: \\"\<-- 请填写您的应用私钥,例如:MIIEvQIBADANB ... ... --\>\\",\\n alipayPublicKey: \\"\<-- 请填写您的支付宝公钥,例如:MIIBIjANBg... --\>\\",\\n gateway: \\"https://openapi.alipay.com/gateway.do\\",\\n appAuthToken: \\"\<-- 请填写应用授权令牌 --\>\\",\\n});\\nconst result = await alipaySdk.sdkExec(\\"alipay.trade.app.pay\\", {\\n bizContent: {\\n out_trade_no: \\"70501111111S001111119\\",\\n total_amount: \\"9.00\\",\\n subject: \\"大乐透\\",\\n product_code: \\"QUICK_MSECURITY_PAY\\",\\n body: \\"Iphone6+16G\\",\\n goods_detail: \[\\n {\\n out_sku_id: \\"outSku_01\\",\\n goods_name: \\"ipad\\",\\n alipay_goods_id: \\"20010001\\",\\n quantity: 1,\\n price: \\"2000\\",\\n out_item_id: \\"outItem_01\\",\\n goods_id: \\"apple-01\\",\\n goods_category: \\"34543238\\",\\n categories_tree: \\"124868003\|126232002\|126252004\\",\\n show_url: \\"http://www.alipay.com/xxx.jpg\\",\\n },\\n \],\\n time_expire: \\"2016-12-31+10:05:00\\",\\n timeout_express: \\"90m\\",\\n extend_params: {\\n sys_service_provider_id: \\"2088511833207846\\",\\n hb_fq_seller_percent: \\"100\\",\\n hb_fq_num: \\"3\\",\\n tc_installment_order_id: \\"2015042321001004720200028594\\",\\n industry_reflux_info:\\n '{\\\\\\\\\\"scene_code\\\\\\\\\\":\\\\\\\\\\"metro_tradeorder\\\\\\\\\\",\\\\\\\\\\"channel\\\\\\\\\\":\\\\\\\\\\"xxxx\\\\\\\\\\",\\\\\\\\\\"scene_data\\\\\\\\\\":{\\\\\\\\\\"asset_name\\\\\\\\\\":\\\\\\\\\\"ALIPAY\\\\\\\\\\"}}',\\n specified_seller_name: \\"XXX的跨境小铺\\",\\n royalty_freeze: \\"true\\",\\n card_type: \\"S0JP0000\\",\\n credit_ext_info:\\n '{\\\\\\\\\\"category\\\\\\\\\\":\\\\\\\\\\"CHARGE_PILE_CAR\\\\\\\\\\",\\\\\\\\\\"serviceId\\\\\\\\\\":\\\\\\\\\\"2020042800000000000001450466\\\\\\\\\\"}',\\n trade_component_order_id: \\"2023060801502300000008810000005657\\",\\n },\\n passback_params: \\"merchantBizType%3d3C%26merchantBizNo%3d2016010101111\\",\\n agreement_sign_params: {\\n sub_merchant: {\\n sub_merchant_name: \\"滴滴出行\\",\\n sub_merchant_service_name: \\"滴滴出行免密支付\\",\\n sub_merchant_service_description: \\"免密付车费,单次最高500\\",\\n sub_merchant_id: \\"2088123412341234\\",\\n },\\n access_params: {\\n channel: \\"ALIPAYAPP\\",\\n },\\n period_rule_params: {\\n period: 3,\\n total_amount: \\"600.00\\",\\n execute_time: \\"2019-01-23\\",\\n single_amount: \\"10.99\\",\\n total_payments: 12,\\n scene_rule_params: {\\n discount_period: \\"1\\",\\n low_price_period: \\"2\\",\\n },\\n period_type: \\"DAY\\",\\n },\\n sign_notify_url: \\"http://www.merchant.com/receiveSignNotify\\",\\n recommend_sort_channel_params: \[\\n {\\n asset_type_code: \\"ALICREDIT\\",\\n inst_id: \\"INST_ALIPAY\\",\\n },\\n \],\\n external_logon_id: \\"13888888888\\",\\n personal_product_code: \\"CYCLE_PAY_AUTH_P\\",\\n external_agreement_no: \\"test20190701\\",\\n product_code: \\"GENERAL_WITHHOLDING\\",\\n sign_scene: \\"INDUSTRY\|DIGITAL_MEDIA\\",\\n effect_time: \\"600\\",\\n },\\n enable_pay_channels: \\"pcredit,moneyFund,debitCardExpress\\",\\n specified_channel: \\"pcredit\\",\\n disable_pay_channels: \\"pcredit,moneyFund,debitCardExpress\\",\\n merchant_order_no: \\"20161008001\\",\\n ext_user_info: {\\n cert_type: \\"IDENTITY_CARD\\",\\n cert_no: \\"362334768769238881\\",\\n mobile: \\"16587658765\\",\\n name: \\"李明\\",\\n min_age: \\"18\\",\\n need_check_info: \\"F\\",\\n identity_hash:\\n \\"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc\\",\\n },\\n query_options: \[\\n \\"hyb_amount\\",\\n \\"enterprise_pay_info\\",\\n \\"medical_insurance_info\\",\\n \\"credit_pay_mode\\",\\n \],\\n },\\n});\\n"},"section":"api"}](\\\"https:\\/\\/opendocs.alipay.com\\/isv\\/10467\\/xldcyq\\\")