💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] post:/pay/unified/paylist *string:appId#品牌ID *string:requestTime#发送请求时间,如:20190226153808 *string:signType=md5#加密方式 *version=1.0#版本号 *sign#签名 *storeId#店铺id customid#会员id *totalFee=以分为单位#支付金额 *outOrderId#订单id *orderList#子订单信息集合 limitPay=nowx|noali|nounion|nojycoin|nobalance|notbj#禁用支付列表 isCombine#是否是组合业务 默认0 单一业务; 1组合业务 openDeduction#开启抵扣 默认 开启抵扣 1 ;0不开启 <<< success {"status":"0000","codemsg":"查询成功"} <<< error {"status":errorcode,"codemsg":error msg} ~~~ >备注:不用3des加密,直接传递json ~~~ 返回参数示例: { "status": "0000", "codemsg": "查询成功", "data": [{ "name": "微信支付", "type": "H5_wx", "url": "http://115.28.184.241/static/paylist/wx.png" }, { "name": "支付宝支付", "type": "H5_ali", "url": "http://115.28.184.241/static/paylist/ali.png" }, { "name": "通宝+支付", "type": "H5_tbj", "url": "http://115.28.184.241/static/paylist/tb.png", "detail": { "pay": { //未开启通宝抵扣显示的金额 "payableAmount": "0", //应付金额 "amount": "0", //实际支付金额 "channelsubsidy": "0" //通道补贴 }, "tbPay":{ //开启通宝抵扣后显示的金额 "payableAmount": "0", //应付金额 "amount": "0", //实际支付金额 "channelsubsidy": "0" //通道补贴 }, "discount": 88 //推荐使用,立享discount折 }, "amount": "8" //通宝+余额 }, { "name": "通宝支付", "type": "H5_tb", "url": "http://115.28.184.241/static/paylist/jycoin.png", "amount": "1.54" }, { "name": "余额支付", "type": "H5_zz", "url": "http://115.28.184.241/static/paylist/balance.png", "amount": "10758.92" }], "deduction": false, //是否开启通宝抵扣 "name": "建业+线上商城-新测试", "deducted": false, //是否通宝抵扣过了 "amount": 0, //deducted 等于true 通宝抵扣过的金额 "hasPwd": true, //是否设置密码(未设置密码 选择体系内支付,弹窗提示设置密码) "realName": false, //是否实名认证(选择通宝支付时判断) "totalFee": 0.02 } ~~~ sign生成规则详见[安全规范](https://www.kancloud.cn/zzkpay/jyzzpay/1029442)