💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] post:/pay/code/refund *string:appId#品牌ID *string:requestTime#发送请求时间,如:20190226153808 *string:signType=md5#加密方式 *version=1.0#版本号 *sign#签名 outOrderId#外部交易流水号(外部交易流水号与通道交易流水号不可同时为空) *int:outOrderAmount#业务平台订单金额 (int 单位为分) *refundFee# 退款金额(int 单位为分) *callbackUrl#后端通知url *outRefundNo#退款单号(外部退款流水号,不可重复,支持部分退款) refundInfo=选填#退款信息(扫码支付时滞空) outTransactionId#通道交易流水号 <<< success {"status":"0000","codemsg":"退款成功","data":[]} <<< error {"status":errorcode,"codemsg":"提交退款失败",“data”:[]} ~~~ >refundFee本次退款总金额 :100 outRefundNo 退款订单号 outTransactionId 通道交易流水号 data返回的数据: ``` [{ "out_trade_no": "xxxxxxxxxx", "transaction_id": "xxxxxxxxxx", "amount": "10", "time_end": 2019-12-01 00:00:00 }] ``` [安全规范](https://www.kancloud.cn/zzkpay/jyzzpay/1029442) [应答码说明](https://www.kancloud.cn/zzkpay/jyzzpay/1029159)