zoukankan      html  css  js  c++  java
  • 银联参数

    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

  • 相关阅读:
    MySQL使用alter修改表的结构
    MySQL基本库表管理
    MySQL的rpm安装教程
    MySQL基础理论
    Linux shell awk数组使用
    Linux shell awk逻辑控制语句
    Linux shell awk模式使用
    MySQL 查看执行计划
    MySQL 自定义函数
    MySQL 内置函数
  • 原文地址:https://www.cnblogs.com/zwei1121/p/3673883.html
Copyright © 2011-2022 走看看