namespace java com.jmfy.thrift.idl
include "common.thrift"
struct Result {
1:optional i32 resultCode;
2:optional string resultMsg;
}
service RPCRequestIFace{
Result deliveryRecharge(1:i32 uid, 2:i32 goodsId,3: string openId,4: string orderId,5: i64 orderTime, 6:i32 amount);