登入 - loginCheck
POST
api/loginCheck
请求参数
application/x-www-form-urlencoded参数名
类型
描述
必填
login_name
string
會員email
必填
encrypted_pwd
string
encrypted pwd
必填
成功返回
application/json参数名
类型
描述
status
string
字符串 “success”
message
string
字符串 "密碼正確”
hash
string
Encrypting(password)
account
sting
$member->online_acct_username
id
number
$member->id
membership_status
number
$member->membership_status
membership_expiry
string
$mnember->member_expiry
失敗返回
参数名
类型
描述
status
string
字符串 “failure”
message
string
字符串 "賬號或密碼錯誤"