Files
kami_itunes_june/AppleBatch_June.Utils/CaptchaModel.cs
2024-07-22 00:43:14 +08:00

10 lines
146 B
C#

namespace AppleBatch_June.Utils
{
public class CaptchaModel
{
public string getWkUrl { get; set; }
public string yzmUrl { get; set; }
}
}