package memberrenwallogstatus const ( //待支付 PENDING = "pending" //已支付 PAID = "paid" //已过期 EXPIRED = "expired" )