Commit 1241b4e8 by guanghui.cui

订单结构体添加支付账户号

parent 34955e4b
......@@ -40,6 +40,7 @@ struct paymentDetail
int amount=0; //支付金额
int type=0; //支付类型
std::string trans_id; //支付交易号
std::string account_id; //支付账户号
};
//支付信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment