This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
general [2019/02/18 08:59] clubadmin |
general [2022/03/29 22:00] (current) |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| Result: | Result: | ||
| - | [{" | + | [{" |
| ===== General.GetClub ===== | ===== General.GetClub ===== | ||
| Line 33: | Line 33: | ||
| Result: | Result: | ||
| - | {" | + | {" |
| + | |||
| + | |||
| + | //Note: IsClubOpenType: | ||
| + | |||
| + | * Open = 0, | ||
| + | * Holiday = 1 | ||
| + | * NotInHours = 2 | ||
| + | // | ||
| ===== General.GetCheckInPoint ===== | ===== General.GetCheckInPoint ===== | ||
| Line 70: | Line 78: | ||
| /// <param name=" | /// <param name=" | ||
| /// <param name=" | /// <param name=" | ||
| - | /// <param name="owner_id"></ | + | /// <param name="ownerid"></ |
| - | Example: https:// | + | Example: https:// |
| Result: | Result: | ||
| Line 141: | Line 149: | ||
| Example: https:// | Example: https:// | ||
| - | Result: | + | ===== General.UrlEncryptData===== |
| - | Preview Image | + | Encrypt a URL querystring using RSA encryption. |
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||
| + | https:// | ||
| + | ===== General.UrlDecryptData===== | ||
| + | |||
| + | Decrypt a URL querystring using RSA encryption. | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | https:// | ||