mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
10 lines
146 B
C#
10 lines
146 B
C#
namespace AppleBatch_June.Utils
|
|
{
|
|
public class CaptchaModel
|
|
{
|
|
public string getWkUrl { get; set; }
|
|
|
|
public string yzmUrl { get; set; }
|
|
}
|
|
}
|