Commit 78fd7c72 by feixiang

feat:支付来源增加储值卡支付

parent c1c693bc
......@@ -6,6 +6,7 @@ class PayOriginEnum
const BUYER_MINI_PROGRAM = 1;//买家小程序
const SELLER_MINI_PROGRAM = 2;//卖家小程序
const SELLER_MP = 3;//卖家公众号
const CARD = 4;//储值卡支付
}
\ No newline at end of file
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