public class MiscUtility extends Object
| 构造器和说明 |
|---|
MiscUtility() |
| 限定符和类型 | 方法和说明 |
|---|---|
static double |
calAlipayFareamt(double orderAmt,
double rate)
支付宝网银费率 全部按照4舍5入计算为X.XX元
|
static double |
calMyCardFareamt(double orderAmt,
double rate)
智冠Q2會員費率 30%
|
static double |
calTenpayFareamt(double orderAmt,
double rate) |
static String |
dateofnow()
返回当前日期
|
static double |
orderAmtTWD2orderAmt(int orderAmtTWD) |
static String |
timeofnow()
返回当前时间
|
public static String timeofnow()
public static double calAlipayFareamt(double orderAmt,
double rate)
orderAmt - rate - public static double calMyCardFareamt(double orderAmt,
double rate)
orderAmt - rate - public static double orderAmtTWD2orderAmt(int orderAmtTWD)
public static String dateofnow()
public static double calTenpayFareamt(double orderAmt,
double rate)
Copyright © 2013 Xunlei Networking Technologies. All rights reserved.