博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
银联参数
阅读量:6620 次
发布时间:2019-06-25

本文共 1026 字,大约阅读时间需要 3 分钟。

 

public string charset { get; set; }

public string exchangeDate { get; set; }
public string exchangeRate{ get; set; }
public string merAbbr{ get; set; }
public string merId{ get; set; }
public string orderAmount{ get; set; }
public string orderCurrency{ get; set; }
public string orderNumber{ get; set; }
public string qid{ get; set; }
public string respCode{ get; set; }
public string respMsg{ get; set; }
public int respTime { get; set; }
public string settleAmount { get; set; }
public string settleCurrency{ get; set; }
public string settleDate{ get; set; }
public string traceNumber{ get; set; }
public string traceTime{ get; set; }
public string version{ get; set; }

charset = UTF-8

exchangeDate =
exchangeRate =
merAbbr = 
merId = 
orderAmount = 1
orderCurrency = 156
orderNumber = 
qid = 
respCode = 00
respMsg = Success!
respTime = 20140418170612
settleAmount = 1
settleCurrency = 156
settleDate = 0418
traceNumber = 
traceTime = 0418170518
transType = 01
version = 1.0.0

转载于:https://www.cnblogs.com/zwei1121/p/3673883.html

你可能感兴趣的文章
洛谷P1311 选择客栈
查看>>
Oracle参数设置之set与reset的实际案例
查看>>
Python 字典 copy()方法
查看>>
判断是否是爬虫在访问网站
查看>>
java程序员必须要学会的linux命令总结
查看>>
Java代码规范和质量检查插件-Checkstyle(官方资源)
查看>>
IDEA:将WEB-INF\lib下的Jar包添加到项目中
查看>>
【Java猫说】Java多线程之内存可见性(下篇)
查看>>
php-socket 客户端/服务端
查看>>
SVN迁移到GIT且保留提交日志
查看>>
在Kubernetes上运行高可用的WordPress和MySQL
查看>>
Python 调用 C 动态链接库,包括结构体参数、回调函数等
查看>>
Go代码打通HTTPs
查看>>
[Leetcode] Reverse Linked List 链表反转(递归与非递归)
查看>>
HTML中dl元素的高度问题
查看>>
基础教学 | 什么是负载均衡?
查看>>
Hexo + yilia 搭建博客可能会遇到的所有疑问
查看>>
几道javascript练习题
查看>>
MySQL深入08-日志及其参数设定
查看>>
【一天一个shell命令】文本内容操作系列-sed-简介
查看>>