1234567891011121314151617181920212223242526272829 |
- namespace GxPress.Request.Pay
- {
-
-
-
- public class PayRequest
- {
-
-
-
-
- public int VipType { get; set; }
-
-
-
-
- public int MediaId { get; set; }
-
-
-
-
- public int PayWayType { get; set; }
-
-
-
-
- public string NotifyUrl { get; set; }
- }
- }
|