mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-15 13:46:36 +08:00
feat: 支持创建订单时自定义支付宝回调地址
This commit is contained in:
@@ -13,4 +13,6 @@ public class CreateOrderInput
|
||||
/// </summary>
|
||||
[Required]
|
||||
public GoodsTypeEnum GoodsType { get; set; }
|
||||
|
||||
public string? ReturnUrl{ get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user